WMI2OMAdapter.Instantiate(XmlElement, XmlElement, XmlElement, Hashtable) Method

Definition

protected public:
 System::Object ^ Instantiate(System::Xml::XmlElement ^ elCurrentNode, System::Xml::XmlElement ^ elTargetNode, System::Xml::XmlElement ^ elCommand, System::Collections::Hashtable ^ instances);
protected internal object Instantiate (System.Xml.XmlElement elCurrentNode, System.Xml.XmlElement elTargetNode, System.Xml.XmlElement elCommand, System.Collections.Hashtable instances);
member this.Instantiate : System.Xml.XmlElement * System.Xml.XmlElement * System.Xml.XmlElement * System.Collections.Hashtable -> obj
Protected Friend Function Instantiate (elCurrentNode As XmlElement, elTargetNode As XmlElement, elCommand As XmlElement, instances As Hashtable) As Object

Parameters

elCurrentNode
XmlElement
elTargetNode
XmlElement
elCommand
XmlElement
instances
Hashtable

Returns

Object

Applies to