DeploymentService.InvokeClassMethod(Object, XmlElement, XmlElement, XmlElement, Object) Method

Definition

protected public:
 override System::Object ^ InvokeClassMethod(System::Object ^ instance, System::Xml::XmlElement ^ elPointer, System::Xml::XmlElement ^ elTargetNode, System::Xml::XmlElement ^ elCommand, System::Object ^ thisValue);
protected internal override object InvokeClassMethod (object instance, System.Xml.XmlElement elPointer, System.Xml.XmlElement elTargetNode, System.Xml.XmlElement elCommand, object thisValue);
override this.InvokeClassMethod : obj * System.Xml.XmlElement * System.Xml.XmlElement * System.Xml.XmlElement * obj -> obj
Protected Friend Overrides Function InvokeClassMethod (instance As Object, elPointer As XmlElement, elTargetNode As XmlElement, elCommand As XmlElement, thisValue As Object) As Object

Parameters

instance
Object
elPointer
XmlElement
elTargetNode
XmlElement
elCommand
XmlElement
thisValue
Object

Returns

Object

Applies to