Initializes the resources of a newly instantiated object. This method must be called before using the object.
public bool Create();
Public Function Create() As Boolean
The return value is true, if the object could be initialized. Otherwise, it is false.