​
​
​

Initializes the resources of a newly instantiated object. This method must be called before using the object.

Create()

​public bool Create();
​Public Function Create() As Boolean

Return Value

The return value is true, if the object could be initialized. Otherwise, it is false.

​