This documentation is archived and is not being maintained.
SxsOption Enumeration
.NET Framework 1.1
Note: This namespace, class, or member is supported only in version 1.1 of the .NET Framework.
Indicates how side-by-side assemblies are configured for ServiceConfig.
[Visual Basic] <Serializable> <ComVisible(False)> Public Enum SxsOption [C#] [Serializable] [ComVisible(false)] public enum SxsOption [C++] [Serializable] [ComVisible(false)] __value public enum SxsOption [JScript] public Serializable ComVisible(false) enum SxsOption
Remarks
SxsOption is used for the value of Inheritance.
Members
| Member name | Description |
|---|---|
| Ignore | 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 | 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 | A new side-by-side assembly is created for the enclosed context. |
Requirements
Namespace: System.EnterpriseServices
Platforms: Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System.Enterpriseservices (in System.Enterpriseservices.dll)
See Also
Show: