Share via


IRegistrationService 인터페이스

정의

등록 서비스의 경로를 찾는 메서드를 정의합니다.

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
파생
특성

메서드

GetConfigurationSection<T>()

지정된 위치의 구성을 가져오는 메서드를 나타냅니다.

LoadConfiguration(Stream)

지정된 스트림의 구성 정보를 로드합니다.

LoadConfiguration(Uri)

지정된 위치의 구성 정보를 로드합니다.

적용 대상