C# Class Mono.Debugging.Win32.FieldReference

Inheritance: Mono.Debugging.Evaluation.ValueReference
Show file Open project: mono/monodevelop

Public Methods

Method Description
FieldReference ( Mono.Debugging.Evaluation.EvaluationContext ctx, CorValRef thisobj, Microsoft.Samples.Debugging.CorDebug.CorType type, FieldInfo field ) : System.Reflection
FieldReference ( Mono.Debugging.Evaluation.EvaluationContext ctx, CorValRef thisobj, Microsoft.Samples.Debugging.CorDebug.CorType type, FieldInfo field, string vname, ObjectValueFlags vflags ) : System.Reflection

Private Methods

Method Description
GetFlags ( FieldInfo field ) : ObjectValueFlags

Method Details

FieldReference() public method

public FieldReference ( Mono.Debugging.Evaluation.EvaluationContext ctx, CorValRef thisobj, Microsoft.Samples.Debugging.CorDebug.CorType type, FieldInfo field ) : System.Reflection
ctx Mono.Debugging.Evaluation.EvaluationContext
thisobj CorValRef
type Microsoft.Samples.Debugging.CorDebug.CorType
field System.Reflection.FieldInfo
return System.Reflection

FieldReference() public method

public FieldReference ( Mono.Debugging.Evaluation.EvaluationContext ctx, CorValRef thisobj, Microsoft.Samples.Debugging.CorDebug.CorType type, FieldInfo field, string vname, ObjectValueFlags vflags ) : System.Reflection
ctx Mono.Debugging.Evaluation.EvaluationContext
thisobj CorValRef
type Microsoft.Samples.Debugging.CorDebug.CorType
field System.Reflection.FieldInfo
vname string
vflags ObjectValueFlags
return System.Reflection