Method | Description | |
---|---|---|
Call ( this il, |
||
CallAny ( this il, |
||
If ( this il, bool predicate, ILGenerator>.Func |
||
Ldarg ( this il, int index ) : |
||
Ldfld ( this il, |
||
Ldsfld ( this il, |
||
Ret ( this il ) : void | ||
ToObject ( this il, |
||
UnboxAny ( this il, |
||
UnboxAsCallable ( this il, |
public static Call ( this il, |
||
il | this | |
method | ||
return |
public static CallAny ( this il, |
||
il | this | |
method | ||
return |
public static If ( this il, bool predicate, ILGenerator>.Func |
||
il | this | |
predicate | bool | |
ifTrue | ILGenerator>.Func | |
ifFalse | ILGenerator>.Func | |
return |
public static Ldarg ( this il, int index ) : |
||
il | this | |
index | int | |
return |
public static Ldfld ( this il, |
||
il | this | |
field | ||
return |
public static Ldsfld ( this il, |
||
il | this | |
field | ||
return |
public static ToObject ( this il, |
||
il | this | |
topOfStack | ||
return |
public static UnboxAny ( this il, |
||
il | this | |
type | ||
return |
public static UnboxAsCallable ( this il, |
||
il | this | |
boxedType | ||
return |