Method | Description | |
---|---|---|
ArrayItemSetter1 ( |
||
ArrayItemSetter2 ( |
||
ArrayItemSetter3 ( |
||
Create ( |
||
Create ( |
Creates a new ReflectedCaller which can be used to quickly invoke the provided MethodInfo.
|
|
ToString ( ) : string |
Method | Description | |
---|---|---|
CallInstruction ( ) : System | ||
GetArrayAccessor ( |
||
IndexIsNotReturnType ( int index, |
||
ShouldCache ( |
||
SlowCreate ( |
Uses reflection to create new instance of the appropriate ReflectedCaller
|
|
TryGetParameterOrReturnType ( |
Gets the next type or null if no more types are available.
|
public static ArrayItemSetter1 ( |
||
array | ||
index0 | int | |
value | object | |
return | void |
public static ArrayItemSetter2 ( |
||
array | ||
index0 | int | |
index1 | int | |
value | object | |
return | void |
public static ArrayItemSetter3 ( |
||
array | ||
index0 | int | |
index1 | int | |
index2 | int | |
value | object | |
return | void |
public static Create ( |
||
info | ||
return |
public static Create ( |
||
info | ||
parameters | ||
return |