SxsOption Enum

Definitie

Geeft aan hoe side-by-side assembly's zijn geconfigureerd voor 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
Overname
SxsOption
Kenmerken

Velden

Name Waarde Description
Ignore 0

Assembly's naast elkaar worden niet gebruikt binnen de ingesloten context. Ignore is de standaardinstelling voor SxsOption wanneer Inheritance deze is ingesteld op Ignore.

Inherit 1

De huidige side-by-side assembly van de ingesloten context wordt gebruikt. Inherit is de standaardinstelling voor SxsOption wanneer Inheritance deze is ingesteld op Inherit.

New 2

Er wordt een nieuwe side-by-side assembly gemaakt voor de ingesloten context.

Opmerkingen

SxsOption wordt gebruikt voor de waarde van Inheritance.

Van toepassing op