C# 클래스 LLDB.StringList

상속: IDisposable
파일 보기 프로젝트 열기: tritao/LLDBSharp 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
NativeToManagedMap StringList>.System.Collections.Concurrent.ConcurrentDictionary

보호된 프로퍼티들

프로퍼티 타입 설명
__OriginalVTables void*[]
__PointerAdjustment int
__ownsNativeInstance bool

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void
StringList ( void native, bool skipVTables = false ) : System

비공개 메소드들

메소드 설명
StringList ( StringList native, bool skipVTables = false ) : System
__CopyValue ( StringList native ) : void*

메소드 상세

AppendList() 공개 메소드

public AppendList ( LLDB strings ) : void
strings LLDB
리턴 void

AppendList() 공개 메소드

public AppendList ( sbyte strv, int strc ) : void
strv sbyte
strc int
리턴 void

AppendString() 공개 메소드

public AppendString ( string str ) : void
str string
리턴 void

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

GetStringAtIndex() 공개 메소드

public GetStringAtIndex ( uint idx ) : string
idx uint
리턴 string

IsValid() 공개 메소드

public IsValid ( ) : bool
리턴 bool

StringList() 공개 메소드

public StringList ( ) : System
리턴 System

StringList() 공개 메소드

public StringList ( LLDB rhs ) : System
rhs LLDB
리턴 System

StringList() 보호된 메소드

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

__CreateInstance() 공개 정적인 메소드

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

__CreateInstance() 공개 정적인 메소드

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

프로퍼티 상세

NativeToManagedMap 공개적으로 정적으로 프로퍼티

public static System.Collections.Concurrent.ConcurrentDictionary NativeToManagedMap
리턴 StringList>.System.Collections.Concurrent.ConcurrentDictionary

__OriginalVTables 보호되어 있는 프로퍼티

protected void*[] __OriginalVTables
리턴 void*[]

__PointerAdjustment 보호되어 있는 프로퍼티

protected int __PointerAdjustment
리턴 int

__ownsNativeInstance 보호되어 있는 프로퍼티

protected bool __ownsNativeInstance
리턴 bool