共用方式為


IMetaDataAssemblyEmit Interface

提供方法,以支援 Common Language Runtime 用來解析及取用資源的自我描述模型。

Methods

Method Description
DefineAssembly Method 建立元件數據結構,其中包含指定元件的元數據,並傳回相關聯的元數據標記。
DefineAssemblyRef Method AssemblyRef建立結構,其中包含這個元件參考之元件的元數據,並傳回相關聯的元數據標記。
DefineExportedType Method ExportedType建立包含指定匯出型別之元數據的結構,並傳回相關聯的元數據令牌。
DefineFile Method File建立元數據結構,其中包含這個元件所參考之元件的元數據,並傳回相關聯的元數據令牌。
DefineManifestResource Method ManifestResource建立結構,其中包含指定指令清單資源的元數據,並傳回相關聯的元數據令牌。
SetAssemblyProps Method 修改指定的 Assembly 元數據結構。
SetAssemblyRefProps Method 修改指定的 AssemblyRef 元數據結構。
SetExportedTypeProps Method 修改指定的 ExportedType 元數據結構。
SetFileProps Method 修改指定的 File 元數據結構。
SetManifestResourceProps Method 修改指定的 ManifestResource 元數據結構。

Remarks

Requirements

平臺: 請參閱 .NET 支援的作系統

Header: Cor.h

Library: CorGuids.lib

See also