C# Class Amazon.Util.TypeFactory.TypeInfoWrapper

Inheritance: AbstractTypeInfo
Afficher le fichier Open project: scopely/aws-sdk-net

Méthodes publiques

Méthode Description
GetConstructor ( ITypeInfo paramTypes ) : ConstructorInfo
GetCustomAttributes ( ITypeInfo attributeType, bool inherit ) : object[]
GetCustomAttributes ( bool inherit ) : object[]
GetField ( string name ) : FieldInfo
GetFields ( ) : IEnumerable
GetGenericArguments ( ) : System.Type[]
GetGenericTypeDefinition ( ) : Type
GetInterface ( string name ) : Type
GetInterfaces ( ) : System.Type[]
GetMembers ( ) : System.Reflection.MemberInfo[]
GetMethod ( string name ) : MethodInfo
GetMethod ( string name, ITypeInfo paramTypes ) : MethodInfo
GetProperties ( ) : IEnumerable
GetProperty ( string name ) : PropertyInfo
IsAssignableFrom ( ITypeInfo typeInfo ) : bool

Private Methods

Méthode Description
TypeInfoWrapper ( Type type ) : System

Method Details

GetConstructor() public méthode

public GetConstructor ( ITypeInfo paramTypes ) : ConstructorInfo
paramTypes ITypeInfo
Résultat System.Reflection.ConstructorInfo

GetCustomAttributes() public méthode

public GetCustomAttributes ( ITypeInfo attributeType, bool inherit ) : object[]
attributeType ITypeInfo
inherit bool
Résultat object[]

GetCustomAttributes() public méthode

public GetCustomAttributes ( bool inherit ) : object[]
inherit bool
Résultat object[]

GetField() public méthode

public GetField ( string name ) : FieldInfo
name string
Résultat System.Reflection.FieldInfo

GetFields() public méthode

public GetFields ( ) : IEnumerable
Résultat IEnumerable

GetGenericArguments() public méthode

public GetGenericArguments ( ) : System.Type[]
Résultat System.Type[]

GetGenericTypeDefinition() public méthode

public GetGenericTypeDefinition ( ) : Type
Résultat System.Type

GetInterface() public méthode

public GetInterface ( string name ) : Type
name string
Résultat System.Type

GetInterfaces() public méthode

public GetInterfaces ( ) : System.Type[]
Résultat System.Type[]

GetMembers() public méthode

public GetMembers ( ) : System.Reflection.MemberInfo[]
Résultat System.Reflection.MemberInfo[]

GetMethod() public méthode

public GetMethod ( string name ) : MethodInfo
name string
Résultat System.Reflection.MethodInfo

GetMethod() public méthode

public GetMethod ( string name, ITypeInfo paramTypes ) : MethodInfo
name string
paramTypes ITypeInfo
Résultat System.Reflection.MethodInfo

GetProperties() public méthode

public GetProperties ( ) : IEnumerable
Résultat IEnumerable

GetProperty() public méthode

public GetProperty ( string name ) : PropertyInfo
name string
Résultat System.Reflection.PropertyInfo

IsAssignableFrom() public méthode

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