名前 | 解説 | |
---|---|---|
HResult コンストラクタ | オーバーロードされます。 |
HResultデータ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
HResult コンストラクタ | オーバーロードされます。 |
名前 | 解説 | |
---|---|---|
Abort | Result code Abort | |
AccessDenied | Result code AccessDenied | |
Fail | Result code Fail | |
False | Result code False | |
Handle | Result code Handle | |
InsufficientBuffer | The data area passed to a system call is too small. | |
InvalidArg | Result code invalid argument | |
InvalidPointer | Result code Invalid pointer | |
NoInterface | Result code no interface | |
NotImplemented | Result code not implemented | |
Ok | Result code Ok | |
OutOfMemory | Result code out of memory | |
UnexpectedFailure | Unexpected failure | |
WaitAbandoned | Result of a wait abandonned. | |
WaitTimeout | Result of a wait timeout. |
名前 | 解説 | |
---|---|---|
Code | Gets the HRESULT error code. | |
Failure | Gets a value indicating whether this HResultis failure. | |
Success | Gets a value indicating whether this HResultis success. |
名前 | 解説 | |
---|---|---|
CheckError | Checks the error. | |
Equals | オーバーロードされます。 Equalses the specified other. | |
GetHashCode | Returns a hash code for this instance. | |
GetResultFromException | Gets a HResultfrom an System.Exception. | |
GetResultFromWin32Error | Gets the result from win32 error. | |
ToString | Returns a System.Stringthat represents this instance. |
等価判定演算子 | Implements the operator ==. |
明示的 キャスト 演算子 | オーバーロードされます。 Performs an implicit conversion from HResultto System.Int32. |
暗黙的 キャスト 演算子 | オーバーロードされます。 Performs an implicit conversion from System.Int32to HResult. |
等しくないか判定する演算子 | Implements the operator !=. |