Method | Description | |
---|---|---|
DefaultValue ( ) : Microsoft.Scripting.Interpreter.Instruction | ||
GetArrayItem ( ) : Microsoft.Scripting.Interpreter.Instruction | ||
NewArray ( ) : Microsoft.Scripting.Interpreter.Instruction | ||
NewArrayInit ( int elementCount ) : Microsoft.Scripting.Interpreter.Instruction | ||
SetArrayItem ( ) : Microsoft.Scripting.Interpreter.Instruction | ||
TypeAs ( ) : Microsoft.Scripting.Interpreter.Instruction | ||
TypeIs ( ) : Microsoft.Scripting.Interpreter.Instruction |
Method | Description | |
---|---|---|
GetFactory ( |
protected abstract DefaultValue ( ) : Microsoft.Scripting.Interpreter.Instruction | ||
return | Microsoft.Scripting.Interpreter.Instruction |
protected abstract GetArrayItem ( ) : Microsoft.Scripting.Interpreter.Instruction | ||
return | Microsoft.Scripting.Interpreter.Instruction |
protected abstract NewArray ( ) : Microsoft.Scripting.Interpreter.Instruction | ||
return | Microsoft.Scripting.Interpreter.Instruction |
protected abstract NewArrayInit ( int elementCount ) : Microsoft.Scripting.Interpreter.Instruction | ||
elementCount | int | |
return | Microsoft.Scripting.Interpreter.Instruction |
protected abstract SetArrayItem ( ) : Microsoft.Scripting.Interpreter.Instruction | ||
return | Microsoft.Scripting.Interpreter.Instruction |
protected abstract TypeAs ( ) : Microsoft.Scripting.Interpreter.Instruction | ||
return | Microsoft.Scripting.Interpreter.Instruction |
protected abstract TypeIs ( ) : Microsoft.Scripting.Interpreter.Instruction | ||
return | Microsoft.Scripting.Interpreter.Instruction |