Click or drag to resize

RuntimeState.MacroCompilerIncludeAssemblyInCache Property

X#
This property allows you to override the mechanism that decided if the types in an assembly should be cached The default behavior is that every assembly that is found is cached.

Namespace:  XSharp
Assembly:  XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax
 STATIC PROPERTY MacroCompilerIncludeAssemblyInCache AS MacroCompilerIncludeAssemblyInCache GET SET 
Request Example View Source

Property Value

Type: MacroCompilerIncludeAssemblyInCache
See Also