Initializing help system before first use

CompileAndLoad Method

Overload List
  Name Description
Public method CompileAndLoad(TextReader)
Compile a model source into a memory buffer from the given stream, then read it into an XPRMModel object
Public method CompileAndLoad(String)
Compile a model source file into a memory buffer, then read it into an XPRMModel object
Public method CompileAndLoad(String, TextReader)
Compile a model source from the given stream into a memory buffer, then read it into an XPRMModel object
Public method CompileAndLoad(String, String)
Compile a model source file into a memory buffer, then read it into an XPRMModel object
Top
See Also