C# 클래스 LogoFX.Client.Mvvm.View.Infra.Localization.WinRes

파일 보기 프로젝트 열기: LogoFX/LogoFX 1 사용 예제들

공개 메소드들

메소드 설명
EnumStringResources ( string libraryFileName ) : ResourceSetCollection

비공개 메소드들

메소드 설명
EnumRes ( IntPtr hModule, IntPtr lpszType, IntPtr lpszName, IntPtr lParam ) : bool
EnumResourceLanguages ( IntPtr hModule, IntPtr lpszType, IntPtr lpName, EnumResLangDelegate lpEnumFunc, IntPtr lParam ) : bool
EnumResourceNamesWithID ( IntPtr hModule, uint lpszType, EnumResNameDelegate lpEnumFunc, IntPtr lParam ) : bool
FindResource ( IntPtr hModule, IntPtr pName, IntPtr pType ) : IntPtr
FreeLibrary ( IntPtr hModule ) : bool
GET_RESOURCE_ID ( IntPtr value ) : uint
IS_INTRESOURCE ( IntPtr value ) : bool
LoadLibraryEx ( string lpFileName, IntPtr hFile, uint dwFlags ) : IntPtr
LoadResource ( IntPtr hModule, IntPtr hResource ) : IntPtr
LoadString ( IntPtr hInstance, uint uId, StringBuilder lpBuffer, int nBufferMax ) : int
LoadStringTable ( IntPtr lpszName, IntPtr hModule ) : void
LockResource ( IntPtr hGlobal ) : IntPtr
SizeofResource ( IntPtr hModule, IntPtr hResource ) : uint

메소드 상세

EnumStringResources() 공개 메소드

public EnumStringResources ( string libraryFileName ) : ResourceSetCollection
libraryFileName string
리턴 ResourceSetCollection