TypeRegistryGetNewContextTResult, TInstanceParameter(ISupportContextVariables) Method
Gets a new context instance.
Namespace: Gemstone.Expressions.EvaluatorAssembly: Gemstone.Expressions (in Gemstone.Expressions.dll) Version: 1.0.169 -- Release Build+7e19ae13fc8cb044bd1f384a021abae6dc5c1045
JavaScript does not support generic types or methods.
- variableContext ISupportContextVariables (Optional)
- Optional ISupportContextVariables instance to use for context variables.
- TResult
- Return value used Type for generated context type functions.
- TInstanceParameter
- Instance parameter Type for generated context type functions.
ObjectNew context instance.
This method may generate a new runtime type based on registered types and symbols
that is compiled into its own assembly and loaded into memory. The same cached type
will be returned unless the registered types or symbols change. Since prior compiled
assemblies cannot be unloaded, this property should only be called after all the
desired types and symbols have been registered.