Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

ClientSettings.RegisterClientSideProviderAssembly(AssemblyName) Method

Definition

Namespace:
System.Windows.Automation
Assembly:
UIAutomationClient.dll

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.

Registers an assembly that contains client-side providers.

public:
 static void RegisterClientSideProviderAssembly(System::Reflection::AssemblyName ^ assemblyName);
public static void RegisterClientSideProviderAssembly(System.Reflection.AssemblyName assemblyName);
static member RegisterClientSideProviderAssembly : System.Reflection.AssemblyName -> unit
Public Shared Sub RegisterClientSideProviderAssembly (assemblyName As AssemblyName)

Parameters

assemblyName
AssemblyName

Name of the assembly.

Exceptions

The assembly could not be loaded.

Examples

For example code, see Register a Client-Side Provider Assembly.

Remarks

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.

Applies to

See also


Feedback

Was this page helpful?