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