Partager via


RegistrationAttribute.RegistrationContext.InprocServerPath, propriété

Obtient le chemin d'accès au DLL de serveur in-process.

Espace de noms :  Microsoft.VisualStudio.Shell
Assembly :  Microsoft.VisualStudio.Shell.Immutable.10.0 (dans Microsoft.VisualStudio.Shell.Immutable.10.0.dll)

Syntaxe

'Déclaration
Public MustOverride ReadOnly Property InprocServerPath As String
public abstract string InprocServerPath { get; }

Valeur de propriété

Type : System.String
Le chemin d'accès au DLL de serveur in-process.

Remarques

Le DLL du serveur in-process Mscoree.dll est utilisé pour charger la version (CLR) du common language runtime nécessaire pour fournir la fabrique de classe pour des objets managés.

InprocServerPath ne fait pas référence toujours à un chemin d'accès physique sur le disque.Ce peut être un jeton qui identifie le chemin d'accès installent le temps.

Sécurité .NET Framework

Voir aussi

Référence

RegistrationAttribute.RegistrationContext Classe

Microsoft.VisualStudio.Shell, espace de noms

RegistrationAttribute.RegistrationContext