Свойство | Type | Description | |
---|---|---|---|
GetConstructors | System.Reflection.ConstructorInfo[] | ||
GetInterfaceMap | |||
IsSubclassOf | bool | ||
Substitute | |||
TypeBuilderInstantiation | System |
Méthode | Description | |
---|---|---|
GetCustomAttributes ( |
||
GetCustomAttributes ( bool inherit ) : Object[] | ||
GetElementType ( ) : |
||
GetEvent ( String name, BindingFlags bindingAttr ) : |
||
GetEvents ( ) : System.Reflection.EventInfo[] | ||
GetEvents ( BindingFlags bindingAttr ) : System.Reflection.EventInfo[] | ||
GetField ( String name, BindingFlags bindingAttr ) : |
||
GetFields ( BindingFlags bindingAttr ) : System.Reflection.FieldInfo[] | ||
GetGenericArguments ( ) : System.Type[] | ||
GetGenericTypeDefinition ( ) : |
||
GetInterface ( String name, bool ignoreCase ) : |
||
GetInterfaces ( ) : System.Type[] | ||
GetMember ( String name, MemberTypes type, BindingFlags bindingAttr ) : System.Reflection.MemberInfo[] | ||
GetMembers ( BindingFlags bindingAttr ) : System.Reflection.MemberInfo[] | ||
GetMethods ( BindingFlags bindingAttr ) : System.Reflection.MethodInfo[] | ||
GetNestedType ( String name, BindingFlags bindingAttr ) : |
||
GetNestedTypes ( BindingFlags bindingAttr ) : System.Type[] | ||
GetProperties ( BindingFlags bindingAttr ) : System.Reflection.PropertyInfo[] | ||
InvokeMember ( String name, BindingFlags invokeAttr, |
||
IsAssignableFrom ( |
||
IsDefined ( |
||
MakeArrayType ( ) : |
||
MakeArrayType ( int rank ) : |
||
MakeByRefType ( ) : |
||
MakeGenericType ( ) : |
||
MakePointerType ( ) : |
||
ToString ( ) : String |
Méthode | Description | |
---|---|---|
GetAttributeFlagsImpl ( ) : TypeAttributes | ||
GetConstructorImpl ( BindingFlags bindingAttr, |
||
GetMethodImpl ( String name, BindingFlags bindingAttr, |
||
GetPropertyImpl ( String name, BindingFlags bindingAttr, |
||
HasElementTypeImpl ( ) : bool | ||
IsArrayImpl ( ) : bool | ||
IsByRefImpl ( ) : bool | ||
IsCOMObjectImpl ( ) : bool | ||
IsPointerImpl ( ) : bool | ||
IsPrimitiveImpl ( ) : bool | ||
IsValueTypeImpl ( ) : bool |
Méthode | Description | |
---|---|---|
GetConstructors ( BindingFlags bindingAttr ) : System.Reflection.ConstructorInfo[] | ||
GetInterfaceMap ( |
||
IsSubclassOf ( |
||
Substitute ( |
||
TypeBuilderInstantiation ( |
protected GetAttributeFlagsImpl ( ) : TypeAttributes | ||
Résultat | TypeAttributes |
protected GetConstructorImpl ( BindingFlags bindingAttr, |
||
bindingAttr | BindingFlags | |
binder | ||
callConvention | CallingConventions | |
types | ||
modifiers | ||
Résultat |
public GetCustomAttributes ( |
||
attributeType | ||
inherit | bool | |
Résultat | Object[] |
public GetCustomAttributes ( bool inherit ) : Object[] | ||
inherit | bool | |
Résultat | Object[] |
public GetEvent ( String name, BindingFlags bindingAttr ) : |
||
name | String | |
bindingAttr | BindingFlags | |
Résultat |
public GetEvents ( ) : System.Reflection.EventInfo[] | ||
Résultat | System.Reflection.EventInfo[] |
public GetEvents ( BindingFlags bindingAttr ) : System.Reflection.EventInfo[] | ||
bindingAttr | BindingFlags | |
Résultat | System.Reflection.EventInfo[] |
public GetField ( String name, BindingFlags bindingAttr ) : |
||
name | String | |
bindingAttr | BindingFlags | |
Résultat |
public GetFields ( BindingFlags bindingAttr ) : System.Reflection.FieldInfo[] | ||
bindingAttr | BindingFlags | |
Résultat | System.Reflection.FieldInfo[] |
public GetGenericArguments ( ) : System.Type[] | ||
Résultat | System.Type[] |
public GetGenericTypeDefinition ( ) : |
||
Résultat |
public GetInterface ( String name, bool ignoreCase ) : |
||
name | String | |
ignoreCase | bool | |
Résultat |
public GetMember ( String name, MemberTypes type, BindingFlags bindingAttr ) : System.Reflection.MemberInfo[] | ||
name | String | |
type | MemberTypes | |
bindingAttr | BindingFlags | |
Résultat | System.Reflection.MemberInfo[] |
public GetMembers ( BindingFlags bindingAttr ) : System.Reflection.MemberInfo[] | ||
bindingAttr | BindingFlags | |
Résultat | System.Reflection.MemberInfo[] |
protected GetMethodImpl ( String name, BindingFlags bindingAttr, |
||
name | String | |
bindingAttr | BindingFlags | |
binder | ||
callConvention | CallingConventions | |
types | ||
modifiers | ||
Résultat |
public GetMethods ( BindingFlags bindingAttr ) : System.Reflection.MethodInfo[] | ||
bindingAttr | BindingFlags | |
Résultat | System.Reflection.MethodInfo[] |
public GetNestedType ( String name, BindingFlags bindingAttr ) : |
||
name | String | |
bindingAttr | BindingFlags | |
Résultat |
public GetNestedTypes ( BindingFlags bindingAttr ) : System.Type[] | ||
bindingAttr | BindingFlags | |
Résultat | System.Type[] |
public GetProperties ( BindingFlags bindingAttr ) : System.Reflection.PropertyInfo[] | ||
bindingAttr | BindingFlags | |
Résultat | System.Reflection.PropertyInfo[] |
protected GetPropertyImpl ( String name, BindingFlags bindingAttr, |
||
name | String | |
bindingAttr | BindingFlags | |
binder | ||
returnType | ||
types | ||
modifiers | ||
Résultat |
public InvokeMember ( String name, BindingFlags invokeAttr, |
||
name | String | |
invokeAttr | BindingFlags | |
binder | ||
target | Object | |
args | Object | |
modifiers | ||
culture | ||
namedParameters | String | |
Résultat | Object |
public IsAssignableFrom ( |
||
c | ||
Résultat | bool |
public IsDefined ( |
||
attributeType | ||
inherit | bool | |
Résultat | bool |
public MakeArrayType ( int rank ) : |
||
rank | int | |
Résultat |