C# Class LLDB.LanguageRuntime

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

Méthodes publiques

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

Protected Properties

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

Méthodes publiques

Méthode Description
Dispose ( ) : void
GetLanguageTypeFromString ( string @string ) : LLDB.LanguageType
GetNameForLanguageType ( LLDB language ) : string
LanguageRuntime ( ) : System
LanguageRuntime ( LLDB _0 ) : System
__CreateInstance ( LanguageRuntime native, bool skipVTables = false ) : LanguageRuntime
__CreateInstance ( global native, bool skipVTables = false ) : LanguageRuntime

Méthodes protégées

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

Private Methods

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

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

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

GetLanguageTypeFromString() public static méthode

public static GetLanguageTypeFromString ( string @string ) : LLDB.LanguageType
@string string
Résultat LLDB.LanguageType

GetNameForLanguageType() public static méthode

public static GetNameForLanguageType ( LLDB language ) : string
language LLDB
Résultat string

LanguageRuntime() public méthode

public LanguageRuntime ( ) : System
Résultat System

LanguageRuntime() public méthode

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

LanguageRuntime() protected méthode

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

__CreateInstance() public static méthode

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

__CreateInstance() public static méthode

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

Property Details

NativeToManagedMap public_oe static_oe property

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