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

使用封闭上下文的当前并行程序集。 Inherit是设置为时InheritanceInherit的默认设置SxsOption

New 2

将为封闭上下文创建新的并排程序集。

注解

SxsOption 用于值 Inheritance

适用于