SharedUtilitiesGetCustomType Method (String, String, Boolean)

Namespace: BBNCExtensions.Utility
Assemblies:  BBNCExtensions (in BBNCExtensions.dll) Version: 6.10.0.0
  BBNCExtensions (in BBNCExtensions.dll) Version: 6.10.0.0
Syntax
public static Type GetCustomType(
	string sAssemblyName,
	string sTypeName,
	bool bCustomFolder
)

Parameters

sAssemblyName
Type: SystemString
sTypeName
Type: SystemString
bCustomFolder
Type: SystemBoolean

Return Value

Type: Type