C# Class Microsoft.Silverlight.Testing.Client.ValidateExtensions

A set of simple extension methods for applications.
Afficher le fichier Open project: garyjohnson/wpnest

Méthodes publiques

Méthode Description
IfApplicationHost ( this app ) : bool

Checks whether the application host object is not null.

IfApplicationHostSource ( this app ) : bool

Checks whether the application host and its source object is not null.

Method Details

IfApplicationHost() public static méthode

Checks whether the application host object is not null.
public static IfApplicationHost ( this app ) : bool
app this The application instance.
Résultat bool

IfApplicationHostSource() public static méthode

Checks whether the application host and its source object is not null.
public static IfApplicationHostSource ( this app ) : bool
app this The application instance.
Résultat bool