取得组件资讯清单档案表中的档案。
提供方法来存取和检查组件资讯清单的内容。
Provides methods to access and examine the contents of an assembly manifest.
在建置组件时,开发工具会记录组件资讯清单中所参考之每一组件的相依资讯。
When an assembly is built, the development tool records dependency information for each assembly that is referenced in the assembly manifest.
请注意,构成组件的所有档案必须与含有组件资讯清单的档案在同一个目录中。
Note that all files that make up the assembly must be in the same directory as the file containing the assembly manifest.
只有组件资讯清单是必要项,不过型别或资源两者必须有一项要用来赋予组件任何有意义的功能。
Only the assembly manifest is required, but either types or resources are needed to give the assembly any meaningful functionality.
资讯清单也会列举它所依赖的其他组件。
The manifest also enumerates other assemblies on which it depends.
管理组件和资讯清单签署。
并存组件的资讯清单会指定组件对于名称、版本、资源及其他组件的相依性。
The manifest of a side-by-side assembly specifies its dependencies on names, versions, resources, and other assemblies.
例如,建议私用组件最好要有内嵌的资讯清单。
For example, it is recommended that private assemblies have embedded manifests.
隔离之应用程序的资讯清单档是用来管理共用之并存组件的名称和版本(应用程序在执行阶段应该要系结至这个组件)。
The manifest file of an isolated application is used to manage the names and versions of Shared side-by-side assemblies to which the application should bind at run time.
资讯清单是一个XML文件,它可以是外部XML档案,或者内嵌于应用程序或组件中做为资源。
A manifest is an XML document that can be an external XML file or embedded inside an application or an assembly as a resource.
从这个组件载入指定资讯清单资源,由指定型别的命名空间限定范围。
Loads the specified manifest resource, scoped by the namespace of the specified type, from this assembly.
使用指定的文件、组件名称、方案ID和部署资讯清单,将自订附加至指定的文件。
Attaches a customization to the specified document by using the specified document, assembly name, solution ID, and deployment manifest.
当应用程式资讯清单中所指定的启动组件载入失败时,所掷回的例外状况。
The exception that is thrown when the startup assembly that is specified in the application manifest fails to load.
由应用程序开发人员建立的应用程序资讯清单,包含描述组件和组件相依的中继资料。
An application manifest, which is created by an application developer, contains metadata that describes assemblies and assembly dependencies.
组件的资讯清单会描述您对任何相依组件所指定的版本相依性。
The assembly's manifest describes the version dependencies you specify for any dependent assemblies.
如果是私用组件,建议您将它的资讯清单加入DLL中,做为ID等于1的资源,而私用组件的名称则可以和DLL的名称相同。
In the case of a private assembly, it is recommended to include its manifest in the DLL as a resource with ID equal to 1, and the name of the private assembly may be the same as the name of the DLL.
取得或设定资讯清单可使用之前必须存在的组件。
Gets or sets the assemblies that must be present before the manifest can be used.
载入来自这个组件的指定资讯清单资源。
Loads the specified manifest resource, scoped by the namespace of the specified type, from this assembly. Overrides assembly.
并存组件的资讯清单会指定并存组件的名称、版本、资源和相依组件。
The manifest of a side-by-side assembly specifies names, versions, resources, and dependent assemblies of side-by-side assemblies.
模组将会列示在结果组件的资讯清单中,而且依然需要散发和提供使用,才能载入组件。
The modules will be listed in the manifest of the resulting assembly, and will still need to distributed and available in order for the assembly to load.
模组将会列示在结果组件的资讯清单中,而且依然需要散发和提供使用,才能载入组件。
The modules will be listed in the manifest of the resulting assembly, and will still need to distributed and available in order for the assembly to load.
应用推荐