Runtime.GetRegisteredObject Method
Thread safety: This method is thread-safe.
GetRegisteredObject(System.String name)
Gets the object that has been registered with the given name.Syntax
public static EngineObject GetRegisteredObject (
System.String name
)Parameters
name
Type: System.String
The name of a registered object.
The name of a registered object.
Return Value
Type: EngineObject
The EngineObject that has been registered with the given name or a null reference if the name is unknown.
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