public interface WmiDerivation
| Modifier and Type | Method and Description |
|---|---|
String |
getClazz()
Имя родительского класса
|
static List<WmiDerivation> |
of(com.jacob.activeX.ActiveXComponent ax) |
static List<WmiDerivation> |
of(com.jacob.activeX.ActiveXComponent ax,
Wmi wmi) |
static List<WmiDerivation> |
of(ActiveXMethods ax) |
static List<WmiDerivation> |
of(ActiveXMethods ax,
Wmi wmi)
Получает список родительских классов, от ближайшего предка к корню
|
static List<WmiDerivation> |
of(GetActiveXComponent ax) |
static List<WmiDerivation> |
of(GetActiveXComponent ax,
Wmi wmi) |
String getClazz()
static List<WmiDerivation> of(ActiveXMethods ax, Wmi wmi)
ax - компонент WMIwmi - не обязательный параметрstatic List<WmiDerivation> of(ActiveXMethods ax)
static List<WmiDerivation> of(com.jacob.activeX.ActiveXComponent ax, Wmi wmi)
static List<WmiDerivation> of(com.jacob.activeX.ActiveXComponent ax)
static List<WmiDerivation> of(GetActiveXComponent ax, Wmi wmi)
static List<WmiDerivation> of(GetActiveXComponent ax)
Copyright © 2020. All rights reserved.