C# Class LLDB.PlatformConnectOptions

Inheritance: IDisposable
显示文件 Open project: tritao/LLDBSharp Class Usage Examples

Public Properties

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

Protected Properties

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

Public Methods

Method Description
DisableRsync ( ) : void
Dispose ( ) : void
EnableRsync ( string options, string remote_path_prefix, bool omit_remote_hostname ) : void
PlatformConnectOptions ( LLDB rhs ) : System
PlatformConnectOptions ( string url ) : System
__CreateInstance ( PlatformConnectOptions native, bool skipVTables = false ) : PlatformConnectOptions
__CreateInstance ( global native, bool skipVTables = false ) : PlatformConnectOptions

Protected Methods

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

Private Methods

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

Method Details

DisableRsync() public method

public DisableRsync ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

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

EnableRsync() public method

public EnableRsync ( string options, string remote_path_prefix, bool omit_remote_hostname ) : void
options string
remote_path_prefix string
omit_remote_hostname bool
return void

PlatformConnectOptions() public method

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

PlatformConnectOptions() public method

public PlatformConnectOptions ( string url ) : System
url string
return System

PlatformConnectOptions() protected method

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

__CreateInstance() public static method

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

__CreateInstance() public static method

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

Property Details

NativeToManagedMap public_oe static_oe property

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