共用方式為


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

內部產生的 Guid,與 WorkflowRuntime 執行個體關聯。

assemblyPath
String

String 包含載入元件的來源磁片路徑。

fromGlobalAssemblyCache
Boolean

指出是否從全域組件快取載入組件的 Boolean

適用於