C# Class System.Reflection.TypeInfo

Type info for a type.
Afficher le fichier Open project: kumpera/mono Class Usage Examples

Méthodes publiques

Méthode Description
AsType ( ) : Type
GetDeclaredEvent ( string name ) : EventInfo
GetDeclaredField ( string name ) : FieldInfo
GetDeclaredMethod ( string name ) : MethodInfo
GetDeclaredMethods ( string name ) : IEnumerable
GetDeclaredNestedType ( string name ) : TypeInfo
GetDeclaredProperty ( string name ) : PropertyInfo
IsAssignableFrom ( TypeInfo typeInfo ) : bool

Private Methods

Méthode Description
IReflectableType ( ) : TypeInfo
TypeInfo ( ) : System.Collections.Generic

Method Details

AsType() public méthode

public AsType ( ) : Type
Résultat Type

GetDeclaredEvent() public méthode

public GetDeclaredEvent ( string name ) : EventInfo
name string
Résultat EventInfo

GetDeclaredField() public méthode

public GetDeclaredField ( string name ) : FieldInfo
name string
Résultat FieldInfo

GetDeclaredMethod() public méthode

public GetDeclaredMethod ( string name ) : MethodInfo
name string
Résultat MethodInfo

GetDeclaredMethods() public méthode

public GetDeclaredMethods ( string name ) : IEnumerable
name string
Résultat IEnumerable

GetDeclaredNestedType() public méthode

public GetDeclaredNestedType ( string name ) : TypeInfo
name string
Résultat TypeInfo

GetDeclaredProperty() public méthode

public GetDeclaredProperty ( string name ) : PropertyInfo
name string
Résultat PropertyInfo

IsAssignableFrom() public méthode

public IsAssignableFrom ( TypeInfo typeInfo ) : bool
typeInfo TypeInfo
Résultat bool