C# Класс Mono.Debugging.Win32.PropertyReference

Наследование: Mono.Debugging.Evaluation.ValueReference
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
GetFlags ( PropertyInfo prop ) : ObjectValueFlags

Описание методов

PropertyReference() публичный Метод

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
Результат System.Reflection

PropertyReference() публичный Метод

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
Результат System.Reflection