C# Класс System.Reflection.Context.CustomReflectionContext

Наследование: ReflectionContext
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
MapAssembly ( System assembly ) : System.Reflection.Assembly
MapType ( System type ) : System.Reflection.TypeInfo

Защищенные методы

Метод Описание
AddProperties ( System type ) : System.Collections.Generic.IEnumerable
CreateProperty ( System propertyType, string name, object>.System getter, object>.System setter ) : System.Reflection.PropertyInfo
CreateProperty ( System propertyType, string name, object>.System getter, object>.System setter, System propertyCustomAttributes, System getterCustomAttributes, System setterCustomAttributes ) : System.Reflection.PropertyInfo
CustomReflectionContext ( )
CustomReflectionContext ( System source )
GetCustomAttributes ( System member, System declaredAttributes ) : System.Collections.Generic.IEnumerable

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

AddProperties() защищенный Метод

protected AddProperties ( System type ) : System.Collections.Generic.IEnumerable
type System
Результат System.Collections.Generic.IEnumerable

CreateProperty() защищенный Метод

protected CreateProperty ( System propertyType, string name, object>.System getter, object>.System setter ) : System.Reflection.PropertyInfo
propertyType System
name string
getter object>.System
setter object>.System
Результат System.Reflection.PropertyInfo

CreateProperty() защищенный Метод

protected CreateProperty ( System propertyType, string name, object>.System getter, object>.System setter, System propertyCustomAttributes, System getterCustomAttributes, System setterCustomAttributes ) : System.Reflection.PropertyInfo
propertyType System
name string
getter object>.System
setter object>.System
propertyCustomAttributes System
getterCustomAttributes System
setterCustomAttributes System
Результат System.Reflection.PropertyInfo

CustomReflectionContext() защищенный Метод

protected CustomReflectionContext ( )

CustomReflectionContext() защищенный Метод

protected CustomReflectionContext ( System source )
source System

GetCustomAttributes() защищенный Метод

protected GetCustomAttributes ( System member, System declaredAttributes ) : System.Collections.Generic.IEnumerable
member System
declaredAttributes System
Результат System.Collections.Generic.IEnumerable

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

public MapAssembly ( System assembly ) : System.Reflection.Assembly
assembly System
Результат System.Reflection.Assembly

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

public MapType ( System type ) : System.Reflection.TypeInfo
type System
Результат System.Reflection.TypeInfo