| Package | Description |
|---|---|
| com.vmware.vim25 |
| Modifier and Type | Field and Description |
|---|---|
KernelModuleSectionInfo |
KernelModuleInfo.bssSection |
KernelModuleSectionInfo |
KernelModuleInfo.dataSection |
KernelModuleSectionInfo |
KernelModuleInfo.readOnlySection |
KernelModuleSectionInfo |
KernelModuleInfo.textSection |
KernelModuleSectionInfo |
KernelModuleInfo.writableSection |
| Modifier and Type | Method and Description |
|---|---|
KernelModuleSectionInfo |
KernelModuleInfo.getBssSection() |
KernelModuleSectionInfo |
KernelModuleInfo.getDataSection() |
KernelModuleSectionInfo |
KernelModuleInfo.getReadOnlySection() |
KernelModuleSectionInfo |
KernelModuleInfo.getTextSection() |
KernelModuleSectionInfo |
KernelModuleInfo.getWritableSection() |
| Modifier and Type | Method and Description |
|---|---|
void |
KernelModuleInfo.setBssSection(KernelModuleSectionInfo bssSection) |
void |
KernelModuleInfo.setDataSection(KernelModuleSectionInfo dataSection) |
void |
KernelModuleInfo.setReadOnlySection(KernelModuleSectionInfo readOnlySection) |
void |
KernelModuleInfo.setTextSection(KernelModuleSectionInfo textSection) |
void |
KernelModuleInfo.setWritableSection(KernelModuleSectionInfo writableSection) |
Copyright © 2011-2012. All Rights Reserved.