HostTypeCollectionAddType Method (String, Type) |
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.2.4
Syntaxpublic void AddType(
string typeName,
params Type[] typeArgs
)
Public Sub AddType (
typeName As String,
ParamArray typeArgs As Type()
)
public:
void AddType(
String^ typeName,
... array<Type^>^ typeArgs
)
member AddType :
typeName : string *
typeArgs : Type[] -> unit
Parameters
- typeName
- Type: SystemString
The fully qualified name of the type to add. - typeArgs
- Type: SystemType
Optional generic type arguments.
See Also