TargetedPatchingOptOutAttribute.Reason Propriedade

Definição

Obtém o motivo por que o método ao qual esse atributo é aplicado é considerado qualificado para ser embutido em imagens de NGen (geração de imagem nativa).Gets the reason why the method to which this attribute is applied is considered to be eligible for inlining across Native Image Generator (NGen) images.

Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.

public:
 property System::String ^ Reason { System::String ^ get(); };
public string Reason { get; }
member this.Reason : string
Public ReadOnly Property Reason As String

Valor da propriedade

String

O motivo pelo qual o método é considerado qualificado para a inlinhação em imagens NGen.The reason why the method is considered to be eligible for inlining across NGen images.

Aplica-se a