AssemblySelector..::..WithPrefix Method
Search assemblies whose name starts with prefix.
Namespace:
Suoranta.EnterpriseLib.AppDomainAssembly: 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
| Exception | Condition |
|---|---|
| ArgumentException | Prefix shorter than three characters is not allowed. - prefix |

