Click or drag to resize

HostTypeCollectionAddType(String, Type) Method

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

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

Parameters

typeName  String
The fully qualified name of the type to add.
typeArgs  Type
Optional generic type arguments.
See Also