C# Class LLDB.Command

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

Méthodes publiques

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

Protected Properties

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

Méthodes publiques

Méthode Description
AddCommand ( string name, LLDB impl, string help ) : LLDB.Command
AddMultiwordCommand ( string name, string help ) : LLDB.Command
Command ( ) : System
Command ( LLDB _0 ) : System
Dispose ( ) : void
IsValid ( ) : bool
__CreateInstance ( Command native, bool skipVTables = false ) : Command
__CreateInstance ( global native, bool skipVTables = false ) : Command

Méthodes protégées

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

Private Methods

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

Method Details

AddCommand() public méthode

public AddCommand ( string name, LLDB impl, string help ) : LLDB.Command
name string
impl LLDB
help string
Résultat LLDB.Command

AddMultiwordCommand() public méthode

public AddMultiwordCommand ( string name, string help ) : LLDB.Command
name string
help string
Résultat LLDB.Command

Command() public méthode

public Command ( ) : System
Résultat System

Command() public méthode

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

Command() protected méthode

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

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

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

IsValid() public méthode

public IsValid ( ) : bool
Résultat bool

__CreateInstance() public static méthode

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

__CreateInstance() public static méthode

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

Property Details

NativeToManagedMap public_oe static_oe property

public static System.Collections.Concurrent.ConcurrentDictionary NativeToManagedMap
Résultat Command>.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