Runtime.GetRegisteredObject Method
Gets the object that has been registered with the given name.
GetRegisteredObject(System.String name)
Gets the object that has been registered with the given name.Syntax
public static EngineObject GetRegisteredObject (
System.String name
)Parameters
The name of a registered object.
Return Value
The EngineObject that has been registered with the given name or a null reference if the name is unknown.
Remarks
This method can be used to pass kernel object references from one API to another together with RegisterObject.
Platforms
Windows, Linux, Android