Click or drag to resize

HostTypeCollection.AddType(String, String, Type[]) Method

Adds a type to a host type collection. The type is specified by type name and assembly name.

Namespace: Microsoft.ClearScript
Assembly: ClearScript.Core (in ClearScript.Core.dll) Version: 7.5.0
Syntax
public void AddType(
	string typeName,
	string assemblyName,
	params Type[] typeArgs
)

Parameters

typeName  String
The fully qualified name of the type to add.
assemblyName  String
The name of the assembly that contains the type to add.
typeArgs  Type[]
Optional generic type arguments.
See Also