C# Класс Hawkeye.ComponentModel.ComponentModelExtensions

Показать файл Открыть проект

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

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