MacroCompilerIncludeAssemblyInCache Delegate | |
This delegate is used to decide if an assembly should be included in the type cache
Namespace:
XSharp
Assembly:
XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax DELEGATE LOGIC MacroCompilerIncludeAssemblyInCache(
ass AS Assembly
)
public delegate bool MacroCompilerIncludeAssemblyInCache(
Assembly ass
)
Parameters
- ass
- Type: Assembly
Assembly object of the assembly being inspected
Return Value
Type:
LogicTRUE when the types in the assembly need to be cached.
See Also