C# Class LLDB.Stream

Inheritance: IDisposable
Show file Open project: tritao/LLDBSharp

Public Properties

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

Protected Properties

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

Public Methods

Method Description
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

Protected Methods

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

Private Methods

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

Method Details

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

IsValid() public method

public IsValid ( ) : bool
return bool

Printf() public method

public Printf ( string format ) : void
format string
return void

RedirectToFile() public method

public RedirectToFile ( string path, bool append ) : void
path string
append bool
return void

RedirectToFileDescriptor() public method

public RedirectToFileDescriptor ( int fd, bool transfer_fh_ownership ) : void
fd int
transfer_fh_ownership bool
return void

RedirectToFileHandle() public method

public RedirectToFileHandle ( global fh, bool transfer_fh_ownership ) : void
fh global
transfer_fh_ownership bool
return void

Stream() public method

public Stream ( ) : System
return System

Stream() protected method

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

__CreateInstance() public static method

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

__CreateInstance() public static method

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

Property Details

NativeToManagedMap public static property

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

__OriginalVTables protected property

protected void*[] __OriginalVTables
return void*[]

__PointerAdjustment protected property

protected int __PointerAdjustment
return int

__ownsNativeInstance protected property

protected bool __ownsNativeInstance
return bool