AssemblyLoadContext.Name Propriedade

Definição

Obtenha o nome de AssemblyLoadContext.Get the name of the AssemblyLoadContext.

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

Valor da propriedade

String

O nome do AssemblyLoadContext.The name of the AssemblyLoadContext. Seu valor pode ser null.Its value can be null.

Aplica-se a