C# Class MonoDevelop.Debugger.Win32.PropertyReference

Inheritance: Mono.Debugging.Evaluation.ValueReference
ファイルを表示 Open project: LogosBible/monodevelop

Public Methods

Method Description
PropertyReference ( Mono.Debugging.Evaluation.EvaluationContext ctx, PropertyInfo prop, MonoDevelop.Debugger.Win32.CorValRef thisobj, Microsoft.Samples.Debugging.CorDebug.CorType declaringType ) : System.Reflection
PropertyReference ( Mono.Debugging.Evaluation.EvaluationContext ctx, PropertyInfo prop, MonoDevelop.Debugger.Win32.CorValRef thisobj, Microsoft.Samples.Debugging.CorDebug.CorType declaringType, MonoDevelop.Debugger.Win32.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, MonoDevelop.Debugger.Win32.CorValRef thisobj, Microsoft.Samples.Debugging.CorDebug.CorType declaringType ) : System.Reflection
ctx Mono.Debugging.Evaluation.EvaluationContext
prop System.Reflection.PropertyInfo
thisobj MonoDevelop.Debugger.Win32.CorValRef
declaringType Microsoft.Samples.Debugging.CorDebug.CorType
return System.Reflection

PropertyReference() public method

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