IWorkflowDebugger.AssemblyLoaded(Guid, String, Boolean) 方法

定义

在与工作流主机应用程序中的 WorkflowRuntime 对应的应用程序域中加载程序集时调用。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)

参数

programId
Guid

一个与 Guid 实例关联的、内部生成的 WorkflowRuntimeAn internally generated Guid associated with a WorkflowRuntime instance.

assemblyPath
String

一个 String,其中包含从中加载程序集的磁盘路径A String containing the path on disk from where the assembly is loaded

fromGlobalAssemblyCache
Boolean

一个 Boolean,它指示程序集是否是从全局程序集缓存中加载的。A Boolean that indicates whether the assembly is loaded from the global assembly cache.

适用于