Virtual PhotonicsThe UnmanagedMonteCarloSimulation type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| UnmanagedMonteCarloSimulation | Initializes a new instance of the UnmanagedMonteCarloSimulation class | |
| UnmanagedMonteCarloSimulation(SimulationInput) | Initializes a new instance of the UnmanagedMonteCarloSimulation class |
Methods
| Name | Description | |
|---|---|---|
| Cancel |
Method to cancel the simulation, for example, from the gui
(Inherited from MonteCarloSimulation.) | |
| (Inherited from | ||
| ExecuteMCLoop | (Overrides MonteCarloSimulation ExecuteMCLoop .) | |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from | ||
Serves as a hash function for a particular type. (Inherited from | ||
Gets the (Inherited from | ||
| InitializeOptions | ||
Creates a shallow copy of the current (Inherited from | ||
| Run |
Run the simulation
(Inherited from MonteCarloSimulation.) | |
| RunUnmanagedMC | ||
| SetOutputPathForDatabases |
Method that sets the output path (string) for databases
(Inherited from MonteCarloSimulation.) | |
| ToManagedOutput | ||
Returns a string that represents the current object. (Inherited from |
Fields
| Name | Description | |
|---|---|---|
| _input |
SimulationInput saved locally
(Inherited from MonteCarloSimulation.) | |
| unmanagedFlags |
Properties
| Name | Description | |
|---|---|---|
| IsRunning |
Boolean indicating whether simulation is running or not
(Inherited from MonteCarloSimulation.) | |
| PhaseFunctionType |
Phase function enum type as specified in SimulationOptions
(Inherited from MonteCarloSimulation.) | |
| Results |
Results of the simulation
(Inherited from MonteCarloSimulation.) | |
| ResultsAvailable |
Boolean indicating whether results are available or not
(Inherited from MonteCarloSimulation.) |
See Also