C# 클래스 Rackspace.Cloud.Server.Agent.XenStore

상속: IXenStore
파일 보기 프로젝트 열기: rackerlabs/openstack-guest-agents-windows-xenserver-old

공개 메소드들

메소드 설명
GetCommands ( ) : IList
Read ( string key ) : IEnumerable
ReadKey ( string key ) : string
ReadVmDataKey ( string key ) : string
Remove ( string key ) : void
Write ( string key, string value ) : void
XenStore ( IExecutableProcess executableProcess ) : System

메소드 상세

GetCommands() 공개 메소드

public GetCommands ( ) : IList
리턴 IList

Read() 공개 메소드

public Read ( string key ) : IEnumerable
key string
리턴 IEnumerable

ReadKey() 공개 메소드

public ReadKey ( string key ) : string
key string
리턴 string

ReadVmDataKey() 공개 메소드

public ReadVmDataKey ( string key ) : string
key string
리턴 string

Remove() 공개 메소드

public Remove ( string key ) : void
key string
리턴 void

Write() 공개 메소드

public Write ( string key, string value ) : void
key string
value string
리턴 void

XenStore() 공개 메소드

public XenStore ( IExecutableProcess executableProcess ) : System
executableProcess IExecutableProcess
리턴 System