Qdv Class
Name | Description | |
---|---|---|
Qdv(string) | Initializes a new instance of the Qdv class. |
Name | Description | |
---|---|---|
IsInitialized | Gets a value indicating whether this QDV instance is initialized. | |
QdvInstallPath | Gets the folder where QDV is installed. | |
QdvUserApiManager | Gets the current QdvManager required in the user API. | |
SilentMode | Gets a value indicating whether QDV is in the silent mode. |
Name | Description | |
---|---|---|
Equals(Object) | Determines whether the specified object is equal to the current object. (inherited from Object). | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (inherited from Object). | |
GetHashCode | Serves as the default hash function. (inherited from Object). | |
GetLicenseInfo(ref string, ref string, ref string, ref bool, ref bool) | Returns information about the current license | |
GetSilentMessageStack() | Gets the silent message stack with messages collected during the session. | |
GetType | Gets the Type of the current instance. (inherited from Object). | |
Initialize(bool, string) | Initializes the QDV interface. This method must be called before you perform any API operation. | |
MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object). | |
ToString | Returns a string that represents the current object. (inherited from Object). |
Use this class to initialize the QDV session from outside.
Then you can use the API from Qdv.UserApi namespace.
Get the relevant objects from QdvUserApiManager property.
Qdv.QdvInterface.Qdv