DotNetInvocationInfo.AssemblyName Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient le nom de l’assembly contenant la méthode . Une seule de DotNetObjectId ou AssemblyName peut être spécifiée.
public:
property System::String ^ AssemblyName { System::String ^ get(); };
public string AssemblyName { get; }
public string? AssemblyName { get; }
member this.AssemblyName : string
Public ReadOnly Property AssemblyName As String