AssemblyAttributeGenerator 类

定义

生成语法树以向内存中的程序集添加自定义属性 需要使用此树将 UserSecrets 属性添加到程序集。

public ref class AssemblyAttributeGenerator
public class AssemblyAttributeGenerator
type AssemblyAttributeGenerator = class
Public Class AssemblyAttributeGenerator
继承
AssemblyAttributeGenerator

构造函数

AssemblyAttributeGenerator(Assembly)

生成语法树以向内存中的程序集添加自定义属性 需要使用此树将 UserSecrets 属性添加到程序集。

适用于