C# Class LogoFX.Client.Mvvm.View.Infra.Localization.WinRes

Datei anzeigen Open project: LogoFX/LogoFX Class Usage Examples

Public Methods

Method Description
EnumStringResources ( string libraryFileName ) : ResourceSetCollection

Private Methods

Method Description
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

Method Details

EnumStringResources() public method

public EnumStringResources ( string libraryFileName ) : ResourceSetCollection
libraryFileName string
return ResourceSetCollection