C# Class System.Reflection.ReflectionContext

Afficher le fichier Open project: kumpera/mono Class Usage Examples

Méthodes publiques

Méthode Description
GetTypeForObject ( object value ) : TypeInfo
MapAssembly ( Assembly assembly ) : Assembly
MapType ( TypeInfo type ) : TypeInfo

Method Details

GetTypeForObject() public méthode

public GetTypeForObject ( object value ) : TypeInfo
value object
Résultat TypeInfo

MapAssembly() public abstract méthode

public abstract MapAssembly ( Assembly assembly ) : Assembly
assembly Assembly
Résultat Assembly

MapType() public abstract méthode

public abstract MapType ( TypeInfo type ) : TypeInfo
type TypeInfo
Résultat TypeInfo