| $#! | |
| _fileHandle, Systin. Core. TestFileLoader | |
| _mFileHandle, Systin. Core. DllLoader | |
| _mFileName, Systin. Core. DllLoader | |
| _testFileContent, Systin. Core. TestFileLoader | |
| _testFileName, Systin. Core. TestFileLoader | |
| 0-9 | |
| 3, 1.0.0 | |
| A | |
| ActivatedInstance, Systin. Core. LanguageDriverClass | |
| AddInstructionToParser, Systin. Core. InstructionParser | |
| AddSimpleParameterValue, Systin. Core. Instruction | |
| C | |
| CallMethod | |
| CallMethodThreadedWrapper, Systin. Core. LanguageDriverClassManager | |
| Change Log | |
| Clone, Systin. Core. Instruction | |
| Creating A Language Driver | |
| D | |
| Designing a Test Language | |
| DetermineParameterType, Systin. Core. InstructionParameter | |
| DllLoader, Systin. Core. DllLoader | |
| E | |
| EmptyFactory, Systin. Core. Instruction | |
| Error, Systin. Core. Error | |
| F | |
| Factory | |
| FactoryEmpty | |
| FileHandle | |
| FileName | |
| Functions Systin. Core. DllLoaderSystin. Core. ErrorSystin. Core. InstructionSystin. Core. InstructionParameterSystin. Core. InstructionParserSystin. Core. IntParameterSystin. Core. LanguageDriverClassSystin. Core. LanguageDriverClassManagerSystin. Core. StringParameterSystin. Core. SystinEngineSystin. Core. SystinGrammarExceptionSystin. Core. TestFileLoaderSystin. Core. ThreadWorkerMethodCall | |
| G | |
| GetParameterTypes, Systin. Core. Instruction | |
| GetParameterValues, Systin. Core. Instruction | |
| Getting Started | |
| H | |
| HasParameters, Systin. Core. Instruction | |
| I | |
| Instruction, Systin. Core. Instruction | |
| InstructionContent, Systin. Core. Instruction | |
| InstructionParameter, Systin. Core. InstructionParameter | |
| InstructionParser, Systin. Core. InstructionParser | |
| IntParameter, Systin. Core. IntParameter | |
| isSystinMethod, Systin. Core. LanguageDriverClass | |
| L | |
| LanguageAssembly, Systin. Core. DllLoader | |
| LanguageDriverClass, Systin. Core. LanguageDriverClass | |
| LanguageDriverClassManager | |
| LoadDll, Systin. Core. DllLoader | |
| LoadInstructionFileContent, Systin. Core. TestFileLoader | |
| M | |
| m_InstructionContent, Systin. Core. Instruction | |
| mAssembly, Systin. Core. DllLoader | |
| MethodExists, Systin. Core. LanguageDriverClass | |
| mLanguageDriverClassManager | |
| mLanguageDriverObject, Systin. Core. LanguageDriverClass | |
| mParameterType | |
| mParameterTypes, Systin. Core. Instruction | |
| mParameterValue | |
| mParameterValues, Systin. Core. Instruction | |
| mTestInputText, Systin. Core. InstructionParser | |
| myActivatedInstance, Systin. Core. LanguageDriverClass | |
| N | |
| NewInstruction, Systin. Core. Instruction | |
| O | |
| OpenAndProcessInputFile, Systin. Core. TestFileLoader | |
| OpenTestFile, Systin. Core. TestFileLoader |
private FileInfo _fileHandle
private FileInfo _mFileHandle
private string _mFileName
private string _testFileContent
private string _testFileName
public Object ActivatedInstance { get }
private static InstructionParser AddInstructionToParser( InstructionParser instructionParser, Instruction instruction )
public static Instruction AddSimpleParameterValue( Instruction instruction, IParameter parameter )
public MethodInfo CallMethod( Instruction instructionToInvoke, MethodInfo method )
public static LanguageDriverClassManager CallMethod( Instruction instructionToInvoke, LanguageDriverClassManager langDriveMan )
public static void CallMethodThreadedWrapper( object data )
public object Clone()
public static IParameter DetermineParameterType( String parameterValue )
private DllLoader()
private static Instruction EmptyFactory()
internal Error()
private static DllLoader Factory()
private static InstructionParser Factory()
public static IntParameter Factory( string parameterValue )
public static LanguageDriverClass Factory( Type classType )
public static LanguageDriverClassManager Factory( Assembly languageDriverAssembly )
public static StringParameter Factory( string parameterValue )
public static TestFileLoader Factory()
public static ThreadWorkerMethodCall Factory( Queue<Instruction> instructions, LanguageDriverClassManager languageDriverClassManager )
private static IntParameter FactoryEmpty()
public static LanguageDriverClass FactoryEmpty()
private static StringParameter FactoryEmpty()
public FileInfo FileHandle { get }
System.IO.FileInfo FileHandle { get }
public FileInfo FileHandle { get }
public string FileName { get }
string FileName { get }
public string FileName { get }
public Type[] GetParameterTypes()
public Object[] GetParameterValues()
public bool HasParameters()
private Instruction()
public string InstructionContent { get }
private InstructionParameter()
private InstructionParser()
private IntParameter()
private static bool isSystinMethod( MethodInfo method )
public Assembly LanguageAssembly { get }
private LanguageDriverClass()
public LanguageDriverClassManager LanguageDriverClassManager { get }
private LanguageDriverClassManager()
public LanguageDriverClassManager LanguageDriverClassManager { get }
public static DllLoader LoadDll( FileSystemInfo libraryDll )
public static void LoadInstructionFileContent( TestFileLoader inputFile )
private string m_InstructionContent
private Assembly mAssembly
public static bool MethodExists( Instruction instruction, LanguageDriverClass languageDriverClass )
private LanguageDriverClassManager mLanguageDriverClassManager
private LanguageDriverClassManager mLanguageDriverClassManager
private Type mLanguageDriverObject
private Type mParameterType
private Type mParameterType
private Type[] mParameterTypes
private object mParameterValue
private Object mParameterValue
private Object[] mParameterValues
private string mTestInputText
private Object myActivatedInstance
public static Instruction NewInstruction( string instructionText )
public static TestFileLoader OpenAndProcessInputFile( FileInfo testFile )
public static TestFileLoader OpenTestFile( FileInfo testFile )