Files
minecraft-modpack-updater/SharedLibs/Pilz.Win32.xml
2023-08-26 20:38:35 +02:00

106 lines
3.8 KiB
XML

<?xml version="1.0"?>
<doc>
<assembly>
<name>
Pilz.Win32
</name>
</assembly>
<members>
<member name="T:Pilz.Win32.My.Resources.Resources">
<summary>
Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
</summary>
</member>
<member name="P:Pilz.Win32.My.Resources.Resources.ResourceManager">
<summary>
Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird.
</summary>
</member>
<member name="P:Pilz.Win32.My.Resources.Resources.Culture">
<summary>
Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle
Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden.
</summary>
</member>
<member name="M:Pilz.Win32.Internals.IconExtractor.ExtractIcon(System.String,Pilz.Win32.Mapped.SystemIconSize)">
<summary>
Extrahiert das Icon aus einer Datei oder aus einem Ordner.
</summary>
<param name="FilePath">Hier übergeben Sie den Pfad der Datei von dem das Icon extrahiert werden soll.</param>
<param name="size">Bei übergabe von true wird ein kleines und bei false ein großes Icon zurück gegeben.</param>
</member>
<member name="M:Pilz.Win32.Internals.IconFactory.GetIconsCountInFile(System.String)">
<summary>
Get the number of icons in the specified file.
</summary>
<param name="fileName">Full path of the file to look for.</param>
<returns></returns>
</member>
<member name="M:Pilz.Win32.Internals.IconFactory.ExtractInformationsFromRegistryString(System.String,System.String@,System.Int32@)">
<summary>
Parse strings in registry who contains the name of the icon and
the index of the icon an return both parts.
</summary>
<param name="regString">The full string in the form "path,index" as found in registry.</param>
<param name="fileName">The "path" part of the string.</param>
<param name="index">The "index" part of the string.</param>
</member>
<member name="T:Pilz.Win32.Mapped.SystemIconSize">
<summary>
Two constants extracted from the FileInfoFlags, the only that are
meaningfull for the user of this class.
</summary>
</member>
<member name="F:Pilz.Win32.Native.FileInfoFlags.SHGFI_ICON">
<summary>
Retrieve the handle to the icon that represents the file and the index
of the icon within the system image list. The handle is copied to the
hIcon member of the structure specified by psfi, and the index is copied
to the iIcon member.
</summary>
</member>
<member name="F:Pilz.Win32.Native.FileInfoFlags.SHGFI_USEFILEATTRIBUTES">
<summary>
Indicates that the function should not attempt to access the file
specified by pszPath. Rather, it should act as if the file specified by
pszPath exists with the file attributes passed in dwFileAttributes.
</summary>
</member>
<member name="T:Pilz.Win32.Native.SHFILEINFO">
<summary>
Contains information about a file object.
</summary>
</member>
<member name="F:Pilz.Win32.Native.SHFILEINFO.hIcon">
<summary>
Handle to the icon that represents the file. You are responsible for
destroying this handle with DestroyIcon when you no longer need it.
</summary>
</member>
<member name="F:Pilz.Win32.Native.SHFILEINFO.iIcon">
<summary>
Index of the icon image within the system image list.
</summary>
</member>
<member name="F:Pilz.Win32.Native.SHFILEINFO.dwAttributes">
<summary>
Array of values that indicates the attributes of the file object.
For information about these values, see the IShellFolder::GetAttributesOf
method.
</summary>
</member>
<member name="F:Pilz.Win32.Native.SHFILEINFO.szDisplayName">
<summary>
String that contains the name of the file as it appears in the Microsoft
Windows Shell, or the path and file name of the file that contains the
icon representing the file.
</summary>
</member>
<member name="F:Pilz.Win32.Native.SHFILEINFO.szTypeName">
<summary>
String that describes the type of file.
</summary>
</member>
</members>
</doc>