This attribute marks the method that the infrastructure uses to perform the WMI get operation. The method must take the key values of the corresponding WMI class as parameters and return the associated instance of the WMI class.
Important The method parameters must have exactly the same name and type as the key parameters of the class. The key parameters are identified by the .ManagementKeyAttribute attribute
The method must assign values to all instrumented properties of the class.
When the WMI Provider Extensions infrastructure requires this binding functionality, it first searches for a constructor with this attribute. If none is found, it then searches for a static method that returns the WMI class type.
The target of this attribute must be either a method or a static method.