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 qui correspond à WorkflowRuntime dans l'application hôte du workflow.
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
Guid généré en interne associé à une instance WorkflowRuntime.
- assemblyPath
- String
StringContenant le chemin d’accès sur le disque à partir duquel l’assembly est chargé.
- fromGlobalAssemblyCache
- Boolean
Boolean qui signale si l'assembly est chargé depuis le Global Assembly Cache.