SxsOption Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- Attributes
Fields
Name | Value | Description |
---|---|---|
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.