Click or drag to resize

MacroCompilerIncludeAssemblyInCache Delegate

X#
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
)

Parameters

ass
Type: Assembly
Assembly object of the assembly being inspected

Return Value

Type: Logic
TRUE when the types in the assembly need to be cached.
See Also