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

144 lines
6.5 KiB
XML

<?xml version="1.0"?>
<doc>
<assembly>
<name>Pilz.IO</name>
</assembly>
<members>
<member name="P:Pilz.IO.EmbeddedFilesContainer.AllFileNames">
<summary>
Returns the names of all embedded files.
</summary>
</member>
<member name="M:Pilz.IO.EmbeddedFilesContainer.AddFileAsync(System.String,System.String)">
<summary>
Embeds a file to this container.
</summary>
<param name="fileName">The name how it should be called in this container.</param>
<param name="filePath">The file path to the file that should be embedded.</param>
<returns>Returns a <see cref="T:System.Boolean"/> that defines if the file as been embedded successfully.</returns>
</member>
<member name="M:Pilz.IO.EmbeddedFilesContainer.AddFile(System.String,System.String)">
<summary>
Embeds a file to this container.
</summary>
<param name="fileName">The name how it should be called in this container.</param>
<param name="filePath">The file path to the file that should be embedded.</param>
<returns>Returns a <see cref="T:System.Boolean"/> that defines if the file as been embedded successfully.</returns>
</member>
<member name="M:Pilz.IO.EmbeddedFilesContainer.RemoveFile(System.String)">
<summary>
Removes a file from this container.
</summary>
<param name="fileName">The name how the file is called.</param>
</member>
<member name="M:Pilz.IO.EmbeddedFilesContainer.HasFile(System.String)">
<summary>
Checks if the given file exists in this container.
</summary>
<param name="fileName">The name how the file is called.</param>
<returns>Returns if the given file exists in this container.</returns>
</member>
<member name="M:Pilz.IO.EmbeddedFilesContainer.GetStreamAsync(System.String)">
<summary>
Gets a file from this container as stream.
</summary>
<param name="fileName">The name how the file is called.</param>
<returns>Returns a stream of the file with the given name.</returns>
</member>
<member name="M:Pilz.IO.EmbeddedFilesContainer.GetStream(System.String)">
<summary>
Gets a file from this container as stream.
</summary>
<param name="fileName">The name how the file is called.</param>
<returns>Returns a stream of the file with the given name.</returns>
</member>
<member name="M:Pilz.IO.EmbeddedFilesContainer.GetLocalFilePathAsync(System.String)">
<summary>
Saves a given file to the users temp directory.
</summary>
<param name="fileName">The name how the file is called.</param>
<returns>Returns the file path to the temp file.</returns>
</member>
<member name="M:Pilz.IO.EmbeddedFilesContainer.GetLocalFilePath(System.String)">
<summary>
Saves a given file to the users temp directory.
</summary>
<param name="fileName">The name how the file is called.</param>
<returns>Returns the file path to the temp file.</returns>
</member>
<member name="P:Pilz.IO.FileLocker.FilePath">
<summary>
Defines the file path to the file that should be locked.
</summary>
</member>
<member name="P:Pilz.IO.FileLocker.LockFile">
<summary>
Defines the file path to the lock file that is used to identify the file lock.
</summary>
</member>
<member name="P:Pilz.IO.FileLocker.LockedPrivate">
<summary>
Defines if the file is locked privatly by this instance.
</summary>
</member>
<member name="P:Pilz.IO.FileLocker.LockedExternal">
<summary>
Defines if the file is locked by an other instance/program/user.
</summary>
</member>
<member name="M:Pilz.IO.FileLocker.#ctor(System.String)">
<summary>
Generate a new instance of <see cref="T:Pilz.IO.FileLocker"/> and locks the given file automatically.
</summary>
<param name="filePath">The file path to the file that should be locked.</param>
</member>
<member name="M:Pilz.IO.FileLocker.#ctor(System.String,System.Boolean)">
<summary>
Generate a new instance of <see cref="T:Pilz.IO.FileLocker"/>
</summary>
<param name="filePath">The file path to the file that should be locked.</param>
<param name="autoLock">Defines if the file should be locked automatically right after creating this instance.</param>
</member>
<member name="M:Pilz.IO.FileLocker.Lock">
<summary>
Locks the file, if not already locked privatly.
</summary>
</member>
<member name="M:Pilz.IO.FileLocker.Unlock">
<summary>
Unlocks the file, if locked privatly.
</summary>
</member>
<member name="T:Pilz.IO.ManagedPipe">
<summary>
stellt den Erben "Server" und "Client" 2 verschiedene
Message-Events zur Verfügung, und ein Event-Raisendes Dispose
</summary>
</member>
<member name="E:Pilz.IO.ManagedPipe.StatusMessage">
<summary>
Zur Ausgabe chat-verwaltungstechnischer Status-Informationen
</summary>
</member>
<member name="E:Pilz.IO.ManagedPipe.RetriveData">
<summary>Zur Ausgabe von Chat-Messages</summary>
</member>
<member name="T:Pilz.IO.My.Resources.Resources">
<summary>
Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
</summary>
</member>
<member name="P:Pilz.IO.My.Resources.Resources.ResourceManager">
<summary>
Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird.
</summary>
</member>
<member name="P:Pilz.IO.My.Resources.Resources.Culture">
<summary>
Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle
Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden.
</summary>
</member>
</members>
</doc>