cleaned up filesystem
This commit is contained in:
@@ -1,15 +1,13 @@
|
|||||||
<Properties StartupConfiguration="{6166EEDD-31E3-44EB-978A-5EAF9C2992F9}|Default" BuildWithMSBuildOnMono="True">
|
<Properties BuildWithMSBuildOnMono="True" StartupConfiguration="{6166EEDD-31E3-44EB-978A-5EAF9C2992F9}|Default">
|
||||||
<AuthorInfo Name="Doug Macintosh" Email="support@sommetconsulting.ca" Copyright="Sommet Consulting" Company="Sommet Consulting" Trademark="" />
|
<AuthorInfo Name="Doug Macintosh" Email="support@sommetconsulting.ca" Copyright="Sommet Consulting" Company="Sommet Consulting" Trademark="" />
|
||||||
<MultiItemStartupConfigurations />
|
|
||||||
<MonoDevelop.Ide.ItemProperties.cdrtool PreferredExecutionTarget="MonoDevelop.Default" />
|
|
||||||
<MonoDevelop.Ide.Workbench ActiveDocument="_Main.cs">
|
<MonoDevelop.Ide.Workbench ActiveDocument="_Main.cs">
|
||||||
<Files>
|
<Files>
|
||||||
<File FileName="License.cs" />
|
<File FileName="License.cs" />
|
||||||
<File FileName="WebRoutines.cs" Line="469" Column="17" />
|
<File FileName="WebRoutines.cs" />
|
||||||
<File FileName="Web.cs" />
|
<File FileName="Web.cs" />
|
||||||
<File FileName="LicenseFile.cs" />
|
<File FileName="LicenseFile.cs" />
|
||||||
<File FileName="Gmail.cs" />
|
<File FileName="Gmail.cs" />
|
||||||
<File FileName="SSH.cs" Line="372" Column="2" />
|
<File FileName="SSH.cs" />
|
||||||
<File FileName="_Main.cs" Line="526" Column="33" />
|
<File FileName="_Main.cs" Line="526" Column="33" />
|
||||||
<File FileName="app.config" />
|
<File FileName="app.config" />
|
||||||
<File FileName="packages.config" />
|
<File FileName="packages.config" />
|
||||||
@@ -27,10 +25,12 @@
|
|||||||
</Pad>
|
</Pad>
|
||||||
</Pads>
|
</Pads>
|
||||||
</MonoDevelop.Ide.Workbench>
|
</MonoDevelop.Ide.Workbench>
|
||||||
<Debugger.DebugSourceFolders />
|
<MonoDevelop.Ide.ItemProperties.cdrtool PreferredExecutionTarget="MonoDevelop.Default" />
|
||||||
<MonoDevelop.Ide.Workspace ActiveConfiguration="Debug" />
|
<MultiItemStartupConfigurations />
|
||||||
<MonoDevelop.Ide.DebuggingService.Breakpoints>
|
<MonoDevelop.Ide.DebuggingService.Breakpoints>
|
||||||
<BreakpointStore />
|
<BreakpointStore />
|
||||||
</MonoDevelop.Ide.DebuggingService.Breakpoints>
|
</MonoDevelop.Ide.DebuggingService.Breakpoints>
|
||||||
|
<MonoDevelop.Ide.Workspace ActiveConfiguration="Debug" />
|
||||||
<MonoDevelop.Ide.DebuggingService.PinnedWatches />
|
<MonoDevelop.Ide.DebuggingService.PinnedWatches />
|
||||||
|
<Debugger.DebugSourceFolders />
|
||||||
</Properties>
|
</Properties>
|
||||||
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
@@ -1,420 +0,0 @@
|
|||||||
<?xml version="1.0"?>
|
|
||||||
<doc>
|
|
||||||
<assembly>
|
|
||||||
<name>Microsoft.Bcl.AsyncInterfaces</name>
|
|
||||||
</assembly>
|
|
||||||
<members>
|
|
||||||
<member name="T:System.Threading.Tasks.Sources.ManualResetValueTaskSourceCore`1">
|
|
||||||
<summary>Provides the core logic for implementing a manual-reset <see cref="T:System.Threading.Tasks.Sources.IValueTaskSource"/> or <see cref="T:System.Threading.Tasks.Sources.IValueTaskSource`1"/>.</summary>
|
|
||||||
<typeparam name="TResult"></typeparam>
|
|
||||||
</member>
|
|
||||||
<member name="F:System.Threading.Tasks.Sources.ManualResetValueTaskSourceCore`1._continuation">
|
|
||||||
<summary>
|
|
||||||
The callback to invoke when the operation completes if <see cref="M:System.Threading.Tasks.Sources.ManualResetValueTaskSourceCore`1.OnCompleted(System.Action{System.Object},System.Object,System.Int16,System.Threading.Tasks.Sources.ValueTaskSourceOnCompletedFlags)"/> was called before the operation completed,
|
|
||||||
or <see cref="F:System.Threading.Tasks.Sources.ManualResetValueTaskSourceCoreShared.s_sentinel"/> if the operation completed before a callback was supplied,
|
|
||||||
or null if a callback hasn't yet been provided and the operation hasn't yet completed.
|
|
||||||
</summary>
|
|
||||||
</member>
|
|
||||||
<member name="F:System.Threading.Tasks.Sources.ManualResetValueTaskSourceCore`1._continuationState">
|
|
||||||
<summary>State to pass to <see cref="F:System.Threading.Tasks.Sources.ManualResetValueTaskSourceCore`1._continuation"/>.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="F:System.Threading.Tasks.Sources.ManualResetValueTaskSourceCore`1._executionContext">
|
|
||||||
<summary><see cref="T:System.Threading.ExecutionContext"/> to flow to the callback, or null if no flowing is required.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="F:System.Threading.Tasks.Sources.ManualResetValueTaskSourceCore`1._capturedContext">
|
|
||||||
<summary>
|
|
||||||
A "captured" <see cref="T:System.Threading.SynchronizationContext"/> or <see cref="T:System.Threading.Tasks.TaskScheduler"/> with which to invoke the callback,
|
|
||||||
or null if no special context is required.
|
|
||||||
</summary>
|
|
||||||
</member>
|
|
||||||
<member name="F:System.Threading.Tasks.Sources.ManualResetValueTaskSourceCore`1._completed">
|
|
||||||
<summary>Whether the current operation has completed.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="F:System.Threading.Tasks.Sources.ManualResetValueTaskSourceCore`1._result">
|
|
||||||
<summary>The result with which the operation succeeded, or the default value if it hasn't yet completed or failed.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="F:System.Threading.Tasks.Sources.ManualResetValueTaskSourceCore`1._error">
|
|
||||||
<summary>The exception with which the operation failed, or null if it hasn't yet completed or completed successfully.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="F:System.Threading.Tasks.Sources.ManualResetValueTaskSourceCore`1._version">
|
|
||||||
<summary>The current version of this value, used to help prevent misuse.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="P:System.Threading.Tasks.Sources.ManualResetValueTaskSourceCore`1.RunContinuationsAsynchronously">
|
|
||||||
<summary>Gets or sets whether to force continuations to run asynchronously.</summary>
|
|
||||||
<remarks>Continuations may run asynchronously if this is false, but they'll never run synchronously if this is true.</remarks>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Threading.Tasks.Sources.ManualResetValueTaskSourceCore`1.Reset">
|
|
||||||
<summary>Resets to prepare for the next operation.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Threading.Tasks.Sources.ManualResetValueTaskSourceCore`1.SetResult(`0)">
|
|
||||||
<summary>Completes with a successful result.</summary>
|
|
||||||
<param name="result">The result.</param>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Threading.Tasks.Sources.ManualResetValueTaskSourceCore`1.SetException(System.Exception)">
|
|
||||||
<summary>Complets with an error.</summary>
|
|
||||||
<param name="error"></param>
|
|
||||||
</member>
|
|
||||||
<member name="P:System.Threading.Tasks.Sources.ManualResetValueTaskSourceCore`1.Version">
|
|
||||||
<summary>Gets the operation version.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Threading.Tasks.Sources.ManualResetValueTaskSourceCore`1.GetStatus(System.Int16)">
|
|
||||||
<summary>Gets the status of the operation.</summary>
|
|
||||||
<param name="token">Opaque value that was provided to the <see cref="T:System.Threading.Tasks.ValueTask"/>'s constructor.</param>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Threading.Tasks.Sources.ManualResetValueTaskSourceCore`1.GetResult(System.Int16)">
|
|
||||||
<summary>Gets the result of the operation.</summary>
|
|
||||||
<param name="token">Opaque value that was provided to the <see cref="T:System.Threading.Tasks.ValueTask"/>'s constructor.</param>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Threading.Tasks.Sources.ManualResetValueTaskSourceCore`1.OnCompleted(System.Action{System.Object},System.Object,System.Int16,System.Threading.Tasks.Sources.ValueTaskSourceOnCompletedFlags)">
|
|
||||||
<summary>Schedules the continuation action for this operation.</summary>
|
|
||||||
<param name="continuation">The continuation to invoke when the operation has completed.</param>
|
|
||||||
<param name="state">The state object to pass to <paramref name="continuation"/> when it's invoked.</param>
|
|
||||||
<param name="token">Opaque value that was provided to the <see cref="T:System.Threading.Tasks.ValueTask"/>'s constructor.</param>
|
|
||||||
<param name="flags">The flags describing the behavior of the continuation.</param>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Threading.Tasks.Sources.ManualResetValueTaskSourceCore`1.ValidateToken(System.Int16)">
|
|
||||||
<summary>Ensures that the specified token matches the current version.</summary>
|
|
||||||
<param name="token">The token supplied by <see cref="T:System.Threading.Tasks.ValueTask"/>.</param>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Threading.Tasks.Sources.ManualResetValueTaskSourceCore`1.SignalCompletion">
|
|
||||||
<summary>Signals that the operation has completed. Invoked after the result or error has been set.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Threading.Tasks.Sources.ManualResetValueTaskSourceCore`1.InvokeContinuation">
|
|
||||||
<summary>
|
|
||||||
Invokes the continuation with the appropriate captured context / scheduler.
|
|
||||||
This assumes that if <see cref="F:System.Threading.Tasks.Sources.ManualResetValueTaskSourceCore`1._executionContext"/> is not null we're already
|
|
||||||
running within that <see cref="T:System.Threading.ExecutionContext"/>.
|
|
||||||
</summary>
|
|
||||||
</member>
|
|
||||||
<member name="T:System.Threading.Tasks.TaskAsyncEnumerableExtensions">
|
|
||||||
<summary>Provides a set of static methods for configuring <see cref="T:System.Threading.Tasks.Task"/>-related behaviors on asynchronous enumerables and disposables.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Threading.Tasks.TaskAsyncEnumerableExtensions.ConfigureAwait(System.IAsyncDisposable,System.Boolean)">
|
|
||||||
<summary>Configures how awaits on the tasks returned from an async disposable will be performed.</summary>
|
|
||||||
<param name="source">The source async disposable.</param>
|
|
||||||
<param name="continueOnCapturedContext"><see langword="true" /> to capture and marshal back to the current context; otherwise, <see langword="false" />.</param>
|
|
||||||
<returns>The configured async disposable.</returns>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Threading.Tasks.TaskAsyncEnumerableExtensions.ConfigureAwait``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Boolean)">
|
|
||||||
<summary>Configures how awaits on the tasks returned from an async iteration will be performed.</summary>
|
|
||||||
<typeparam name="T">The type of the objects being iterated.</typeparam>
|
|
||||||
<param name="source">The source enumerable being iterated.</param>
|
|
||||||
<param name="continueOnCapturedContext"><see langword="true" /> to capture and marshal back to the current context; otherwise, <see langword="false" />.</param>
|
|
||||||
<returns>The configured enumerable.</returns>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Threading.Tasks.TaskAsyncEnumerableExtensions.WithCancellation``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Threading.CancellationToken)">
|
|
||||||
<summary>Sets the <see cref="T:System.Threading.CancellationToken"/> to be passed to <see cref="M:System.Collections.Generic.IAsyncEnumerable`1.GetAsyncEnumerator(System.Threading.CancellationToken)"/> when iterating.</summary>
|
|
||||||
<typeparam name="T">The type of the objects being iterated.</typeparam>
|
|
||||||
<param name="source">The source enumerable being iterated.</param>
|
|
||||||
<param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> to use.</param>
|
|
||||||
<returns>The configured enumerable.</returns>
|
|
||||||
</member>
|
|
||||||
<member name="T:System.Runtime.CompilerServices.AsyncIteratorMethodBuilder">
|
|
||||||
<summary>Represents a builder for asynchronous iterators.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Runtime.CompilerServices.AsyncIteratorMethodBuilder.Create">
|
|
||||||
<summary>Creates an instance of the <see cref="T:System.Runtime.CompilerServices.AsyncIteratorMethodBuilder"/> struct.</summary>
|
|
||||||
<returns>The initialized instance.</returns>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Runtime.CompilerServices.AsyncIteratorMethodBuilder.MoveNext``1(``0@)">
|
|
||||||
<summary>Invokes <see cref="M:System.Runtime.CompilerServices.IAsyncStateMachine.MoveNext"/> on the state machine while guarding the <see cref="T:System.Threading.ExecutionContext"/>.</summary>
|
|
||||||
<typeparam name="TStateMachine">The type of the state machine.</typeparam>
|
|
||||||
<param name="stateMachine">The state machine instance, passed by reference.</param>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Runtime.CompilerServices.AsyncIteratorMethodBuilder.AwaitOnCompleted``2(``0@,``1@)">
|
|
||||||
<summary>Schedules the state machine to proceed to the next action when the specified awaiter completes.</summary>
|
|
||||||
<typeparam name="TAwaiter">The type of the awaiter.</typeparam>
|
|
||||||
<typeparam name="TStateMachine">The type of the state machine.</typeparam>
|
|
||||||
<param name="awaiter">The awaiter.</param>
|
|
||||||
<param name="stateMachine">The state machine.</param>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Runtime.CompilerServices.AsyncIteratorMethodBuilder.AwaitUnsafeOnCompleted``2(``0@,``1@)">
|
|
||||||
<summary>Schedules the state machine to proceed to the next action when the specified awaiter completes.</summary>
|
|
||||||
<typeparam name="TAwaiter">The type of the awaiter.</typeparam>
|
|
||||||
<typeparam name="TStateMachine">The type of the state machine.</typeparam>
|
|
||||||
<param name="awaiter">The awaiter.</param>
|
|
||||||
<param name="stateMachine">The state machine.</param>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Runtime.CompilerServices.AsyncIteratorMethodBuilder.Complete">
|
|
||||||
<summary>Marks iteration as being completed, whether successfully or otherwise.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="P:System.Runtime.CompilerServices.AsyncIteratorMethodBuilder.ObjectIdForDebugger">
|
|
||||||
<summary>Gets an object that may be used to uniquely identify this builder to the debugger.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="T:System.Runtime.CompilerServices.AsyncIteratorStateMachineAttribute">
|
|
||||||
<summary>Indicates whether a method is an asynchronous iterator.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Runtime.CompilerServices.AsyncIteratorStateMachineAttribute.#ctor(System.Type)">
|
|
||||||
<summary>Initializes a new instance of the <see cref="T:System.Runtime.CompilerServices.AsyncIteratorStateMachineAttribute"/> class.</summary>
|
|
||||||
<param name="stateMachineType">The type object for the underlying state machine type that's used to implement a state machine method.</param>
|
|
||||||
</member>
|
|
||||||
<member name="T:System.Runtime.CompilerServices.ConfiguredAsyncDisposable">
|
|
||||||
<summary>Provides a type that can be used to configure how awaits on an <see cref="T:System.IAsyncDisposable"/> are performed.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Runtime.CompilerServices.ConfiguredAsyncDisposable.DisposeAsync">
|
|
||||||
<summary>Asynchronously releases the unmanaged resources used by the <see cref="T:System.Runtime.CompilerServices.ConfiguredAsyncDisposable" />.</summary>
|
|
||||||
<returns>A task that represents the asynchronous dispose operation.</returns>
|
|
||||||
</member>
|
|
||||||
<member name="T:System.Runtime.CompilerServices.ConfiguredCancelableAsyncEnumerable`1">
|
|
||||||
<summary>Provides an awaitable async enumerable that enables cancelable iteration and configured awaits.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Runtime.CompilerServices.ConfiguredCancelableAsyncEnumerable`1.ConfigureAwait(System.Boolean)">
|
|
||||||
<summary>Configures how awaits on the tasks returned from an async iteration will be performed.</summary>
|
|
||||||
<param name="continueOnCapturedContext"><see langword="true" /> to capture and marshal back to the current context; otherwise, <see langword="false" />.</param>
|
|
||||||
<returns>The configured enumerable.</returns>
|
|
||||||
<remarks>This will replace any previous value set by <see cref="M:System.Runtime.CompilerServices.ConfiguredCancelableAsyncEnumerable`1.ConfigureAwait(System.Boolean)"/> for this iteration.</remarks>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Runtime.CompilerServices.ConfiguredCancelableAsyncEnumerable`1.WithCancellation(System.Threading.CancellationToken)">
|
|
||||||
<summary>Sets the <see cref="T:System.Threading.CancellationToken"/> to be passed to <see cref="M:System.Collections.Generic.IAsyncEnumerable`1.GetAsyncEnumerator(System.Threading.CancellationToken)"/> when iterating.</summary>
|
|
||||||
<param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken"/> to use.</param>
|
|
||||||
<returns>The configured enumerable.</returns>
|
|
||||||
<remarks>This will replace any previous <see cref="T:System.Threading.CancellationToken"/> set by <see cref="M:System.Runtime.CompilerServices.ConfiguredCancelableAsyncEnumerable`1.WithCancellation(System.Threading.CancellationToken)"/> for this iteration.</remarks>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Runtime.CompilerServices.ConfiguredCancelableAsyncEnumerable`1.GetAsyncEnumerator">
|
|
||||||
<summary>Returns an enumerator that iterates asynchronously through collections that enables cancelable iteration and configured awaits.</summary>
|
|
||||||
<returns>An enumerator for the <see cref="T:System.Runtime.CompilerServices.ConfiguredCancelableAsyncEnumerable`1" /> class.</returns>
|
|
||||||
</member>
|
|
||||||
<member name="T:System.Runtime.CompilerServices.ConfiguredCancelableAsyncEnumerable`1.Enumerator">
|
|
||||||
<summary>Provides an awaitable async enumerator that enables cancelable iteration and configured awaits.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Runtime.CompilerServices.ConfiguredCancelableAsyncEnumerable`1.Enumerator.MoveNextAsync">
|
|
||||||
<summary>Advances the enumerator asynchronously to the next element of the collection.</summary>
|
|
||||||
<returns>
|
|
||||||
A <see cref="T:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1"/> that will complete with a result of <c>true</c>
|
|
||||||
if the enumerator was successfully advanced to the next element, or <c>false</c> if the enumerator has
|
|
||||||
passed the end of the collection.
|
|
||||||
</returns>
|
|
||||||
</member>
|
|
||||||
<member name="P:System.Runtime.CompilerServices.ConfiguredCancelableAsyncEnumerable`1.Enumerator.Current">
|
|
||||||
<summary>Gets the element in the collection at the current position of the enumerator.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Runtime.CompilerServices.ConfiguredCancelableAsyncEnumerable`1.Enumerator.DisposeAsync">
|
|
||||||
<summary>
|
|
||||||
Performs application-defined tasks associated with freeing, releasing, or
|
|
||||||
resetting unmanaged resources asynchronously.
|
|
||||||
</summary>
|
|
||||||
</member>
|
|
||||||
<member name="T:System.Runtime.CompilerServices.EnumeratorCancellationAttribute">
|
|
||||||
<summary>Allows users of async-enumerable methods to mark the parameter that should receive the cancellation token value from <see cref="M:System.Collections.Generic.IAsyncEnumerable`1.GetAsyncEnumerator(System.Threading.CancellationToken)" />.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Runtime.CompilerServices.EnumeratorCancellationAttribute.#ctor">
|
|
||||||
<summary>Initializes a new instance of the <see cref="T:System.Runtime.CompilerServices.EnumeratorCancellationAttribute" /> class.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="T:System.Runtime.InteropServices.LibraryImportAttribute">
|
|
||||||
<summary>
|
|
||||||
Attribute used to indicate a source generator should create a function for marshalling
|
|
||||||
arguments instead of relying on the runtime to generate an equivalent marshalling function at run-time.
|
|
||||||
</summary>
|
|
||||||
<remarks>
|
|
||||||
This attribute is meaningless if the source generator associated with it is not enabled.
|
|
||||||
The current built-in source generator only supports C# and only supplies an implementation when
|
|
||||||
applied to static, partial, non-generic methods.
|
|
||||||
</remarks>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Runtime.InteropServices.LibraryImportAttribute.#ctor(System.String)">
|
|
||||||
<summary>
|
|
||||||
Initializes a new instance of the <see cref="T:System.Runtime.InteropServices.LibraryImportAttribute"/>.
|
|
||||||
</summary>
|
|
||||||
<param name="libraryName">Name of the library containing the import.</param>
|
|
||||||
</member>
|
|
||||||
<member name="P:System.Runtime.InteropServices.LibraryImportAttribute.LibraryName">
|
|
||||||
<summary>
|
|
||||||
Gets the name of the library containing the import.
|
|
||||||
</summary>
|
|
||||||
</member>
|
|
||||||
<member name="P:System.Runtime.InteropServices.LibraryImportAttribute.EntryPoint">
|
|
||||||
<summary>
|
|
||||||
Gets or sets the name of the entry point to be called.
|
|
||||||
</summary>
|
|
||||||
</member>
|
|
||||||
<member name="P:System.Runtime.InteropServices.LibraryImportAttribute.StringMarshalling">
|
|
||||||
<summary>
|
|
||||||
Gets or sets how to marshal string arguments to the method.
|
|
||||||
</summary>
|
|
||||||
<remarks>
|
|
||||||
If this field is set to a value other than <see cref="F:System.Runtime.InteropServices.StringMarshalling.Custom" />,
|
|
||||||
<see cref="P:System.Runtime.InteropServices.LibraryImportAttribute.StringMarshallingCustomType" /> must not be specified.
|
|
||||||
</remarks>
|
|
||||||
</member>
|
|
||||||
<member name="P:System.Runtime.InteropServices.LibraryImportAttribute.StringMarshallingCustomType">
|
|
||||||
<summary>
|
|
||||||
Gets or sets the <see cref="T:System.Type"/> used to control how string arguments to the method are marshalled.
|
|
||||||
</summary>
|
|
||||||
<remarks>
|
|
||||||
If this field is specified, <see cref="P:System.Runtime.InteropServices.LibraryImportAttribute.StringMarshalling" /> must not be specified
|
|
||||||
or must be set to <see cref="F:System.Runtime.InteropServices.StringMarshalling.Custom" />.
|
|
||||||
</remarks>
|
|
||||||
</member>
|
|
||||||
<member name="P:System.Runtime.InteropServices.LibraryImportAttribute.SetLastError">
|
|
||||||
<summary>
|
|
||||||
Gets or sets whether the callee sets an error (SetLastError on Windows or errno
|
|
||||||
on other platforms) before returning from the attributed method.
|
|
||||||
</summary>
|
|
||||||
</member>
|
|
||||||
<member name="T:System.Runtime.InteropServices.StringMarshalling">
|
|
||||||
<summary>
|
|
||||||
Specifies how strings should be marshalled for generated p/invokes
|
|
||||||
</summary>
|
|
||||||
</member>
|
|
||||||
<member name="F:System.Runtime.InteropServices.StringMarshalling.Custom">
|
|
||||||
<summary>
|
|
||||||
Indicates the user is supplying a specific marshaller in <see cref="P:System.Runtime.InteropServices.LibraryImportAttribute.StringMarshallingCustomType"/>.
|
|
||||||
</summary>
|
|
||||||
</member>
|
|
||||||
<member name="F:System.Runtime.InteropServices.StringMarshalling.Utf8">
|
|
||||||
<summary>
|
|
||||||
Use the platform-provided UTF-8 marshaller.
|
|
||||||
</summary>
|
|
||||||
</member>
|
|
||||||
<member name="F:System.Runtime.InteropServices.StringMarshalling.Utf16">
|
|
||||||
<summary>
|
|
||||||
Use the platform-provided UTF-16 marshaller.
|
|
||||||
</summary>
|
|
||||||
</member>
|
|
||||||
<member name="T:System.Collections.Generic.IAsyncEnumerable`1">
|
|
||||||
<summary>Exposes an enumerator that provides asynchronous iteration over values of a specified type.</summary>
|
|
||||||
<typeparam name="T">The type of values to enumerate.</typeparam>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Collections.Generic.IAsyncEnumerable`1.GetAsyncEnumerator(System.Threading.CancellationToken)">
|
|
||||||
<summary>Returns an enumerator that iterates asynchronously through the collection.</summary>
|
|
||||||
<param name="cancellationToken">A <see cref="T:System.Threading.CancellationToken"/> that may be used to cancel the asynchronous iteration.</param>
|
|
||||||
<returns>An enumerator that can be used to iterate asynchronously through the collection.</returns>
|
|
||||||
</member>
|
|
||||||
<member name="T:System.Collections.Generic.IAsyncEnumerator`1">
|
|
||||||
<summary>Supports a simple asynchronous iteration over a generic collection.</summary>
|
|
||||||
<typeparam name="T">The type of objects to enumerate.</typeparam>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Collections.Generic.IAsyncEnumerator`1.MoveNextAsync">
|
|
||||||
<summary>Advances the enumerator asynchronously to the next element of the collection.</summary>
|
|
||||||
<returns>
|
|
||||||
A <see cref="T:System.Threading.Tasks.ValueTask`1"/> that will complete with a result of <c>true</c> if the enumerator
|
|
||||||
was successfully advanced to the next element, or <c>false</c> if the enumerator has passed the end
|
|
||||||
of the collection.
|
|
||||||
</returns>
|
|
||||||
</member>
|
|
||||||
<member name="P:System.Collections.Generic.IAsyncEnumerator`1.Current">
|
|
||||||
<summary>Gets the element in the collection at the current position of the enumerator.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="T:System.IAsyncDisposable">
|
|
||||||
<summary>Provides a mechanism for releasing unmanaged resources asynchronously.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.IAsyncDisposable.DisposeAsync">
|
|
||||||
<summary>
|
|
||||||
Performs application-defined tasks associated with freeing, releasing, or
|
|
||||||
resetting unmanaged resources asynchronously.
|
|
||||||
</summary>
|
|
||||||
</member>
|
|
||||||
<member name="T:System.Diagnostics.CodeAnalysis.AllowNullAttribute">
|
|
||||||
<summary>Specifies that null is allowed as an input even if the corresponding type disallows it.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute">
|
|
||||||
<summary>Specifies that null is disallowed as an input even if the corresponding type allows it.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="T:System.Diagnostics.CodeAnalysis.MaybeNullAttribute">
|
|
||||||
<summary>Specifies that an output may be null even if the corresponding type disallows it.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="T:System.Diagnostics.CodeAnalysis.NotNullAttribute">
|
|
||||||
<summary>Specifies that an output will not be null even if the corresponding type allows it. Specifies that an input argument was not null when the call returns.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute">
|
|
||||||
<summary>Specifies that when a method returns <see cref="P:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute.ReturnValue"/>, the parameter may be null even if the corresponding type disallows it.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute.#ctor(System.Boolean)">
|
|
||||||
<summary>Initializes the attribute with the specified return value condition.</summary>
|
|
||||||
<param name="returnValue">
|
|
||||||
The return value condition. If the method returns this value, the associated parameter may be null.
|
|
||||||
</param>
|
|
||||||
</member>
|
|
||||||
<member name="P:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute.ReturnValue">
|
|
||||||
<summary>Gets the return value condition.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute">
|
|
||||||
<summary>Specifies that when a method returns <see cref="P:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute.ReturnValue"/>, the parameter will not be null even if the corresponding type allows it.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute.#ctor(System.Boolean)">
|
|
||||||
<summary>Initializes the attribute with the specified return value condition.</summary>
|
|
||||||
<param name="returnValue">
|
|
||||||
The return value condition. If the method returns this value, the associated parameter will not be null.
|
|
||||||
</param>
|
|
||||||
</member>
|
|
||||||
<member name="P:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute.ReturnValue">
|
|
||||||
<summary>Gets the return value condition.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute">
|
|
||||||
<summary>Specifies that the output will be non-null if the named parameter is non-null.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute.#ctor(System.String)">
|
|
||||||
<summary>Initializes the attribute with the associated parameter name.</summary>
|
|
||||||
<param name="parameterName">
|
|
||||||
The associated parameter name. The output will be non-null if the argument to the parameter specified is non-null.
|
|
||||||
</param>
|
|
||||||
</member>
|
|
||||||
<member name="P:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute.ParameterName">
|
|
||||||
<summary>Gets the associated parameter name.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="T:System.Diagnostics.CodeAnalysis.DoesNotReturnAttribute">
|
|
||||||
<summary>Applied to a method that will never return under any circumstance.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="T:System.Diagnostics.CodeAnalysis.DoesNotReturnIfAttribute">
|
|
||||||
<summary>Specifies that the method will not return if the associated Boolean parameter is passed the specified value.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Diagnostics.CodeAnalysis.DoesNotReturnIfAttribute.#ctor(System.Boolean)">
|
|
||||||
<summary>Initializes the attribute with the specified parameter value.</summary>
|
|
||||||
<param name="parameterValue">
|
|
||||||
The condition parameter value. Code after the method will be considered unreachable by diagnostics if the argument to
|
|
||||||
the associated parameter matches this value.
|
|
||||||
</param>
|
|
||||||
</member>
|
|
||||||
<member name="P:System.Diagnostics.CodeAnalysis.DoesNotReturnIfAttribute.ParameterValue">
|
|
||||||
<summary>Gets the condition parameter value.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="T:System.Diagnostics.CodeAnalysis.MemberNotNullAttribute">
|
|
||||||
<summary>Specifies that the method or property will ensure that the listed field and property members have not-null values.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Diagnostics.CodeAnalysis.MemberNotNullAttribute.#ctor(System.String)">
|
|
||||||
<summary>Initializes the attribute with a field or property member.</summary>
|
|
||||||
<param name="member">
|
|
||||||
The field or property member that is promised to be not-null.
|
|
||||||
</param>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Diagnostics.CodeAnalysis.MemberNotNullAttribute.#ctor(System.String[])">
|
|
||||||
<summary>Initializes the attribute with the list of field and property members.</summary>
|
|
||||||
<param name="members">
|
|
||||||
The list of field and property members that are promised to be not-null.
|
|
||||||
</param>
|
|
||||||
</member>
|
|
||||||
<member name="P:System.Diagnostics.CodeAnalysis.MemberNotNullAttribute.Members">
|
|
||||||
<summary>Gets field or property member names.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="T:System.Diagnostics.CodeAnalysis.MemberNotNullWhenAttribute">
|
|
||||||
<summary>Specifies that the method or property will ensure that the listed field and property members have not-null values when returning with the specified return value condition.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Diagnostics.CodeAnalysis.MemberNotNullWhenAttribute.#ctor(System.Boolean,System.String)">
|
|
||||||
<summary>Initializes the attribute with the specified return value condition and a field or property member.</summary>
|
|
||||||
<param name="returnValue">
|
|
||||||
The return value condition. If the method returns this value, the associated field or property member will not be null.
|
|
||||||
</param>
|
|
||||||
<param name="member">
|
|
||||||
The field or property member that is promised to be not-null.
|
|
||||||
</param>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Diagnostics.CodeAnalysis.MemberNotNullWhenAttribute.#ctor(System.Boolean,System.String[])">
|
|
||||||
<summary>Initializes the attribute with the specified return value condition and list of field and property members.</summary>
|
|
||||||
<param name="returnValue">
|
|
||||||
The return value condition. If the method returns this value, the associated field and property members will not be null.
|
|
||||||
</param>
|
|
||||||
<param name="members">
|
|
||||||
The list of field and property members that are promised to be not-null.
|
|
||||||
</param>
|
|
||||||
</member>
|
|
||||||
<member name="P:System.Diagnostics.CodeAnalysis.MemberNotNullWhenAttribute.ReturnValue">
|
|
||||||
<summary>Gets the return value condition.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="P:System.Diagnostics.CodeAnalysis.MemberNotNullWhenAttribute.Members">
|
|
||||||
<summary>Gets field or property member names.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="T:System.ExceptionPolyfills">
|
|
||||||
<summary>Provides downlevel polyfills for static methods on Exception-derived types.</summary>
|
|
||||||
</member>
|
|
||||||
</members>
|
|
||||||
</doc>
|
|
||||||
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
@@ -1,173 +0,0 @@
|
|||||||
<?xml version="1.0"?>
|
|
||||||
<doc>
|
|
||||||
<assembly>
|
|
||||||
<name>System.Buffers</name>
|
|
||||||
</assembly>
|
|
||||||
<members>
|
|
||||||
<member name="T:System.Buffers.ArrayPool`1">
|
|
||||||
<summary>
|
|
||||||
Provides a resource pool that enables reusing instances of type <see cref="T:T[]"/>.
|
|
||||||
</summary>
|
|
||||||
<remarks>
|
|
||||||
<para>
|
|
||||||
Renting and returning buffers with an <see cref="T:System.Buffers.ArrayPool`1"/> can increase performance
|
|
||||||
in situations where arrays are created and destroyed frequently, resulting in significant
|
|
||||||
memory pressure on the garbage collector.
|
|
||||||
</para>
|
|
||||||
<para>
|
|
||||||
This class is thread-safe. All members may be used by multiple threads concurrently.
|
|
||||||
</para>
|
|
||||||
</remarks>
|
|
||||||
</member>
|
|
||||||
<member name="F:System.Buffers.ArrayPool`1.s_sharedInstance">
|
|
||||||
<summary>The lazily-initialized shared pool instance.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="P:System.Buffers.ArrayPool`1.Shared">
|
|
||||||
<summary>
|
|
||||||
Retrieves a shared <see cref="T:System.Buffers.ArrayPool`1"/> instance.
|
|
||||||
</summary>
|
|
||||||
<remarks>
|
|
||||||
The shared pool provides a default implementation of <see cref="T:System.Buffers.ArrayPool`1"/>
|
|
||||||
that's intended for general applicability. It maintains arrays of multiple sizes, and
|
|
||||||
may hand back a larger array than was actually requested, but will never hand back a smaller
|
|
||||||
array than was requested. Renting a buffer from it with <see cref="M:System.Buffers.ArrayPool`1.Rent(System.Int32)"/> will result in an
|
|
||||||
existing buffer being taken from the pool if an appropriate buffer is available or in a new
|
|
||||||
buffer being allocated if one is not available.
|
|
||||||
</remarks>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Buffers.ArrayPool`1.EnsureSharedCreated">
|
|
||||||
<summary>Ensures that <see cref="F:System.Buffers.ArrayPool`1.s_sharedInstance"/> has been initialized to a pool and returns it.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Buffers.ArrayPool`1.Create">
|
|
||||||
<summary>
|
|
||||||
Creates a new <see cref="T:System.Buffers.ArrayPool`1"/> instance using default configuration options.
|
|
||||||
</summary>
|
|
||||||
<returns>A new <see cref="T:System.Buffers.ArrayPool`1"/> instance.</returns>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Buffers.ArrayPool`1.Create(System.Int32,System.Int32)">
|
|
||||||
<summary>
|
|
||||||
Creates a new <see cref="T:System.Buffers.ArrayPool`1"/> instance using custom configuration options.
|
|
||||||
</summary>
|
|
||||||
<param name="maxArrayLength">The maximum length of array instances that may be stored in the pool.</param>
|
|
||||||
<param name="maxArraysPerBucket">
|
|
||||||
The maximum number of array instances that may be stored in each bucket in the pool. The pool
|
|
||||||
groups arrays of similar lengths into buckets for faster access.
|
|
||||||
</param>
|
|
||||||
<returns>A new <see cref="T:System.Buffers.ArrayPool`1"/> instance with the specified configuration options.</returns>
|
|
||||||
<remarks>
|
|
||||||
The created pool will group arrays into buckets, with no more than <paramref name="maxArraysPerBucket"/>
|
|
||||||
in each bucket and with those arrays not exceeding <paramref name="maxArrayLength"/> in length.
|
|
||||||
</remarks>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Buffers.ArrayPool`1.Rent(System.Int32)">
|
|
||||||
<summary>
|
|
||||||
Retrieves a buffer that is at least the requested length.
|
|
||||||
</summary>
|
|
||||||
<param name="minimumLength">The minimum length of the array needed.</param>
|
|
||||||
<returns>
|
|
||||||
An <see cref="T:T[]"/> that is at least <paramref name="minimumLength"/> in length.
|
|
||||||
</returns>
|
|
||||||
<remarks>
|
|
||||||
This buffer is loaned to the caller and should be returned to the same pool via
|
|
||||||
<see cref="M:System.Buffers.ArrayPool`1.Return(`0[],System.Boolean)"/> so that it may be reused in subsequent usage of <see cref="M:System.Buffers.ArrayPool`1.Rent(System.Int32)"/>.
|
|
||||||
It is not a fatal error to not return a rented buffer, but failure to do so may lead to
|
|
||||||
decreased application performance, as the pool may need to create a new buffer to replace
|
|
||||||
the one lost.
|
|
||||||
</remarks>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Buffers.ArrayPool`1.Return(`0[],System.Boolean)">
|
|
||||||
<summary>
|
|
||||||
Returns to the pool an array that was previously obtained via <see cref="M:System.Buffers.ArrayPool`1.Rent(System.Int32)"/> on the same
|
|
||||||
<see cref="T:System.Buffers.ArrayPool`1"/> instance.
|
|
||||||
</summary>
|
|
||||||
<param name="array">
|
|
||||||
The buffer previously obtained from <see cref="M:System.Buffers.ArrayPool`1.Rent(System.Int32)"/> to return to the pool.
|
|
||||||
</param>
|
|
||||||
<param name="clearArray">
|
|
||||||
If <c>true</c> and if the pool will store the buffer to enable subsequent reuse, <see cref="M:System.Buffers.ArrayPool`1.Return(`0[],System.Boolean)"/>
|
|
||||||
will clear <paramref name="array"/> of its contents so that a subsequent consumer via <see cref="M:System.Buffers.ArrayPool`1.Rent(System.Int32)"/>
|
|
||||||
will not see the previous consumer's content. If <c>false</c> or if the pool will release the buffer,
|
|
||||||
the array's contents are left unchanged.
|
|
||||||
</param>
|
|
||||||
<remarks>
|
|
||||||
Once a buffer has been returned to the pool, the caller gives up all ownership of the buffer
|
|
||||||
and must not use it. The reference returned from a given call to <see cref="M:System.Buffers.ArrayPool`1.Rent(System.Int32)"/> must only be
|
|
||||||
returned via <see cref="M:System.Buffers.ArrayPool`1.Return(`0[],System.Boolean)"/> once. The default <see cref="T:System.Buffers.ArrayPool`1"/>
|
|
||||||
may hold onto the returned buffer in order to rent it again, or it may release the returned buffer
|
|
||||||
if it's determined that the pool already has enough buffers stored.
|
|
||||||
</remarks>
|
|
||||||
</member>
|
|
||||||
<member name="T:System.Buffers.ArrayPoolEventSource.BufferAllocatedReason">
|
|
||||||
<summary>The reason for a BufferAllocated event.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="F:System.Buffers.ArrayPoolEventSource.BufferAllocatedReason.Pooled">
|
|
||||||
<summary>The pool is allocating a buffer to be pooled in a bucket.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="F:System.Buffers.ArrayPoolEventSource.BufferAllocatedReason.OverMaximumSize">
|
|
||||||
<summary>The requested buffer size was too large to be pooled.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="F:System.Buffers.ArrayPoolEventSource.BufferAllocatedReason.PoolExhausted">
|
|
||||||
<summary>The pool has already allocated for pooling as many buffers of a particular size as it's allowed.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Buffers.ArrayPoolEventSource.BufferRented(System.Int32,System.Int32,System.Int32,System.Int32)">
|
|
||||||
<summary>
|
|
||||||
Event for when a buffer is rented. This is invoked once for every successful call to Rent,
|
|
||||||
regardless of whether a buffer is allocated or a buffer is taken from the pool. In a
|
|
||||||
perfect situation where all rented buffers are returned, we expect to see the number
|
|
||||||
of BufferRented events exactly match the number of BuferReturned events, with the number
|
|
||||||
of BufferAllocated events being less than or equal to those numbers (ideally significantly
|
|
||||||
less than).
|
|
||||||
</summary>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Buffers.ArrayPoolEventSource.BufferAllocated(System.Int32,System.Int32,System.Int32,System.Int32,System.Buffers.ArrayPoolEventSource.BufferAllocatedReason)">
|
|
||||||
<summary>
|
|
||||||
Event for when a buffer is allocated by the pool. In an ideal situation, the number
|
|
||||||
of BufferAllocated events is significantly smaller than the number of BufferRented and
|
|
||||||
BufferReturned events.
|
|
||||||
</summary>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Buffers.ArrayPoolEventSource.BufferReturned(System.Int32,System.Int32,System.Int32)">
|
|
||||||
<summary>
|
|
||||||
Event raised when a buffer is returned to the pool. This event is raised regardless of whether
|
|
||||||
the returned buffer is stored or dropped. In an ideal situation, the number of BufferReturned
|
|
||||||
events exactly matches the number of BufferRented events.
|
|
||||||
</summary>
|
|
||||||
</member>
|
|
||||||
<member name="F:System.Buffers.DefaultArrayPool`1.DefaultMaxArrayLength">
|
|
||||||
<summary>The default maximum length of each array in the pool (2^20).</summary>
|
|
||||||
</member>
|
|
||||||
<member name="F:System.Buffers.DefaultArrayPool`1.DefaultMaxNumberOfArraysPerBucket">
|
|
||||||
<summary>The default maximum number of arrays per bucket that are available for rent.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="F:System.Buffers.DefaultArrayPool`1.s_emptyArray">
|
|
||||||
<summary>Lazily-allocated empty array used when arrays of length 0 are requested.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="P:System.Buffers.DefaultArrayPool`1.Id">
|
|
||||||
<summary>Gets an ID for the pool to use with events.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="T:System.Buffers.DefaultArrayPool`1.Bucket">
|
|
||||||
<summary>Provides a thread-safe bucket containing buffers that can be Rent'd and Return'd.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Buffers.DefaultArrayPool`1.Bucket.#ctor(System.Int32,System.Int32,System.Int32)">
|
|
||||||
<summary>
|
|
||||||
Creates the pool with numberOfBuffers arrays where each buffer is of bufferLength length.
|
|
||||||
</summary>
|
|
||||||
</member>
|
|
||||||
<member name="P:System.Buffers.DefaultArrayPool`1.Bucket.Id">
|
|
||||||
<summary>Gets an ID for the bucket to use with events.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Buffers.DefaultArrayPool`1.Bucket.Rent">
|
|
||||||
<summary>Takes an array from the bucket. If the bucket is empty, returns null.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Buffers.DefaultArrayPool`1.Bucket.Return(`0[])">
|
|
||||||
<summary>
|
|
||||||
Attempts to return the buffer to the bucket. If successful, the buffer will be stored
|
|
||||||
in the bucket and true will be returned; otherwise, the buffer won't be stored, and false
|
|
||||||
will be returned.
|
|
||||||
</summary>
|
|
||||||
</member>
|
|
||||||
<member name="P:System.SR.ArgumentException_BufferNotFromPool">
|
|
||||||
<summary>The buffer is not associated with this pool and may not be returned to it.</summary>
|
|
||||||
</member>
|
|
||||||
</members>
|
|
||||||
</doc>
|
|
||||||
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
@@ -1,353 +0,0 @@
|
|||||||
<?xml version="1.0"?>
|
|
||||||
<doc>
|
|
||||||
<assembly>
|
|
||||||
<name>System.Runtime.CompilerServices.Unsafe</name>
|
|
||||||
</assembly>
|
|
||||||
<members>
|
|
||||||
<member name="T:System.Runtime.CompilerServices.Unsafe">
|
|
||||||
<summary>
|
|
||||||
Contains generic, low-level functionality for manipulating pointers.
|
|
||||||
</summary>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Runtime.CompilerServices.Unsafe.Read``1(System.Void*)">
|
|
||||||
<summary>
|
|
||||||
Reads a value of type <typeparamref name="T"/> from the given location.
|
|
||||||
</summary>
|
|
||||||
<typeparam name="T">The type to read.</typeparam>
|
|
||||||
<param name="source">The location to read from.</param>
|
|
||||||
<returns>An object of type <typeparamref name="T"/> read from the given location.</returns>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Runtime.CompilerServices.Unsafe.ReadUnaligned``1(System.Void*)">
|
|
||||||
<summary>
|
|
||||||
Reads a value of type <typeparamref name="T"/> from the given location.
|
|
||||||
</summary>
|
|
||||||
<typeparam name="T">The type to read.</typeparam>
|
|
||||||
<param name="source">The location to read from.</param>
|
|
||||||
<returns>An object of type <typeparamref name="T"/> read from the given location.</returns>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Runtime.CompilerServices.Unsafe.ReadUnaligned``1(System.Byte@)">
|
|
||||||
<summary>
|
|
||||||
Reads a value of type <typeparamref name="T"/> from the given location.
|
|
||||||
</summary>
|
|
||||||
<typeparam name="T">The type to read.</typeparam>
|
|
||||||
<param name="source">The location to read from.</param>
|
|
||||||
<returns>An object of type <typeparamref name="T"/> read from the given location.</returns>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Runtime.CompilerServices.Unsafe.Write``1(System.Void*,``0)">
|
|
||||||
<summary>
|
|
||||||
Writes a value of type <typeparamref name="T"/> to the given location.
|
|
||||||
</summary>
|
|
||||||
<typeparam name="T">The type of value to write.</typeparam>
|
|
||||||
<param name="destination">The location to write to.</param>
|
|
||||||
<param name="value">The value to write.</param>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Runtime.CompilerServices.Unsafe.WriteUnaligned``1(System.Void*,``0)">
|
|
||||||
<summary>
|
|
||||||
Writes a value of type <typeparamref name="T"/> to the given location.
|
|
||||||
</summary>
|
|
||||||
<typeparam name="T">The type of value to write.</typeparam>
|
|
||||||
<param name="destination">The location to write to.</param>
|
|
||||||
<param name="value">The value to write.</param>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Runtime.CompilerServices.Unsafe.WriteUnaligned``1(System.Byte@,``0)">
|
|
||||||
<summary>
|
|
||||||
Writes a value of type <typeparamref name="T"/> to the given location.
|
|
||||||
</summary>
|
|
||||||
<typeparam name="T">The type of value to write.</typeparam>
|
|
||||||
<param name="destination">The location to write to.</param>
|
|
||||||
<param name="value">The value to write.</param>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Runtime.CompilerServices.Unsafe.Copy``1(System.Void*,``0@)">
|
|
||||||
<summary>
|
|
||||||
Copies a value of type <typeparamref name="T"/> to the given location.
|
|
||||||
</summary>
|
|
||||||
<typeparam name="T">The type of value to copy.</typeparam>
|
|
||||||
<param name="destination">The location to copy to.</param>
|
|
||||||
<param name="source">A reference to the value to copy.</param>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Runtime.CompilerServices.Unsafe.Copy``1(``0@,System.Void*)">
|
|
||||||
<summary>
|
|
||||||
Copies a value of type <typeparamref name="T"/> to the given location.
|
|
||||||
</summary>
|
|
||||||
<typeparam name="T">The type of value to copy.</typeparam>
|
|
||||||
<param name="destination">The location to copy to.</param>
|
|
||||||
<param name="source">A pointer to the value to copy.</param>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Runtime.CompilerServices.Unsafe.AsPointer``1(``0@)">
|
|
||||||
<summary>
|
|
||||||
Returns a pointer to the given by-ref parameter.
|
|
||||||
</summary>
|
|
||||||
<typeparam name="T">The type of object.</typeparam>
|
|
||||||
<param name="value">The object whose pointer is obtained.</param>
|
|
||||||
<returns>A pointer to the given value.</returns>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Runtime.CompilerServices.Unsafe.SizeOf``1">
|
|
||||||
<summary>
|
|
||||||
Returns the size of an object of the given type parameter.
|
|
||||||
</summary>
|
|
||||||
<typeparam name="T">The type of object whose size is retrieved.</typeparam>
|
|
||||||
<returns>The size of an object of type <typeparamref name="T"/>.</returns>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Runtime.CompilerServices.Unsafe.As``1(System.Object)">
|
|
||||||
<summary>
|
|
||||||
Casts the given object to the specified type, performs no dynamic type checking.
|
|
||||||
</summary>
|
|
||||||
<typeparam name="T">The type which the object will be cast to.</typeparam>
|
|
||||||
<param name="o">The object to cast.</param>
|
|
||||||
<returns>The original object, casted to the given type.</returns>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Runtime.CompilerServices.Unsafe.AsRef``1(System.Void*)">
|
|
||||||
<summary>
|
|
||||||
Reinterprets the given location as a reference to a value of type <typeparamref name="T"/>.
|
|
||||||
</summary>
|
|
||||||
<typeparam name="T">The type of the interpreted location.</typeparam>
|
|
||||||
<param name="source">The location of the value to reference.</param>
|
|
||||||
<returns>A reference to a value of type <typeparamref name="T"/>.</returns>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Runtime.CompilerServices.Unsafe.AsRef``1(``0@)">
|
|
||||||
<summary>
|
|
||||||
Reinterprets the given read-only reference as a reference.
|
|
||||||
</summary>
|
|
||||||
<typeparam name="T">The type of reference.</typeparam>
|
|
||||||
<param name="source">The read-only reference to reinterpret.</param>
|
|
||||||
<returns>A reference to a value of type <typeparamref name="T"/>.</returns>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Runtime.CompilerServices.Unsafe.As``2(``0@)">
|
|
||||||
<summary>
|
|
||||||
Reinterprets the given reference as a reference to a value of type <typeparamref name="TTo"/>.
|
|
||||||
</summary>
|
|
||||||
<typeparam name="TFrom">The type of reference to reinterpret.</typeparam>
|
|
||||||
<typeparam name="TTo">The desired type of the reference.</typeparam>
|
|
||||||
<param name="source">The reference to reinterpret.</param>
|
|
||||||
<returns>A reference to a value of type <typeparamref name="TTo"/>.</returns>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Runtime.CompilerServices.Unsafe.Unbox``1(System.Object)">
|
|
||||||
<summary>
|
|
||||||
Returns a reference to the value type contained with the specified box object.
|
|
||||||
</summary>
|
|
||||||
<typeparam name="T">The type of the value type contained within the box.</typeparam>
|
|
||||||
<param name="box">The boxed value type.</param>
|
|
||||||
<returns>A reference to a value of type <typeparamref name="T"/> in the box object.</returns>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Runtime.CompilerServices.Unsafe.Add``1(``0@,System.Int32)">
|
|
||||||
<summary>
|
|
||||||
Adds an element offset to the given reference.
|
|
||||||
</summary>
|
|
||||||
<typeparam name="T">The type of reference.</typeparam>
|
|
||||||
<param name="source">The reference to add the offset to.</param>
|
|
||||||
<param name="elementOffset">The offset to add.</param>
|
|
||||||
<returns>A new reference that reflects the addition of offset to pointer.</returns>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Runtime.CompilerServices.Unsafe.Add``1(System.Void*,System.Int32)">
|
|
||||||
<summary>
|
|
||||||
Adds an element offset to the given pointer.
|
|
||||||
</summary>
|
|
||||||
<typeparam name="T">The type of reference.</typeparam>
|
|
||||||
<param name="source">The pointer to add the offset to.</param>
|
|
||||||
<param name="elementOffset">The offset to add.</param>
|
|
||||||
<returns>A new pointer that reflects the addition of offset to pointer.</returns>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Runtime.CompilerServices.Unsafe.Add``1(``0@,System.IntPtr)">
|
|
||||||
<summary>
|
|
||||||
Adds an element offset to the given reference.
|
|
||||||
</summary>
|
|
||||||
<typeparam name="T">The type of reference.</typeparam>
|
|
||||||
<param name="source">The reference to add the offset to.</param>
|
|
||||||
<param name="elementOffset">The offset to add.</param>
|
|
||||||
<returns>A new reference that reflects the addition of offset to pointer.</returns>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Runtime.CompilerServices.Unsafe.Add``1(``0@,System.UIntPtr)">
|
|
||||||
<summary>
|
|
||||||
Adds an element offset to the given reference.
|
|
||||||
</summary>
|
|
||||||
<typeparam name="T">The type of reference.</typeparam>
|
|
||||||
<param name="source">The reference to add the offset to.</param>
|
|
||||||
<param name="elementOffset">The offset to add.</param>
|
|
||||||
<returns>A new reference that reflects the addition of offset to pointer.</returns>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Runtime.CompilerServices.Unsafe.AddByteOffset``1(``0@,System.IntPtr)">
|
|
||||||
<summary>
|
|
||||||
Adds a byte offset to the given reference.
|
|
||||||
</summary>
|
|
||||||
<typeparam name="T">The type of reference.</typeparam>
|
|
||||||
<param name="source">The reference to add the offset to.</param>
|
|
||||||
<param name="byteOffset">The offset to add.</param>
|
|
||||||
<returns>A new reference that reflects the addition of byte offset to pointer.</returns>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Runtime.CompilerServices.Unsafe.AddByteOffset``1(``0@,System.UIntPtr)">
|
|
||||||
<summary>
|
|
||||||
Adds a byte offset to the given reference.
|
|
||||||
</summary>
|
|
||||||
<typeparam name="T">The type of reference.</typeparam>
|
|
||||||
<param name="source">The reference to add the offset to.</param>
|
|
||||||
<param name="byteOffset">The offset to add.</param>
|
|
||||||
<returns>A new reference that reflects the addition of byte offset to pointer.</returns>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Runtime.CompilerServices.Unsafe.Subtract``1(``0@,System.Int32)">
|
|
||||||
<summary>
|
|
||||||
Subtracts an element offset from the given reference.
|
|
||||||
</summary>
|
|
||||||
<typeparam name="T">The type of reference.</typeparam>
|
|
||||||
<param name="source">The reference to subtract the offset from.</param>
|
|
||||||
<param name="elementOffset">The offset to subtract.</param>
|
|
||||||
<returns>A new reference that reflects the subraction of offset from pointer.</returns>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Runtime.CompilerServices.Unsafe.Subtract``1(``0@,System.IntPtr)">
|
|
||||||
<summary>
|
|
||||||
Subtracts an element offset from the given reference.
|
|
||||||
</summary>
|
|
||||||
<typeparam name="T">The type of reference.</typeparam>
|
|
||||||
<param name="source">The reference to subtract the offset from.</param>
|
|
||||||
<param name="elementOffset">The offset to subtract.</param>
|
|
||||||
<returns>A new reference that reflects the subraction of offset from pointer.</returns>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Runtime.CompilerServices.Unsafe.Subtract``1(``0@,System.UIntPtr)">
|
|
||||||
<summary>
|
|
||||||
Subtracts an element offset from the given reference.
|
|
||||||
</summary>
|
|
||||||
<typeparam name="T">The type of reference.</typeparam>
|
|
||||||
<param name="source">The reference to subtract the offset from.</param>
|
|
||||||
<param name="elementOffset">The offset to subtract.</param>
|
|
||||||
<returns>A new reference that reflects the subraction of offset from pointer.</returns>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Runtime.CompilerServices.Unsafe.SubtractByteOffset``1(``0@,System.IntPtr)">
|
|
||||||
<summary>
|
|
||||||
Subtracts a byte offset from the given reference.
|
|
||||||
</summary>
|
|
||||||
<typeparam name="T">The type of reference.</typeparam>
|
|
||||||
<param name="source">The reference to subtract the offset from.</param>
|
|
||||||
<param name="byteOffset">The offset to subtract.</param>
|
|
||||||
<returns>A new reference that reflects the subraction of byte offset from pointer.</returns>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Runtime.CompilerServices.Unsafe.SubtractByteOffset``1(``0@,System.UIntPtr)">
|
|
||||||
<summary>
|
|
||||||
Subtracts a byte offset from the given reference.
|
|
||||||
</summary>
|
|
||||||
<typeparam name="T">The type of reference.</typeparam>
|
|
||||||
<param name="source">The reference to subtract the offset from.</param>
|
|
||||||
<param name="byteOffset">The offset to subtract.</param>
|
|
||||||
<returns>A new reference that reflects the subraction of byte offset from pointer.</returns>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Runtime.CompilerServices.Unsafe.ByteOffset``1(``0@,``0@)">
|
|
||||||
<summary>
|
|
||||||
Determines the byte offset from origin to target from the given references.
|
|
||||||
</summary>
|
|
||||||
<typeparam name="T">The type of reference.</typeparam>
|
|
||||||
<param name="origin">The reference to origin.</param>
|
|
||||||
<param name="target">The reference to target.</param>
|
|
||||||
<returns>Byte offset from origin to target i.e. <paramref name="target"/> - <paramref name="origin"/>.</returns>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Runtime.CompilerServices.Unsafe.AreSame``1(``0@,``0@)">
|
|
||||||
<summary>
|
|
||||||
Determines whether the specified references point to the same location.
|
|
||||||
</summary>
|
|
||||||
<param name="left">The first reference to compare.</param>
|
|
||||||
<param name="right">The second reference to compare.</param>
|
|
||||||
<returns><c>true</c> if <paramref name="left"/> and <paramref name="right"/> point to the same location; otherwise <c>false</c>.</returns>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Runtime.CompilerServices.Unsafe.IsAddressGreaterThan``1(``0@,``0@)">
|
|
||||||
<summary>
|
|
||||||
Determines whether the memory address referenced by <paramref name="left"/> is greater than the memory address referenced by <paramref name="right"/>.
|
|
||||||
</summary>
|
|
||||||
<param name="left">The first reference to compare.</param>
|
|
||||||
<param name="right">The second reference to compare.</param>
|
|
||||||
<returns><c>true</c> if the memory address referenced by <paramref name="left"/> is greater than the memory address referenced by <paramref name="right"/>; otherwise <c>false</c>.</returns>
|
|
||||||
<remarks>
|
|
||||||
This check is conceptually similar to "(void*)(&left) > (void*)(&right)". Both parameters must reference the same object, array, or span;
|
|
||||||
or the objects being referenced must both be pinned; or both references must represent unmanaged pointers; otherwise the result is undefined.
|
|
||||||
</remarks>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Runtime.CompilerServices.Unsafe.IsAddressLessThan``1(``0@,``0@)">
|
|
||||||
<summary>
|
|
||||||
Determines whether the memory address referenced by <paramref name="left"/> is less than the memory address referenced by <paramref name="right"/>.
|
|
||||||
</summary>
|
|
||||||
<param name="left">The first reference to compare.</param>
|
|
||||||
<param name="right">The second reference to compare.</param>
|
|
||||||
<returns><c>true</c> if the memory address referenced by <paramref name="left"/> is less than the memory address referenced by <paramref name="right"/>; otherwise <c>false</c>.</returns>
|
|
||||||
<remarks>
|
|
||||||
This check is conceptually similar to "(void*)(&left) < (void*)(&right)". Both parameters must reference the same object, array, or span;
|
|
||||||
or the objects being referenced must both be pinned; or both references must represent unmanaged pointers; otherwise the result is undefined.
|
|
||||||
</remarks>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Runtime.CompilerServices.Unsafe.IsNullRef``1(``0@)">
|
|
||||||
<summary>
|
|
||||||
Returns if a given reference to a value of type <typeparamref name="T"/> is a null reference.
|
|
||||||
</summary>
|
|
||||||
<param name="source">The reference to check.</param>
|
|
||||||
<remarks>This check is conceptually similar to "(void*)(&source) == nullptr".</remarks>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Runtime.CompilerServices.Unsafe.NullRef``1">
|
|
||||||
<summary>
|
|
||||||
Returns a reference to a value of type <typeparamref name="T"/> that is a null reference.
|
|
||||||
</summary>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Runtime.CompilerServices.Unsafe.CopyBlock(System.Void*,System.Void*,System.UInt32)">
|
|
||||||
<summary>
|
|
||||||
Copies bytes from the source address to the destination address.
|
|
||||||
</summary>
|
|
||||||
<param name="destination">The destination address to copy to.</param>
|
|
||||||
<param name="source">The source address to copy from.</param>
|
|
||||||
<param name="byteCount">The number of bytes to copy.</param>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Runtime.CompilerServices.Unsafe.CopyBlock(System.Byte@,System.Byte@,System.UInt32)">
|
|
||||||
<summary>
|
|
||||||
Copies bytes from the source address to the destination address.
|
|
||||||
</summary>
|
|
||||||
<param name="destination">The destination address to copy to.</param>
|
|
||||||
<param name="source">The source address to copy from.</param>
|
|
||||||
<param name="byteCount">The number of bytes to copy.</param>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Runtime.CompilerServices.Unsafe.CopyBlockUnaligned(System.Void*,System.Void*,System.UInt32)">
|
|
||||||
<summary>
|
|
||||||
Copies bytes from the source address to the destination address
|
|
||||||
without assuming architecture dependent alignment of the addresses.
|
|
||||||
</summary>
|
|
||||||
<param name="destination">The destination address to copy to.</param>
|
|
||||||
<param name="source">The source address to copy from.</param>
|
|
||||||
<param name="byteCount">The number of bytes to copy.</param>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Runtime.CompilerServices.Unsafe.CopyBlockUnaligned(System.Byte@,System.Byte@,System.UInt32)">
|
|
||||||
<summary>
|
|
||||||
Copies bytes from the source address to the destination address
|
|
||||||
without assuming architecture dependent alignment of the addresses.
|
|
||||||
</summary>
|
|
||||||
<param name="destination">The destination address to copy to.</param>
|
|
||||||
<param name="source">The source address to copy from.</param>
|
|
||||||
<param name="byteCount">The number of bytes to copy.</param>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Runtime.CompilerServices.Unsafe.InitBlock(System.Void*,System.Byte,System.UInt32)">
|
|
||||||
<summary>
|
|
||||||
Initializes a block of memory at the given location with a given initial value.
|
|
||||||
</summary>
|
|
||||||
<param name="startAddress">The address of the start of the memory block to initialize.</param>
|
|
||||||
<param name="value">The value to initialize the block to.</param>
|
|
||||||
<param name="byteCount">The number of bytes to initialize.</param>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Runtime.CompilerServices.Unsafe.InitBlock(System.Byte@,System.Byte,System.UInt32)">
|
|
||||||
<summary>
|
|
||||||
Initializes a block of memory at the given location with a given initial value.
|
|
||||||
</summary>
|
|
||||||
<param name="startAddress">The address of the start of the memory block to initialize.</param>
|
|
||||||
<param name="value">The value to initialize the block to.</param>
|
|
||||||
<param name="byteCount">The number of bytes to initialize.</param>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Runtime.CompilerServices.Unsafe.InitBlockUnaligned(System.Void*,System.Byte,System.UInt32)">
|
|
||||||
<summary>
|
|
||||||
Initializes a block of memory at the given location with a given initial value
|
|
||||||
without assuming architecture dependent alignment of the address.
|
|
||||||
</summary>
|
|
||||||
<param name="startAddress">The address of the start of the memory block to initialize.</param>
|
|
||||||
<param name="value">The value to initialize the block to.</param>
|
|
||||||
<param name="byteCount">The number of bytes to initialize.</param>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Runtime.CompilerServices.Unsafe.InitBlockUnaligned(System.Byte@,System.Byte,System.UInt32)">
|
|
||||||
<summary>
|
|
||||||
Initializes a block of memory at the given location with a given initial value
|
|
||||||
without assuming architecture dependent alignment of the address.
|
|
||||||
</summary>
|
|
||||||
<param name="startAddress">The address of the start of the memory block to initialize.</param>
|
|
||||||
<param name="value">The value to initialize the block to.</param>
|
|
||||||
<param name="byteCount">The number of bytes to initialize.</param>
|
|
||||||
</member>
|
|
||||||
</members>
|
|
||||||
</doc>
|
|
||||||
Binary file not shown.
@@ -1,545 +0,0 @@
|
|||||||
<?xml version="1.0"?>
|
|
||||||
<doc>
|
|
||||||
<assembly>
|
|
||||||
<name>System.Threading.Tasks.Extensions</name>
|
|
||||||
</assembly>
|
|
||||||
<members>
|
|
||||||
<member name="T:System.Runtime.CompilerServices.AsyncMethodBuilderAttribute">
|
|
||||||
<summary>
|
|
||||||
Indicates the type of the async method builder that should be used by a language compiler to
|
|
||||||
build the attributed type when used as the return type of an async method.
|
|
||||||
</summary>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Runtime.CompilerServices.AsyncMethodBuilderAttribute.#ctor(System.Type)">
|
|
||||||
<summary>Initializes the <see cref="T:System.Runtime.CompilerServices.AsyncMethodBuilderAttribute"/>.</summary>
|
|
||||||
<param name="builderType">The <see cref="T:System.Type"/> of the associated builder.</param>
|
|
||||||
</member>
|
|
||||||
<member name="P:System.Runtime.CompilerServices.AsyncMethodBuilderAttribute.BuilderType">
|
|
||||||
<summary>Gets the <see cref="T:System.Type"/> of the associated builder.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="T:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder">
|
|
||||||
<summary>Represents a builder for asynchronous methods that return a <see cref="T:System.Threading.Tasks.ValueTask"/>.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="F:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder._methodBuilder">
|
|
||||||
<summary>The <see cref="T:System.Runtime.CompilerServices.AsyncTaskMethodBuilder"/> to which most operations are delegated.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="F:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder._haveResult">
|
|
||||||
<summary>true if completed synchronously and successfully; otherwise, false.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="F:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder._useBuilder">
|
|
||||||
<summary>true if the builder should be used for setting/getting the result; otherwise, false.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder.Create">
|
|
||||||
<summary>Creates an instance of the <see cref="T:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder"/> struct.</summary>
|
|
||||||
<returns>The initialized instance.</returns>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder.Start``1(``0@)">
|
|
||||||
<summary>Begins running the builder with the associated state machine.</summary>
|
|
||||||
<typeparam name="TStateMachine">The type of the state machine.</typeparam>
|
|
||||||
<param name="stateMachine">The state machine instance, passed by reference.</param>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder.SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine)">
|
|
||||||
<summary>Associates the builder with the specified state machine.</summary>
|
|
||||||
<param name="stateMachine">The state machine instance to associate with the builder.</param>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder.SetResult">
|
|
||||||
<summary>Marks the task as successfully completed.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder.SetException(System.Exception)">
|
|
||||||
<summary>Marks the task as failed and binds the specified exception to the task.</summary>
|
|
||||||
<param name="exception">The exception to bind to the task.</param>
|
|
||||||
</member>
|
|
||||||
<member name="P:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder.Task">
|
|
||||||
<summary>Gets the task for this builder.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder.AwaitOnCompleted``2(``0@,``1@)">
|
|
||||||
<summary>Schedules the state machine to proceed to the next action when the specified awaiter completes.</summary>
|
|
||||||
<typeparam name="TAwaiter">The type of the awaiter.</typeparam>
|
|
||||||
<typeparam name="TStateMachine">The type of the state machine.</typeparam>
|
|
||||||
<param name="awaiter">The awaiter.</param>
|
|
||||||
<param name="stateMachine">The state machine.</param>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder.AwaitUnsafeOnCompleted``2(``0@,``1@)">
|
|
||||||
<summary>Schedules the state machine to proceed to the next action when the specified awaiter completes.</summary>
|
|
||||||
<typeparam name="TAwaiter">The type of the awaiter.</typeparam>
|
|
||||||
<typeparam name="TStateMachine">The type of the state machine.</typeparam>
|
|
||||||
<param name="awaiter">The awaiter.</param>
|
|
||||||
<param name="stateMachine">The state machine.</param>
|
|
||||||
</member>
|
|
||||||
<member name="T:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1">
|
|
||||||
<summary>Represents a builder for asynchronous methods that returns a <see cref="T:System.Threading.Tasks.ValueTask`1"/>.</summary>
|
|
||||||
<typeparam name="TResult">The type of the result.</typeparam>
|
|
||||||
</member>
|
|
||||||
<member name="F:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1._methodBuilder">
|
|
||||||
<summary>The <see cref="T:System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1"/> to which most operations are delegated.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="F:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1._result">
|
|
||||||
<summary>The result for this builder, if it's completed before any awaits occur.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="F:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1._haveResult">
|
|
||||||
<summary>true if <see cref="F:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1._result"/> contains the synchronous result for the async method; otherwise, false.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="F:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1._useBuilder">
|
|
||||||
<summary>true if the builder should be used for setting/getting the result; otherwise, false.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1.Create">
|
|
||||||
<summary>Creates an instance of the <see cref="T:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1"/> struct.</summary>
|
|
||||||
<returns>The initialized instance.</returns>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1.Start``1(``0@)">
|
|
||||||
<summary>Begins running the builder with the associated state machine.</summary>
|
|
||||||
<typeparam name="TStateMachine">The type of the state machine.</typeparam>
|
|
||||||
<param name="stateMachine">The state machine instance, passed by reference.</param>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1.SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine)">
|
|
||||||
<summary>Associates the builder with the specified state machine.</summary>
|
|
||||||
<param name="stateMachine">The state machine instance to associate with the builder.</param>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1.SetResult(`0)">
|
|
||||||
<summary>Marks the task as successfully completed.</summary>
|
|
||||||
<param name="result">The result to use to complete the task.</param>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1.SetException(System.Exception)">
|
|
||||||
<summary>Marks the task as failed and binds the specified exception to the task.</summary>
|
|
||||||
<param name="exception">The exception to bind to the task.</param>
|
|
||||||
</member>
|
|
||||||
<member name="P:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1.Task">
|
|
||||||
<summary>Gets the task for this builder.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1.AwaitOnCompleted``2(``0@,``1@)">
|
|
||||||
<summary>Schedules the state machine to proceed to the next action when the specified awaiter completes.</summary>
|
|
||||||
<typeparam name="TAwaiter">The type of the awaiter.</typeparam>
|
|
||||||
<typeparam name="TStateMachine">The type of the state machine.</typeparam>
|
|
||||||
<param name="awaiter">the awaiter</param>
|
|
||||||
<param name="stateMachine">The state machine.</param>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1.AwaitUnsafeOnCompleted``2(``0@,``1@)">
|
|
||||||
<summary>Schedules the state machine to proceed to the next action when the specified awaiter completes.</summary>
|
|
||||||
<typeparam name="TAwaiter">The type of the awaiter.</typeparam>
|
|
||||||
<typeparam name="TStateMachine">The type of the state machine.</typeparam>
|
|
||||||
<param name="awaiter">the awaiter</param>
|
|
||||||
<param name="stateMachine">The state machine.</param>
|
|
||||||
</member>
|
|
||||||
<member name="T:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable">
|
|
||||||
<summary>Provides an awaitable type that enables configured awaits on a <see cref="T:System.Threading.Tasks.ValueTask"/>.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="F:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable._value">
|
|
||||||
<summary>The wrapped <see cref="T:System.Threading.Tasks.Task"/>.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable.#ctor(System.Threading.Tasks.ValueTask)">
|
|
||||||
<summary>Initializes the awaitable.</summary>
|
|
||||||
<param name="value">The wrapped <see cref="T:System.Threading.Tasks.ValueTask"/>.</param>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable.GetAwaiter">
|
|
||||||
<summary>Returns an awaiter for this <see cref="T:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable"/> instance.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="T:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable.ConfiguredValueTaskAwaiter">
|
|
||||||
<summary>Provides an awaiter for a <see cref="T:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable"/>.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="F:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable.ConfiguredValueTaskAwaiter._value">
|
|
||||||
<summary>The value being awaited.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable.ConfiguredValueTaskAwaiter.#ctor(System.Threading.Tasks.ValueTask)">
|
|
||||||
<summary>Initializes the awaiter.</summary>
|
|
||||||
<param name="value">The value to be awaited.</param>
|
|
||||||
</member>
|
|
||||||
<member name="P:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable.ConfiguredValueTaskAwaiter.IsCompleted">
|
|
||||||
<summary>Gets whether the <see cref="T:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable"/> has completed.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable.ConfiguredValueTaskAwaiter.GetResult">
|
|
||||||
<summary>Gets the result of the ValueTask.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable.ConfiguredValueTaskAwaiter.OnCompleted(System.Action)">
|
|
||||||
<summary>Schedules the continuation action for the <see cref="T:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable"/>.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable.ConfiguredValueTaskAwaiter.UnsafeOnCompleted(System.Action)">
|
|
||||||
<summary>Schedules the continuation action for the <see cref="T:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable"/>.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="T:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1">
|
|
||||||
<summary>Provides an awaitable type that enables configured awaits on a <see cref="T:System.Threading.Tasks.ValueTask`1"/>.</summary>
|
|
||||||
<typeparam name="TResult">The type of the result produced.</typeparam>
|
|
||||||
</member>
|
|
||||||
<member name="F:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1._value">
|
|
||||||
<summary>The wrapped <see cref="T:System.Threading.Tasks.ValueTask`1"/>.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1.#ctor(System.Threading.Tasks.ValueTask{`0})">
|
|
||||||
<summary>Initializes the awaitable.</summary>
|
|
||||||
<param name="value">The wrapped <see cref="T:System.Threading.Tasks.ValueTask`1"/>.</param>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1.GetAwaiter">
|
|
||||||
<summary>Returns an awaiter for this <see cref="T:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1"/> instance.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="T:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1.ConfiguredValueTaskAwaiter">
|
|
||||||
<summary>Provides an awaiter for a <see cref="T:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1"/>.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="F:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1.ConfiguredValueTaskAwaiter._value">
|
|
||||||
<summary>The value being awaited.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1.ConfiguredValueTaskAwaiter.#ctor(System.Threading.Tasks.ValueTask{`0})">
|
|
||||||
<summary>Initializes the awaiter.</summary>
|
|
||||||
<param name="value">The value to be awaited.</param>
|
|
||||||
</member>
|
|
||||||
<member name="P:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1.ConfiguredValueTaskAwaiter.IsCompleted">
|
|
||||||
<summary>Gets whether the <see cref="T:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1"/> has completed.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1.ConfiguredValueTaskAwaiter.GetResult">
|
|
||||||
<summary>Gets the result of the ValueTask.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1.ConfiguredValueTaskAwaiter.OnCompleted(System.Action)">
|
|
||||||
<summary>Schedules the continuation action for the <see cref="T:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1"/>.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1.ConfiguredValueTaskAwaiter.UnsafeOnCompleted(System.Action)">
|
|
||||||
<summary>Schedules the continuation action for the <see cref="T:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1"/>.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="T:System.Runtime.CompilerServices.ValueTaskAwaiter">
|
|
||||||
<summary>Provides an awaiter for a <see cref="T:System.Threading.Tasks.ValueTask"/>.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="F:System.Runtime.CompilerServices.ValueTaskAwaiter.s_invokeActionDelegate">
|
|
||||||
<summary>Shim used to invoke an <see cref="T:System.Action"/> passed as the state argument to a <see cref="T:System.Action`1"/>.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="F:System.Runtime.CompilerServices.ValueTaskAwaiter._value">
|
|
||||||
<summary>The value being awaited.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Runtime.CompilerServices.ValueTaskAwaiter.#ctor(System.Threading.Tasks.ValueTask)">
|
|
||||||
<summary>Initializes the awaiter.</summary>
|
|
||||||
<param name="value">The value to be awaited.</param>
|
|
||||||
</member>
|
|
||||||
<member name="P:System.Runtime.CompilerServices.ValueTaskAwaiter.IsCompleted">
|
|
||||||
<summary>Gets whether the <see cref="T:System.Threading.Tasks.ValueTask"/> has completed.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Runtime.CompilerServices.ValueTaskAwaiter.GetResult">
|
|
||||||
<summary>Gets the result of the ValueTask.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Runtime.CompilerServices.ValueTaskAwaiter.OnCompleted(System.Action)">
|
|
||||||
<summary>Schedules the continuation action for this ValueTask.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Runtime.CompilerServices.ValueTaskAwaiter.UnsafeOnCompleted(System.Action)">
|
|
||||||
<summary>Schedules the continuation action for this ValueTask.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="T:System.Runtime.CompilerServices.ValueTaskAwaiter`1">
|
|
||||||
<summary>Provides an awaiter for a <see cref="T:System.Threading.Tasks.ValueTask`1"/>.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="F:System.Runtime.CompilerServices.ValueTaskAwaiter`1._value">
|
|
||||||
<summary>The value being awaited.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Runtime.CompilerServices.ValueTaskAwaiter`1.#ctor(System.Threading.Tasks.ValueTask{`0})">
|
|
||||||
<summary>Initializes the awaiter.</summary>
|
|
||||||
<param name="value">The value to be awaited.</param>
|
|
||||||
</member>
|
|
||||||
<member name="P:System.Runtime.CompilerServices.ValueTaskAwaiter`1.IsCompleted">
|
|
||||||
<summary>Gets whether the <see cref="T:System.Threading.Tasks.ValueTask`1"/> has completed.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Runtime.CompilerServices.ValueTaskAwaiter`1.GetResult">
|
|
||||||
<summary>Gets the result of the ValueTask.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Runtime.CompilerServices.ValueTaskAwaiter`1.OnCompleted(System.Action)">
|
|
||||||
<summary>Schedules the continuation action for this ValueTask.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Runtime.CompilerServices.ValueTaskAwaiter`1.UnsafeOnCompleted(System.Action)">
|
|
||||||
<summary>Schedules the continuation action for this ValueTask.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="T:System.Threading.Tasks.Sources.ValueTaskSourceOnCompletedFlags">
|
|
||||||
<summary>
|
|
||||||
Flags passed from <see cref="T:System.Threading.Tasks.ValueTask"/> and <see cref="T:System.Threading.Tasks.ValueTask`1"/> to
|
|
||||||
<see cref="M:System.Threading.Tasks.Sources.IValueTaskSource.OnCompleted(System.Action{System.Object},System.Object,System.Int16,System.Threading.Tasks.Sources.ValueTaskSourceOnCompletedFlags)"/> and <see cref="M:System.Threading.Tasks.Sources.IValueTaskSource`1.OnCompleted(System.Action{System.Object},System.Object,System.Int16,System.Threading.Tasks.Sources.ValueTaskSourceOnCompletedFlags)"/>
|
|
||||||
to control behavior.
|
|
||||||
</summary>
|
|
||||||
</member>
|
|
||||||
<member name="F:System.Threading.Tasks.Sources.ValueTaskSourceOnCompletedFlags.None">
|
|
||||||
<summary>
|
|
||||||
No requirements are placed on how the continuation is invoked.
|
|
||||||
</summary>
|
|
||||||
</member>
|
|
||||||
<member name="F:System.Threading.Tasks.Sources.ValueTaskSourceOnCompletedFlags.UseSchedulingContext">
|
|
||||||
<summary>
|
|
||||||
Set if OnCompleted should capture the current scheduling context (e.g. SynchronizationContext)
|
|
||||||
and use it when queueing the continuation for execution. If this is not set, the implementation
|
|
||||||
may choose to execute the continuation in an arbitrary location.
|
|
||||||
</summary>
|
|
||||||
</member>
|
|
||||||
<member name="F:System.Threading.Tasks.Sources.ValueTaskSourceOnCompletedFlags.FlowExecutionContext">
|
|
||||||
<summary>
|
|
||||||
Set if OnCompleted should capture the current ExecutionContext and use it to run the continuation.
|
|
||||||
</summary>
|
|
||||||
</member>
|
|
||||||
<member name="T:System.Threading.Tasks.Sources.ValueTaskSourceStatus">
|
|
||||||
<summary>Indicates the status of an <see cref="T:System.Threading.Tasks.Sources.IValueTaskSource"/> or <see cref="T:System.Threading.Tasks.Sources.IValueTaskSource`1"/>.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="F:System.Threading.Tasks.Sources.ValueTaskSourceStatus.Pending">
|
|
||||||
<summary>The operation has not yet completed.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="F:System.Threading.Tasks.Sources.ValueTaskSourceStatus.Succeeded">
|
|
||||||
<summary>The operation completed successfully.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="F:System.Threading.Tasks.Sources.ValueTaskSourceStatus.Faulted">
|
|
||||||
<summary>The operation completed with an error.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="F:System.Threading.Tasks.Sources.ValueTaskSourceStatus.Canceled">
|
|
||||||
<summary>The operation completed due to cancellation.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="T:System.Threading.Tasks.Sources.IValueTaskSource">
|
|
||||||
<summary>Represents an object that can be wrapped by a <see cref="T:System.Threading.Tasks.ValueTask"/>.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Threading.Tasks.Sources.IValueTaskSource.GetStatus(System.Int16)">
|
|
||||||
<summary>Gets the status of the current operation.</summary>
|
|
||||||
<param name="token">Opaque value that was provided to the <see cref="T:System.Threading.Tasks.ValueTask"/>'s constructor.</param>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Threading.Tasks.Sources.IValueTaskSource.OnCompleted(System.Action{System.Object},System.Object,System.Int16,System.Threading.Tasks.Sources.ValueTaskSourceOnCompletedFlags)">
|
|
||||||
<summary>Schedules the continuation action for this <see cref="T:System.Threading.Tasks.Sources.IValueTaskSource"/>.</summary>
|
|
||||||
<param name="continuation">The continuation to invoke when the operation has completed.</param>
|
|
||||||
<param name="state">The state object to pass to <paramref name="continuation"/> when it's invoked.</param>
|
|
||||||
<param name="token">Opaque value that was provided to the <see cref="T:System.Threading.Tasks.ValueTask"/>'s constructor.</param>
|
|
||||||
<param name="flags">The flags describing the behavior of the continuation.</param>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Threading.Tasks.Sources.IValueTaskSource.GetResult(System.Int16)">
|
|
||||||
<summary>Gets the result of the <see cref="T:System.Threading.Tasks.Sources.IValueTaskSource"/>.</summary>
|
|
||||||
<param name="token">Opaque value that was provided to the <see cref="T:System.Threading.Tasks.ValueTask"/>'s constructor.</param>
|
|
||||||
</member>
|
|
||||||
<member name="T:System.Threading.Tasks.Sources.IValueTaskSource`1">
|
|
||||||
<summary>Represents an object that can be wrapped by a <see cref="T:System.Threading.Tasks.ValueTask`1"/>.</summary>
|
|
||||||
<typeparam name="TResult">Specifies the type of data returned from the object.</typeparam>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Threading.Tasks.Sources.IValueTaskSource`1.GetStatus(System.Int16)">
|
|
||||||
<summary>Gets the status of the current operation.</summary>
|
|
||||||
<param name="token">Opaque value that was provided to the <see cref="T:System.Threading.Tasks.ValueTask"/>'s constructor.</param>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Threading.Tasks.Sources.IValueTaskSource`1.OnCompleted(System.Action{System.Object},System.Object,System.Int16,System.Threading.Tasks.Sources.ValueTaskSourceOnCompletedFlags)">
|
|
||||||
<summary>Schedules the continuation action for this <see cref="T:System.Threading.Tasks.Sources.IValueTaskSource`1"/>.</summary>
|
|
||||||
<param name="continuation">The continuation to invoke when the operation has completed.</param>
|
|
||||||
<param name="state">The state object to pass to <paramref name="continuation"/> when it's invoked.</param>
|
|
||||||
<param name="token">Opaque value that was provided to the <see cref="T:System.Threading.Tasks.ValueTask"/>'s constructor.</param>
|
|
||||||
<param name="flags">The flags describing the behavior of the continuation.</param>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Threading.Tasks.Sources.IValueTaskSource`1.GetResult(System.Int16)">
|
|
||||||
<summary>Gets the result of the <see cref="T:System.Threading.Tasks.Sources.IValueTaskSource`1"/>.</summary>
|
|
||||||
<param name="token">Opaque value that was provided to the <see cref="T:System.Threading.Tasks.ValueTask"/>'s constructor.</param>
|
|
||||||
</member>
|
|
||||||
<member name="T:System.Threading.Tasks.ValueTask">
|
|
||||||
<summary>Provides an awaitable result of an asynchronous operation.</summary>
|
|
||||||
<remarks>
|
|
||||||
<see cref="T:System.Threading.Tasks.ValueTask"/>s are meant to be directly awaited. To do more complicated operations with them, a <see cref="T:System.Threading.Tasks.Task"/>
|
|
||||||
should be extracted using <see cref="M:System.Threading.Tasks.ValueTask.AsTask"/>. Such operations might include caching an instance to be awaited later,
|
|
||||||
registering multiple continuations with a single operation, awaiting the same task multiple times, and using combinators over
|
|
||||||
multiple operations.
|
|
||||||
</remarks>
|
|
||||||
</member>
|
|
||||||
<member name="F:System.Threading.Tasks.ValueTask.s_canceledTask">
|
|
||||||
<summary>A task canceled using `new CancellationToken(true)`.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="P:System.Threading.Tasks.ValueTask.CompletedTask">
|
|
||||||
<summary>A successfully completed task.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="F:System.Threading.Tasks.ValueTask._obj">
|
|
||||||
<summary>null if representing a successful synchronous completion, otherwise a <see cref="T:System.Threading.Tasks.Task"/> or a <see cref="T:System.Threading.Tasks.Sources.IValueTaskSource"/>.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="F:System.Threading.Tasks.ValueTask._token">
|
|
||||||
<summary>Opaque value passed through to the <see cref="T:System.Threading.Tasks.Sources.IValueTaskSource"/>.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="F:System.Threading.Tasks.ValueTask._continueOnCapturedContext">
|
|
||||||
<summary>true to continue on the capture context; otherwise, true.</summary>
|
|
||||||
<remarks>Stored in the <see cref="T:System.Threading.Tasks.ValueTask"/> rather than in the configured awaiter to utilize otherwise padding space.</remarks>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Threading.Tasks.ValueTask.#ctor(System.Threading.Tasks.Task)">
|
|
||||||
<summary>Initialize the <see cref="T:System.Threading.Tasks.ValueTask"/> with a <see cref="T:System.Threading.Tasks.Task"/> that represents the operation.</summary>
|
|
||||||
<param name="task">The task.</param>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Threading.Tasks.ValueTask.#ctor(System.Threading.Tasks.Sources.IValueTaskSource,System.Int16)">
|
|
||||||
<summary>Initialize the <see cref="T:System.Threading.Tasks.ValueTask"/> with a <see cref="T:System.Threading.Tasks.Sources.IValueTaskSource"/> object that represents the operation.</summary>
|
|
||||||
<param name="source">The source.</param>
|
|
||||||
<param name="token">Opaque value passed through to the <see cref="T:System.Threading.Tasks.Sources.IValueTaskSource"/>.</param>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Threading.Tasks.ValueTask.GetHashCode">
|
|
||||||
<summary>Returns the hash code for this instance.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Threading.Tasks.ValueTask.Equals(System.Object)">
|
|
||||||
<summary>Returns a value indicating whether this value is equal to a specified <see cref="T:System.Object"/>.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Threading.Tasks.ValueTask.Equals(System.Threading.Tasks.ValueTask)">
|
|
||||||
<summary>Returns a value indicating whether this value is equal to a specified <see cref="T:System.Threading.Tasks.ValueTask"/> value.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Threading.Tasks.ValueTask.op_Equality(System.Threading.Tasks.ValueTask,System.Threading.Tasks.ValueTask)">
|
|
||||||
<summary>Returns a value indicating whether two <see cref="T:System.Threading.Tasks.ValueTask"/> values are equal.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Threading.Tasks.ValueTask.op_Inequality(System.Threading.Tasks.ValueTask,System.Threading.Tasks.ValueTask)">
|
|
||||||
<summary>Returns a value indicating whether two <see cref="T:System.Threading.Tasks.ValueTask"/> values are not equal.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Threading.Tasks.ValueTask.AsTask">
|
|
||||||
<summary>
|
|
||||||
Gets a <see cref="T:System.Threading.Tasks.Task"/> object to represent this ValueTask.
|
|
||||||
</summary>
|
|
||||||
<remarks>
|
|
||||||
It will either return the wrapped task object if one exists, or it'll
|
|
||||||
manufacture a new task object to represent the result.
|
|
||||||
</remarks>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Threading.Tasks.ValueTask.Preserve">
|
|
||||||
<summary>Gets a <see cref="T:System.Threading.Tasks.ValueTask"/> that may be used at any point in the future.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Threading.Tasks.ValueTask.GetTaskForValueTaskSource(System.Threading.Tasks.Sources.IValueTaskSource)">
|
|
||||||
<summary>Creates a <see cref="T:System.Threading.Tasks.Task"/> to represent the <see cref="T:System.Threading.Tasks.Sources.IValueTaskSource"/>.</summary>
|
|
||||||
<remarks>
|
|
||||||
The <see cref="T:System.Threading.Tasks.Sources.IValueTaskSource"/> is passed in rather than reading and casting <see cref="F:System.Threading.Tasks.ValueTask._obj"/>
|
|
||||||
so that the caller can pass in an object it's already validated.
|
|
||||||
</remarks>
|
|
||||||
</member>
|
|
||||||
<member name="T:System.Threading.Tasks.ValueTask.ValueTaskSourceAsTask">
|
|
||||||
<summary>Type used to create a <see cref="T:System.Threading.Tasks.Task"/> to represent a <see cref="T:System.Threading.Tasks.Sources.IValueTaskSource"/>.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="F:System.Threading.Tasks.ValueTask.ValueTaskSourceAsTask._source">
|
|
||||||
<summary>The associated <see cref="T:System.Threading.Tasks.Sources.IValueTaskSource"/>.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="F:System.Threading.Tasks.ValueTask.ValueTaskSourceAsTask._token">
|
|
||||||
<summary>The token to pass through to operations on <see cref="F:System.Threading.Tasks.ValueTask.ValueTaskSourceAsTask._source"/></summary>
|
|
||||||
</member>
|
|
||||||
<member name="P:System.Threading.Tasks.ValueTask.IsCompleted">
|
|
||||||
<summary>Gets whether the <see cref="T:System.Threading.Tasks.ValueTask"/> represents a completed operation.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="P:System.Threading.Tasks.ValueTask.IsCompletedSuccessfully">
|
|
||||||
<summary>Gets whether the <see cref="T:System.Threading.Tasks.ValueTask"/> represents a successfully completed operation.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="P:System.Threading.Tasks.ValueTask.IsFaulted">
|
|
||||||
<summary>Gets whether the <see cref="T:System.Threading.Tasks.ValueTask"/> represents a failed operation.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="P:System.Threading.Tasks.ValueTask.IsCanceled">
|
|
||||||
<summary>Gets whether the <see cref="T:System.Threading.Tasks.ValueTask"/> represents a canceled operation.</summary>
|
|
||||||
<remarks>
|
|
||||||
If the <see cref="T:System.Threading.Tasks.ValueTask"/> is backed by a result or by a <see cref="T:System.Threading.Tasks.Sources.IValueTaskSource"/>,
|
|
||||||
this will always return false. If it's backed by a <see cref="T:System.Threading.Tasks.Task"/>, it'll return the
|
|
||||||
value of the task's <see cref="P:System.Threading.Tasks.Task.IsCanceled"/> property.
|
|
||||||
</remarks>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Threading.Tasks.ValueTask.ThrowIfCompletedUnsuccessfully">
|
|
||||||
<summary>Throws the exception that caused the <see cref="T:System.Threading.Tasks.ValueTask"/> to fail. If it completed successfully, nothing is thrown.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Threading.Tasks.ValueTask.GetAwaiter">
|
|
||||||
<summary>Gets an awaiter for this <see cref="T:System.Threading.Tasks.ValueTask"/>.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Threading.Tasks.ValueTask.ConfigureAwait(System.Boolean)">
|
|
||||||
<summary>Configures an awaiter for this <see cref="T:System.Threading.Tasks.ValueTask"/>.</summary>
|
|
||||||
<param name="continueOnCapturedContext">
|
|
||||||
true to attempt to marshal the continuation back to the captured context; otherwise, false.
|
|
||||||
</param>
|
|
||||||
</member>
|
|
||||||
<member name="T:System.Threading.Tasks.ValueTask`1">
|
|
||||||
<summary>Provides a value type that can represent a synchronously available value or a task object.</summary>
|
|
||||||
<typeparam name="TResult">Specifies the type of the result.</typeparam>
|
|
||||||
<remarks>
|
|
||||||
<see cref="T:System.Threading.Tasks.ValueTask`1"/>s are meant to be directly awaited. To do more complicated operations with them, a <see cref="T:System.Threading.Tasks.Task"/>
|
|
||||||
should be extracted using <see cref="M:System.Threading.Tasks.ValueTask`1.AsTask"/> or <see cref="M:System.Threading.Tasks.ValueTask`1.Preserve"/>. Such operations might include caching an instance to
|
|
||||||
be awaited later, registering multiple continuations with a single operation, awaiting the same task multiple times, and using
|
|
||||||
combinators over multiple operations.
|
|
||||||
</remarks>
|
|
||||||
</member>
|
|
||||||
<member name="F:System.Threading.Tasks.ValueTask`1.s_canceledTask">
|
|
||||||
<summary>A task canceled using `new CancellationToken(true)`. Lazily created only when first needed.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="F:System.Threading.Tasks.ValueTask`1._obj">
|
|
||||||
<summary>null if <see cref="F:System.Threading.Tasks.ValueTask`1._result"/> has the result, otherwise a <see cref="T:System.Threading.Tasks.Task`1"/> or a <see cref="T:System.Threading.Tasks.Sources.IValueTaskSource`1"/>.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="F:System.Threading.Tasks.ValueTask`1._result">
|
|
||||||
<summary>The result to be used if the operation completed successfully synchronously.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="F:System.Threading.Tasks.ValueTask`1._token">
|
|
||||||
<summary>Opaque value passed through to the <see cref="T:System.Threading.Tasks.Sources.IValueTaskSource`1"/>.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="F:System.Threading.Tasks.ValueTask`1._continueOnCapturedContext">
|
|
||||||
<summary>true to continue on the captured context; otherwise, false.</summary>
|
|
||||||
<remarks>Stored in the <see cref="T:System.Threading.Tasks.ValueTask`1"/> rather than in the configured awaiter to utilize otherwise padding space.</remarks>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Threading.Tasks.ValueTask`1.#ctor(`0)">
|
|
||||||
<summary>Initialize the <see cref="T:System.Threading.Tasks.ValueTask`1"/> with a <typeparamref name="TResult"/> result value.</summary>
|
|
||||||
<param name="result">The result.</param>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Threading.Tasks.ValueTask`1.#ctor(System.Threading.Tasks.Task{`0})">
|
|
||||||
<summary>Initialize the <see cref="T:System.Threading.Tasks.ValueTask`1"/> with a <see cref="T:System.Threading.Tasks.Task`1"/> that represents the operation.</summary>
|
|
||||||
<param name="task">The task.</param>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Threading.Tasks.ValueTask`1.#ctor(System.Threading.Tasks.Sources.IValueTaskSource{`0},System.Int16)">
|
|
||||||
<summary>Initialize the <see cref="T:System.Threading.Tasks.ValueTask`1"/> with a <see cref="T:System.Threading.Tasks.Sources.IValueTaskSource`1"/> object that represents the operation.</summary>
|
|
||||||
<param name="source">The source.</param>
|
|
||||||
<param name="token">Opaque value passed through to the <see cref="T:System.Threading.Tasks.Sources.IValueTaskSource"/>.</param>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Threading.Tasks.ValueTask`1.#ctor(System.Object,`0,System.Int16,System.Boolean)">
|
|
||||||
<summary>Non-verified initialization of the struct to the specified values.</summary>
|
|
||||||
<param name="obj">The object.</param>
|
|
||||||
<param name="result">The result.</param>
|
|
||||||
<param name="token">The token.</param>
|
|
||||||
<param name="continueOnCapturedContext">true to continue on captured context; otherwise, false.</param>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Threading.Tasks.ValueTask`1.GetHashCode">
|
|
||||||
<summary>Returns the hash code for this instance.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Threading.Tasks.ValueTask`1.Equals(System.Object)">
|
|
||||||
<summary>Returns a value indicating whether this value is equal to a specified <see cref="T:System.Object"/>.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Threading.Tasks.ValueTask`1.Equals(System.Threading.Tasks.ValueTask{`0})">
|
|
||||||
<summary>Returns a value indicating whether this value is equal to a specified <see cref="T:System.Threading.Tasks.ValueTask`1"/> value.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Threading.Tasks.ValueTask`1.op_Equality(System.Threading.Tasks.ValueTask{`0},System.Threading.Tasks.ValueTask{`0})">
|
|
||||||
<summary>Returns a value indicating whether two <see cref="T:System.Threading.Tasks.ValueTask`1"/> values are equal.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Threading.Tasks.ValueTask`1.op_Inequality(System.Threading.Tasks.ValueTask{`0},System.Threading.Tasks.ValueTask{`0})">
|
|
||||||
<summary>Returns a value indicating whether two <see cref="T:System.Threading.Tasks.ValueTask`1"/> values are not equal.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Threading.Tasks.ValueTask`1.AsTask">
|
|
||||||
<summary>
|
|
||||||
Gets a <see cref="T:System.Threading.Tasks.Task`1"/> object to represent this ValueTask.
|
|
||||||
</summary>
|
|
||||||
<remarks>
|
|
||||||
It will either return the wrapped task object if one exists, or it'll
|
|
||||||
manufacture a new task object to represent the result.
|
|
||||||
</remarks>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Threading.Tasks.ValueTask`1.Preserve">
|
|
||||||
<summary>Gets a <see cref="T:System.Threading.Tasks.ValueTask`1"/> that may be used at any point in the future.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Threading.Tasks.ValueTask`1.GetTaskForValueTaskSource(System.Threading.Tasks.Sources.IValueTaskSource{`0})">
|
|
||||||
<summary>Creates a <see cref="T:System.Threading.Tasks.Task`1"/> to represent the <see cref="T:System.Threading.Tasks.Sources.IValueTaskSource`1"/>.</summary>
|
|
||||||
<remarks>
|
|
||||||
The <see cref="T:System.Threading.Tasks.Sources.IValueTaskSource`1"/> is passed in rather than reading and casting <see cref="F:System.Threading.Tasks.ValueTask`1._obj"/>
|
|
||||||
so that the caller can pass in an object it's already validated.
|
|
||||||
</remarks>
|
|
||||||
</member>
|
|
||||||
<member name="T:System.Threading.Tasks.ValueTask`1.ValueTaskSourceAsTask">
|
|
||||||
<summary>Type used to create a <see cref="T:System.Threading.Tasks.Task`1"/> to represent a <see cref="T:System.Threading.Tasks.Sources.IValueTaskSource`1"/>.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="F:System.Threading.Tasks.ValueTask`1.ValueTaskSourceAsTask._source">
|
|
||||||
<summary>The associated <see cref="T:System.Threading.Tasks.Sources.IValueTaskSource"/>.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="F:System.Threading.Tasks.ValueTask`1.ValueTaskSourceAsTask._token">
|
|
||||||
<summary>The token to pass through to operations on <see cref="F:System.Threading.Tasks.ValueTask`1.ValueTaskSourceAsTask._source"/></summary>
|
|
||||||
</member>
|
|
||||||
<member name="P:System.Threading.Tasks.ValueTask`1.IsCompleted">
|
|
||||||
<summary>Gets whether the <see cref="T:System.Threading.Tasks.ValueTask`1"/> represents a completed operation.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="P:System.Threading.Tasks.ValueTask`1.IsCompletedSuccessfully">
|
|
||||||
<summary>Gets whether the <see cref="T:System.Threading.Tasks.ValueTask`1"/> represents a successfully completed operation.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="P:System.Threading.Tasks.ValueTask`1.IsFaulted">
|
|
||||||
<summary>Gets whether the <see cref="T:System.Threading.Tasks.ValueTask`1"/> represents a failed operation.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="P:System.Threading.Tasks.ValueTask`1.IsCanceled">
|
|
||||||
<summary>Gets whether the <see cref="T:System.Threading.Tasks.ValueTask`1"/> represents a canceled operation.</summary>
|
|
||||||
<remarks>
|
|
||||||
If the <see cref="T:System.Threading.Tasks.ValueTask`1"/> is backed by a result or by a <see cref="T:System.Threading.Tasks.Sources.IValueTaskSource`1"/>,
|
|
||||||
this will always return false. If it's backed by a <see cref="T:System.Threading.Tasks.Task"/>, it'll return the
|
|
||||||
value of the task's <see cref="P:System.Threading.Tasks.Task.IsCanceled"/> property.
|
|
||||||
</remarks>
|
|
||||||
</member>
|
|
||||||
<member name="P:System.Threading.Tasks.ValueTask`1.Result">
|
|
||||||
<summary>Gets the result.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Threading.Tasks.ValueTask`1.GetAwaiter">
|
|
||||||
<summary>Gets an awaiter for this <see cref="T:System.Threading.Tasks.ValueTask`1"/>.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Threading.Tasks.ValueTask`1.ConfigureAwait(System.Boolean)">
|
|
||||||
<summary>Configures an awaiter for this <see cref="T:System.Threading.Tasks.ValueTask`1"/>.</summary>
|
|
||||||
<param name="continueOnCapturedContext">
|
|
||||||
true to attempt to marshal the continuation back to the captured context; otherwise, false.
|
|
||||||
</param>
|
|
||||||
</member>
|
|
||||||
<member name="M:System.Threading.Tasks.ValueTask`1.ToString">
|
|
||||||
<summary>Gets a string-representation of this <see cref="T:System.Threading.Tasks.ValueTask`1"/>.</summary>
|
|
||||||
</member>
|
|
||||||
</members>
|
|
||||||
</doc>
|
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user