Partage via


IWorkflowDebugger.AssemblyLoaded(Guid, String, Boolean) Méthode

Définition

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.

S’applique à