IInternalConfigRecord 인터페이스

정의

새 구성 레코드 만들기를 지원하기 위해 내부 .NET 구조에서 사용하는 인터페이스를 정의합니다.

public interface class IInternalConfigRecord
[System.Runtime.InteropServices.ComVisible(false)]
public interface IInternalConfigRecord
[<System.Runtime.InteropServices.ComVisible(false)>]
type IInternalConfigRecord = interface
Public Interface IInternalConfigRecord
특성

속성

Name Description
ConfigPath

구성 파일 경로를 나타내는 문자열을 가져옵니다.

HasInitErrors

구성 개체를 초기화하는 동안 오류가 발생했는지 여부를 나타내는 값을 반환합니다.

StreamName

구성 파일에서 Stream I/O 작업을 수행하는 개체의 이름을 반환합니다.

메서드

Name Description
GetLkgSection(String)

LKG(last-known-good) 구성의 구성 섹션을 나타내는 개체를 반환합니다.

GetSection(String)

구성 파일의 Object 섹션을 나타내는 인스턴스를 반환합니다.

RefreshSection(String)

구성 개체의 지정된 섹션을 다시 초기화합니다.

Remove()

구성 레코드를 제거합니다.

ThrowIfInitErrors()

초기화 중에 오류가 발생하는 경우 구성 개체에 예외를 throw할 수 있는 권한을 부여합니다.

적용 대상