C# Class Microsoft.Scripting.Interpreter.AddInstruction

Inheritance: Microsoft.Scripting.Interpreter.Instruction
Show file Open project: jschementi/iron Class Usage Examples

Public Methods

Method Description
Create ( Type type ) : Microsoft.Scripting.Interpreter.Instruction
ToString ( ) : string

Private Methods

Method Description
AddInstruction ( ) : System

Method Details

Create() public static method

public static Create ( Type type ) : Microsoft.Scripting.Interpreter.Instruction
type System.Type
return Microsoft.Scripting.Interpreter.Instruction

ToString() public method

public ToString ( ) : string
return string