संपादन करना

के माध्यम से साझा करें


IWorkflowDebugger.AssemblyLoaded(Guid, String, Boolean) Method

Definition

Called when an assembly is loaded in the app domain corresponding to the WorkflowRuntime in the workflow host application.

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)

Parameters

programId
Guid

An internally generated Guid associated with a WorkflowRuntime instance.

assemblyPath
String

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

fromGlobalAssemblyCache
Boolean

A Boolean that indicates whether the assembly is loaded from the global assembly cache.

Applies to