IRegistrationService Interface

Definition

Defines a method that locates the path of the registration service.

public interface class IRegistrationService
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("7c28a9f0-0a0e-485e-9699-f1b8aa04de60")]
public interface IRegistrationService
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("7c28a9f0-0a0e-485e-9699-f1b8aa04de60")>]
type IRegistrationService = interface
Public Interface IRegistrationService
Derived
Attributes

Methods

GetConfigurationSection<T>()

Indicates a method that gets the configuration from the specified location.

LoadConfiguration(Stream)

Loads the configuration information from the specified stream.

LoadConfiguration(Uri)

Loads the configuration information from the specified location.

Applies to