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

메서드

Name Description
GetConfigurationSection<T>()

지정된 위치에서 구성을 얻는 메서드를 나타냅니다.

LoadConfiguration(Stream)

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

LoadConfiguration(Uri)

지정된 위치에서 구성 정보를 불러옵니다.

적용 대상