Click or drag to resize

IGHARemoteObjectCreateObject Method

[This is preliminary documentation and is subject to change.]

Create a chld object with the given class name

Namespace:  RemoteLib
Assembly:  RemoteLib (in RemoteLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
IGHARemoteObject CreateObject(
	string className,
	string Name = ""
)

Parameters

className
Type: SystemString
.NET class from which to create an instance of the object
Name (Optional)
Type: SystemString
Name to provide to the object. If left blank, a unique name based on the class name will be created

Return Value

Type: IGHARemoteObject
A reference to the newly created object if successful. Null if unable to create the object
See Also