C# Class Mono.Debugger.Languages.Mono.MonoStructType

Inheritance: IMonoStructType
Show file Open project: baulig/debugger Class Usage Examples

Private Properties

Property Type Description
get_constructors void
get_events void
get_fields void
get_methods void
get_properties void

Public Methods

Method Description
LookupFunction ( Mono.Cecil mdef ) : MonoFunctionType
MonoStructType ( MonoSymbolFile file, TargetClassType type, Mono.Cecil typedef ) : System
ResolveClass ( TargetMemoryAccess target, bool fail ) : MonoClassInfo

Private Methods

Method Description
get_constructors ( ) : void
get_events ( ) : void
get_fields ( ) : void
get_methods ( ) : void
get_properties ( ) : void

Method Details

LookupFunction() public method

public LookupFunction ( Mono.Cecil mdef ) : MonoFunctionType
mdef Mono.Cecil
return MonoFunctionType

MonoStructType() public method

public MonoStructType ( MonoSymbolFile file, TargetClassType type, Mono.Cecil typedef ) : System
file MonoSymbolFile
type TargetClassType
typedef Mono.Cecil
return System

ResolveClass() public method

public ResolveClass ( TargetMemoryAccess target, bool fail ) : MonoClassInfo
target TargetMemoryAccess
fail bool
return MonoClassInfo