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

Définition

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.

S’applique à