Systin. Core. Instruction

Variables

m_InstructionContent

private string m_InstructionContent

Properties

InstructionContent

public string InstructionContent { get }

Variables

mParameterTypes

private Type[] mParameterTypes

mParameterValues

private Object[] mParameterValues

Functions

Instruction

private Instruction()

EmptyFactory

private static Instruction EmptyFactory()

ParseInstructionParameter

private static Instruction ParseInstructionParameter(Instruction instruction,
IParameter parameter)

AddSimpleParameterValue

public static Instruction AddSimpleParameterValue(Instruction instruction,
IParameter parameter)

NewInstruction

public static Instruction NewInstruction(string instructionText)

HasParameters

public bool HasParameters()

GetParameterValues

public Object[] GetParameterValues()

GetParameterTypes

public Type[] GetParameterTypes()

Clone

public object Clone()
private string m_InstructionContent
public string InstructionContent { get }
private Type[] mParameterTypes
private Object[] mParameterValues
private Instruction()
private static Instruction EmptyFactory()
private static Instruction ParseInstructionParameter(Instruction instruction,
IParameter parameter)
public static Instruction AddSimpleParameterValue(Instruction instruction,
IParameter parameter)
public static Instruction NewInstruction(string instructionText)
public bool HasParameters()
public Object[] GetParameterValues()
public Type[] GetParameterTypes()
public object Clone()