C# Class LLDB.InputReader

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

Public Properties

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

Protected Properties

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

Public Methods

Method Description
Dispose ( ) : void
Initialize ( LLDB _0, LLDB _1, global _2, LLDB _3, string _4, string _5, bool _6 ) : LLDB.Error
InputReader ( ) : System
InputReader ( LLDB _0 ) : System
IsActive ( ) : bool
__CreateInstance ( InputReader native, bool skipVTables = false ) : InputReader
__CreateInstance ( global native, bool skipVTables = false ) : InputReader

Protected Methods

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

Private Methods

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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

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

Initialize() public method

public Initialize ( LLDB _0, LLDB _1, global _2, LLDB _3, string _4, string _5, bool _6 ) : LLDB.Error
_0 LLDB
_1 LLDB
_2 global
_3 LLDB
_4 string
_5 string
_6 bool
return LLDB.Error

InputReader() public method

public InputReader ( ) : System
return System

InputReader() public method

public InputReader ( LLDB _0 ) : System
_0 LLDB
return System

InputReader() protected method

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

IsActive() public method

public IsActive ( ) : bool
return bool

__CreateInstance() public static method

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

__CreateInstance() public static method

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

Property Details

NativeToManagedMap public static property

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

__OriginalVTables protected property

protected void*[] __OriginalVTables
return void*[]

__PointerAdjustment protected property

protected int __PointerAdjustment
return int

__ownsNativeInstance protected property

protected bool __ownsNativeInstance
return bool