Configures a model to load when the target is booted.
            
    Namespace: 
   Quanser.Targets
    Assembly:
   Quanser.Targets (in Quanser.Targets.dll)
 Syntax
Syntax
| Visual Basic (Declaration) | 
|---|
| Public Sub LoadModelAtBoot ( _
	name As String, _
	arguments As String _
) | 
| C# | 
|---|
| public void LoadModelAtBoot(
	string name,
	string arguments
) | 
| Visual C++ | 
|---|
| public:
void LoadModelAtBoot(
	String^ name, 
	String^ arguments
) | 
| JavaScript | 
|---|
| function loadModelAtBoot(name, arguments); | 
Parameters
- name
- Type: System..::.String
 The name of the model to load at boot time.
- arguments
- Type: System..::.String
 The command-line arguments to pass to the model when it is loaded.
Remarks
 See Also
See Also