C# Class Microsoft.Protocols.TestSuites.Rdp.PtfPropUtility

A helper class to get specified type of PTF properties.
Afficher le fichier Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Méthodes publiques

Méthode Description
GetBoolPtfProperty ( ITestSite testSite, string propName, bool &propBoolValue ) : bool

Get a string type PTF property.

GetIntPtfProperty ( ITestSite testSite, string propName, int &propIntValue ) : bool

Get a string type PTF property.

GetStringPtfProperty ( ITestSite testSite, string propName, string &propStrValue ) : bool

Get a string type PTF property.

GetUIntPtfProperty ( ITestSite testSite, string propName, uint &propIntValue ) : bool

Get a string type PTF property.

Method Details

GetBoolPtfProperty() public static méthode

Get a string type PTF property.
public static GetBoolPtfProperty ( ITestSite testSite, string propName, bool &propBoolValue ) : bool
testSite ITestSite The test site where to get from.
propName string The property name.
propBoolValue bool
Résultat bool

GetIntPtfProperty() public static méthode

Get a string type PTF property.
public static GetIntPtfProperty ( ITestSite testSite, string propName, int &propIntValue ) : bool
testSite ITestSite The test site where to get from.
propName string The property name.
propIntValue int
Résultat bool

GetStringPtfProperty() public static méthode

Get a string type PTF property.
public static GetStringPtfProperty ( ITestSite testSite, string propName, string &propStrValue ) : bool
testSite ITestSite The test site where to get from.
propName string The property name.
propStrValue string The output property value.
Résultat bool

GetUIntPtfProperty() public static méthode

Get a string type PTF property.
public static GetUIntPtfProperty ( ITestSite testSite, string propName, uint &propIntValue ) : bool
testSite ITestSite The test site where to get from.
propName string The property name.
propIntValue uint
Résultat bool