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

A set of simple extension methods for applications.
Show file Open project: garyjohnson/wpnest

Public Methods

Method 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 method

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

IfApplicationHostSource() public static method

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