you can add or change some information in the assembly manifest by using assembly attributes in your code.
通过在代码中使用程序集特性,您可以添加或更改程序集清单中的一些信息。
gets a value indicating whether the assembly manifest at the supplied path contains a strong name signature, which is verified according to the specified flags.
获取一个值,该值指示所提供的路径中的程序集清单是否包含强名称签名(根据指定标志进行验证)。
note that the name of the file in your project will not be the identifier for the managed resource in the assembly manifest (see assembly manifest for more information).
请注意,项目中文件的名称不是程序集清单中托管资源的标识符(有关更多信息,请参见程序集清单)。
only the assembly manifest is required, but either types or resources are needed to give the assembly any meaningful functionality.
只有组件资讯清单是必要项,不过型别或资源两者必须有一项要用来赋予组件任何有意义的功能。
requests are compiled into the metadata of your application's assembly manifest and evaluated by the runtime when your code is loaded into memory during execution.
当在执行过程中将代码加载到内存中时,请求会编译到应用程序的程序集清单的元数据中,并由运行时来计算。
generates a file that has an assembly manifest from modules or resource files.
从模块或资源文件中生成一个具有程序集清单的文件。
the assembly manifest contains this assembly metadata.
程序集清单就包含这些程序集元数据。
when this option is used, the compiler inserts the public key from the specified file into the assembly manifest and then signs the final assembly with the private key.
当使用这个选项时,编译器会从指定档案将公开金钥插入组件资讯清单,然后使用私密金钥签署最终组件。
rather, they are linked through the assembly manifest and the common language runtime manages them as a unit.
它们而是通过程序集清单进行链接,公共语言运行时将这些文件作为一个单元来管理。