C# Class Mono.Debugging.Win32.PropertyReference

Inheritance: Mono.Debugging.Evaluation.ValueReference
Afficher le fichier Open project: mono/monodevelop

Méthodes publiques

Méthode 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

Méthode Description
GetFlags ( PropertyInfo prop ) : ObjectValueFlags

Method Details

PropertyReference() public méthode

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
Résultat System.Reflection

PropertyReference() public méthode

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
Résultat System.Reflection