SxsOption Enum

Definition

Indicates how side-by-side assemblies are configured for ServiceConfig.

C#
[System.Runtime.InteropServices.ComVisible(false)]
[System.Serializable]
public enum SxsOption
Inheritance
SxsOption
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.

Applies to

Proizvod Verzije
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1