C# 클래스 Hawkeye.ComponentModel.ComponentModelExtensions

파일 보기 프로젝트 열기: odalet/Hawkeye2

공개 메소드들

메소드 설명
Get ( this pinfo, object target, string &criticalError ) : object
GetAllEvents ( this context, object component, bool inspectBaseClasses = true, bool retrieveStaticMembers = true, bool keepOriginalCategoryAttribute = true ) : PropertyDescriptorCollection
GetAllProperties ( this context, object component, bool inspectBaseClasses = true, bool retrieveStaticMembers = true, bool keepOriginalCategoryAttribute = true ) : PropertyDescriptorCollection
Set ( this pinfo, object target, object value, string &criticalError ) : object

메소드 상세

Get() 공개 정적인 메소드

public static Get ( this pinfo, object target, string &criticalError ) : object
pinfo this
target object
criticalError string
리턴 object

GetAllEvents() 공개 정적인 메소드

public static GetAllEvents ( this context, object component, bool inspectBaseClasses = true, bool retrieveStaticMembers = true, bool keepOriginalCategoryAttribute = true ) : PropertyDescriptorCollection
context this
component object
inspectBaseClasses bool
retrieveStaticMembers bool
keepOriginalCategoryAttribute bool
리턴 System.ComponentModel.PropertyDescriptorCollection

GetAllProperties() 공개 정적인 메소드

public static GetAllProperties ( this context, object component, bool inspectBaseClasses = true, bool retrieveStaticMembers = true, bool keepOriginalCategoryAttribute = true ) : PropertyDescriptorCollection
context this
component object
inspectBaseClasses bool
retrieveStaticMembers bool
keepOriginalCategoryAttribute bool
리턴 System.ComponentModel.PropertyDescriptorCollection

Set() 공개 정적인 메소드

public static Set ( this pinfo, object target, object value, string &criticalError ) : object
pinfo this
target object
value object
criticalError string
리턴 object