MacroCompilerIncludeAssemblyInCache 委托 | |
This delegate is used to decide if an assembly should be included in the type cache
命名空间:
XSharp
程序集:
XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法 DELEGATE LOGIC MacroCompilerIncludeAssemblyInCache(
ass AS Assembly
)
public delegate bool MacroCompilerIncludeAssemblyInCache(
Assembly ass
)
参数
- ass
- 类型:Assembly
Assembly object of the assembly being inspected
返回值
类型:
BooleanTRUE when the types in the assembly need to be cached.
参见