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

定義

當在對應 WorkflowRuntime 工作流程主機應用程式的應用程式域載入組件時呼叫。

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

一個內部生成 GuidWorkflowRuntime 實例。

assemblyPath
String

A String 包含從組件載入的磁碟路徑。

fromGlobalAssemblyCache
Boolean

A Boolean 表示組裝是否從全域組裝快取載入。

適用於