[FlagsAttribute]
public enum CodeGeneratorFlag<FlagsAttribute>
Public Enumeration CodeGeneratorFlag[<FlagsAttribute>]
type CodeGeneratorFlag| ExtensionSync | 1 | 生成扩展同步代码 |
| ExtensionAsync | 2 | 生成扩展异步代码 |
| InstanceSync | 4 | 生成实例类同步代码(源代码生成无效) |
| InstanceAsync | 8 | 生成实例类异步代码(源代码生成无效) |
| InterfaceSync | 16 | 生成接口同步代码 |
| InterfaceAsync | 32 | 生成接口异步代码 |
| GetAttributeT |
获取枚举成员上绑定的指定类型的自定义属性
(由 SystemExtension 定义。) |
| GetDescription |
获取资源字符
(由 StringResStore 定义。) |