mirror of
https://github.com/hama3254/Crunchyroll-Downloader-v3.0.git
synced 2024-11-13 03:35:05 +01:00
50583b3986
m3u8 grabber uses now the network traffic to find the m3u8 files after the website has loaded if that fails it look like before in the html document
59 lines
2.1 KiB
XML
59 lines
2.1 KiB
XML
<?xml version="1.0"?>
|
|
<doc>
|
|
<assembly>
|
|
<name>
|
|
Helpers
|
|
</name>
|
|
</assembly>
|
|
<members>
|
|
<member name="T:My.Resources.Resources">
|
|
<summary>
|
|
Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
|
|
</summary>
|
|
</member>
|
|
<member name="P:My.Resources.Resources.ResourceManager">
|
|
<summary>
|
|
Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird.
|
|
</summary>
|
|
</member>
|
|
<member name="P: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="T:System.Windows.Forms.AsyncWorker">
|
|
<summary>
|
|
you can pass Delegates together with suitable arguments to the methods RunAsync(),
|
|
NotifyGui() or ReportProgress(), and the Delegate will be executed either in a
|
|
side-thread or in the Gui-thread
|
|
</summary>
|
|
</member>
|
|
<member name="M:System.Windows.Forms.AsyncWorker.ReportProgress(System.Action)">
|
|
<summary>
|
|
executes the Delegate in the Gui-thread, if the last progress-report is more
|
|
than <see cref="F:System.Windows.Forms.AsyncWorker.ReportInterval" />ago, and the process isn't canceled
|
|
</summary>
|
|
</member>
|
|
<member name="M:System.Windows.Forms.AsyncWorker.NotifyGui(System.Action)">
|
|
<summary>
|
|
executes the Delegate in the Gui-thread, if the process isn't canceled
|
|
</summary>
|
|
</member>
|
|
<member name="M:System.Windows.Forms.AsyncWorker.RunAsync(System.Action)">
|
|
<summary>executes the Delegate in a thread of the threadpool</summary>
|
|
</member>
|
|
<member name="M:System.Windows.Forms.AsyncWorkerX.RunAsync``3(System.Action{``0,``1,``2},``0,``1,``2)">
|
|
<summary>executes the Delegate in a thread of the threadpool</summary>
|
|
</member>
|
|
<member name="M:System.Windows.Forms.AsyncWorkerX.NotifyGui``3(System.Action{``0,``1,``2},``0,``1,``2)">
|
|
<summary>executes the Delegate in the Gui-thread</summary>
|
|
</member>
|
|
<member name="T:System.BugException">
|
|
<summary>
|
|
this Exception is not meant to be handled. Only for logging and debugging-purposes
|
|
</summary>
|
|
</member>
|
|
</members>
|
|
</doc>
|