C# Class LLDB.PlatformConnectOptions

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

Méthodes publiques

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

Protected Properties

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

Méthodes publiques

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

Méthodes protégées

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

Private Methods

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

Method Details

DisableRsync() public méthode

public DisableRsync ( ) : 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

EnableRsync() public méthode

public EnableRsync ( string options, string remote_path_prefix, bool omit_remote_hostname ) : void
options string
remote_path_prefix string
omit_remote_hostname bool
Résultat void

PlatformConnectOptions() public méthode

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

PlatformConnectOptions() public méthode

public PlatformConnectOptions ( string url ) : System
url string
Résultat System

PlatformConnectOptions() protected méthode

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

__CreateInstance() public static méthode

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

__CreateInstance() public static méthode

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

Property Details

NativeToManagedMap public_oe static_oe property

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