AssemblyNameFlags Enumeração

Definição

Fornece informações sobre uma referência Assembly.Provides information about an Assembly reference.

Esta enumeração tem um atributo FlagsAttribute que permite uma combinação bit a bit dos valores membros dela.

public enum class AssemblyNameFlags
[System.Flags]
public enum AssemblyNameFlags
[System.Flags]
[System.Serializable]
public enum AssemblyNameFlags
[System.Flags]
[System.Serializable]
[System.Runtime.InteropServices.ComVisible(true)]
public enum AssemblyNameFlags
[<System.Flags>]
type AssemblyNameFlags = 
[<System.Flags>]
[<System.Serializable>]
type AssemblyNameFlags = 
[<System.Flags>]
[<System.Serializable>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type AssemblyNameFlags = 
Public Enum AssemblyNameFlags
Herança
AssemblyNameFlags
Atributos

Campos

EnableJITcompileOptimizer 16384

Especifica que a otimização do compilador JIT (Just-In-Time) está desabilitada para o assembly.Specifies that just-in-time (JIT) compiler optimization is disabled for the assembly. Esse é o oposto exato do significado sugerido pelo nome do membro.This is the exact opposite of the meaning that is suggested by the member name.

EnableJITcompileTracking 32768

Especifica que o acompanhamento do compilador JIT (Just-In-Time) está habilitado para o assembly.Specifies that just-in-time (JIT) compiler tracking is enabled for the assembly.

None 0

Especifica que nenhum sinalizador está em vigor.Specifies that no flags are in effect.

PublicKey 1

Especifica que uma chave pública é formada com base na chave pública completa em vez de no token de chave pública.Specifies that a public key is formed from the full public key rather than the public key token.

Retargetable 256

Especifica que o assembly pode ser redirecionado em runtime para um assembly de outro distribuidor.Specifies that the assembly can be retargeted at runtime to an assembly from a different publisher. Esse valor dá suporte à infraestrutura .NET Framework e não se destina a ser usado diretamente no código.This value supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Aplica-se a