C# Class LLDB.StringList

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

Méthodes publiques

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

Protected Properties

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

Méthodes publiques

Méthode Description
AppendList ( LLDB strings ) : void
AppendList ( sbyte strv, int strc ) : void
AppendString ( string str ) : void
Clear ( ) : void
Dispose ( ) : void
GetStringAtIndex ( uint idx ) : string
IsValid ( ) : bool
StringList ( ) : System
StringList ( LLDB rhs ) : System
__CreateInstance ( StringList native, bool skipVTables = false ) : StringList
__CreateInstance ( global native, bool skipVTables = false ) : StringList

Méthodes protégées

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

Private Methods

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

Method Details

AppendList() public méthode

public AppendList ( LLDB strings ) : void
strings LLDB
Résultat void

AppendList() public méthode

public AppendList ( sbyte strv, int strc ) : void
strv sbyte
strc int
Résultat void

AppendString() public méthode

public AppendString ( string str ) : void
str string
Résultat void

Clear() public méthode

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

GetStringAtIndex() public méthode

public GetStringAtIndex ( uint idx ) : string
idx uint
Résultat string

IsValid() public méthode

public IsValid ( ) : bool
Résultat bool

StringList() public méthode

public StringList ( ) : System
Résultat System

StringList() public méthode

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

StringList() protected méthode

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

__CreateInstance() public static méthode

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

__CreateInstance() public static méthode

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

Property Details

NativeToManagedMap public_oe static_oe property

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