C# 클래스 LLDB.ValueList

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

공개 프로퍼티들

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

보호된 프로퍼티들

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

공개 메소드들

메소드 설명
Append ( LLDB val_obj ) : void
Clear ( ) : void
Dispose ( ) : void
FindValueObjectByUID ( ulong uid ) : LLDB.Value
GetFirstValueByName ( string name ) : LLDB.Value
GetValueAtIndex ( uint idx ) : LLDB.Value
IsValid ( ) : bool
ValueList ( ) : System
ValueList ( LLDB rhs ) : System
__CreateInstance ( ValueList native, bool skipVTables = false ) : ValueList
__CreateInstance ( global native, bool skipVTables = false ) : ValueList

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void
ValueList ( void native, bool skipVTables = false ) : System
opaque_ptr ( ) : global::System.IntPtr

비공개 메소드들

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

메소드 상세

Append() 공개 메소드

public Append ( LLDB val_obj ) : void
val_obj LLDB
리턴 void

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

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

FindValueObjectByUID() 공개 메소드

public FindValueObjectByUID ( ulong uid ) : LLDB.Value
uid ulong
리턴 LLDB.Value

GetFirstValueByName() 공개 메소드

public GetFirstValueByName ( string name ) : LLDB.Value
name string
리턴 LLDB.Value

GetValueAtIndex() 공개 메소드

public GetValueAtIndex ( uint idx ) : LLDB.Value
idx uint
리턴 LLDB.Value

IsValid() 공개 메소드

public IsValid ( ) : bool
리턴 bool

ValueList() 공개 메소드

public ValueList ( ) : System
리턴 System

ValueList() 공개 메소드

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

ValueList() 보호된 메소드

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

__CreateInstance() 공개 정적인 메소드

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

__CreateInstance() 공개 정적인 메소드

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

opaque_ptr() 보호된 메소드

protected opaque_ptr ( ) : global::System.IntPtr
리턴 global::System.IntPtr

프로퍼티 상세

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

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

__OriginalVTables 보호되어 있는 프로퍼티

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

__PointerAdjustment 보호되어 있는 프로퍼티

protected int __PointerAdjustment
리턴 int

__ownsNativeInstance 보호되어 있는 프로퍼티

protected bool __ownsNativeInstance
리턴 bool