3 references to Methods
System.Management (3)
System\Management\WMIGenerator.cs (3)
692
if (classobj.
Methods
!= null)
694
foreach (MethodData meth in classobj.
Methods
)
2795
MethodData meth = classobj.
Methods
[PublicMethods.GetKey(k).ToString()];