C# Class LLDB.LanguageRuntime

Inheritance: IDisposable
Show file Open project: tritao/LLDBSharp Class Usage Examples

Public Properties

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

Protected Properties

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

Public Methods

Method 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

Protected Methods

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

Private Methods

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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

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

GetLanguageTypeFromString() public static method

public static GetLanguageTypeFromString ( string @string ) : LLDB.LanguageType
@string string
return LLDB.LanguageType

GetNameForLanguageType() public static method

public static GetNameForLanguageType ( LLDB language ) : string
language LLDB
return string

LanguageRuntime() public method

public LanguageRuntime ( ) : System
return System

LanguageRuntime() public method

public LanguageRuntime ( LLDB _0 ) : System
_0 LLDB
return System

LanguageRuntime() protected method

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

__CreateInstance() public static method

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

__CreateInstance() public static method

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

Property Details

NativeToManagedMap public static property

public static System.Collections.Concurrent.ConcurrentDictionary NativeToManagedMap
return LanguageRuntime>.System.Collections.Concurrent.ConcurrentDictionary

__OriginalVTables protected property

protected void*[] __OriginalVTables
return void*[]

__PointerAdjustment protected property

protected int __PointerAdjustment
return int

__ownsNativeInstance protected property

protected bool __ownsNativeInstance
return bool