Initializing help system before first use

LoadModel Method

Overload List
  Name Description
Public method LoadModel(Stream)
Load a compiled model into memory. This method loads a compiled model (Binary Model file) from a Stream into memory. While loading a model from a stream, Mosel also automatically opens any additional modules that are required by this model.
Public method LoadModel(String)
Load a compiled model into memory. This method loads a compiled model (Binary Model file) into memory. While loading a model from a file, Mosel also automatically opens any additional modules that are required by this model.
Public method LoadModel(Stream, String, String, String, String)
Load a compiled model into memory. This method loads a compiled model (Binary Model file) from a stream into memory. While loading a model from a stream, Mosel also automatically opens any additional modules that are required by this model.
Public method LoadModel(String, String, String, String, String)
Load a compiled model into memory. This method loads a compiled model (Binary Model file) into memory. While loading a model from a file, Mosel also automatically opens any additional modules that are required by this model.
Top
See Also