C# Class LLDB.PlatformShellCommand

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

Méthodes publiques

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

Protected Properties

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

Méthodes publiques

Méthode Description
Clear ( ) : void
Dispose ( ) : void
PlatformShellCommand ( LLDB rhs ) : System
PlatformShellCommand ( string shell_command ) : System
__CreateInstance ( PlatformShellCommand native, bool skipVTables = false ) : PlatformShellCommand
__CreateInstance ( global native, bool skipVTables = false ) : PlatformShellCommand

Méthodes protégées

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

Private Methods

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

Method Details

Clear() public méthode

public Clear ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

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

PlatformShellCommand() public méthode

public PlatformShellCommand ( LLDB rhs ) : System
rhs LLDB
Résultat System

PlatformShellCommand() public méthode

public PlatformShellCommand ( string shell_command ) : System
shell_command string
Résultat System

PlatformShellCommand() protected méthode

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

__CreateInstance() public static méthode

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

__CreateInstance() public static méthode

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

Property Details

NativeToManagedMap public_oe static_oe property

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