| TypeResolverLoadFromPrivatePathOrAppDomain Method |
This loads a type from private bin paths or from already loaded assembly in the
CurrentDomain
Namespace: FlexRule.TypeLoaderAssembly: FlexRule.Core.Library (in FlexRule.Core.Library.dll) Version: 0.0.0.0 (0.0.0.0)
Syntaxpublic static Type LoadFromPrivatePathOrAppDomain(
string assembly,
string fullTypeName,
IEnumerable<string> privateBinPaths
)
Parameters
- assembly
- Type: SystemString
assembly name, either full path or the name only - fullTypeName
- Type: SystemString
Type name including namespace - privateBinPaths
- Type: System.Collections.GenericIEnumerableString
Return Value
Type:
Type
See Also