Summary: Runtime service to load XAML based types. {@ Dim tp As New TypeProvider(Nothing) tp.AddAssembly(Assembly.Load("<some assembly>")) tp.AddAssembly(Assembly.Load("<some other assembly>")) workflowRuntime.AddService(tp) }@
Edit WF.TypeProvider
You do not have permission to change this topic.