INodeContext.CreateObjectInstance Method

Definition

Creates an instance of the object that is defined by the context and connection properties.

public:
 System::Object ^ CreateObjectInstance();
public object CreateObjectInstance ();
abstract member CreateObjectInstance : unit -> obj
Public Function CreateObjectInstance () As Object

Returns

An object that represents the instance that is created.

Applies to