| VariableContainerExtensionsRegisterType Method |
| Name | Description | |
|---|---|---|
| RegisterType(IVariableContainer, Type, String) |
Registers a type with its name so static methods can be accessed via type name
This registration does not register the type with their TypeId. If that's required, you need to register typeId manually on the execution context. | |
| RegisterType(IVariableContainer, ISignatureTypeInfo, ITypeIdentifierRegistry, IEnumerableString) |
Registers a type into the provided container
| |
| RegisterType(IVariableContainer, IEnumerableISignatureTypeInfo, ITypeIdentifierRegistry, IEnumerableString) |
Registers multiple types into the provided container
|