C# 클래스 Amazon.Util.TypeFactory.TypeInfoWrapper

상속: AbstractTypeInfo
파일 보기 프로젝트 열기: scopely/aws-sdk-net

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
TypeInfoWrapper ( Type type ) : System

메소드 상세

GetConstructor() 공개 메소드

public GetConstructor ( ITypeInfo paramTypes ) : ConstructorInfo
paramTypes ITypeInfo
리턴 System.Reflection.ConstructorInfo

GetCustomAttributes() 공개 메소드

public GetCustomAttributes ( ITypeInfo attributeType, bool inherit ) : object[]
attributeType ITypeInfo
inherit bool
리턴 object[]

GetCustomAttributes() 공개 메소드

public GetCustomAttributes ( bool inherit ) : object[]
inherit bool
리턴 object[]

GetField() 공개 메소드

public GetField ( string name ) : FieldInfo
name string
리턴 System.Reflection.FieldInfo

GetFields() 공개 메소드

public GetFields ( ) : IEnumerable
리턴 IEnumerable

GetGenericArguments() 공개 메소드

public GetGenericArguments ( ) : System.Type[]
리턴 System.Type[]

GetGenericTypeDefinition() 공개 메소드

public GetGenericTypeDefinition ( ) : Type
리턴 System.Type

GetInterface() 공개 메소드

public GetInterface ( string name ) : Type
name string
리턴 System.Type

GetInterfaces() 공개 메소드

public GetInterfaces ( ) : System.Type[]
리턴 System.Type[]

GetMembers() 공개 메소드

public GetMembers ( ) : System.Reflection.MemberInfo[]
리턴 System.Reflection.MemberInfo[]

GetMethod() 공개 메소드

public GetMethod ( string name ) : MethodInfo
name string
리턴 System.Reflection.MethodInfo

GetMethod() 공개 메소드

public GetMethod ( string name, ITypeInfo paramTypes ) : MethodInfo
name string
paramTypes ITypeInfo
리턴 System.Reflection.MethodInfo

GetProperties() 공개 메소드

public GetProperties ( ) : IEnumerable
리턴 IEnumerable

GetProperty() 공개 메소드

public GetProperty ( string name ) : PropertyInfo
name string
리턴 System.Reflection.PropertyInfo

IsAssignableFrom() 공개 메소드

public IsAssignableFrom ( ITypeInfo typeInfo ) : bool
typeInfo ITypeInfo
리턴 bool