IWorkflowDebugger.AssemblyLoaded(Guid, String, Boolean) Méthode
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.
Appelé lorsqu’un assembly est chargé dans le domaine d’application correspondant à l’application WorkflowRuntime hôte du flux de travail.
public:
void AssemblyLoaded(Guid programId, System::String ^ assemblyPath, bool fromGlobalAssemblyCache);
public void AssemblyLoaded(Guid programId, string assemblyPath, bool fromGlobalAssemblyCache);
abstract member AssemblyLoaded : Guid * string * bool -> unit
Public Sub AssemblyLoaded (programId As Guid, assemblyPath As String, fromGlobalAssemblyCache As Boolean)
Paramètres
- programId
- Guid
Généré en interne Guid associé à une WorkflowRuntime instance.
- assemblyPath
- String
Contenant String le chemin d’accès sur le disque à partir duquel l’assembly est chargé.
- fromGlobalAssemblyCache
- Boolean
Indique Boolean si l’assembly est chargé à partir du Global Assembly Cache.