编译指定的代码文件,同时返回生成的程序集。
命名空间:
SuperMap.Desktop程序集: SuperMap.Desktop.Core (in SuperMap.Desktop.Core)
版本: dll
语法
C# |
---|
Assembly CompileClass( CodeType codeType, string[] fileNames ) |
参数
- codeType
- Type: SuperMap.Desktop..::.CodeType
指定的代码编码所使用的计算机程序设计语言的类型。
- fileNames
- Type: array<
System..::.String
>[]()[]
指定的代码文件的全路径,可以是多个代码文件的全路径数组。