C# Class Sonority.UPnP.SystemProperties

显示文件 Open project: NathanHowell/Sonority

Private Properties

Property Type Description
IUPnPService object
IUPnPService object
IUPnPService void
SystemProperties System

Public Methods

Method Description
GetString ( string name ) : string
SetString ( string name, string value ) : void

Private Methods

Method Description
IUPnPService ( string bstrVariableName ) : object
IUPnPService ( string bstrActionName, object vInActionArgs, object &pvOutActionArgs ) : object
IUPnPService ( object pUnkCallback ) : void
SystemProperties ( UPnPService service ) : System

Method Details

GetString() public method

public GetString ( string name ) : string
name string
return string

SetString() public method

public SetString ( string name, string value ) : void
name string
value string
return void