DeploymentService.InvokeClassMethod(Object, XmlElement, XmlElement, XmlElement, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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