C# Class XenUpdater.XenStoreSession

Inheritance: IDisposable
Exibir arquivo Open project: xenserver/win-xenguestagent Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
GetValue ( string path ) : string
Log ( string message ) : void
RemoveValue ( string path ) : void
SetValue ( string path, string value ) : void
XenStoreSession ( string name ) : System

Private Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

GetValue() public method

public GetValue ( string path ) : string
path string
return string

Log() public method

public Log ( string message ) : void
message string
return void

RemoveValue() public method

public RemoveValue ( string path ) : void
path string
return void

SetValue() public method

public SetValue ( string path, string value ) : void
path string
value string
return void

XenStoreSession() public method

public XenStoreSession ( string name ) : System
name string
return System