Suoranta.EnterpriseLib.Web - Developer API

AssemblySelector..::..WithPrefix Method

Search assemblies whose name starts with prefix.

Namespace:  Suoranta.EnterpriseLib.AppDomain
Assembly:  Suoranta.EnterpriseLib (in Suoranta.EnterpriseLib.dll)

Syntax


public static AssemblySelector WithPrefix(
	string prefix
)

Parameters

prefix
Type: String
Start of assembly names, case-insensitive. Cannot be shorter than three characters.

Return Value

Exceptions


ExceptionCondition
ArgumentExceptionPrefix shorter than three characters is not allowed. - prefix