C# Class LLDB.StringList

Inheritance: IDisposable
ファイルを表示 Open project: tritao/LLDBSharp Class Usage Examples

Public Properties

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

Protected Properties

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

Public Methods

Method 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

Protected Methods

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

Private Methods

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

Method Details

AppendList() public method

public AppendList ( LLDB strings ) : void
strings LLDB
return void

AppendList() public method

public AppendList ( sbyte strv, int strc ) : void
strv sbyte
strc int
return void

AppendString() public method

public AppendString ( string str ) : void
str string
return void

Clear() public method

public Clear ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

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

GetStringAtIndex() public method

public GetStringAtIndex ( uint idx ) : string
idx uint
return string

IsValid() public method

public IsValid ( ) : bool
return bool

StringList() public method

public StringList ( ) : System
return System

StringList() public method

public StringList ( LLDB rhs ) : System
rhs LLDB
return System

StringList() protected method

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

__CreateInstance() public static method

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

__CreateInstance() public static method

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

Property Details

NativeToManagedMap public_oe static_oe property

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

__OriginalVTables protected_oe property

protected void*[] __OriginalVTables
return void*[]

__PointerAdjustment protected_oe property

protected int __PointerAdjustment
return int

__ownsNativeInstance protected_oe property

protected bool __ownsNativeInstance
return bool