Method | Description | |
---|---|---|
GetBaseDefinition ( ) : |
||
GetCustomAttributes ( |
||
GetCustomAttributes ( bool inherit ) : object[] | ||
GetMethodImplementationFlags ( ) : MethodImplAttributes | ||
GetParameters ( ) : System.Reflection.ParameterInfo[] | ||
Invoke ( object obj, BindingFlags invokeAttr, |
||
IsDefined ( |
||
WovenSetterMethodInfo ( |
public GetBaseDefinition ( ) : |
||
return |
public GetCustomAttributes ( |
||
attributeType | ||
inherit | bool | |
return | object[] |
public GetCustomAttributes ( bool inherit ) : object[] | ||
inherit | bool | |
return | object[] |
public GetMethodImplementationFlags ( ) : MethodImplAttributes | ||
return | MethodImplAttributes |
public GetParameters ( ) : System.Reflection.ParameterInfo[] | ||
return | System.Reflection.ParameterInfo[] |
public Invoke ( object obj, BindingFlags invokeAttr, |
||
obj | object | |
invokeAttr | BindingFlags | |
binder | ||
parameters | object | |
culture | ||
return | object |
public IsDefined ( |
||
attributeType | ||
inherit | bool | |
return | bool |
public WovenSetterMethodInfo ( |
||
mi | ||
return | System |