C# Class LLDB.Stream

Inheritance: IDisposable
Afficher le fichier Open project: tritao/LLDBSharp

Méthodes publiques

Свойство Type Description
NativeToManagedMap Stream>.System.Collections.Concurrent.ConcurrentDictionary

Protected Properties

Свойство Type Description
__OriginalVTables void*[]
__PointerAdjustment int
__ownsNativeInstance bool

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
Stream ( void native, bool skipVTables = false ) : System

Private Methods

Méthode Description
Stream ( Stream native, bool skipVTables = false ) : System
__CopyValue ( Stream native ) : void*

Method Details

Clear() public méthode

public Clear ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

IsValid() public méthode

public IsValid ( ) : bool
Résultat bool

Printf() public méthode

public Printf ( string format ) : void
format string
Résultat void

RedirectToFile() public méthode

public RedirectToFile ( string path, bool append ) : void
path string
append bool
Résultat void

RedirectToFileDescriptor() public méthode

public RedirectToFileDescriptor ( int fd, bool transfer_fh_ownership ) : void
fd int
transfer_fh_ownership bool
Résultat void

RedirectToFileHandle() public méthode

public RedirectToFileHandle ( global fh, bool transfer_fh_ownership ) : void
fh global
transfer_fh_ownership bool
Résultat void

Stream() public méthode

public Stream ( ) : System
Résultat System

Stream() protected méthode

protected Stream ( void native, bool skipVTables = false ) : System
native void
skipVTables bool
Résultat System

__CreateInstance() public static méthode

public static __CreateInstance ( Stream native, bool skipVTables = false ) : Stream
native Stream
skipVTables bool
Résultat Stream

__CreateInstance() public static méthode

public static __CreateInstance ( global native, bool skipVTables = false ) : Stream
native global
skipVTables bool
Résultat Stream

Property Details

NativeToManagedMap public_oe static_oe property

public static System.Collections.Concurrent.ConcurrentDictionary NativeToManagedMap
Résultat Stream>.System.Collections.Concurrent.ConcurrentDictionary

__OriginalVTables protected_oe property

protected void*[] __OriginalVTables
Résultat void*[]

__PointerAdjustment protected_oe property

protected int __PointerAdjustment
Résultat int

__ownsNativeInstance protected_oe property

protected bool __ownsNativeInstance
Résultat bool