public interface SWbemMethod extends GetWmiQualifiers
| Modifier and Type | Method and Description |
|---|---|
SWbemPropertySet |
getInParameters()
The InParameters property of the SWbemMethod object is an SWbemObject object whose properties
define the input parameters for this method.
|
String |
getName()
Возвращает имя метода
|
String |
getOrigin()
The Origin property of the SWbemMethod object returns the name
of the class in which this method was introduced.
|
SWbemPropertySet |
getOutParameters()
The OutParameters property of the SWbemMethod object is an SWbemObject object
whose properties define the out parameters and return type of this method.
|
getWmiQualifiersString getName()
String getOrigin()
This property is read-only.
Свойство Origin объекта SWbemMethod возвращает имя класса, в котором был представлен этот метод. Для классов с глубокой иерархией наследования часто бывает желательно знать, какие методы в каких классах были объявлены.
Это свойство доступно только для чтения.
SWbemPropertySet getInParameters()
This property is read-only. Note that any changes that are made to this object are not reflected in the underlying method definition.
Свойство InParameters объекта SWbemMethod - это объект SWbemObject, свойства которого определяют входные параметры для этого метода.
Это свойство доступно только для чтения.
Обратите внимание, что любые изменения, внесенные в этот объект, не отражаются в определении базового метода.
SWbemPropertySet getOutParameters()
This property is read-only.
Свойство OutParameters объекта SWbemMethod - это объект SWbemObject, свойства которого определяют параметры вывода и тип возвращаемого значения этого метода.
Это свойство доступно только для чтения.
Copyright © 2020. All rights reserved.