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 |
---|---|---|
System |
id | The system handle |
Returns
Type | Description |
---|---|
System |
A reference to the System |
Exceptions
Type | Condition |
---|---|
Invalid |
Thrown if the system handle is invalid or does not belong to this world. |