IWorkflowDebugger.AssemblyLoaded(Guid, String, Boolean) Methode

Definition

Wird aufgerufen, wenn eine Assembly in der App-Domäne geladen wird, die der WorkflowRuntime Workflowhostanwendung entspricht.

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)

Parameter

programId
Guid

Eine intern generierte Guid Instanz zugeordnet WorkflowRuntime .

assemblyPath
String

A String containing the path on disk from where the assembly is loaded.

fromGlobalAssemblyCache
Boolean

Ein Boolean Wert, der angibt, ob die Assembly aus dem globalen Assemblycache geladen wird.

Gilt für: