C# Class StatLight.Core.WebServer.XapHost.XapHostFileLoaderFactory

Datei anzeigen Open project: staxmanade/StatLight Class Usage Examples

Public Properties

Property Type Description
ClientXapNameFormat string

Private Properties

Property Type Description

Public Methods

Method Description
LoadXapHostFor ( XapHostType version ) : byte[]
MapToXapHostType ( UnitTestProviderType unitTestProviderType, MicrosoftTestingFrameworkVersion microsoftTestingFrameworkVersion, bool isPhoneRun ) : XapHostType
XapHostFileLoaderFactory ( ILogger logger ) : System
XapHostFileLoaderFactory ( ILogger logger, string xapDirectory ) : System

Method Details

LoadXapHostFor() public method

public LoadXapHostFor ( XapHostType version ) : byte[]
version XapHostType
return byte[]

MapToXapHostType() public method

public MapToXapHostType ( UnitTestProviderType unitTestProviderType, MicrosoftTestingFrameworkVersion microsoftTestingFrameworkVersion, bool isPhoneRun ) : XapHostType
unitTestProviderType UnitTestProviderType
microsoftTestingFrameworkVersion MicrosoftTestingFrameworkVersion
isPhoneRun bool
return XapHostType

XapHostFileLoaderFactory() public method

public XapHostFileLoaderFactory ( ILogger logger ) : System
logger ILogger
return System

XapHostFileLoaderFactory() public method

public XapHostFileLoaderFactory ( ILogger logger, string xapDirectory ) : System
logger ILogger
xapDirectory string
return System

Property Details

ClientXapNameFormat public_oe static_oe property

public static string ClientXapNameFormat
return string