| Package | Description |
|---|---|
| xyz.cofe.win | |
| xyz.cofe.win.activex | |
| xyz.cofe.win.wmi |
| Modifier and Type | Method and Description |
|---|---|
void |
WinApi.wmi(Consumer<Wmi> wmi)
Соединение с wmi по умолчанию
,более детально см
WinApi.wmi(String, String, String, String, String, String, Consumer) |
void |
WinApi.wmi(String host,
Consumer<Wmi> client)
Соединение с wmi по умолчанию,
более детально см
WinApi.wmi(String, String, String, String, String, String, Consumer) |
void |
WinApi.wmi(String host,
String namespace,
Consumer<Wmi> client)
Соединение с wmi по умолчанию
,более детально см
WinApi.wmi(String, String, String, String, String, String, Consumer) |
void |
WinApi.wmi(String host,
String namespace,
String user,
String password,
Consumer<Wmi> client)
Соединение с wmi по умолчанию,
более детально см
WinApi.wmi(String, String, String, String, String, String, Consumer) |
void |
WinApi.wmi(String host,
String namespace,
String user,
String password,
String locale,
Consumer<Wmi> client)
Соединение с wmi по умолчанию,
более детально см
WinApi.wmi(String, String, String, String, String, String, Consumer) |
void |
WinApi.wmi(String host,
String namespace,
String user,
String password,
String locale,
String authority,
Consumer<Wmi> client)
Работа с wmi api.
|
protected void |
WinApi.wmi0(String host,
String namespace,
String user,
String password,
String locale,
String authority,
Consumer<Wmi> client) |
| Modifier and Type | Field and Description |
|---|---|
protected Wmi |
SWbemPropertyImpl.wmi |
| Modifier and Type | Method and Description |
|---|---|
static List<WmiDerivation> |
WmiDerivation.of(com.jacob.activeX.ActiveXComponent ax,
Wmi wmi) |
static List<WmiDerivation> |
WmiDerivation.of(ActiveXMethods ax,
Wmi wmi)
Получает список родительских классов, от ближайшего предка к корню
|
static List<WmiDerivation> |
WmiDerivation.of(GetActiveXComponent ax,
Wmi wmi) |
| Constructor and Description |
|---|
SWbemMethodImpl(com.jacob.activeX.ActiveXComponent ax,
Wmi wmi) |
SWbemMethodImpl(ActiveXMethods ax,
Wmi wmi) |
SWbemMethodImpl(GetActiveXComponent ax,
Wmi wmi) |
SWbemMethodSetImpl(ActiveXMethods ax,
Wmi wmi) |
SWbemMethodSetImpl(GetActiveXComponent ax,
Wmi wmi) |
SWbemPropertyImpl(ActiveXMethods ax,
Wmi wmi) |
SWbemPropertySetImpl(ActiveXMethods ax,
Wmi wmi) |
SWbemPropertySetImpl(GetActiveXComponent ax,
Wmi wmi) |
| Modifier and Type | Class and Description |
|---|---|
class |
WmiBase |
class |
WmiProxy |
| Modifier and Type | Field and Description |
|---|---|
Wmi |
WmiProxy.target |
protected Wmi |
WmiObjImpl.wmi |
| Constructor and Description |
|---|
WmiObjImpl(com.jacob.activeX.ActiveXComponent activeXComponent,
Wmi wmi) |
WmiProxy(Wmi target) |
Copyright © 2020. All rights reserved.