SxsOption 列挙型

定義

ServiceConfigに対してサイド バイ サイド アセンブリを構成する方法を示します。

public enum class SxsOption
[System.Runtime.InteropServices.ComVisible(false)]
[System.Serializable]
public enum SxsOption
[<System.Runtime.InteropServices.ComVisible(false)>]
[<System.Serializable>]
type SxsOption = 
Public Enum SxsOption
継承
SxsOption
属性

フィールド

名前 説明
Ignore 0

サイド バイ サイド アセンブリは、囲まれたコンテキスト内では使用されません。 Ignoreは、InheritanceIgnore に設定されている場合のSxsOptionの既定の設定です。

Inherit 1

囲まれたコンテキストの現在の side-by-side アセンブリが使用されます。 Inheritは、InheritanceInherit に設定されている場合のSxsOptionの既定の設定です。

New 2

囲まれたコンテキストに対して、新しいサイド バイ サイド アセンブリが作成されます。

注釈

SxsOption は、 Inheritanceの値に使用されます。

適用対象