C# Class LLDB.PlatformShellCommand

Inheritance: IDisposable
Exibir arquivo Open project: tritao/LLDBSharp Class Usage Examples

Public Properties

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

Protected Properties

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

Public Methods

Method 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

Protected Methods

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

Private Methods

Method Description
PlatformShellCommand ( PlatformShellCommand native, bool skipVTables = false ) : System
__CopyValue ( PlatformShellCommand 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

PlatformShellCommand() public method

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

PlatformShellCommand() public method

public PlatformShellCommand ( string shell_command ) : System
shell_command string
return System

PlatformShellCommand() protected method

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

__CreateInstance() public static method

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

__CreateInstance() public static method

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

Property Details

NativeToManagedMap public_oe static_oe property

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