C# 클래스 MonoDevelop.Debugger.Win32.PropertyReference

상속: Mono.Debugging.Evaluation.ValueReference
파일 보기 프로젝트 열기: LogosBible/monodevelop

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
GetFlags ( PropertyInfo prop ) : ObjectValueFlags

메소드 상세

PropertyReference() 공개 메소드

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
리턴 System.Reflection

PropertyReference() 공개 메소드

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
리턴 System.Reflection