ClientSettings::RegisterClientSideProviderAssembly Method (AssemblyName^)
.NET Framework (current version)
Registers an assembly that contains client-side providers.
Assembly: UIAutomationClient (in UIAutomationClient.dll)
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.
For example code, see Register a Client-Side Provider Assembly.
.NET Framework
Available since 3.0
Available since 3.0
Show: