GroupLab Widget Tap Library

CreateInstanceHelper.CreateInstance Method 

Creates an instance of a type in an assembly.

public MarshalByRefObject CreateInstance(
   string assemblyName,
   string typeFullName
);

Parameters

assemblyName
Assembly name.
typeFullName
Type name.

Return Value

Created instance.

Remarks

You ordinarily do not need to call this method. Call the CreateInstanceInProcessOfWindow static method instead.

See Also

CreateInstanceHelper Class | GroupLab.WidgetTap.Helpers Namespace