Property | Type | Description | |
---|---|---|---|
NativeToManagedMap | Error>.System.Collections.Concurrent.ConcurrentDictionary |
Property | Type | Description | |
---|---|---|---|
__OriginalVTables | void*[] | ||
__PointerAdjustment | int | ||
__ownsNativeInstance | bool |
Method | Description | |
---|---|---|
Clear ( ) : void | ||
Dispose ( ) : void | ||
Error ( ) : System | ||
Error ( LLDB rhs ) : System | ||
Fail ( ) : bool | ||
GetDescription ( LLDB description ) : bool | ||
IsValid ( ) : bool | ||
SetError ( uint err, LLDB type ) : void | ||
SetErrorStringWithFormat ( string format ) : int | ||
SetErrorToErrno ( ) : void | ||
SetErrorToGenericError ( ) : void | ||
Success ( ) : bool | ||
__CreateInstance ( Error native, bool skipVTables = false ) : Error | ||
__CreateInstance ( global native, bool skipVTables = false ) : Error |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void | ||
Error ( void native, bool skipVTables = false ) : System |
Method | Description | |
---|---|---|
Error ( Error native, bool skipVTables = false ) : System | ||
__CopyValue ( Error native ) : void* |
protected Error ( void native, bool skipVTables = false ) : System | ||
native | void | |
skipVTables | bool | |
return | System |
public GetDescription ( LLDB description ) : bool | ||
description | LLDB | |
return | bool |
public SetError ( uint err, LLDB type ) : void | ||
err | uint | |
type | LLDB | |
return | void |
public SetErrorStringWithFormat ( string format ) : int | ||
format | string | |
return | int |
public static __CreateInstance ( Error native, bool skipVTables = false ) : Error | ||
native | Error | |
skipVTables | bool | |
return | Error |
public static __CreateInstance ( global native, bool skipVTables = false ) : Error | ||
native | global | |
skipVTables | bool | |
return | Error |
public static System.Collections.Concurrent.ConcurrentDictionary |
||
return | Error>.System.Collections.Concurrent.ConcurrentDictionary |