PortableExecutableReference.WithEmbedInteropTypes(Boolean) メソッド

定義

指定した相互運用機能の型を埋め込む参照のインスタンスを返します。

public:
 Microsoft::CodeAnalysis::PortableExecutableReference ^ WithEmbedInteropTypes(bool value);
public Microsoft.CodeAnalysis.PortableExecutableReference WithEmbedInteropTypes (bool value);
override this.WithEmbedInteropTypes : bool -> Microsoft.CodeAnalysis.PortableExecutableReference
Public Function WithEmbedInteropTypes (value As Boolean) As PortableExecutableReference

パラメーター

value
Boolean

の新しい値 EmbedInteropTypes

戻り値

例外

相互運用機能の種類は、モジュールから埋め込むできません。

適用対象