C# Class Sonority.UPnP.SystemProperties

Afficher le fichier Open project: NathanHowell/Sonority

Private Properties

Свойство Type Description
IUPnPService object
IUPnPService object
IUPnPService void
SystemProperties System

Méthodes publiques

Méthode Description
GetString ( string name ) : string
SetString ( string name, string value ) : void

Private Methods

Méthode 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 méthode

public GetString ( string name ) : string
name string
Résultat string

SetString() public méthode

public SetString ( string name, string value ) : void
name string
value string
Résultat void