SxsOption Enum

Definition

Indicates how side-by-side assemblies are configured for 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
Inheritance
SxsOption
Attributes

Fields

Ignore 0

Side-by-side assemblies are not used within the enclosed context. Ignore is the default setting for SxsOption when Inheritance is set to Ignore.

Inherit 1

The current side-by-side assembly of the enclosed context is used. Inherit is the default setting for SxsOption when Inheritance is set to Inherit.

New 2

A new side-by-side assembly is created for the enclosed context.

Remarks

SxsOption is used for the value of Inheritance.

Applies to