Document Solutions for PDF
GrapeCity.Documents.DX.Windows Assembly / GrapeCity.Documents.DX Namespace / HResultDescriptor Class
Properties Methods

In This Topic
    HResultDescriptor Class Members
    In This Topic

    The following tables list the members exposed by HResultDescriptor.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the HResultDescriptor class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the API code (ex: DemiceRemoved ...)  
    Public PropertyGets the description of the result code if any.  
    Public PropertyGets the module (ex: C1.Win.DX.Direct2D)  
    Public PropertyGets the native API code (ex: D2D1_ERR_ ...)  
    Public PropertyGets the result.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Determines whether the specified HResultDescriptor is equal to this instance.  
    Public Methodstatic (Shared in Visual Basic)Finds the specified result descriptor.  
    Public MethodServes as the default hash function.  
    Public Methodstatic (Shared in Visual Basic)Registers a HResultDescriptor provider.  
    Public MethodReturns a string that represents the current object.  
    Top
    Public Operators
    Implements the operator ==.
    Performs an implicit conversion from HResultDescriptor to HResult.
    Implements the operator !=.
    Top
    See Also