Method ResolveSystemStateRef
ResolveSystemStateRef(SystemHandle)
Resolves the system handle to a reference to its underlying system state.
Declaration
public ref SystemState ResolveSystemStateRef(SystemHandle id)
Parameters
| Type | Name | Description |
|---|---|---|
| SystemHandle | id | The system handle |
Returns
| Type | Description |
|---|---|
| SystemState | A reference to the SystemState for this system |
Exceptions
| Type | Condition |
|---|---|
| InvalidOperationException | Thrown if the system handle is invalid or does not belong to this world. |