[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: jwawbemcli.pas line 930
type IWbemClassObject = interface(IUnknown) |
function GetQualifierSet(); |
function Get(); |
function Put(); |
function Delete(); |
function GetNames(); |
function BeginEnumeration(); |
function Next(); |
function EndEnumeration; |
function GetPropertyQualifierSet(); |
function Clone(); |
function GetObjectText(); |
function SpawnDerivedClass(); |
function SpawnInstance(); |
function CompareTo(); |
function GetPropertyOrigin(); |
function InheritsFrom(); |
function GetMethod(); |
function PutMethod(); |
function DeleteMethod(); |
function BeginMethodEnumeration(); |
function NextMethod(); |
function EndMethodEnumeration; |
function GetMethodQualifierSet(); |
function GetMethodOrigin(); |
end; |
| |
IInterface |