C# Class LLDB.TypeNameSpecifier

Inheritance: IDisposable
Mostra file Open project: tritao/LLDBSharp Class Usage Examples

Public Properties

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

Protected Properties

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

Public Methods

Method Description
Dispose ( ) : void
Equals ( object obj ) : bool
GetDescription ( LLDB description, LLDB description_level ) : bool
GetHashCode ( ) : int
GetType ( ) : LLDB.Type
IsEqualTo ( LLDB rhs ) : bool
IsRegex ( ) : bool
IsValid ( ) : bool
TypeNameSpecifier ( ) : System
TypeNameSpecifier ( LLDB type ) : System
TypeNameSpecifier ( string name, bool is_regex ) : System
__CreateInstance ( TypeNameSpecifier native, bool skipVTables = false ) : TypeNameSpecifier
__CreateInstance ( global native, bool skipVTables = false ) : TypeNameSpecifier
operator ( ) : bool

Protected Methods

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

Private Methods

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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetDescription() public method

public GetDescription ( LLDB description, LLDB description_level ) : bool
description LLDB
description_level LLDB
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

GetType() public method

public GetType ( ) : LLDB.Type
return LLDB.Type

IsEqualTo() public method

public IsEqualTo ( LLDB rhs ) : bool
rhs LLDB
return bool

IsRegex() public method

public IsRegex ( ) : bool
return bool

IsValid() public method

public IsValid ( ) : bool
return bool

TypeNameSpecifier() public method

public TypeNameSpecifier ( ) : System
return System

TypeNameSpecifier() public method

public TypeNameSpecifier ( LLDB type ) : System
type LLDB
return System

TypeNameSpecifier() public method

public TypeNameSpecifier ( string name, bool is_regex ) : System
name string
is_regex bool
return System

TypeNameSpecifier() protected method

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

__CreateInstance() public static method

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

__CreateInstance() public static method

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

operator() public static method

public static operator ( ) : bool
return bool

Property Details

NativeToManagedMap public_oe static_oe property

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

__OriginalVTables protected_oe property

protected void*[] __OriginalVTables
return void*[]

__PointerAdjustment protected_oe property

protected int __PointerAdjustment
return int

__ownsNativeInstance protected_oe property

protected bool __ownsNativeInstance
return bool