次の方法で共有


IMetaDataAssemblyEmit::SetExportedTypeProps メソッド

指定された ExportedType メタデータ構造体を変更します。

構文

HRESULT SetExportedTypeProps (  
    [in] mdExportedType   ct,
    [in] mdToken          tkImplementation,  
    [in] mdTypeDef        tkTypeDef,  
    [in] DWORD            dwExportedTypeFlags  
);  

パラメーター

ct
[in] 変更するメタデータ構造を指定する ExportedType メタデータ トークン。

tkImplementation
[in] この型の実装方法を指定する FileAssemblyRef、または ExportedType 型のトークン。

tkTypeDef
[in] コード ファイルで参照される TypeDef トークン。

dwExportedTypeFlags
[in] 型の属性を指定する、値のビットごとの組み合わせ。

解説

ExportedType メタデータ構造を作成するには、IMetaDataAssemblyEmit::DefineExportedType メソッドを使用します。

必要条件

:システム要件」を参照してください。

ヘッダー: Cor.h

ライブラリ: MsCorEE.dll でリソースとして使用されます

.NET Framework のバージョン: 1.0 以降で使用可能

関連項目