WMI2OMAdapter.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:
virtual System::Object ^ InvokeClassMethod(System::Object ^ instance, System::Xml::XmlElement ^ elPointer, System::Xml::XmlElement ^ elTargetNode, System::Xml::XmlElement ^ elCommand, System::Object ^ thisValue);
protected internal virtual object InvokeClassMethod (object instance, System.Xml.XmlElement elPointer, System.Xml.XmlElement elTargetNode, System.Xml.XmlElement elCommand, object thisValue);
abstract member InvokeClassMethod : obj * System.Xml.XmlElement * System.Xml.XmlElement * System.Xml.XmlElement * obj -> obj
override this.InvokeClassMethod : obj * System.Xml.XmlElement * System.Xml.XmlElement * System.Xml.XmlElement * obj -> obj
Protected Friend Overridable 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