C# Class LLDB.SourceManager

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

Méthodes publiques

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

Protected Properties

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

Méthodes publiques

Méthode Description
DisplaySourceLinesWithLineNumbers ( LLDB file, uint line, uint context_before, uint context_after, string current_line_cstr, LLDB s ) : uint
Dispose ( ) : void
SourceManager ( LLDB debugger ) : System
__CreateInstance ( SourceManager native, bool skipVTables = false ) : SourceManager
__CreateInstance ( global native, bool skipVTables = false ) : SourceManager

Méthodes protégées

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

Private Methods

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

Method Details

DisplaySourceLinesWithLineNumbers() public méthode

public DisplaySourceLinesWithLineNumbers ( LLDB file, uint line, uint context_before, uint context_after, string current_line_cstr, LLDB s ) : uint
file LLDB
line uint
context_before uint
context_after uint
current_line_cstr string
s LLDB
Résultat uint

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

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

SourceManager() public méthode

public SourceManager ( LLDB debugger ) : System
debugger LLDB
Résultat System

SourceManager() protected méthode

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

__CreateInstance() public static méthode

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

__CreateInstance() public static méthode

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

Property Details

NativeToManagedMap public_oe static_oe property

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