点击或拖拽改变大小

MacroCompilerIncludeAssemblyInCache 委托

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

参数

ass
类型:Assembly
Assembly object of the assembly being inspected

返回值

类型:Boolean
TRUE when the types in the assembly need to be cached.
参见