Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ClientSettings::RegisterClientSideProviderAssembly Method (AssemblyName^)

 

Registers an assembly that contains client-side providers.

Namespace:   System.Windows.Automation
Assembly:  UIAutomationClient (in UIAutomationClient.dll)

public:
static void RegisterClientSideProviderAssembly(
	AssemblyName^ assemblyName
)

Parameters

assemblyName
Type: System.Reflection::AssemblyName^

Name of the assembly.

Exception Condition
ProxyAssemblyNotLoadedException

The assembly could not be loaded.

This method is called on startup by UI Automation clients that use client-side UI Automation providers loaded from an assembly. Applications that use providers implemented in their own assembly should call RegisterClientSideProviders.

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft