C# Class Mono.Debugging.Win32.PropertyReference

Inheritance: Mono.Debugging.Evaluation.ValueReference
Datei anzeigen Open project: mono/monodevelop

Public Methods

Method Description
PropertyReference ( Mono.Debugging.Evaluation.EvaluationContext ctx, PropertyInfo prop, CorValRef thisobj, Microsoft.Samples.Debugging.CorDebug.CorType declaringType ) : System.Reflection
PropertyReference ( Mono.Debugging.Evaluation.EvaluationContext ctx, PropertyInfo prop, CorValRef thisobj, Microsoft.Samples.Debugging.CorDebug.CorType declaringType, CorValRef index ) : System.Reflection

Private Methods

Method Description
GetFlags ( PropertyInfo prop ) : ObjectValueFlags

Method Details

PropertyReference() public method

public PropertyReference ( Mono.Debugging.Evaluation.EvaluationContext ctx, PropertyInfo prop, CorValRef thisobj, Microsoft.Samples.Debugging.CorDebug.CorType declaringType ) : System.Reflection
ctx Mono.Debugging.Evaluation.EvaluationContext
prop System.Reflection.PropertyInfo
thisobj CorValRef
declaringType Microsoft.Samples.Debugging.CorDebug.CorType
return System.Reflection

PropertyReference() public method

public PropertyReference ( Mono.Debugging.Evaluation.EvaluationContext ctx, PropertyInfo prop, CorValRef thisobj, Microsoft.Samples.Debugging.CorDebug.CorType declaringType, CorValRef index ) : System.Reflection
ctx Mono.Debugging.Evaluation.EvaluationContext
prop System.Reflection.PropertyInfo
thisobj CorValRef
declaringType Microsoft.Samples.Debugging.CorDebug.CorType
index CorValRef
return System.Reflection