Qdv Class

The root class used for interfacing with QDV by external clients.
Public Class Qdv
This language is not supported or no code example is available.
public class Qdv
This language is not supported or no code example is available.
Name Description
Public constructor Qdv(string) Initializes a new instance of the Qdv class.
Top
Name Description
Public property IsInitialized Gets a value indicating whether this QDV instance is initialized.
Public property QdvInstallPath Gets the folder where QDV is installed.
Public property QdvUserApiManager Gets the current QdvManager required in the user API.
Public property SilentMode Gets a value indicating whether QDV is in the silent mode.
Top
Methods
 
Name Description
Public method Equals(Object) Determines whether the specified object is equal to the current object. (inherited from Object).
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (inherited from Object).
Public method GetHashCode Serves as the default hash function. (inherited from Object).
Public method GetLicenseInfo(ref string, ref string, ref string, ref bool, ref bool) Returns information about the current license
Public method GetSilentMessageStack() Gets the silent message stack with messages collected during the session.
Public method GetType Gets the Type of the current instance. (inherited from Object).
Public method Initialize(bool, string) Initializes the QDV interface. This method must be called before you perform any API operation.
Protected method MemberwiseClone Creates a shallow copy of the current Object. (inherited from Object).
Public method ToString Returns a string that represents the current object. (inherited from Object).
Top
Remarks
 
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

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition