다음을 통해 공유


ResourceManager.InternalGetResourceSet 메서드

ResourceSet를 찾는 구현을 제공합니다.

네임스페이스: System.Resources
어셈블리: mscorlib(mscorlib.dll)

구문

‘선언
Protected Overridable Function InternalGetResourceSet ( _
    culture As CultureInfo, _
    createIfNotExists As Boolean, _
    tryParents As Boolean _
) As ResourceSet
‘사용 방법
Dim culture As CultureInfo
Dim createIfNotExists As Boolean
Dim tryParents As Boolean
Dim returnValue As ResourceSet

returnValue = Me.InternalGetResourceSet(culture, createIfNotExists, tryParents)
protected virtual ResourceSet InternalGetResourceSet (
    CultureInfo culture,
    bool createIfNotExists,
    bool tryParents
)
protected:
virtual ResourceSet^ InternalGetResourceSet (
    CultureInfo^ culture, 
    bool createIfNotExists, 
    bool tryParents
)
protected ResourceSet InternalGetResourceSet (
    CultureInfo culture, 
    boolean createIfNotExists, 
    boolean tryParents
)
protected function InternalGetResourceSet (
    culture : CultureInfo, 
    createIfNotExists : boolean, 
    tryParents : boolean
) : ResourceSet

매개 변수

  • createIfNotExists
    true이고 ResourceSet이 로드되지 않은 경우 이를 로드합니다.
  • tryParents
    ResourceSet을 로드할 수 없으면 부모 CultureInfo 개체를 로드하여 있는지 여부를 확인합니다.

반환 값

지정된 ResourceSet입니다.

예외

예외 형식 조건

MissingManifestResourceException

주 어셈블리에 .resources 파일이 없으므로 리소스를 찾아야 하는 경우

설명

상속자 참고 사항 이 메서드는 ResourceSet을 찾는 데 필요한 모든 작업을 완료하므로 재귀적으로 적용되고 재진입될 수 있습니다. 즉 이 메서드는 어셈블리를 로드하면서 AssemblyLoad 이벤트를 트리거할 수 있는데, 이것은 다시 완전히 초기화되지 않은 ResourceManager로 호출됩니다. 추가 잠금이 설정되지 않도록 스레드로부터 안전하지 않습니다. GetResourceSet, GetStringGetObject은 필요한 모든 동기화를 수행합니다.

.NET Framework 보안

플랫폼

Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

.NET Framework에서 모든 플래폼의 모든 버전을 지원하지는 않습니다. 지원되는 버전의 목록은 시스템 요구 사항을 참조하십시오.

버전 정보

.NET Framework

2.0, 1.1, 1.0에서 지원

.NET Compact Framework

2.0, 1.0에서 지원

참고 항목

참조

ResourceManager 클래스
ResourceManager 멤버
System.Resources 네임스페이스
CultureInfo

기타 리소스

인코딩 및 지역화