Name | Description | |
---|---|---|
HResultDescriptor Constructor | Initializes a new instance of the HResultDescriptor class. |
The following tables list the members exposed by HResultDescriptor.
Name | Description | |
---|---|---|
HResultDescriptor Constructor | Initializes a new instance of the HResultDescriptor class. |
Name | Description | |
---|---|---|
ApiCode | Gets the API code (ex: DemiceRemoved ...) | |
Description | Gets the description of the result code if any. | |
Module | Gets the module (ex: C1.Win.DX.Direct2D) | |
NativeApiCode | Gets the native API code (ex: D2D1_ERR_ ...) | |
Result | Gets the result. |
Name | Description | |
---|---|---|
Equals | Overloaded. Determines whether the specified HResultDescriptor is equal to this instance. | |
Find | Finds the specified result descriptor. | |
GetHashCode | Serves as the default hash function. | |
RegisterProvider | Registers a HResultDescriptor provider. | |
ToString | Returns a string that represents the current object. |
Equality | Implements the operator ==. |
Implicit Type Conversion | Performs an implicit conversion from HResultDescriptor to HResult. |
Inequality | Implements the operator !=. |