C# Class LLDB.Error

Inheritance: IDisposable
Mostra file Open project: tritao/LLDBSharp Class Usage Examples

Public Properties

Property Type Description
NativeToManagedMap Error>.System.Collections.Concurrent.ConcurrentDictionary

Protected Properties

Property Type Description
__OriginalVTables void*[]
__PointerAdjustment int
__ownsNativeInstance bool

Public Methods

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

Protected Methods

Method Description
Dispose ( bool disposing ) : void
Error ( void native, bool skipVTables = false ) : System

Private Methods

Method Description
Error ( Error native, bool skipVTables = false ) : System
__CopyValue ( Error native ) : void*

Method Details

Clear() public method

public Clear ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Error() public method

public Error ( ) : System
return System

Error() public method

public Error ( LLDB rhs ) : System
rhs LLDB
return System

Error() protected method

protected Error ( void native, bool skipVTables = false ) : System
native void
skipVTables bool
return System

Fail() public method

public Fail ( ) : bool
return bool

GetDescription() public method

public GetDescription ( LLDB description ) : bool
description LLDB
return bool

IsValid() public method

public IsValid ( ) : bool
return bool

SetError() public method

public SetError ( uint err, LLDB type ) : void
err uint
type LLDB
return void

SetErrorStringWithFormat() public method

public SetErrorStringWithFormat ( string format ) : int
format string
return int

SetErrorToErrno() public method

public SetErrorToErrno ( ) : void
return void

SetErrorToGenericError() public method

public SetErrorToGenericError ( ) : void
return void

Success() public method

public Success ( ) : bool
return bool

__CreateInstance() public static method

public static __CreateInstance ( Error native, bool skipVTables = false ) : Error
native Error
skipVTables bool
return Error

__CreateInstance() public static method

public static __CreateInstance ( global native, bool skipVTables = false ) : Error
native global
skipVTables bool
return Error

Property Details

NativeToManagedMap public_oe static_oe property

public static System.Collections.Concurrent.ConcurrentDictionary NativeToManagedMap
return Error>.System.Collections.Concurrent.ConcurrentDictionary

__OriginalVTables protected_oe property

protected void*[] __OriginalVTables
return void*[]

__PointerAdjustment protected_oe property

protected int __PointerAdjustment
return int

__ownsNativeInstance protected_oe property

protected bool __ownsNativeInstance
return bool