C# 클래스 LLDB.FileSpec

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

공개 프로퍼티들

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

보호된 프로퍼티들

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

공개 메소드들

메소드 설명
AppendPathComponent ( string file_or_directory ) : void
Dispose ( ) : void
Exists ( ) : bool
FileSpec ( ) : System
FileSpec ( LLDB rhs ) : System
FileSpec ( string path ) : System
FileSpec ( string path, bool resolve ) : System
GetDescription ( LLDB description ) : bool
GetPath ( sbyte dst_path, uint dst_len ) : uint
IsValid ( ) : bool
ResolveExecutableLocation ( ) : bool
ResolvePath ( string src_path, sbyte dst_path, uint dst_len ) : int
__CreateInstance ( FileSpec native, bool skipVTables = false ) : FileSpec
__CreateInstance ( global native, bool skipVTables = false ) : FileSpec

보호된 메소드들

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

비공개 메소드들

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

메소드 상세

AppendPathComponent() 공개 메소드

public AppendPathComponent ( string file_or_directory ) : void
file_or_directory string
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

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

Exists() 공개 메소드

public Exists ( ) : bool
리턴 bool

FileSpec() 공개 메소드

public FileSpec ( ) : System
리턴 System

FileSpec() 공개 메소드

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

FileSpec() 공개 메소드

public FileSpec ( string path ) : System
path string
리턴 System

FileSpec() 공개 메소드

public FileSpec ( string path, bool resolve ) : System
path string
resolve bool
리턴 System

FileSpec() 보호된 메소드

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

GetDescription() 공개 메소드

public GetDescription ( LLDB description ) : bool
description LLDB
리턴 bool

GetPath() 공개 메소드

public GetPath ( sbyte dst_path, uint dst_len ) : uint
dst_path sbyte
dst_len uint
리턴 uint

IsValid() 공개 메소드

public IsValid ( ) : bool
리턴 bool

ResolveExecutableLocation() 공개 메소드

public ResolveExecutableLocation ( ) : bool
리턴 bool

ResolvePath() 공개 정적인 메소드

public static ResolvePath ( string src_path, sbyte dst_path, uint dst_len ) : int
src_path string
dst_path sbyte
dst_len uint
리턴 int

__CreateInstance() 공개 정적인 메소드

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

__CreateInstance() 공개 정적인 메소드

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

프로퍼티 상세

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

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

__OriginalVTables 보호되어 있는 프로퍼티

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

__PointerAdjustment 보호되어 있는 프로퍼티

protected int __PointerAdjustment
리턴 int

__ownsNativeInstance 보호되어 있는 프로퍼티

protected bool __ownsNativeInstance
리턴 bool