Method | Description | |
---|---|---|
Add ( |
||
ArrayLength ( ) : |
||
As ( System type ) : |
||
As ( |
||
Assign ( |
||
Assign ( |
||
BitwiseAnd ( |
||
BitwiseOr ( |
||
Cast ( |
||
Cast ( System type ) : |
||
Conditional ( |
||
Divide ( |
||
Eq ( |
||
Field ( string name ) : |
||
Ge ( |
||
GetReturnType ( ) : |
||
Gt ( |
||
Invoke ( string name ) : |
||
InvokeDelegate ( ) : |
||
InvokeEquals ( |
||
InvokeGetHashCode ( ) : |
||
InvokeGetType ( ) : |
||
InvokeReferenceEquals ( |
||
InvokeToString ( ) : |
||
Is ( System type ) : |
||
Is ( |
||
IsFalse ( ) : |
||
IsTrue ( ) : |
||
Le ( |
||
LeftShift ( |
||
LogicalAnd ( |
||
LogicalNot ( ) : |
||
LogicalOr ( |
||
LongArrayLength ( ) : |
||
Lt ( |
||
Modulus ( |
||
Multiply ( |
||
Ne ( |
||
Negate ( ) : |
||
OnesComplement ( ) : |
||
Plus ( ) : |
||
PostDecrement ( ) : |
||
PostIncrement ( ) : |
||
Pow2 ( ) : |
||
PreDecrement ( ) : |
||
PreIncrement ( ) : |
||
Property ( string name ) : |
||
Ref ( ) : |
||
RightShift ( |
||
Subtract ( |
||
ToString ( ) : string | ||
Xor ( |
||
operator ( ) : |
||
this ( ) : |
Method | Description | |
---|---|---|
ResetLeakedStateRecursively ( ) : void | ||
SetLeakedStateRecursively ( ) : void |
Method | Description | |
---|---|---|
AssignmentHint ( |
||
ContextualOperand ( |
||
EmitAddressOf ( |
||
EmitBranch ( |
||
EmitGet ( |
||
EmitSet ( |
||
Field ( string name, ITypeMapper typeMapper ) : |
||
GetBindingFlags ( ) : IKVM.Reflection.BindingFlags | ||
GetInternalOperandType ( ) : System.IKVM.Reflection.Type | ||
GetReturnType ( ITypeMapper typeMapper ) : |
||
Invoke ( string name, ITypeMapper typeMapper ) : |
||
InvokeDelegate ( ITypeMapper typeMapper ) : |
||
InvokeEquals ( |
||
InvokeGetHashCode ( ITypeMapper typeMapper ) : |
||
InvokeGetType ( ITypeMapper typeMapper ) : |
||
InvokeReferenceEquals ( |
||
InvokeToString ( ITypeMapper typeMapper ) : |
||
Property ( string name, ITypeMapper typeMapper ) : |
||
ThrowIfOperandNull ( |
||
ThrowIfOperandNull ( |
||
this ( ITypeMapper typeMapper ) : |
public Add ( |
||
value | ||
return |
public As ( System type ) : |
||
type | System | |
return |
public As ( |
||
type | ||
return |
public Assign ( |
||
value | ||
return |
public Assign ( |
||
value | ||
allowExplicitConversion | bool | |
return |
public BitwiseAnd ( |
||
value | ||
return |
public BitwiseOr ( |
||
value | ||
return |
public Cast ( |
||
type | ||
return |
public Conditional ( |
||
ifTrue | ||
ifFalse | ||
return |
public Divide ( |
||
value | ||
return |
public Eq ( |
||
value | ||
return |
public Field ( string name ) : |
||
name | string | |
return |
public Ge ( |
||
value | ||
return |
public Gt ( |
||
value | ||
return |
public Invoke ( string name ) : |
||
name | string | |
return |
public InvokeDelegate ( ) : |
||
return |
public InvokeEquals ( |
||
right | ||
return |
public InvokeGetHashCode ( ) : |
||
return |
public InvokeReferenceEquals ( |
||
right | ||
return |
public InvokeToString ( ) : |
||
return |
public Is ( System type ) : |
||
type | System | |
return |
public Is ( |
||
type | ||
return |
public Le ( |
||
value | ||
return |
public LeftShift ( |
||
value | ||
return |
public LogicalAnd ( |
||
other | ||
return |
public LogicalOr ( |
||
other | ||
return |
public LongArrayLength ( ) : |
||
return |
public Lt ( |
||
value | ||
return |
public Modulus ( |
||
value | ||
return |
public Multiply ( |
||
value | ||
return |
public Ne ( |
||
value | ||
return |
public OnesComplement ( ) : |
||
return |
public Property ( string name ) : |
||
name | string | |
return |
protected ResetLeakedStateRecursively ( ) : void | ||
return | void |
public RightShift ( |
||
value | ||
return |
protected SetLeakedStateRecursively ( ) : void | ||
return | void |
public Subtract ( |
||
value | ||
return |
public Xor ( |
||
value | ||
return |
public static operator ( ) : |
||
return |