C# 클래스 LLDB.Stream

상속: IDisposable
파일 보기 프로젝트 열기: tritao/LLDBSharp

공개 프로퍼티들

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

보호된 프로퍼티들

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

공개 메소드들

메소드 설명
Clear ( ) : void
Dispose ( ) : void
IsValid ( ) : bool
Printf ( string format ) : void
RedirectToFile ( string path, bool append ) : void
RedirectToFileDescriptor ( int fd, bool transfer_fh_ownership ) : void
RedirectToFileHandle ( global fh, bool transfer_fh_ownership ) : void
Stream ( ) : System
__CreateInstance ( Stream native, bool skipVTables = false ) : Stream
__CreateInstance ( global native, bool skipVTables = false ) : Stream

보호된 메소드들

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

비공개 메소드들

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

메소드 상세

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

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

IsValid() 공개 메소드

public IsValid ( ) : bool
리턴 bool

Printf() 공개 메소드

public Printf ( string format ) : void
format string
리턴 void

RedirectToFile() 공개 메소드

public RedirectToFile ( string path, bool append ) : void
path string
append bool
리턴 void

RedirectToFileDescriptor() 공개 메소드

public RedirectToFileDescriptor ( int fd, bool transfer_fh_ownership ) : void
fd int
transfer_fh_ownership bool
리턴 void

RedirectToFileHandle() 공개 메소드

public RedirectToFileHandle ( global fh, bool transfer_fh_ownership ) : void
fh global
transfer_fh_ownership bool
리턴 void

Stream() 공개 메소드

public Stream ( ) : System
리턴 System

Stream() 보호된 메소드

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

__CreateInstance() 공개 정적인 메소드

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

__CreateInstance() 공개 정적인 메소드

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

프로퍼티 상세

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

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

__OriginalVTables 보호되어 있는 프로퍼티

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

__PointerAdjustment 보호되어 있는 프로퍼티

protected int __PointerAdjustment
리턴 int

__ownsNativeInstance 보호되어 있는 프로퍼티

protected bool __ownsNativeInstance
리턴 bool