C# Class LLDB.InputReader

Inheritance: IDisposable
Afficher le fichier Open project: tritao/LLDBSharp Class Usage Examples

Méthodes publiques

Свойство Type Description
NativeToManagedMap InputReader>.System.Collections.Concurrent.ConcurrentDictionary

Protected Properties

Свойство Type Description
__OriginalVTables void*[]
__PointerAdjustment int
__ownsNativeInstance bool

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
InputReader ( void native, bool skipVTables = false ) : System

Private Methods

Méthode Description
InputReader ( InputReader native, bool skipVTables = false ) : System
__CopyValue ( InputReader native ) : void*

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Initialize() public méthode

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
Résultat LLDB.Error

InputReader() public méthode

public InputReader ( ) : System
Résultat System

InputReader() public méthode

public InputReader ( LLDB _0 ) : System
_0 LLDB
Résultat System

InputReader() protected méthode

protected InputReader ( void native, bool skipVTables = false ) : System
native void
skipVTables bool
Résultat System

IsActive() public méthode

public IsActive ( ) : bool
Résultat bool

__CreateInstance() public static méthode

public static __CreateInstance ( InputReader native, bool skipVTables = false ) : InputReader
native InputReader
skipVTables bool
Résultat InputReader

__CreateInstance() public static méthode

public static __CreateInstance ( global native, bool skipVTables = false ) : InputReader
native global
skipVTables bool
Résultat InputReader

Property Details

NativeToManagedMap public_oe static_oe property

public static System.Collections.Concurrent.ConcurrentDictionary NativeToManagedMap
Résultat InputReader>.System.Collections.Concurrent.ConcurrentDictionary

__OriginalVTables protected_oe property

protected void*[] __OriginalVTables
Résultat void*[]

__PointerAdjustment protected_oe property

protected int __PointerAdjustment
Résultat int

__ownsNativeInstance protected_oe property

protected bool __ownsNativeInstance
Résultat bool