Click or drag to resize

PFApplicationObjectFactoryGetType Method

Gets the specified type.

Namespace:  Packflow.Utils
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public static Type GetType(
	string assemblyName,
	string typeName
)

Parameters

assemblyName
Type: SystemString
Name of the assembly hosting the type.
typeName
Type: SystemString
Name of the type.

Return Value

Type: Type
Type
See Also