IWorkflowDebugger.AssemblyLoaded(Guid, String, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
- fromGlobalAssemblyCache
- Boolean
A Boolean that indicates whether the assembly is loaded from the global assembly cache.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.