C# Class System.Reflection.Context.CustomReflectionContext

Inheritance: ReflectionContext
Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Méthodes publiques

Méthode Description
MapAssembly ( System assembly ) : System.Reflection.Assembly
MapType ( System type ) : System.Reflection.TypeInfo

Méthodes protégées

Méthode Description
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

Method Details

AddProperties() protected méthode

protected AddProperties ( System type ) : System.Collections.Generic.IEnumerable
type System
Résultat System.Collections.Generic.IEnumerable

CreateProperty() protected méthode

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
Résultat System.Reflection.PropertyInfo

CreateProperty() protected méthode

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
Résultat System.Reflection.PropertyInfo

CustomReflectionContext() protected méthode

protected CustomReflectionContext ( )

CustomReflectionContext() protected méthode

protected CustomReflectionContext ( System source )
source System

GetCustomAttributes() protected méthode

protected GetCustomAttributes ( System member, System declaredAttributes ) : System.Collections.Generic.IEnumerable
member System
declaredAttributes System
Résultat System.Collections.Generic.IEnumerable

MapAssembly() public méthode

public MapAssembly ( System assembly ) : System.Reflection.Assembly
assembly System
Résultat System.Reflection.Assembly

MapType() public méthode

public MapType ( System type ) : System.Reflection.TypeInfo
type System
Résultat System.Reflection.TypeInfo