[AdapterCommandAttribute("Reloads system statistics.", new ResourceAccessLevel[] { ... })]
[LabelAttribute("Reload Statistics")]
public void ReloadStatistics()
<AdapterCommandAttribute("Reloads system statistics.", New ResourceAccessLevel() { ... })>
<LabelAttribute("Reload Statistics")>
Public Sub ReloadStatistics
public:
[AdapterCommandAttribute(L"Reloads system statistics.", __gc new array<ResourceAccessLevel>^ { ... })]
[LabelAttribute(L"Reload Statistics")]
void ReloadStatistics()
function ReloadStatistics();