Method | Description | |
---|---|---|
AbortTransaction ( ) : void | ||
AddWatch ( string pathname ) : void | ||
CommitTransaction ( ) : void | ||
Dispose ( ) : void | ||
GetXenStoreItem ( string name ) : |
||
GetXenStoreItemCached ( string name ) : |
||
Log ( string message ) : void | ||
RemoveWatch ( string pathname ) : void | ||
StartTransaction ( ) : void | ||
WmiSession ( string sessionqualifier, |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void | ||
Finish ( ) : void | ||
GetChildren ( string pathname ) : string[] | ||
GetValue ( string pathname ) : string | ||
RemoveValue ( string pathname ) : void | ||
SetValue ( string pathname, string value ) : void | ||
getChildrenManually ( string pathname ) : string[] | ||
getFirstChild ( string pathname ) : string | ||
getNextSibling ( string pathname ) : string |
public GetXenStoreItem ( string name ) : |
||
name | string | |
return |
public GetXenStoreItemCached ( string name ) : |
||
name | string | |
return |
public RemoveWatch ( string pathname ) : void | ||
pathname | string | |
return | void |
public WmiSession ( string sessionqualifier, |
||
sessionqualifier | string | |
wmibase | ||
return | System |