SharedUtilitiesGetCustomType Method (String, String, Boolean, 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,
	bool isBBAppFx
)

Parameters

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

Return Value

Type: Type