| 4 204 types and members | Full Name |
| ValueSerializerAttribute | System.Windows.Markup .ValueSerializerAttribute |
| .ctor(Type) | System.Windows.Markup .ValueSerializerAttribute..ctor(Type) |
| .ctor(String) | System.Windows.Markup .ValueSerializerAttribute..ctor(String) |
| get_ValueSerializerType() | System.Windows.Markup .ValueSerializerAttribute .get_ValueSerializerType() |
| get_ValueSerializerTypeName() | System.Windows.Markup .ValueSerializerAttribute .get_ValueSerializerTypeName() |
| TaskAsyncEnumerableExtensions | System.Threading.Tasks .TaskAsyncEnumerableExtensions |
| ConfigureAwait(IAsyncDisposable,Boolean) | System.Threading.Tasks .TaskAsyncEnumerableExtensions .ConfigureAwait(IAsyncDisposable,Boolean ) |
| ConfigureAwait<T>(IAsyncEnumerable<T> ,Boolean) | System.Threading.Tasks .TaskAsyncEnumerableExtensions .ConfigureAwait<T>(IAsyncEnumerable<T> ,Boolean) |
| WithCancellation<T>(IAsyncEnumerable<T> ,CancellationToken) | System.Threading.Tasks .TaskAsyncEnumerableExtensions .WithCancellation<T>(IAsyncEnumerable<T> ,CancellationToken) |
| AsyncIteratorMethodBuilder | System.Runtime.CompilerServices .AsyncIteratorMethodBuilder |
| Create() | System.Runtime.CompilerServices .AsyncIteratorMethodBuilder.Create() |
| MoveNext<TStateMachine>(TStateMachine&) | System.Runtime.CompilerServices .AsyncIteratorMethodBuilder.MoveNext <TStateMachine>(TStateMachine&) |
| AwaitOnCompleted<TAwaiter,TStateMachine> (TAwaiter&,TStateMachine&) | System.Runtime.CompilerServices .AsyncIteratorMethodBuilder .AwaitOnCompleted<TAwaiter,TStateMachine >(TAwaiter&,TStateMachine&) |
| AwaitUnsafeOnCompleted<TAwaiter ,TStateMachine>(TAwaiter&,TStateMachine& ) | System.Runtime.CompilerServices .AsyncIteratorMethodBuilder .AwaitUnsafeOnCompleted<TAwaiter ,TStateMachine>(TAwaiter&,TStateMachine& ) |
| Complete() | System.Runtime.CompilerServices .AsyncIteratorMethodBuilder.Complete() |
| ConfiguredAsyncDisposable | System.Runtime.CompilerServices .ConfiguredAsyncDisposable |
| DisposeAsync() | System.Runtime.CompilerServices .ConfiguredAsyncDisposable.DisposeAsync( ) |
| ConfiguredCancelableAsyncEnumerable<T> | System.Runtime.CompilerServices .ConfiguredCancelableAsyncEnumerable<T> |
| ConfigureAwait(Boolean) | System.Runtime.CompilerServices .ConfiguredCancelableAsyncEnumerable<T> .ConfigureAwait(Boolean) |
| WithCancellation(CancellationToken) | System.Runtime.CompilerServices .ConfiguredCancelableAsyncEnumerable<T> .WithCancellation(CancellationToken) |
| GetAsyncEnumerator() | System.Runtime.CompilerServices .ConfiguredCancelableAsyncEnumerable<T> .GetAsyncEnumerator() |
| BoundedChannelFullMode | System.Threading.Channels .BoundedChannelFullMode |
| value__ | System.Threading.Channels .BoundedChannelFullMode.value__ |
| Wait | System.Threading.Channels .BoundedChannelFullMode.Wait |
| DropNewest | System.Threading.Channels .BoundedChannelFullMode.DropNewest |
| DropOldest | System.Threading.Channels .BoundedChannelFullMode.DropOldest |
| DropWrite | System.Threading.Channels .BoundedChannelFullMode.DropWrite |
| Channel | System.Threading.Channels.Channel |
| CreateUnbounded<T>() | System.Threading.Channels.Channel .CreateUnbounded<T>() |
| CreateUnbounded<T> (UnboundedChannelOptions) | System.Threading.Channels.Channel .CreateUnbounded<T> (UnboundedChannelOptions) |
| CreateBounded<T>(Int32) | System.Threading.Channels.Channel .CreateBounded<T>(Int32) |
| CreateBounded<T>(BoundedChannelOptions) | System.Threading.Channels.Channel .CreateBounded<T>(BoundedChannelOptions) |
| ChannelClosedException | System.Threading.Channels .ChannelClosedException |
| .ctor() | System.Threading.Channels .ChannelClosedException..ctor() |
| .ctor(String) | System.Threading.Channels .ChannelClosedException..ctor(String) |
| .ctor(Exception) | System.Threading.Channels .ChannelClosedException..ctor(Exception) |
| .ctor(String,Exception) | System.Threading.Channels .ChannelClosedException..ctor(String ,Exception) |
| .ctor(SerializationInfo,StreamingContext ) | System.Threading.Channels .ChannelClosedException..ctor (SerializationInfo,StreamingContext) |
| ChannelOptions | System.Threading.Channels.ChannelOptions |
| get_SingleWriter() | System.Threading.Channels.ChannelOptions .get_SingleWriter() |
| set_SingleWriter(Boolean) | System.Threading.Channels.ChannelOptions .set_SingleWriter(Boolean) |
| get_SingleReader() | System.Threading.Channels.ChannelOptions .get_SingleReader() |
| set_SingleReader(Boolean) | System.Threading.Channels.ChannelOptions .set_SingleReader(Boolean) |
| get_AllowSynchronousContinuations() | System.Threading.Channels.ChannelOptions .get_AllowSynchronousContinuations() |
| set_AllowSynchronousContinuations (Boolean) | System.Threading.Channels.ChannelOptions .set_AllowSynchronousContinuations (Boolean) |
| .ctor() | System.Threading.Channels.ChannelOptions ..ctor() |
| BoundedChannelOptions | System.Threading.Channels .BoundedChannelOptions |
| .ctor(Int32) | System.Threading.Channels .BoundedChannelOptions..ctor(Int32) |
| get_Capacity() | System.Threading.Channels .BoundedChannelOptions.get_Capacity() |
| set_Capacity(Int32) | System.Threading.Channels .BoundedChannelOptions.set_Capacity (Int32) |
| get_FullMode() | System.Threading.Channels .BoundedChannelOptions.get_FullMode() |
| set_FullMode(BoundedChannelFullMode) | System.Threading.Channels .BoundedChannelOptions.set_FullMode (BoundedChannelFullMode) |
| UnboundedChannelOptions | System.Threading.Channels .UnboundedChannelOptions |
| .ctor() | System.Threading.Channels .UnboundedChannelOptions..ctor() |
| ChannelReader<T> | System.Threading.Channels.ChannelReader <T> |
| get_Completion() | System.Threading.Channels.ChannelReader <T>.get_Completion() |
| TryRead(T&) | System.Threading.Channels.ChannelReader <T>.TryRead(T&) |
| WaitToReadAsync(CancellationToken) | System.Threading.Channels.ChannelReader <T>.WaitToReadAsync(CancellationToken) |
| ReadAsync(CancellationToken) | System.Threading.Channels.ChannelReader <T>.ReadAsync(CancellationToken) |
| ReadAllAsync(CancellationToken) | System.Threading.Channels.ChannelReader <T>.ReadAllAsync(CancellationToken) |
| .ctor() | System.Threading.Channels.ChannelReader <T>..ctor() |
| ChannelWriter<T> | System.Threading.Channels.ChannelWriter <T> |
| TryComplete(Exception) | System.Threading.Channels.ChannelWriter <T>.TryComplete(Exception) |
| TryWrite(T) | System.Threading.Channels.ChannelWriter <T>.TryWrite(T) |
| WaitToWriteAsync(CancellationToken) | System.Threading.Channels.ChannelWriter <T>.WaitToWriteAsync(CancellationToken) |
| WriteAsync(T,CancellationToken) | System.Threading.Channels.ChannelWriter <T>.WriteAsync(T,CancellationToken) |
| Complete(Exception) | System.Threading.Channels.ChannelWriter <T>.Complete(Exception) |
| .ctor() | System.Threading.Channels.ChannelWriter <T>..ctor() |
| Channel<T> | System.Threading.Channels.Channel<T> |
| .ctor() | System.Threading.Channels.Channel<T>. .ctor() |
| Channel<TWrite,TRead> | System.Threading.Channels.Channel<TWrite ,TRead> |
| get_Reader() | System.Threading.Channels.Channel<TWrite ,TRead>.get_Reader() |
| set_Reader(ChannelReader<TRead>) | System.Threading.Channels.Channel<TWrite ,TRead>.set_Reader(ChannelReader<TRead>) |
| get_Writer() | System.Threading.Channels.Channel<TWrite ,TRead>.get_Writer() |
| set_Writer(ChannelWriter<TWrite>) | System.Threading.Channels.Channel<TWrite ,TRead>.set_Writer(ChannelWriter<TWrite> ) |
| op_Implicit(Channel<TWrite,TRead>) | System.Threading.Channels.Channel<TWrite ,TRead>.op_Implicit(Channel<TWrite,TRead >) |
| op_Implicit(Channel<TWrite,TRead>) | System.Threading.Channels.Channel<TWrite ,TRead>.op_Implicit(Channel<TWrite,TRead >) |
| .ctor() | System.Threading.Channels.Channel<TWrite ,TRead>..ctor() |
| JsonCommentHandling | System.Text.Json.JsonCommentHandling |
| value__ | System.Text.Json.JsonCommentHandling .value__ |
| Disallow | System.Text.Json.JsonCommentHandling .Disallow |
| Skip | System.Text.Json.JsonCommentHandling .Skip |
| Allow | System.Text.Json.JsonCommentHandling .Allow |
| JsonEncodedText | System.Text.Json.JsonEncodedText |
| get_EncodedUtf8Bytes() | System.Text.Json.JsonEncodedText .get_EncodedUtf8Bytes() |
| Encode(String,JavaScriptEncoder) | System.Text.Json.JsonEncodedText.Encode (String,JavaScriptEncoder) |
| Encode(ReadOnlySpan<Char> ,JavaScriptEncoder) | System.Text.Json.JsonEncodedText.Encode (ReadOnlySpan<Char>,JavaScriptEncoder) |
| Encode(ReadOnlySpan<Byte> ,JavaScriptEncoder) | System.Text.Json.JsonEncodedText.Encode (ReadOnlySpan<Byte>,JavaScriptEncoder) |
| Equals(JsonEncodedText) | System.Text.Json.JsonEncodedText.Equals (JsonEncodedText) |
| Equals(Object) | System.Text.Json.JsonEncodedText.Equals (Object) |
| ToString() | System.Text.Json.JsonEncodedText .ToString() |
| GetHashCode() | System.Text.Json.JsonEncodedText .GetHashCode() |
| JsonException | System.Text.Json.JsonException |
| .ctor(String,String,Nullable<Int64> ,Nullable<Int64>,Exception) | System.Text.Json.JsonException..ctor (String,String,Nullable<Int64>,Nullable <Int64>,Exception) |
| .ctor(String,String,Nullable<Int64> ,Nullable<Int64>) | System.Text.Json.JsonException..ctor (String,String,Nullable<Int64>,Nullable <Int64>) |
| .ctor(String,Exception) | System.Text.Json.JsonException..ctor (String,Exception) |
| .ctor(String) | System.Text.Json.JsonException..ctor (String) |
| .ctor() | System.Text.Json.JsonException..ctor() |
| .ctor(SerializationInfo,StreamingContext ) | System.Text.Json.JsonException..ctor (SerializationInfo,StreamingContext) |
| GetObjectData(SerializationInfo ,StreamingContext) | System.Text.Json.JsonException .GetObjectData(SerializationInfo ,StreamingContext) |
| get_LineNumber() | System.Text.Json.JsonException .get_LineNumber() |
| get_BytePositionInLine() | System.Text.Json.JsonException .get_BytePositionInLine() |
| get_Path() | System.Text.Json.JsonException.get_Path( ) |
| get_Message() | System.Text.Json.JsonException .get_Message() |
| JsonTokenType | System.Text.Json.JsonTokenType |
| value__ | System.Text.Json.JsonTokenType.value__ |
| None | System.Text.Json.JsonTokenType.None |
| StartObject | System.Text.Json.JsonTokenType .StartObject |
| EndObject | System.Text.Json.JsonTokenType.EndObject |
| StartArray | System.Text.Json.JsonTokenType .StartArray |
| EndArray | System.Text.Json.JsonTokenType.EndArray |
| PropertyName | System.Text.Json.JsonTokenType .PropertyName |
| Comment | System.Text.Json.JsonTokenType.Comment |
| String | System.Text.Json.JsonTokenType.String |
| Number | System.Text.Json.JsonTokenType.Number |
| True | System.Text.Json.JsonTokenType.True |
| False | System.Text.Json.JsonTokenType.False |
| Null | System.Text.Json.JsonTokenType.Null |
| JsonDocument | System.Text.Json.JsonDocument |
| get_RootElement() | System.Text.Json.JsonDocument .get_RootElement() |
| Dispose() | System.Text.Json.JsonDocument.Dispose() |
| WriteTo(Utf8JsonWriter) | System.Text.Json.JsonDocument.WriteTo (Utf8JsonWriter) |
| Parse(ReadOnlyMemory<Byte> ,JsonDocumentOptions) | System.Text.Json.JsonDocument.Parse (ReadOnlyMemory<Byte> ,JsonDocumentOptions) |
| Parse(ReadOnlySequence<Byte> ,JsonDocumentOptions) | System.Text.Json.JsonDocument.Parse (ReadOnlySequence<Byte> ,JsonDocumentOptions) |
| Parse(Stream,JsonDocumentOptions) | System.Text.Json.JsonDocument.Parse (Stream,JsonDocumentOptions) |
| ParseAsync(Stream,JsonDocumentOptions ,CancellationToken) | System.Text.Json.JsonDocument.ParseAsync (Stream,JsonDocumentOptions ,CancellationToken) |
| Parse(ReadOnlyMemory<Char> ,JsonDocumentOptions) | System.Text.Json.JsonDocument.Parse (ReadOnlyMemory<Char> ,JsonDocumentOptions) |
| Parse(String,JsonDocumentOptions) | System.Text.Json.JsonDocument.Parse (String,JsonDocumentOptions) |
| TryParseValue(Utf8JsonReader& ,JsonDocument&) | System.Text.Json.JsonDocument .TryParseValue(Utf8JsonReader& ,JsonDocument&) |
| ParseValue(Utf8JsonReader&) | System.Text.Json.JsonDocument.ParseValue (Utf8JsonReader&) |
| JsonDocumentOptions | System.Text.Json.JsonDocumentOptions |
| get_CommentHandling() | System.Text.Json.JsonDocumentOptions .get_CommentHandling() |
| set_CommentHandling(JsonCommentHandling) | System.Text.Json.JsonDocumentOptions .set_CommentHandling(JsonCommentHandling ) |
| get_MaxDepth() | System.Text.Json.JsonDocumentOptions .get_MaxDepth() |
| set_MaxDepth(Int32) | System.Text.Json.JsonDocumentOptions .set_MaxDepth(Int32) |
| get_AllowTrailingCommas() | System.Text.Json.JsonDocumentOptions .get_AllowTrailingCommas() |
| set_AllowTrailingCommas(Boolean) | System.Text.Json.JsonDocumentOptions .set_AllowTrailingCommas(Boolean) |
| JsonElement | System.Text.Json.JsonElement |
| get_ValueKind() | System.Text.Json.JsonElement .get_ValueKind() |
| get_Item(Int32) | System.Text.Json.JsonElement.get_Item (Int32) |
| GetArrayLength() | System.Text.Json.JsonElement .GetArrayLength() |
| GetProperty(String) | System.Text.Json.JsonElement.GetProperty (String) |
| GetProperty(ReadOnlySpan<Char>) | System.Text.Json.JsonElement.GetProperty (ReadOnlySpan<Char>) |
| GetProperty(ReadOnlySpan<Byte>) | System.Text.Json.JsonElement.GetProperty (ReadOnlySpan<Byte>) |
| TryGetProperty(String,JsonElement&) | System.Text.Json.JsonElement .TryGetProperty(String,JsonElement&) |
| TryGetProperty(ReadOnlySpan<Char> ,JsonElement&) | System.Text.Json.JsonElement .TryGetProperty(ReadOnlySpan<Char> ,JsonElement&) |
| TryGetProperty(ReadOnlySpan<Byte> ,JsonElement&) | System.Text.Json.JsonElement .TryGetProperty(ReadOnlySpan<Byte> ,JsonElement&) |
| GetBoolean() | System.Text.Json.JsonElement.GetBoolean( ) |
| GetString() | System.Text.Json.JsonElement.GetString() |
| TryGetBytesFromBase64(Byte[]&) | System.Text.Json.JsonElement .TryGetBytesFromBase64(Byte[]&) |
| GetBytesFromBase64() | System.Text.Json.JsonElement .GetBytesFromBase64() |
| TryGetSByte(SByte&) | System.Text.Json.JsonElement.TryGetSByte (SByte&) |
| GetSByte() | System.Text.Json.JsonElement.GetSByte() |
| TryGetByte(Byte&) | System.Text.Json.JsonElement.TryGetByte (Byte&) |
| GetByte() | System.Text.Json.JsonElement.GetByte() |
| TryGetInt16(Int16&) | System.Text.Json.JsonElement.TryGetInt16 (Int16&) |
| GetInt16() | System.Text.Json.JsonElement.GetInt16() |
| TryGetUInt16(UInt16&) | System.Text.Json.JsonElement .TryGetUInt16(UInt16&) |
| GetUInt16() | System.Text.Json.JsonElement.GetUInt16() |
| TryGetInt32(Int32&) | System.Text.Json.JsonElement.TryGetInt32 (Int32&) |
| GetInt32() | System.Text.Json.JsonElement.GetInt32() |
| TryGetUInt32(UInt32&) | System.Text.Json.JsonElement .TryGetUInt32(UInt32&) |
| GetUInt32() | System.Text.Json.JsonElement.GetUInt32() |
| TryGetInt64(Int64&) | System.Text.Json.JsonElement.TryGetInt64 (Int64&) |
| GetInt64() | System.Text.Json.JsonElement.GetInt64() |
| TryGetUInt64(UInt64&) | System.Text.Json.JsonElement .TryGetUInt64(UInt64&) |
| GetUInt64() | System.Text.Json.JsonElement.GetUInt64() |
| TryGetDouble(Double&) | System.Text.Json.JsonElement .TryGetDouble(Double&) |
| GetDouble() | System.Text.Json.JsonElement.GetDouble() |
| TryGetSingle(Single&) | System.Text.Json.JsonElement .TryGetSingle(Single&) |
| GetSingle() | System.Text.Json.JsonElement.GetSingle() |
| TryGetDecimal(Decimal&) | System.Text.Json.JsonElement .TryGetDecimal(Decimal&) |
| GetDecimal() | System.Text.Json.JsonElement.GetDecimal( ) |
| TryGetDateTime(DateTime&) | System.Text.Json.JsonElement .TryGetDateTime(DateTime&) |
| GetDateTime() | System.Text.Json.JsonElement.GetDateTime () |
| TryGetDateTimeOffset(DateTimeOffset&) | System.Text.Json.JsonElement .TryGetDateTimeOffset(DateTimeOffset&) |
| GetDateTimeOffset() | System.Text.Json.JsonElement .GetDateTimeOffset() |
| TryGetGuid(Guid&) | System.Text.Json.JsonElement.TryGetGuid (Guid&) |
| GetGuid() | System.Text.Json.JsonElement.GetGuid() |
| GetRawText() | System.Text.Json.JsonElement.GetRawText( ) |
| ValueEquals(String) | System.Text.Json.JsonElement.ValueEquals (String) |
| ValueEquals(ReadOnlySpan<Byte>) | System.Text.Json.JsonElement.ValueEquals (ReadOnlySpan<Byte>) |
| ValueEquals(ReadOnlySpan<Char>) | System.Text.Json.JsonElement.ValueEquals (ReadOnlySpan<Char>) |
| WriteTo(Utf8JsonWriter) | System.Text.Json.JsonElement.WriteTo (Utf8JsonWriter) |
| EnumerateArray() | System.Text.Json.JsonElement .EnumerateArray() |
| EnumerateObject() | System.Text.Json.JsonElement .EnumerateObject() |
| ToString() | System.Text.Json.JsonElement.ToString() |
| Clone() | System.Text.Json.JsonElement.Clone() |
| JsonElement+ArrayEnumerator | System.Text.Json .JsonElement+ArrayEnumerator |
| get_Current() | System.Text.Json .JsonElement+ArrayEnumerator.get_Current () |
| GetEnumerator() | System.Text.Json .JsonElement+ArrayEnumerator .GetEnumerator() |
| Dispose() | System.Text.Json .JsonElement+ArrayEnumerator.Dispose() |
| Reset() | System.Text.Json .JsonElement+ArrayEnumerator.Reset() |
| MoveNext() | System.Text.Json .JsonElement+ArrayEnumerator.MoveNext() |
| JsonElement+ObjectEnumerator | System.Text.Json .JsonElement+ObjectEnumerator |
| get_Current() | System.Text.Json .JsonElement+ObjectEnumerator .get_Current() |
| GetEnumerator() | System.Text.Json .JsonElement+ObjectEnumerator .GetEnumerator() |
| Dispose() | System.Text.Json .JsonElement+ObjectEnumerator.Dispose() |
| Reset() | System.Text.Json .JsonElement+ObjectEnumerator.Reset() |
| MoveNext() | System.Text.Json .JsonElement+ObjectEnumerator.MoveNext() |
| JsonProperty | System.Text.Json.JsonProperty |
| get_Value() | System.Text.Json.JsonProperty.get_Value( ) |
| get_Name() | System.Text.Json.JsonProperty.get_Name() |
| NameEquals(String) | System.Text.Json.JsonProperty.NameEquals (String) |
| NameEquals(ReadOnlySpan<Byte>) | System.Text.Json.JsonProperty.NameEquals (ReadOnlySpan<Byte>) |
| NameEquals(ReadOnlySpan<Char>) | System.Text.Json.JsonProperty.NameEquals (ReadOnlySpan<Char>) |
| WriteTo(Utf8JsonWriter) | System.Text.Json.JsonProperty.WriteTo (Utf8JsonWriter) |
| ToString() | System.Text.Json.JsonProperty.ToString() |
| JsonValueKind | System.Text.Json.JsonValueKind |
| value__ | System.Text.Json.JsonValueKind.value__ |
| Undefined | System.Text.Json.JsonValueKind.Undefined |
| Object | System.Text.Json.JsonValueKind.Object |
| Array | System.Text.Json.JsonValueKind.Array |
| String | System.Text.Json.JsonValueKind.String |
| Number | System.Text.Json.JsonValueKind.Number |
| True | System.Text.Json.JsonValueKind.True |
| False | System.Text.Json.JsonValueKind.False |
| Null | System.Text.Json.JsonValueKind.Null |
| JsonReaderOptions | System.Text.Json.JsonReaderOptions |
| get_CommentHandling() | System.Text.Json.JsonReaderOptions .get_CommentHandling() |
| set_CommentHandling(JsonCommentHandling) | System.Text.Json.JsonReaderOptions .set_CommentHandling(JsonCommentHandling ) |
| get_MaxDepth() | System.Text.Json.JsonReaderOptions .get_MaxDepth() |
| set_MaxDepth(Int32) | System.Text.Json.JsonReaderOptions .set_MaxDepth(Int32) |
| get_AllowTrailingCommas() | System.Text.Json.JsonReaderOptions .get_AllowTrailingCommas() |
| set_AllowTrailingCommas(Boolean) | System.Text.Json.JsonReaderOptions .set_AllowTrailingCommas(Boolean) |
| JsonReaderState | System.Text.Json.JsonReaderState |
| .ctor(JsonReaderOptions) | System.Text.Json.JsonReaderState..ctor (JsonReaderOptions) |
| get_Options() | System.Text.Json.JsonReaderState .get_Options() |
| Utf8JsonReader | System.Text.Json.Utf8JsonReader |
| get_ValueSpan() | System.Text.Json.Utf8JsonReader .get_ValueSpan() |
| get_BytesConsumed() | System.Text.Json.Utf8JsonReader .get_BytesConsumed() |
| get_TokenStartIndex() | System.Text.Json.Utf8JsonReader .get_TokenStartIndex() |
| get_CurrentDepth() | System.Text.Json.Utf8JsonReader .get_CurrentDepth() |
| get_TokenType() | System.Text.Json.Utf8JsonReader .get_TokenType() |
| get_HasValueSequence() | System.Text.Json.Utf8JsonReader .get_HasValueSequence() |
| get_IsFinalBlock() | System.Text.Json.Utf8JsonReader .get_IsFinalBlock() |
| get_ValueSequence() | System.Text.Json.Utf8JsonReader .get_ValueSequence() |
| get_Position() | System.Text.Json.Utf8JsonReader .get_Position() |
| get_CurrentState() | System.Text.Json.Utf8JsonReader .get_CurrentState() |
| .ctor(ReadOnlySpan<Byte>,Boolean ,JsonReaderState) | System.Text.Json.Utf8JsonReader..ctor (ReadOnlySpan<Byte>,Boolean ,JsonReaderState) |
| .ctor(ReadOnlySpan<Byte> ,JsonReaderOptions) | System.Text.Json.Utf8JsonReader..ctor (ReadOnlySpan<Byte>,JsonReaderOptions) |
| Read() | System.Text.Json.Utf8JsonReader.Read() |
| Skip() | System.Text.Json.Utf8JsonReader.Skip() |
| TrySkip() | System.Text.Json.Utf8JsonReader.TrySkip( ) |
| ValueTextEquals(ReadOnlySpan<Byte>) | System.Text.Json.Utf8JsonReader .ValueTextEquals(ReadOnlySpan<Byte>) |
| ValueTextEquals(String) | System.Text.Json.Utf8JsonReader .ValueTextEquals(String) |
| ValueTextEquals(ReadOnlySpan<Char>) | System.Text.Json.Utf8JsonReader .ValueTextEquals(ReadOnlySpan<Char>) |
| .ctor(ReadOnlySequence<Byte>,Boolean ,JsonReaderState) | System.Text.Json.Utf8JsonReader..ctor (ReadOnlySequence<Byte>,Boolean ,JsonReaderState) |
| .ctor(ReadOnlySequence<Byte> ,JsonReaderOptions) | System.Text.Json.Utf8JsonReader..ctor (ReadOnlySequence<Byte> ,JsonReaderOptions) |
| GetString() | System.Text.Json.Utf8JsonReader .GetString() |
| GetComment() | System.Text.Json.Utf8JsonReader .GetComment() |
| GetBoolean() | System.Text.Json.Utf8JsonReader .GetBoolean() |
| GetBytesFromBase64() | System.Text.Json.Utf8JsonReader .GetBytesFromBase64() |
| GetByte() | System.Text.Json.Utf8JsonReader.GetByte( ) |
| GetSByte() | System.Text.Json.Utf8JsonReader.GetSByte () |
| GetInt16() | System.Text.Json.Utf8JsonReader.GetInt16 () |
| GetInt32() | System.Text.Json.Utf8JsonReader.GetInt32 () |
| GetInt64() | System.Text.Json.Utf8JsonReader.GetInt64 () |
| GetUInt16() | System.Text.Json.Utf8JsonReader .GetUInt16() |
| GetUInt32() | System.Text.Json.Utf8JsonReader .GetUInt32() |
| GetUInt64() | System.Text.Json.Utf8JsonReader .GetUInt64() |
| GetSingle() | System.Text.Json.Utf8JsonReader .GetSingle() |
| GetDouble() | System.Text.Json.Utf8JsonReader .GetDouble() |
| GetDecimal() | System.Text.Json.Utf8JsonReader .GetDecimal() |
| GetDateTime() | System.Text.Json.Utf8JsonReader .GetDateTime() |
| GetDateTimeOffset() | System.Text.Json.Utf8JsonReader .GetDateTimeOffset() |
| GetGuid() | System.Text.Json.Utf8JsonReader.GetGuid( ) |
| TryGetBytesFromBase64(Byte[]&) | System.Text.Json.Utf8JsonReader .TryGetBytesFromBase64(Byte[]&) |
| TryGetByte(Byte&) | System.Text.Json.Utf8JsonReader .TryGetByte(Byte&) |
| TryGetSByte(SByte&) | System.Text.Json.Utf8JsonReader .TryGetSByte(SByte&) |
| TryGetInt16(Int16&) | System.Text.Json.Utf8JsonReader .TryGetInt16(Int16&) |
| TryGetInt32(Int32&) | System.Text.Json.Utf8JsonReader .TryGetInt32(Int32&) |
| TryGetInt64(Int64&) | System.Text.Json.Utf8JsonReader .TryGetInt64(Int64&) |
| TryGetUInt16(UInt16&) | System.Text.Json.Utf8JsonReader .TryGetUInt16(UInt16&) |
| TryGetUInt32(UInt32&) | System.Text.Json.Utf8JsonReader .TryGetUInt32(UInt32&) |
| TryGetUInt64(UInt64&) | System.Text.Json.Utf8JsonReader .TryGetUInt64(UInt64&) |
| TryGetSingle(Single&) | System.Text.Json.Utf8JsonReader .TryGetSingle(Single&) |
| TryGetDouble(Double&) | System.Text.Json.Utf8JsonReader .TryGetDouble(Double&) |
| TryGetDecimal(Decimal&) | System.Text.Json.Utf8JsonReader .TryGetDecimal(Decimal&) |
| TryGetDateTime(DateTime&) | System.Text.Json.Utf8JsonReader .TryGetDateTime(DateTime&) |
| TryGetDateTimeOffset(DateTimeOffset&) | System.Text.Json.Utf8JsonReader .TryGetDateTimeOffset(DateTimeOffset&) |
| TryGetGuid(Guid&) | System.Text.Json.Utf8JsonReader .TryGetGuid(Guid&) |
| JsonNamingPolicy | System.Text.Json.JsonNamingPolicy |
| .ctor() | System.Text.Json.JsonNamingPolicy..ctor( ) |
| get_CamelCase() | System.Text.Json.JsonNamingPolicy .get_CamelCase() |
| ConvertName(String) | System.Text.Json.JsonNamingPolicy .ConvertName(String) |
| JsonSerializer | System.Text.Json.JsonSerializer |
| DeserializeAsync<TValue>(Stream ,JsonSerializerOptions,CancellationToken ) | System.Text.Json.JsonSerializer .DeserializeAsync<TValue>(Stream ,JsonSerializerOptions,CancellationToken ) |
| DeserializeAsync(Stream,Type ,JsonSerializerOptions,CancellationToken ) | System.Text.Json.JsonSerializer .DeserializeAsync(Stream,Type ,JsonSerializerOptions,CancellationToken ) |
| Deserialize<TValue>(String ,JsonSerializerOptions) | System.Text.Json.JsonSerializer .Deserialize<TValue>(String ,JsonSerializerOptions) |
| Deserialize(String,Type ,JsonSerializerOptions) | System.Text.Json.JsonSerializer .Deserialize(String,Type ,JsonSerializerOptions) |
| Deserialize<TValue>(ReadOnlySpan<Byte> ,JsonSerializerOptions) | System.Text.Json.JsonSerializer .Deserialize<TValue>(ReadOnlySpan<Byte> ,JsonSerializerOptions) |
| Deserialize(ReadOnlySpan<Byte>,Type ,JsonSerializerOptions) | System.Text.Json.JsonSerializer .Deserialize(ReadOnlySpan<Byte>,Type ,JsonSerializerOptions) |
| Deserialize<TValue>(Utf8JsonReader& ,JsonSerializerOptions) | System.Text.Json.JsonSerializer .Deserialize<TValue>(Utf8JsonReader& ,JsonSerializerOptions) |
| Deserialize(Utf8JsonReader&,Type ,JsonSerializerOptions) | System.Text.Json.JsonSerializer .Deserialize(Utf8JsonReader&,Type ,JsonSerializerOptions) |
| SerializeToUtf8Bytes<TValue>(TValue ,JsonSerializerOptions) | System.Text.Json.JsonSerializer .SerializeToUtf8Bytes<TValue>(TValue ,JsonSerializerOptions) |
| SerializeToUtf8Bytes(Object,Type ,JsonSerializerOptions) | System.Text.Json.JsonSerializer .SerializeToUtf8Bytes(Object,Type ,JsonSerializerOptions) |
| SerializeAsync<TValue>(Stream,TValue ,JsonSerializerOptions,CancellationToken ) | System.Text.Json.JsonSerializer .SerializeAsync<TValue>(Stream,TValue ,JsonSerializerOptions,CancellationToken ) |
| SerializeAsync(Stream,Object,Type ,JsonSerializerOptions,CancellationToken ) | System.Text.Json.JsonSerializer .SerializeAsync(Stream,Object,Type ,JsonSerializerOptions,CancellationToken ) |
| Serialize<TValue>(TValue ,JsonSerializerOptions) | System.Text.Json.JsonSerializer .Serialize<TValue>(TValue ,JsonSerializerOptions) |
| Serialize(Object,Type ,JsonSerializerOptions) | System.Text.Json.JsonSerializer .Serialize(Object,Type ,JsonSerializerOptions) |
| Serialize<TValue>(Utf8JsonWriter,TValue ,JsonSerializerOptions) | System.Text.Json.JsonSerializer .Serialize<TValue>(Utf8JsonWriter,TValue ,JsonSerializerOptions) |
| Serialize(Utf8JsonWriter,Object,Type ,JsonSerializerOptions) | System.Text.Json.JsonSerializer .Serialize(Utf8JsonWriter,Object,Type ,JsonSerializerOptions) |
| JsonSerializerOptions | System.Text.Json.JsonSerializerOptions |
| .ctor() | System.Text.Json.JsonSerializerOptions. .ctor() |
| get_AllowTrailingCommas() | System.Text.Json.JsonSerializerOptions .get_AllowTrailingCommas() |
| set_AllowTrailingCommas(Boolean) | System.Text.Json.JsonSerializerOptions .set_AllowTrailingCommas(Boolean) |
| get_DefaultBufferSize() | System.Text.Json.JsonSerializerOptions .get_DefaultBufferSize() |
| set_DefaultBufferSize(Int32) | System.Text.Json.JsonSerializerOptions .set_DefaultBufferSize(Int32) |
| get_Encoder() | System.Text.Json.JsonSerializerOptions .get_Encoder() |
| set_Encoder(JavaScriptEncoder) | System.Text.Json.JsonSerializerOptions .set_Encoder(JavaScriptEncoder) |
| get_DictionaryKeyPolicy() | System.Text.Json.JsonSerializerOptions .get_DictionaryKeyPolicy() |
| set_DictionaryKeyPolicy(JsonNamingPolicy ) | System.Text.Json.JsonSerializerOptions .set_DictionaryKeyPolicy (JsonNamingPolicy) |
| get_IgnoreNullValues() | System.Text.Json.JsonSerializerOptions .get_IgnoreNullValues() |
| set_IgnoreNullValues(Boolean) | System.Text.Json.JsonSerializerOptions .set_IgnoreNullValues(Boolean) |
| get_IgnoreReadOnlyProperties() | System.Text.Json.JsonSerializerOptions .get_IgnoreReadOnlyProperties() |
| set_IgnoreReadOnlyProperties(Boolean) | System.Text.Json.JsonSerializerOptions .set_IgnoreReadOnlyProperties(Boolean) |
| get_MaxDepth() | System.Text.Json.JsonSerializerOptions .get_MaxDepth() |
| set_MaxDepth(Int32) | System.Text.Json.JsonSerializerOptions .set_MaxDepth(Int32) |
| get_PropertyNamingPolicy() | System.Text.Json.JsonSerializerOptions .get_PropertyNamingPolicy() |
| set_PropertyNamingPolicy (JsonNamingPolicy) | System.Text.Json.JsonSerializerOptions .set_PropertyNamingPolicy (JsonNamingPolicy) |
| get_PropertyNameCaseInsensitive() | System.Text.Json.JsonSerializerOptions .get_PropertyNameCaseInsensitive() |
| set_PropertyNameCaseInsensitive(Boolean) | System.Text.Json.JsonSerializerOptions .set_PropertyNameCaseInsensitive(Boolean ) |
| get_ReadCommentHandling() | System.Text.Json.JsonSerializerOptions .get_ReadCommentHandling() |
| set_ReadCommentHandling (JsonCommentHandling) | System.Text.Json.JsonSerializerOptions .set_ReadCommentHandling (JsonCommentHandling) |
| get_WriteIndented() | System.Text.Json.JsonSerializerOptions .get_WriteIndented() |
| set_WriteIndented(Boolean) | System.Text.Json.JsonSerializerOptions .set_WriteIndented(Boolean) |
| get_Converters() | System.Text.Json.JsonSerializerOptions .get_Converters() |
| GetConverter(Type) | System.Text.Json.JsonSerializerOptions .GetConverter(Type) |
| JsonWriterOptions | System.Text.Json.JsonWriterOptions |
| get_Encoder() | System.Text.Json.JsonWriterOptions .get_Encoder() |
| set_Encoder(JavaScriptEncoder) | System.Text.Json.JsonWriterOptions .set_Encoder(JavaScriptEncoder) |
| get_Indented() | System.Text.Json.JsonWriterOptions .get_Indented() |
| set_Indented(Boolean) | System.Text.Json.JsonWriterOptions .set_Indented(Boolean) |
| get_SkipValidation() | System.Text.Json.JsonWriterOptions .get_SkipValidation() |
| set_SkipValidation(Boolean) | System.Text.Json.JsonWriterOptions .set_SkipValidation(Boolean) |
| Utf8JsonWriter | System.Text.Json.Utf8JsonWriter |
| get_BytesPending() | System.Text.Json.Utf8JsonWriter .get_BytesPending() |
| get_BytesCommitted() | System.Text.Json.Utf8JsonWriter .get_BytesCommitted() |
| get_Options() | System.Text.Json.Utf8JsonWriter .get_Options() |
| get_CurrentDepth() | System.Text.Json.Utf8JsonWriter .get_CurrentDepth() |
| .ctor(IBufferWriter<Byte> ,JsonWriterOptions) | System.Text.Json.Utf8JsonWriter..ctor (IBufferWriter<Byte>,JsonWriterOptions) |
| .ctor(Stream,JsonWriterOptions) | System.Text.Json.Utf8JsonWriter..ctor (Stream,JsonWriterOptions) |
| Reset() | System.Text.Json.Utf8JsonWriter.Reset() |
| Reset(Stream) | System.Text.Json.Utf8JsonWriter.Reset (Stream) |
| Reset(IBufferWriter<Byte>) | System.Text.Json.Utf8JsonWriter.Reset (IBufferWriter<Byte>) |
| Flush() | System.Text.Json.Utf8JsonWriter.Flush() |
| Dispose() | System.Text.Json.Utf8JsonWriter.Dispose( ) |
| DisposeAsync() | System.Text.Json.Utf8JsonWriter .DisposeAsync() |
| FlushAsync(CancellationToken) | System.Text.Json.Utf8JsonWriter .FlushAsync(CancellationToken) |
| WriteStartArray() | System.Text.Json.Utf8JsonWriter .WriteStartArray() |
| WriteStartObject() | System.Text.Json.Utf8JsonWriter .WriteStartObject() |
| WriteStartArray(JsonEncodedText) | System.Text.Json.Utf8JsonWriter .WriteStartArray(JsonEncodedText) |
| WriteStartObject(JsonEncodedText) | System.Text.Json.Utf8JsonWriter .WriteStartObject(JsonEncodedText) |
| WriteStartArray(ReadOnlySpan<Byte>) | System.Text.Json.Utf8JsonWriter .WriteStartArray(ReadOnlySpan<Byte>) |
| WriteStartObject(ReadOnlySpan<Byte>) | System.Text.Json.Utf8JsonWriter .WriteStartObject(ReadOnlySpan<Byte>) |
| WriteStartArray(String) | System.Text.Json.Utf8JsonWriter .WriteStartArray(String) |
| WriteStartObject(String) | System.Text.Json.Utf8JsonWriter .WriteStartObject(String) |
| WriteStartArray(ReadOnlySpan<Char>) | System.Text.Json.Utf8JsonWriter .WriteStartArray(ReadOnlySpan<Char>) |
| WriteStartObject(ReadOnlySpan<Char>) | System.Text.Json.Utf8JsonWriter .WriteStartObject(ReadOnlySpan<Char>) |
| WriteEndArray() | System.Text.Json.Utf8JsonWriter .WriteEndArray() |
| WriteEndObject() | System.Text.Json.Utf8JsonWriter .WriteEndObject() |
| WriteBase64String(JsonEncodedText ,ReadOnlySpan<Byte>) | System.Text.Json.Utf8JsonWriter .WriteBase64String(JsonEncodedText ,ReadOnlySpan<Byte>) |
| WriteBase64String(String,ReadOnlySpan <Byte>) | System.Text.Json.Utf8JsonWriter .WriteBase64String(String,ReadOnlySpan <Byte>) |
| WriteBase64String(ReadOnlySpan<Char> ,ReadOnlySpan<Byte>) | System.Text.Json.Utf8JsonWriter .WriteBase64String(ReadOnlySpan<Char> ,ReadOnlySpan<Byte>) |
| WriteBase64String(ReadOnlySpan<Byte> ,ReadOnlySpan<Byte>) | System.Text.Json.Utf8JsonWriter .WriteBase64String(ReadOnlySpan<Byte> ,ReadOnlySpan<Byte>) |
| WriteString(JsonEncodedText,DateTime) | System.Text.Json.Utf8JsonWriter .WriteString(JsonEncodedText,DateTime) |
| WriteString(String,DateTime) | System.Text.Json.Utf8JsonWriter .WriteString(String,DateTime) |
| WriteString(ReadOnlySpan<Char>,DateTime) | System.Text.Json.Utf8JsonWriter .WriteString(ReadOnlySpan<Char>,DateTime ) |
| WriteString(ReadOnlySpan<Byte>,DateTime) | System.Text.Json.Utf8JsonWriter .WriteString(ReadOnlySpan<Byte>,DateTime ) |
| WriteString(JsonEncodedText ,DateTimeOffset) | System.Text.Json.Utf8JsonWriter .WriteString(JsonEncodedText ,DateTimeOffset) |
| WriteString(String,DateTimeOffset) | System.Text.Json.Utf8JsonWriter .WriteString(String,DateTimeOffset) |
| WriteString(ReadOnlySpan<Char> ,DateTimeOffset) | System.Text.Json.Utf8JsonWriter .WriteString(ReadOnlySpan<Char> ,DateTimeOffset) |
| WriteString(ReadOnlySpan<Byte> ,DateTimeOffset) | System.Text.Json.Utf8JsonWriter .WriteString(ReadOnlySpan<Byte> ,DateTimeOffset) |
| WriteNumber(JsonEncodedText,Decimal) | System.Text.Json.Utf8JsonWriter .WriteNumber(JsonEncodedText,Decimal) |
| WriteNumber(String,Decimal) | System.Text.Json.Utf8JsonWriter .WriteNumber(String,Decimal) |
| WriteNumber(ReadOnlySpan<Char>,Decimal) | System.Text.Json.Utf8JsonWriter .WriteNumber(ReadOnlySpan<Char>,Decimal) |
| WriteNumber(ReadOnlySpan<Byte>,Decimal) | System.Text.Json.Utf8JsonWriter .WriteNumber(ReadOnlySpan<Byte>,Decimal) |
| WriteNumber(JsonEncodedText,Double) | System.Text.Json.Utf8JsonWriter .WriteNumber(JsonEncodedText,Double) |
| WriteNumber(String,Double) | System.Text.Json.Utf8JsonWriter .WriteNumber(String,Double) |
| WriteNumber(ReadOnlySpan<Char>,Double) | System.Text.Json.Utf8JsonWriter .WriteNumber(ReadOnlySpan<Char>,Double) |
| WriteNumber(ReadOnlySpan<Byte>,Double) | System.Text.Json.Utf8JsonWriter .WriteNumber(ReadOnlySpan<Byte>,Double) |
| WriteNumber(JsonEncodedText,Single) | System.Text.Json.Utf8JsonWriter .WriteNumber(JsonEncodedText,Single) |
| WriteNumber(String,Single) | System.Text.Json.Utf8JsonWriter .WriteNumber(String,Single) |
| WriteNumber(ReadOnlySpan<Char>,Single) | System.Text.Json.Utf8JsonWriter .WriteNumber(ReadOnlySpan<Char>,Single) |
| WriteNumber(ReadOnlySpan<Byte>,Single) | System.Text.Json.Utf8JsonWriter .WriteNumber(ReadOnlySpan<Byte>,Single) |
| WriteString(JsonEncodedText,Guid) | System.Text.Json.Utf8JsonWriter .WriteString(JsonEncodedText,Guid) |
| WriteString(String,Guid) | System.Text.Json.Utf8JsonWriter .WriteString(String,Guid) |
| WriteString(ReadOnlySpan<Char>,Guid) | System.Text.Json.Utf8JsonWriter .WriteString(ReadOnlySpan<Char>,Guid) |
| WriteString(ReadOnlySpan<Byte>,Guid) | System.Text.Json.Utf8JsonWriter .WriteString(ReadOnlySpan<Byte>,Guid) |
| WriteNull(JsonEncodedText) | System.Text.Json.Utf8JsonWriter .WriteNull(JsonEncodedText) |
| WriteNull(String) | System.Text.Json.Utf8JsonWriter .WriteNull(String) |
| WriteNull(ReadOnlySpan<Char>) | System.Text.Json.Utf8JsonWriter .WriteNull(ReadOnlySpan<Char>) |
| WriteNull(ReadOnlySpan<Byte>) | System.Text.Json.Utf8JsonWriter .WriteNull(ReadOnlySpan<Byte>) |
| WriteBoolean(JsonEncodedText,Boolean) | System.Text.Json.Utf8JsonWriter .WriteBoolean(JsonEncodedText,Boolean) |
| WriteBoolean(String,Boolean) | System.Text.Json.Utf8JsonWriter .WriteBoolean(String,Boolean) |
| WriteBoolean(ReadOnlySpan<Char>,Boolean) | System.Text.Json.Utf8JsonWriter .WriteBoolean(ReadOnlySpan<Char>,Boolean ) |
| WriteBoolean(ReadOnlySpan<Byte>,Boolean) | System.Text.Json.Utf8JsonWriter .WriteBoolean(ReadOnlySpan<Byte>,Boolean ) |
| WriteNumber(JsonEncodedText,Int64) | System.Text.Json.Utf8JsonWriter .WriteNumber(JsonEncodedText,Int64) |
| WriteNumber(String,Int64) | System.Text.Json.Utf8JsonWriter .WriteNumber(String,Int64) |
| WriteNumber(ReadOnlySpan<Char>,Int64) | System.Text.Json.Utf8JsonWriter .WriteNumber(ReadOnlySpan<Char>,Int64) |
| WriteNumber(ReadOnlySpan<Byte>,Int64) | System.Text.Json.Utf8JsonWriter .WriteNumber(ReadOnlySpan<Byte>,Int64) |
| WriteNumber(JsonEncodedText,Int32) | System.Text.Json.Utf8JsonWriter .WriteNumber(JsonEncodedText,Int32) |
| WriteNumber(String,Int32) | System.Text.Json.Utf8JsonWriter .WriteNumber(String,Int32) |
| WriteNumber(ReadOnlySpan<Char>,Int32) | System.Text.Json.Utf8JsonWriter .WriteNumber(ReadOnlySpan<Char>,Int32) |
| WriteNumber(ReadOnlySpan<Byte>,Int32) | System.Text.Json.Utf8JsonWriter .WriteNumber(ReadOnlySpan<Byte>,Int32) |
| WritePropertyName(JsonEncodedText) | System.Text.Json.Utf8JsonWriter .WritePropertyName(JsonEncodedText) |
| WritePropertyName(String) | System.Text.Json.Utf8JsonWriter .WritePropertyName(String) |
| WritePropertyName(ReadOnlySpan<Char>) | System.Text.Json.Utf8JsonWriter .WritePropertyName(ReadOnlySpan<Char>) |
| WritePropertyName(ReadOnlySpan<Byte>) | System.Text.Json.Utf8JsonWriter .WritePropertyName(ReadOnlySpan<Byte>) |
| WriteString(JsonEncodedText ,JsonEncodedText) | System.Text.Json.Utf8JsonWriter .WriteString(JsonEncodedText ,JsonEncodedText) |
| WriteString(String,JsonEncodedText) | System.Text.Json.Utf8JsonWriter .WriteString(String,JsonEncodedText) |
| WriteString(String,String) | System.Text.Json.Utf8JsonWriter .WriteString(String,String) |
| WriteString(ReadOnlySpan<Char> ,ReadOnlySpan<Char>) | System.Text.Json.Utf8JsonWriter .WriteString(ReadOnlySpan<Char> ,ReadOnlySpan<Char>) |
| WriteString(ReadOnlySpan<Byte> ,ReadOnlySpan<Byte>) | System.Text.Json.Utf8JsonWriter .WriteString(ReadOnlySpan<Byte> ,ReadOnlySpan<Byte>) |
| WriteString(JsonEncodedText,String) | System.Text.Json.Utf8JsonWriter .WriteString(JsonEncodedText,String) |
| WriteString(JsonEncodedText,ReadOnlySpan <Char>) | System.Text.Json.Utf8JsonWriter .WriteString(JsonEncodedText ,ReadOnlySpan<Char>) |
| WriteString(String,ReadOnlySpan<Char>) | System.Text.Json.Utf8JsonWriter .WriteString(String,ReadOnlySpan<Char>) |
| WriteString(ReadOnlySpan<Byte> ,ReadOnlySpan<Char>) | System.Text.Json.Utf8JsonWriter .WriteString(ReadOnlySpan<Byte> ,ReadOnlySpan<Char>) |
| WriteString(JsonEncodedText,ReadOnlySpan <Byte>) | System.Text.Json.Utf8JsonWriter .WriteString(JsonEncodedText ,ReadOnlySpan<Byte>) |
| WriteString(String,ReadOnlySpan<Byte>) | System.Text.Json.Utf8JsonWriter .WriteString(String,ReadOnlySpan<Byte>) |
| WriteString(ReadOnlySpan<Char> ,ReadOnlySpan<Byte>) | System.Text.Json.Utf8JsonWriter .WriteString(ReadOnlySpan<Char> ,ReadOnlySpan<Byte>) |
| WriteString(ReadOnlySpan<Char> ,JsonEncodedText) | System.Text.Json.Utf8JsonWriter .WriteString(ReadOnlySpan<Char> ,JsonEncodedText) |
| WriteString(ReadOnlySpan<Char>,String) | System.Text.Json.Utf8JsonWriter .WriteString(ReadOnlySpan<Char>,String) |
| WriteString(ReadOnlySpan<Byte> ,JsonEncodedText) | System.Text.Json.Utf8JsonWriter .WriteString(ReadOnlySpan<Byte> ,JsonEncodedText) |
| WriteString(ReadOnlySpan<Byte>,String) | System.Text.Json.Utf8JsonWriter .WriteString(ReadOnlySpan<Byte>,String) |
| WriteNumber(JsonEncodedText,UInt64) | System.Text.Json.Utf8JsonWriter .WriteNumber(JsonEncodedText,UInt64) |
| WriteNumber(String,UInt64) | System.Text.Json.Utf8JsonWriter .WriteNumber(String,UInt64) |
| WriteNumber(ReadOnlySpan<Char>,UInt64) | System.Text.Json.Utf8JsonWriter .WriteNumber(ReadOnlySpan<Char>,UInt64) |
| WriteNumber(ReadOnlySpan<Byte>,UInt64) | System.Text.Json.Utf8JsonWriter .WriteNumber(ReadOnlySpan<Byte>,UInt64) |
| WriteNumber(JsonEncodedText,UInt32) | System.Text.Json.Utf8JsonWriter .WriteNumber(JsonEncodedText,UInt32) |
| WriteNumber(String,UInt32) | System.Text.Json.Utf8JsonWriter .WriteNumber(String,UInt32) |
| WriteNumber(ReadOnlySpan<Char>,UInt32) | System.Text.Json.Utf8JsonWriter .WriteNumber(ReadOnlySpan<Char>,UInt32) |
| WriteNumber(ReadOnlySpan<Byte>,UInt32) | System.Text.Json.Utf8JsonWriter .WriteNumber(ReadOnlySpan<Byte>,UInt32) |
| WriteBase64StringValue(ReadOnlySpan<Byte >) | System.Text.Json.Utf8JsonWriter .WriteBase64StringValue(ReadOnlySpan <Byte>) |
| WriteCommentValue(String) | System.Text.Json.Utf8JsonWriter .WriteCommentValue(String) |
| WriteCommentValue(ReadOnlySpan<Char>) | System.Text.Json.Utf8JsonWriter .WriteCommentValue(ReadOnlySpan<Char>) |
| WriteCommentValue(ReadOnlySpan<Byte>) | System.Text.Json.Utf8JsonWriter .WriteCommentValue(ReadOnlySpan<Byte>) |
| WriteStringValue(DateTime) | System.Text.Json.Utf8JsonWriter .WriteStringValue(DateTime) |
| WriteStringValue(DateTimeOffset) | System.Text.Json.Utf8JsonWriter .WriteStringValue(DateTimeOffset) |
| WriteNumberValue(Decimal) | System.Text.Json.Utf8JsonWriter .WriteNumberValue(Decimal) |
| WriteNumberValue(Double) | System.Text.Json.Utf8JsonWriter .WriteNumberValue(Double) |
| WriteNumberValue(Single) | System.Text.Json.Utf8JsonWriter .WriteNumberValue(Single) |
| WriteStringValue(Guid) | System.Text.Json.Utf8JsonWriter .WriteStringValue(Guid) |
| WriteNullValue() | System.Text.Json.Utf8JsonWriter .WriteNullValue() |
| WriteBooleanValue(Boolean) | System.Text.Json.Utf8JsonWriter .WriteBooleanValue(Boolean) |
| WriteNumberValue(Int32) | System.Text.Json.Utf8JsonWriter .WriteNumberValue(Int32) |
| WriteNumberValue(Int64) | System.Text.Json.Utf8JsonWriter .WriteNumberValue(Int64) |
| WriteStringValue(JsonEncodedText) | System.Text.Json.Utf8JsonWriter .WriteStringValue(JsonEncodedText) |
| WriteStringValue(String) | System.Text.Json.Utf8JsonWriter .WriteStringValue(String) |
| WriteStringValue(ReadOnlySpan<Char>) | System.Text.Json.Utf8JsonWriter .WriteStringValue(ReadOnlySpan<Char>) |
| WriteStringValue(ReadOnlySpan<Byte>) | System.Text.Json.Utf8JsonWriter .WriteStringValue(ReadOnlySpan<Byte>) |
| WriteNumberValue(UInt32) | System.Text.Json.Utf8JsonWriter .WriteNumberValue(UInt32) |
| WriteNumberValue(UInt64) | System.Text.Json.Utf8JsonWriter .WriteNumberValue(UInt64) |
| JsonAttribute | System.Text.Json.Serialization .JsonAttribute |
| .ctor() | System.Text.Json.Serialization .JsonAttribute..ctor() |
| JsonConverter | System.Text.Json.Serialization .JsonConverter |
| CanConvert(Type) | System.Text.Json.Serialization .JsonConverter.CanConvert(Type) |
| JsonConverterAttribute | System.Text.Json.Serialization .JsonConverterAttribute |
| .ctor(Type) | System.Text.Json.Serialization .JsonConverterAttribute..ctor(Type) |
| .ctor() | System.Text.Json.Serialization .JsonConverterAttribute..ctor() |
| get_ConverterType() | System.Text.Json.Serialization .JsonConverterAttribute .get_ConverterType() |
| CreateConverter(Type) | System.Text.Json.Serialization .JsonConverterAttribute.CreateConverter (Type) |
| JsonConverterFactory | System.Text.Json.Serialization .JsonConverterFactory |
| .ctor() | System.Text.Json.Serialization .JsonConverterFactory..ctor() |
| CreateConverter(Type ,JsonSerializerOptions) | System.Text.Json.Serialization .JsonConverterFactory.CreateConverter (Type,JsonSerializerOptions) |
| JsonConverter<T> | System.Text.Json.Serialization .JsonConverter<T> |
| .ctor() | System.Text.Json.Serialization .JsonConverter<T>..ctor() |
| CanConvert(Type) | System.Text.Json.Serialization .JsonConverter<T>.CanConvert(Type) |
| Read(Utf8JsonReader&,Type ,JsonSerializerOptions) | System.Text.Json.Serialization .JsonConverter<T>.Read(Utf8JsonReader& ,Type,JsonSerializerOptions) |
| Write(Utf8JsonWriter,T ,JsonSerializerOptions) | System.Text.Json.Serialization .JsonConverter<T>.Write(Utf8JsonWriter,T ,JsonSerializerOptions) |
| JsonExtensionDataAttribute | System.Text.Json.Serialization .JsonExtensionDataAttribute |
| .ctor() | System.Text.Json.Serialization .JsonExtensionDataAttribute..ctor() |
| JsonIgnoreAttribute | System.Text.Json.Serialization .JsonIgnoreAttribute |
| .ctor() | System.Text.Json.Serialization .JsonIgnoreAttribute..ctor() |
| JsonPropertyNameAttribute | System.Text.Json.Serialization .JsonPropertyNameAttribute |
| .ctor(String) | System.Text.Json.Serialization .JsonPropertyNameAttribute..ctor(String) |
| get_Name() | System.Text.Json.Serialization .JsonPropertyNameAttribute.get_Name() |
| JsonStringEnumConverter | System.Text.Json.Serialization .JsonStringEnumConverter |
| .ctor() | System.Text.Json.Serialization .JsonStringEnumConverter..ctor() |
| .ctor(JsonNamingPolicy,Boolean) | System.Text.Json.Serialization .JsonStringEnumConverter..ctor (JsonNamingPolicy,Boolean) |
| CanConvert(Type) | System.Text.Json.Serialization .JsonStringEnumConverter.CanConvert(Type ) |
| CreateConverter(Type ,JsonSerializerOptions) | System.Text.Json.Serialization .JsonStringEnumConverter.CreateConverter (Type,JsonSerializerOptions) |
| UnicodeRange | System.Text.Unicode.UnicodeRange |
| .ctor(Int32,Int32) | System.Text.Unicode.UnicodeRange..ctor (Int32,Int32) |
| get_FirstCodePoint() | System.Text.Unicode.UnicodeRange .get_FirstCodePoint() |
| get_Length() | System.Text.Unicode.UnicodeRange .get_Length() |
| Create(Char,Char) | System.Text.Unicode.UnicodeRange.Create (Char,Char) |
| UnicodeRanges | System.Text.Unicode.UnicodeRanges |
| get_None() | System.Text.Unicode.UnicodeRanges .get_None() |
| get_All() | System.Text.Unicode.UnicodeRanges .get_All() |
| get_BasicLatin() | System.Text.Unicode.UnicodeRanges .get_BasicLatin() |
| get_Latin1Supplement() | System.Text.Unicode.UnicodeRanges .get_Latin1Supplement() |
| get_LatinExtendedA() | System.Text.Unicode.UnicodeRanges .get_LatinExtendedA() |
| get_LatinExtendedB() | System.Text.Unicode.UnicodeRanges .get_LatinExtendedB() |
| get_IpaExtensions() | System.Text.Unicode.UnicodeRanges .get_IpaExtensions() |
| get_SpacingModifierLetters() | System.Text.Unicode.UnicodeRanges .get_SpacingModifierLetters() |
| get_CombiningDiacriticalMarks() | System.Text.Unicode.UnicodeRanges .get_CombiningDiacriticalMarks() |
| get_GreekandCoptic() | System.Text.Unicode.UnicodeRanges .get_GreekandCoptic() |
| get_Cyrillic() | System.Text.Unicode.UnicodeRanges .get_Cyrillic() |
| get_CyrillicSupplement() | System.Text.Unicode.UnicodeRanges .get_CyrillicSupplement() |
| get_Armenian() | System.Text.Unicode.UnicodeRanges .get_Armenian() |
| get_Hebrew() | System.Text.Unicode.UnicodeRanges .get_Hebrew() |
| get_Arabic() | System.Text.Unicode.UnicodeRanges .get_Arabic() |
| get_Syriac() | System.Text.Unicode.UnicodeRanges .get_Syriac() |
| get_ArabicSupplement() | System.Text.Unicode.UnicodeRanges .get_ArabicSupplement() |
| get_Thaana() | System.Text.Unicode.UnicodeRanges .get_Thaana() |
| get_NKo() | System.Text.Unicode.UnicodeRanges .get_NKo() |
| get_Samaritan() | System.Text.Unicode.UnicodeRanges .get_Samaritan() |
| get_Mandaic() | System.Text.Unicode.UnicodeRanges .get_Mandaic() |
| get_SyriacSupplement() | System.Text.Unicode.UnicodeRanges .get_SyriacSupplement() |
| get_ArabicExtendedA() | System.Text.Unicode.UnicodeRanges .get_ArabicExtendedA() |
| get_Devanagari() | System.Text.Unicode.UnicodeRanges .get_Devanagari() |
| get_Bengali() | System.Text.Unicode.UnicodeRanges .get_Bengali() |
| get_Gurmukhi() | System.Text.Unicode.UnicodeRanges .get_Gurmukhi() |
| get_Gujarati() | System.Text.Unicode.UnicodeRanges .get_Gujarati() |
| get_Oriya() | System.Text.Unicode.UnicodeRanges .get_Oriya() |
| get_Tamil() | System.Text.Unicode.UnicodeRanges .get_Tamil() |
| get_Telugu() | System.Text.Unicode.UnicodeRanges .get_Telugu() |
| get_Kannada() | System.Text.Unicode.UnicodeRanges .get_Kannada() |
| get_Malayalam() | System.Text.Unicode.UnicodeRanges .get_Malayalam() |
| get_Sinhala() | System.Text.Unicode.UnicodeRanges .get_Sinhala() |
| get_Thai() | System.Text.Unicode.UnicodeRanges .get_Thai() |
| get_Lao() | System.Text.Unicode.UnicodeRanges .get_Lao() |
| get_Tibetan() | System.Text.Unicode.UnicodeRanges .get_Tibetan() |
| get_Myanmar() | System.Text.Unicode.UnicodeRanges .get_Myanmar() |
| get_Georgian() | System.Text.Unicode.UnicodeRanges .get_Georgian() |
| get_HangulJamo() | System.Text.Unicode.UnicodeRanges .get_HangulJamo() |
| get_Ethiopic() | System.Text.Unicode.UnicodeRanges .get_Ethiopic() |
| get_EthiopicSupplement() | System.Text.Unicode.UnicodeRanges .get_EthiopicSupplement() |
| get_Cherokee() | System.Text.Unicode.UnicodeRanges .get_Cherokee() |
| get_UnifiedCanadianAboriginalSyllabics() | System.Text.Unicode.UnicodeRanges .get_UnifiedCanadianAboriginalSyllabics( ) |
| get_Ogham() | System.Text.Unicode.UnicodeRanges .get_Ogham() |
| get_Runic() | System.Text.Unicode.UnicodeRanges .get_Runic() |
| get_Tagalog() | System.Text.Unicode.UnicodeRanges .get_Tagalog() |
| get_Hanunoo() | System.Text.Unicode.UnicodeRanges .get_Hanunoo() |
| get_Buhid() | System.Text.Unicode.UnicodeRanges .get_Buhid() |
| get_Tagbanwa() | System.Text.Unicode.UnicodeRanges .get_Tagbanwa() |
| get_Khmer() | System.Text.Unicode.UnicodeRanges .get_Khmer() |
| get_Mongolian() | System.Text.Unicode.UnicodeRanges .get_Mongolian() |
| get_UnifiedCanadianAboriginalSyllabicsEx tended() | System.Text.Unicode.UnicodeRanges .get_UnifiedCanadianAboriginalSyllabicsE xtended() |
| get_Limbu() | System.Text.Unicode.UnicodeRanges .get_Limbu() |
| get_TaiLe() | System.Text.Unicode.UnicodeRanges .get_TaiLe() |
| get_NewTaiLue() | System.Text.Unicode.UnicodeRanges .get_NewTaiLue() |
| get_KhmerSymbols() | System.Text.Unicode.UnicodeRanges .get_KhmerSymbols() |
| get_Buginese() | System.Text.Unicode.UnicodeRanges .get_Buginese() |
| get_TaiTham() | System.Text.Unicode.UnicodeRanges .get_TaiTham() |
| get_CombiningDiacriticalMarksExtended() | System.Text.Unicode.UnicodeRanges .get_CombiningDiacriticalMarksExtended() |
| get_Balinese() | System.Text.Unicode.UnicodeRanges .get_Balinese() |
| get_Sundanese() | System.Text.Unicode.UnicodeRanges .get_Sundanese() |
| get_Batak() | System.Text.Unicode.UnicodeRanges .get_Batak() |
| get_Lepcha() | System.Text.Unicode.UnicodeRanges .get_Lepcha() |
| get_OlChiki() | System.Text.Unicode.UnicodeRanges .get_OlChiki() |
| get_CyrillicExtendedC() | System.Text.Unicode.UnicodeRanges .get_CyrillicExtendedC() |
| get_GeorgianExtended() | System.Text.Unicode.UnicodeRanges .get_GeorgianExtended() |
| get_SundaneseSupplement() | System.Text.Unicode.UnicodeRanges .get_SundaneseSupplement() |
| get_VedicExtensions() | System.Text.Unicode.UnicodeRanges .get_VedicExtensions() |
| get_PhoneticExtensions() | System.Text.Unicode.UnicodeRanges .get_PhoneticExtensions() |
| get_PhoneticExtensionsSupplement() | System.Text.Unicode.UnicodeRanges .get_PhoneticExtensionsSupplement() |
| get_CombiningDiacriticalMarksSupplement( ) | System.Text.Unicode.UnicodeRanges .get_CombiningDiacriticalMarksSupplement () |
| get_LatinExtendedAdditional() | System.Text.Unicode.UnicodeRanges .get_LatinExtendedAdditional() |
| get_GreekExtended() | System.Text.Unicode.UnicodeRanges .get_GreekExtended() |
| get_GeneralPunctuation() | System.Text.Unicode.UnicodeRanges .get_GeneralPunctuation() |
| get_SuperscriptsandSubscripts() | System.Text.Unicode.UnicodeRanges .get_SuperscriptsandSubscripts() |
| get_CurrencySymbols() | System.Text.Unicode.UnicodeRanges .get_CurrencySymbols() |
| get_CombiningDiacriticalMarksforSymbols( ) | System.Text.Unicode.UnicodeRanges .get_CombiningDiacriticalMarksforSymbols () |
| get_LetterlikeSymbols() | System.Text.Unicode.UnicodeRanges .get_LetterlikeSymbols() |
| get_NumberForms() | System.Text.Unicode.UnicodeRanges .get_NumberForms() |
| get_Arrows() | System.Text.Unicode.UnicodeRanges .get_Arrows() |
| get_MathematicalOperators() | System.Text.Unicode.UnicodeRanges .get_MathematicalOperators() |
| get_MiscellaneousTechnical() | System.Text.Unicode.UnicodeRanges .get_MiscellaneousTechnical() |
| get_ControlPictures() | System.Text.Unicode.UnicodeRanges .get_ControlPictures() |
| get_OpticalCharacterRecognition() | System.Text.Unicode.UnicodeRanges .get_OpticalCharacterRecognition() |
| get_EnclosedAlphanumerics() | System.Text.Unicode.UnicodeRanges .get_EnclosedAlphanumerics() |
| get_BoxDrawing() | System.Text.Unicode.UnicodeRanges .get_BoxDrawing() |
| get_BlockElements() | System.Text.Unicode.UnicodeRanges .get_BlockElements() |
| get_GeometricShapes() | System.Text.Unicode.UnicodeRanges .get_GeometricShapes() |
| get_MiscellaneousSymbols() | System.Text.Unicode.UnicodeRanges .get_MiscellaneousSymbols() |
| get_Dingbats() | System.Text.Unicode.UnicodeRanges .get_Dingbats() |
| get_MiscellaneousMathematicalSymbolsA() | System.Text.Unicode.UnicodeRanges .get_MiscellaneousMathematicalSymbolsA() |
| get_SupplementalArrowsA() | System.Text.Unicode.UnicodeRanges .get_SupplementalArrowsA() |
| get_BraillePatterns() | System.Text.Unicode.UnicodeRanges .get_BraillePatterns() |
| get_SupplementalArrowsB() | System.Text.Unicode.UnicodeRanges .get_SupplementalArrowsB() |
| get_MiscellaneousMathematicalSymbolsB() | System.Text.Unicode.UnicodeRanges .get_MiscellaneousMathematicalSymbolsB() |
| get_SupplementalMathematicalOperators() | System.Text.Unicode.UnicodeRanges .get_SupplementalMathematicalOperators() |
| get_MiscellaneousSymbolsandArrows() | System.Text.Unicode.UnicodeRanges .get_MiscellaneousSymbolsandArrows() |
| get_Glagolitic() | System.Text.Unicode.UnicodeRanges .get_Glagolitic() |
| get_LatinExtendedC() | System.Text.Unicode.UnicodeRanges .get_LatinExtendedC() |
| get_Coptic() | System.Text.Unicode.UnicodeRanges .get_Coptic() |
| get_GeorgianSupplement() | System.Text.Unicode.UnicodeRanges .get_GeorgianSupplement() |
| get_Tifinagh() | System.Text.Unicode.UnicodeRanges .get_Tifinagh() |
| get_EthiopicExtended() | System.Text.Unicode.UnicodeRanges .get_EthiopicExtended() |
| get_CyrillicExtendedA() | System.Text.Unicode.UnicodeRanges .get_CyrillicExtendedA() |
| get_SupplementalPunctuation() | System.Text.Unicode.UnicodeRanges .get_SupplementalPunctuation() |
| get_CjkRadicalsSupplement() | System.Text.Unicode.UnicodeRanges .get_CjkRadicalsSupplement() |
| get_KangxiRadicals() | System.Text.Unicode.UnicodeRanges .get_KangxiRadicals() |
| get_IdeographicDescriptionCharacters() | System.Text.Unicode.UnicodeRanges .get_IdeographicDescriptionCharacters() |
| get_CjkSymbolsandPunctuation() | System.Text.Unicode.UnicodeRanges .get_CjkSymbolsandPunctuation() |
| get_Hiragana() | System.Text.Unicode.UnicodeRanges .get_Hiragana() |
| get_Katakana() | System.Text.Unicode.UnicodeRanges .get_Katakana() |
| get_Bopomofo() | System.Text.Unicode.UnicodeRanges .get_Bopomofo() |
| get_HangulCompatibilityJamo() | System.Text.Unicode.UnicodeRanges .get_HangulCompatibilityJamo() |
| get_Kanbun() | System.Text.Unicode.UnicodeRanges .get_Kanbun() |
| get_BopomofoExtended() | System.Text.Unicode.UnicodeRanges .get_BopomofoExtended() |
| get_CjkStrokes() | System.Text.Unicode.UnicodeRanges .get_CjkStrokes() |
| get_KatakanaPhoneticExtensions() | System.Text.Unicode.UnicodeRanges .get_KatakanaPhoneticExtensions() |
| get_EnclosedCjkLettersandMonths() | System.Text.Unicode.UnicodeRanges .get_EnclosedCjkLettersandMonths() |
| get_CjkCompatibility() | System.Text.Unicode.UnicodeRanges .get_CjkCompatibility() |
| get_CjkUnifiedIdeographsExtensionA() | System.Text.Unicode.UnicodeRanges .get_CjkUnifiedIdeographsExtensionA() |
| get_YijingHexagramSymbols() | System.Text.Unicode.UnicodeRanges .get_YijingHexagramSymbols() |
| get_CjkUnifiedIdeographs() | System.Text.Unicode.UnicodeRanges .get_CjkUnifiedIdeographs() |
| get_YiSyllables() | System.Text.Unicode.UnicodeRanges .get_YiSyllables() |
| get_YiRadicals() | System.Text.Unicode.UnicodeRanges .get_YiRadicals() |
| get_Lisu() | System.Text.Unicode.UnicodeRanges .get_Lisu() |
| get_Vai() | System.Text.Unicode.UnicodeRanges .get_Vai() |
| get_CyrillicExtendedB() | System.Text.Unicode.UnicodeRanges .get_CyrillicExtendedB() |
| get_Bamum() | System.Text.Unicode.UnicodeRanges .get_Bamum() |
| get_ModifierToneLetters() | System.Text.Unicode.UnicodeRanges .get_ModifierToneLetters() |
| get_LatinExtendedD() | System.Text.Unicode.UnicodeRanges .get_LatinExtendedD() |
| get_SylotiNagri() | System.Text.Unicode.UnicodeRanges .get_SylotiNagri() |
| get_CommonIndicNumberForms() | System.Text.Unicode.UnicodeRanges .get_CommonIndicNumberForms() |
| get_Phagspa() | System.Text.Unicode.UnicodeRanges .get_Phagspa() |
| get_Saurashtra() | System.Text.Unicode.UnicodeRanges .get_Saurashtra() |
| get_DevanagariExtended() | System.Text.Unicode.UnicodeRanges .get_DevanagariExtended() |
| get_KayahLi() | System.Text.Unicode.UnicodeRanges .get_KayahLi() |
| get_Rejang() | System.Text.Unicode.UnicodeRanges .get_Rejang() |
| get_HangulJamoExtendedA() | System.Text.Unicode.UnicodeRanges .get_HangulJamoExtendedA() |
| get_Javanese() | System.Text.Unicode.UnicodeRanges .get_Javanese() |
| get_MyanmarExtendedB() | System.Text.Unicode.UnicodeRanges .get_MyanmarExtendedB() |
| get_Cham() | System.Text.Unicode.UnicodeRanges .get_Cham() |
| get_MyanmarExtendedA() | System.Text.Unicode.UnicodeRanges .get_MyanmarExtendedA() |
| get_TaiViet() | System.Text.Unicode.UnicodeRanges .get_TaiViet() |
| get_MeeteiMayekExtensions() | System.Text.Unicode.UnicodeRanges .get_MeeteiMayekExtensions() |
| get_EthiopicExtendedA() | System.Text.Unicode.UnicodeRanges .get_EthiopicExtendedA() |
| get_LatinExtendedE() | System.Text.Unicode.UnicodeRanges .get_LatinExtendedE() |
| get_CherokeeSupplement() | System.Text.Unicode.UnicodeRanges .get_CherokeeSupplement() |
| get_MeeteiMayek() | System.Text.Unicode.UnicodeRanges .get_MeeteiMayek() |
| get_HangulSyllables() | System.Text.Unicode.UnicodeRanges .get_HangulSyllables() |
| get_HangulJamoExtendedB() | System.Text.Unicode.UnicodeRanges .get_HangulJamoExtendedB() |
| get_CjkCompatibilityIdeographs() | System.Text.Unicode.UnicodeRanges .get_CjkCompatibilityIdeographs() |
| get_AlphabeticPresentationForms() | System.Text.Unicode.UnicodeRanges .get_AlphabeticPresentationForms() |
| get_ArabicPresentationFormsA() | System.Text.Unicode.UnicodeRanges .get_ArabicPresentationFormsA() |
| get_VariationSelectors() | System.Text.Unicode.UnicodeRanges .get_VariationSelectors() |
| get_VerticalForms() | System.Text.Unicode.UnicodeRanges .get_VerticalForms() |
| get_CombiningHalfMarks() | System.Text.Unicode.UnicodeRanges .get_CombiningHalfMarks() |
| get_CjkCompatibilityForms() | System.Text.Unicode.UnicodeRanges .get_CjkCompatibilityForms() |
| get_SmallFormVariants() | System.Text.Unicode.UnicodeRanges .get_SmallFormVariants() |
| get_ArabicPresentationFormsB() | System.Text.Unicode.UnicodeRanges .get_ArabicPresentationFormsB() |
| get_HalfwidthandFullwidthForms() | System.Text.Unicode.UnicodeRanges .get_HalfwidthandFullwidthForms() |
| get_Specials() | System.Text.Unicode.UnicodeRanges .get_Specials() |
| HtmlEncoder | System.Text.Encodings.Web.HtmlEncoder |
| get_Default() | System.Text.Encodings.Web.HtmlEncoder .get_Default() |
| Create(TextEncoderSettings) | System.Text.Encodings.Web.HtmlEncoder .Create(TextEncoderSettings) |
| Create(UnicodeRange[]) | System.Text.Encodings.Web.HtmlEncoder .Create(UnicodeRange[]) |
| .ctor() | System.Text.Encodings.Web.HtmlEncoder. .ctor() |
| JavaScriptEncoder | System.Text.Encodings.Web .JavaScriptEncoder |
| get_Default() | System.Text.Encodings.Web .JavaScriptEncoder.get_Default() |
| get_UnsafeRelaxedJsonEscaping() | System.Text.Encodings.Web .JavaScriptEncoder .get_UnsafeRelaxedJsonEscaping() |
| Create(TextEncoderSettings) | System.Text.Encodings.Web .JavaScriptEncoder.Create (TextEncoderSettings) |
| Create(UnicodeRange[]) | System.Text.Encodings.Web .JavaScriptEncoder.Create(UnicodeRange[] ) |
| .ctor() | System.Text.Encodings.Web .JavaScriptEncoder..ctor() |
| TextEncoder | System.Text.Encodings.Web.TextEncoder |
| TryEncodeUnicodeScalar(Int32,Char*,Int32 ,Int32&) | System.Text.Encodings.Web.TextEncoder .TryEncodeUnicodeScalar(Int32,Char* ,Int32,Int32&) |
| FindFirstCharacterToEncode(Char*,Int32) | System.Text.Encodings.Web.TextEncoder .FindFirstCharacterToEncode(Char*,Int32) |
| WillEncode(Int32) | System.Text.Encodings.Web.TextEncoder .WillEncode(Int32) |
| get_MaxOutputCharactersPerInputCharacter () | System.Text.Encodings.Web.TextEncoder .get_MaxOutputCharactersPerInputCharacte r() |
| Encode(String) | System.Text.Encodings.Web.TextEncoder .Encode(String) |
| Encode(TextWriter,String) | System.Text.Encodings.Web.TextEncoder .Encode(TextWriter,String) |
| Encode(TextWriter,String,Int32,Int32) | System.Text.Encodings.Web.TextEncoder .Encode(TextWriter,String,Int32,Int32) |
| Encode(TextWriter,Char[],Int32,Int32) | System.Text.Encodings.Web.TextEncoder .Encode(TextWriter,Char[],Int32,Int32) |
| EncodeUtf8(ReadOnlySpan<Byte>,Span<Byte> ,Int32&,Int32&,Boolean) | System.Text.Encodings.Web.TextEncoder .EncodeUtf8(ReadOnlySpan<Byte>,Span<Byte >,Int32&,Int32&,Boolean) |
| Encode(ReadOnlySpan<Char>,Span<Char> ,Int32&,Int32&,Boolean) | System.Text.Encodings.Web.TextEncoder .Encode(ReadOnlySpan<Char>,Span<Char> ,Int32&,Int32&,Boolean) |
| FindFirstCharacterToEncodeUtf8 (ReadOnlySpan<Byte>) | System.Text.Encodings.Web.TextEncoder .FindFirstCharacterToEncodeUtf8 (ReadOnlySpan<Byte>) |
| .ctor() | System.Text.Encodings.Web.TextEncoder. .ctor() |
| TextEncoderSettings | System.Text.Encodings.Web .TextEncoderSettings |
| .ctor() | System.Text.Encodings.Web .TextEncoderSettings..ctor() |
| .ctor(TextEncoderSettings) | System.Text.Encodings.Web .TextEncoderSettings..ctor (TextEncoderSettings) |
| .ctor(UnicodeRange[]) | System.Text.Encodings.Web .TextEncoderSettings..ctor (UnicodeRange[]) |
| AllowCharacter(Char) | System.Text.Encodings.Web .TextEncoderSettings.AllowCharacter(Char ) |
| AllowCharacters(Char[]) | System.Text.Encodings.Web .TextEncoderSettings.AllowCharacters (Char[]) |
| AllowCodePoints(IEnumerable<Int32>) | System.Text.Encodings.Web .TextEncoderSettings.AllowCodePoints (IEnumerable<Int32>) |
| AllowRange(UnicodeRange) | System.Text.Encodings.Web .TextEncoderSettings.AllowRange (UnicodeRange) |
| AllowRanges(UnicodeRange[]) | System.Text.Encodings.Web .TextEncoderSettings.AllowRanges (UnicodeRange[]) |
| Clear() | System.Text.Encodings.Web .TextEncoderSettings.Clear() |
| ForbidCharacter(Char) | System.Text.Encodings.Web .TextEncoderSettings.ForbidCharacter (Char) |
| ForbidCharacters(Char[]) | System.Text.Encodings.Web .TextEncoderSettings.ForbidCharacters (Char[]) |
| ForbidRange(UnicodeRange) | System.Text.Encodings.Web .TextEncoderSettings.ForbidRange (UnicodeRange) |
| ForbidRanges(UnicodeRange[]) | System.Text.Encodings.Web .TextEncoderSettings.ForbidRanges (UnicodeRange[]) |
| GetAllowedCodePoints() | System.Text.Encodings.Web .TextEncoderSettings .GetAllowedCodePoints() |
| UrlEncoder | System.Text.Encodings.Web.UrlEncoder |
| get_Default() | System.Text.Encodings.Web.UrlEncoder .get_Default() |
| Create(TextEncoderSettings) | System.Text.Encodings.Web.UrlEncoder .Create(TextEncoderSettings) |
| Create(UnicodeRange[]) | System.Text.Encodings.Web.UrlEncoder .Create(UnicodeRange[]) |
| .ctor() | System.Text.Encodings.Web.UrlEncoder. .ctor() |
| CodePagesEncodingProvider | System.Text.CodePagesEncodingProvider |
| get_Instance() | System.Text.CodePagesEncodingProvider .get_Instance() |
| GetEncoding(Int32) | System.Text.CodePagesEncodingProvider .GetEncoding(Int32) |
| GetEncoding(String) | System.Text.CodePagesEncodingProvider .GetEncoding(String) |
| WindowsAccountType | System.Security.Principal .WindowsAccountType |
| value__ | System.Security.Principal .WindowsAccountType.value__ |
| Normal | System.Security.Principal .WindowsAccountType.Normal |
| Guest | System.Security.Principal .WindowsAccountType.Guest |
| System | System.Security.Principal .WindowsAccountType.System |
| Anonymous | System.Security.Principal .WindowsAccountType.Anonymous |
| PbeEncryptionAlgorithm | System.Security.Cryptography .PbeEncryptionAlgorithm |
| value__ | System.Security.Cryptography .PbeEncryptionAlgorithm.value__ |
| Unknown | System.Security.Cryptography .PbeEncryptionAlgorithm.Unknown |
| Aes128Cbc | System.Security.Cryptography .PbeEncryptionAlgorithm.Aes128Cbc |
| Aes192Cbc | System.Security.Cryptography .PbeEncryptionAlgorithm.Aes192Cbc |
| Aes256Cbc | System.Security.Cryptography .PbeEncryptionAlgorithm.Aes256Cbc |
| TripleDes3KeyPkcs12 | System.Security.Cryptography .PbeEncryptionAlgorithm .TripleDes3KeyPkcs12 |
| PbeParameters | System.Security.Cryptography .PbeParameters |
| get_EncryptionAlgorithm() | System.Security.Cryptography .PbeParameters.get_EncryptionAlgorithm() |
| get_HashAlgorithm() | System.Security.Cryptography .PbeParameters.get_HashAlgorithm() |
| get_IterationCount() | System.Security.Cryptography .PbeParameters.get_IterationCount() |
| .ctor(PbeEncryptionAlgorithm ,HashAlgorithmName,Int32) | System.Security.Cryptography .PbeParameters..ctor (PbeEncryptionAlgorithm ,HashAlgorithmName,Int32) |
| AesCcm | System.Security.Cryptography.AesCcm |
| get_NonceByteSizes() | System.Security.Cryptography.AesCcm .get_NonceByteSizes() |
| get_TagByteSizes() | System.Security.Cryptography.AesCcm .get_TagByteSizes() |
| .ctor(ReadOnlySpan<Byte>) | System.Security.Cryptography.AesCcm. .ctor(ReadOnlySpan<Byte>) |
| .ctor(Byte[]) | System.Security.Cryptography.AesCcm. .ctor(Byte[]) |
| Encrypt(Byte[],Byte[],Byte[],Byte[] ,Byte[]) | System.Security.Cryptography.AesCcm .Encrypt(Byte[],Byte[],Byte[],Byte[] ,Byte[]) |
| Encrypt(ReadOnlySpan<Byte>,ReadOnlySpan <Byte>,Span<Byte>,Span<Byte> ,ReadOnlySpan<Byte>) | System.Security.Cryptography.AesCcm .Encrypt(ReadOnlySpan<Byte>,ReadOnlySpan <Byte>,Span<Byte>,Span<Byte> ,ReadOnlySpan<Byte>) |
| Decrypt(Byte[],Byte[],Byte[],Byte[] ,Byte[]) | System.Security.Cryptography.AesCcm .Decrypt(Byte[],Byte[],Byte[],Byte[] ,Byte[]) |
| Decrypt(ReadOnlySpan<Byte>,ReadOnlySpan <Byte>,ReadOnlySpan<Byte>,Span<Byte> ,ReadOnlySpan<Byte>) | System.Security.Cryptography.AesCcm .Decrypt(ReadOnlySpan<Byte>,ReadOnlySpan <Byte>,ReadOnlySpan<Byte>,Span<Byte> ,ReadOnlySpan<Byte>) |
| Dispose() | System.Security.Cryptography.AesCcm .Dispose() |
| AesGcm | System.Security.Cryptography.AesGcm |
| get_NonceByteSizes() | System.Security.Cryptography.AesGcm .get_NonceByteSizes() |
| get_TagByteSizes() | System.Security.Cryptography.AesGcm .get_TagByteSizes() |
| .ctor(ReadOnlySpan<Byte>) | System.Security.Cryptography.AesGcm. .ctor(ReadOnlySpan<Byte>) |
| .ctor(Byte[]) | System.Security.Cryptography.AesGcm. .ctor(Byte[]) |
| Encrypt(Byte[],Byte[],Byte[],Byte[] ,Byte[]) | System.Security.Cryptography.AesGcm .Encrypt(Byte[],Byte[],Byte[],Byte[] ,Byte[]) |
| Encrypt(ReadOnlySpan<Byte>,ReadOnlySpan <Byte>,Span<Byte>,Span<Byte> ,ReadOnlySpan<Byte>) | System.Security.Cryptography.AesGcm .Encrypt(ReadOnlySpan<Byte>,ReadOnlySpan <Byte>,Span<Byte>,Span<Byte> ,ReadOnlySpan<Byte>) |
| Decrypt(Byte[],Byte[],Byte[],Byte[] ,Byte[]) | System.Security.Cryptography.AesGcm .Decrypt(Byte[],Byte[],Byte[],Byte[] ,Byte[]) |
| Decrypt(ReadOnlySpan<Byte>,ReadOnlySpan <Byte>,ReadOnlySpan<Byte>,Span<Byte> ,ReadOnlySpan<Byte>) | System.Security.Cryptography.AesGcm .Decrypt(ReadOnlySpan<Byte>,ReadOnlySpan <Byte>,ReadOnlySpan<Byte>,Span<Byte> ,ReadOnlySpan<Byte>) |
| Dispose() | System.Security.Cryptography.AesGcm .Dispose() |
| CornerRadius | Windows.UI.Xaml.CornerRadius |
| .ctor(Double) | Windows.UI.Xaml.CornerRadius..ctor (Double) |
| .ctor(Double,Double,Double,Double) | Windows.UI.Xaml.CornerRadius..ctor (Double,Double,Double,Double) |
| ToString() | Windows.UI.Xaml.CornerRadius.ToString() |
| Equals(Object) | Windows.UI.Xaml.CornerRadius.Equals (Object) |
| Equals(CornerRadius) | Windows.UI.Xaml.CornerRadius.Equals (CornerRadius) |
| GetHashCode() | Windows.UI.Xaml.CornerRadius.GetHashCode () |
| op_Equality(CornerRadius,CornerRadius) | Windows.UI.Xaml.CornerRadius.op_Equality (CornerRadius,CornerRadius) |
| op_Inequality(CornerRadius,CornerRadius) | Windows.UI.Xaml.CornerRadius .op_Inequality(CornerRadius,CornerRadius ) |
| get_TopLeft() | Windows.UI.Xaml.CornerRadius.get_TopLeft () |
| set_TopLeft(Double) | Windows.UI.Xaml.CornerRadius.set_TopLeft (Double) |
| get_TopRight() | Windows.UI.Xaml.CornerRadius .get_TopRight() |
| set_TopRight(Double) | Windows.UI.Xaml.CornerRadius .set_TopRight(Double) |
| get_BottomRight() | Windows.UI.Xaml.CornerRadius .get_BottomRight() |
| set_BottomRight(Double) | Windows.UI.Xaml.CornerRadius .set_BottomRight(Double) |
| get_BottomLeft() | Windows.UI.Xaml.CornerRadius .get_BottomLeft() |
| set_BottomLeft(Double) | Windows.UI.Xaml.CornerRadius .set_BottomLeft(Double) |
| DurationType | Windows.UI.Xaml.DurationType |
| value__ | Windows.UI.Xaml.DurationType.value__ |
| Automatic | Windows.UI.Xaml.DurationType.Automatic |
| TimeSpan | Windows.UI.Xaml.DurationType.TimeSpan |
| Forever | Windows.UI.Xaml.DurationType.Forever |
| Duration | Windows.UI.Xaml.Duration |
| .ctor(TimeSpan) | Windows.UI.Xaml.Duration..ctor(TimeSpan) |
| op_Implicit(TimeSpan) | Windows.UI.Xaml.Duration.op_Implicit (TimeSpan) |
| op_Addition(Duration,Duration) | Windows.UI.Xaml.Duration.op_Addition (Duration,Duration) |
| op_Subtraction(Duration,Duration) | Windows.UI.Xaml.Duration.op_Subtraction (Duration,Duration) |
| op_Equality(Duration,Duration) | Windows.UI.Xaml.Duration.op_Equality (Duration,Duration) |
| op_Inequality(Duration,Duration) | Windows.UI.Xaml.Duration.op_Inequality (Duration,Duration) |
| op_GreaterThan(Duration,Duration) | Windows.UI.Xaml.Duration.op_GreaterThan (Duration,Duration) |
| op_GreaterThanOrEqual(Duration,Duration) | Windows.UI.Xaml.Duration .op_GreaterThanOrEqual(Duration,Duration ) |
| op_LessThan(Duration,Duration) | Windows.UI.Xaml.Duration.op_LessThan (Duration,Duration) |
| op_LessThanOrEqual(Duration,Duration) | Windows.UI.Xaml.Duration .op_LessThanOrEqual(Duration,Duration) |
| Compare(Duration,Duration) | Windows.UI.Xaml.Duration.Compare (Duration,Duration) |
| op_UnaryPlus(Duration) | Windows.UI.Xaml.Duration.op_UnaryPlus (Duration) |
| get_HasTimeSpan() | Windows.UI.Xaml.Duration.get_HasTimeSpan () |
| get_Automatic() | Windows.UI.Xaml.Duration.get_Automatic() |
| get_Forever() | Windows.UI.Xaml.Duration.get_Forever() |
| get_TimeSpan() | Windows.UI.Xaml.Duration.get_TimeSpan() |
| Add(Duration) | Windows.UI.Xaml.Duration.Add(Duration) |
| Equals(Object) | Windows.UI.Xaml.Duration.Equals(Object) |
| Equals(Duration) | Windows.UI.Xaml.Duration.Equals(Duration ) |
| Equals(Duration,Duration) | Windows.UI.Xaml.Duration.Equals(Duration ,Duration) |
| GetHashCode() | Windows.UI.Xaml.Duration.GetHashCode() |
| Subtract(Duration) | Windows.UI.Xaml.Duration.Subtract (Duration) |
| ToString() | Windows.UI.Xaml.Duration.ToString() |
| GridUnitType | Windows.UI.Xaml.GridUnitType |
| value__ | Windows.UI.Xaml.GridUnitType.value__ |
| Auto | Windows.UI.Xaml.GridUnitType.Auto |
| Pixel | Windows.UI.Xaml.GridUnitType.Pixel |
| Star | Windows.UI.Xaml.GridUnitType.Star |
| GridLength | Windows.UI.Xaml.GridLength |
| .ctor(Double) | Windows.UI.Xaml.GridLength..ctor(Double) |
| .ctor(Double,GridUnitType) | Windows.UI.Xaml.GridLength..ctor(Double ,GridUnitType) |
| get_Value() | Windows.UI.Xaml.GridLength.get_Value() |
| get_GridUnitType() | Windows.UI.Xaml.GridLength .get_GridUnitType() |
| get_IsAbsolute() | Windows.UI.Xaml.GridLength .get_IsAbsolute() |
| get_IsAuto() | Windows.UI.Xaml.GridLength.get_IsAuto() |
| get_IsStar() | Windows.UI.Xaml.GridLength.get_IsStar() |
| get_Auto() | Windows.UI.Xaml.GridLength.get_Auto() |
| op_Equality(GridLength,GridLength) | Windows.UI.Xaml.GridLength.op_Equality (GridLength,GridLength) |
| op_Inequality(GridLength,GridLength) | Windows.UI.Xaml.GridLength.op_Inequality (GridLength,GridLength) |
| Equals(Object) | Windows.UI.Xaml.GridLength.Equals(Object ) |
| Equals(GridLength) | Windows.UI.Xaml.GridLength.Equals (GridLength) |
| GetHashCode() | Windows.UI.Xaml.GridLength.GetHashCode() |
| ToString() | Windows.UI.Xaml.GridLength.ToString() |
| Thickness | Windows.UI.Xaml.Thickness |
| .ctor(Double) | Windows.UI.Xaml.Thickness..ctor(Double) |
| .ctor(Double,Double,Double,Double) | Windows.UI.Xaml.Thickness..ctor(Double ,Double,Double,Double) |
| get_Left() | Windows.UI.Xaml.Thickness.get_Left() |
| set_Left(Double) | Windows.UI.Xaml.Thickness.set_Left (Double) |
| get_Top() | Windows.UI.Xaml.Thickness.get_Top() |
| set_Top(Double) | Windows.UI.Xaml.Thickness.set_Top(Double ) |
| get_Right() | Windows.UI.Xaml.Thickness.get_Right() |
| set_Right(Double) | Windows.UI.Xaml.Thickness.set_Right (Double) |
| get_Bottom() | Windows.UI.Xaml.Thickness.get_Bottom() |
| set_Bottom(Double) | Windows.UI.Xaml.Thickness.set_Bottom (Double) |
| ToString() | Windows.UI.Xaml.Thickness.ToString() |
| Equals(Object) | Windows.UI.Xaml.Thickness.Equals(Object) |
| Equals(Thickness) | Windows.UI.Xaml.Thickness.Equals (Thickness) |
| GetHashCode() | Windows.UI.Xaml.Thickness.GetHashCode() |
| op_Equality(Thickness,Thickness) | Windows.UI.Xaml.Thickness.op_Equality (Thickness,Thickness) |
| op_Inequality(Thickness,Thickness) | Windows.UI.Xaml.Thickness.op_Inequality (Thickness,Thickness) |
| LayoutCycleException | Windows.UI.Xaml.LayoutCycleException |
| .ctor() | Windows.UI.Xaml.LayoutCycleException. .ctor() |
| .ctor(String) | Windows.UI.Xaml.LayoutCycleException. .ctor(String) |
| .ctor(String,Exception) | Windows.UI.Xaml.LayoutCycleException. .ctor(String,Exception) |
| .ctor(SerializationInfo,StreamingContext ) | Windows.UI.Xaml.LayoutCycleException. .ctor(SerializationInfo,StreamingContext ) |
| XamlParseException | Windows.UI.Xaml.Markup .XamlParseException |
| .ctor() | Windows.UI.Xaml.Markup .XamlParseException..ctor() |
| .ctor(String) | Windows.UI.Xaml.Markup .XamlParseException..ctor(String) |
| .ctor(String,Exception) | Windows.UI.Xaml.Markup .XamlParseException..ctor(String ,Exception) |
| ElementNotAvailableException | Windows.UI.Xaml.Automation .ElementNotAvailableException |
| .ctor() | Windows.UI.Xaml.Automation .ElementNotAvailableException..ctor() |
| .ctor(String) | Windows.UI.Xaml.Automation .ElementNotAvailableException..ctor (String) |
| .ctor(String,Exception) | Windows.UI.Xaml.Automation .ElementNotAvailableException..ctor (String,Exception) |
| .ctor(SerializationInfo,StreamingContext ) | Windows.UI.Xaml.Automation .ElementNotAvailableException..ctor (SerializationInfo,StreamingContext) |
| ElementNotEnabledException | Windows.UI.Xaml.Automation .ElementNotEnabledException |
| .ctor() | Windows.UI.Xaml.Automation .ElementNotEnabledException..ctor() |
| .ctor(String) | Windows.UI.Xaml.Automation .ElementNotEnabledException..ctor(String ) |
| .ctor(String,Exception) | Windows.UI.Xaml.Automation .ElementNotEnabledException..ctor(String ,Exception) |
| Matrix | Windows.UI.Xaml.Media.Matrix |
| .ctor(Double,Double,Double,Double,Double ,Double) | Windows.UI.Xaml.Media.Matrix..ctor (Double,Double,Double,Double,Double ,Double) |
| get_M11() | Windows.UI.Xaml.Media.Matrix.get_M11() |
| set_M11(Double) | Windows.UI.Xaml.Media.Matrix.set_M11 (Double) |
| get_M12() | Windows.UI.Xaml.Media.Matrix.get_M12() |
| set_M12(Double) | Windows.UI.Xaml.Media.Matrix.set_M12 (Double) |
| get_M21() | Windows.UI.Xaml.Media.Matrix.get_M21() |
| set_M21(Double) | Windows.UI.Xaml.Media.Matrix.set_M21 (Double) |
| get_M22() | Windows.UI.Xaml.Media.Matrix.get_M22() |
| set_M22(Double) | Windows.UI.Xaml.Media.Matrix.set_M22 (Double) |
| get_OffsetX() | Windows.UI.Xaml.Media.Matrix.get_OffsetX () |
| set_OffsetX(Double) | Windows.UI.Xaml.Media.Matrix.set_OffsetX (Double) |
| get_OffsetY() | Windows.UI.Xaml.Media.Matrix.get_OffsetY () |
| set_OffsetY(Double) | Windows.UI.Xaml.Media.Matrix.set_OffsetY (Double) |
| get_Identity() | Windows.UI.Xaml.Media.Matrix .get_Identity() |
| get_IsIdentity() | Windows.UI.Xaml.Media.Matrix .get_IsIdentity() |
| ToString() | Windows.UI.Xaml.Media.Matrix.ToString() |
| ToString(IFormatProvider) | Windows.UI.Xaml.Media.Matrix.ToString (IFormatProvider) |
| Transform(Point) | Windows.UI.Xaml.Media.Matrix.Transform (Point) |
| GetHashCode() | Windows.UI.Xaml.Media.Matrix.GetHashCode () |
| Equals(Object) | Windows.UI.Xaml.Media.Matrix.Equals (Object) |
| Equals(Matrix) | Windows.UI.Xaml.Media.Matrix.Equals (Matrix) |
| op_Equality(Matrix,Matrix) | Windows.UI.Xaml.Media.Matrix.op_Equality (Matrix,Matrix) |
| op_Inequality(Matrix,Matrix) | Windows.UI.Xaml.Media.Matrix .op_Inequality(Matrix,Matrix) |
| Matrix3D | Windows.UI.Xaml.Media.Media3D.Matrix3D |
| .ctor(Double,Double,Double,Double,Double ,Double,Double,Double,Double,Double ,Double,Double,Double,Double,Double ,Double) | Windows.UI.Xaml.Media.Media3D.Matrix3D. .ctor(Double,Double,Double,Double,Double ,Double,Double,Double,Double,Double ,Double,Double,Double,Double,Double ,Double) |
| get_M11() | Windows.UI.Xaml.Media.Media3D.Matrix3D .get_M11() |
| set_M11(Double) | Windows.UI.Xaml.Media.Media3D.Matrix3D .set_M11(Double) |
| get_M12() | Windows.UI.Xaml.Media.Media3D.Matrix3D .get_M12() |
| set_M12(Double) | Windows.UI.Xaml.Media.Media3D.Matrix3D .set_M12(Double) |
| get_M13() | Windows.UI.Xaml.Media.Media3D.Matrix3D .get_M13() |
| set_M13(Double) | Windows.UI.Xaml.Media.Media3D.Matrix3D .set_M13(Double) |
| get_M14() | Windows.UI.Xaml.Media.Media3D.Matrix3D .get_M14() |
| set_M14(Double) | Windows.UI.Xaml.Media.Media3D.Matrix3D .set_M14(Double) |
| get_M21() | Windows.UI.Xaml.Media.Media3D.Matrix3D .get_M21() |
| set_M21(Double) | Windows.UI.Xaml.Media.Media3D.Matrix3D .set_M21(Double) |
| get_M22() | Windows.UI.Xaml.Media.Media3D.Matrix3D .get_M22() |
| set_M22(Double) | Windows.UI.Xaml.Media.Media3D.Matrix3D .set_M22(Double) |
| get_M23() | Windows.UI.Xaml.Media.Media3D.Matrix3D .get_M23() |
| set_M23(Double) | Windows.UI.Xaml.Media.Media3D.Matrix3D .set_M23(Double) |
| get_M24() | Windows.UI.Xaml.Media.Media3D.Matrix3D .get_M24() |
| set_M24(Double) | Windows.UI.Xaml.Media.Media3D.Matrix3D .set_M24(Double) |
| get_M31() | Windows.UI.Xaml.Media.Media3D.Matrix3D .get_M31() |
| set_M31(Double) | Windows.UI.Xaml.Media.Media3D.Matrix3D .set_M31(Double) |
| get_M32() | Windows.UI.Xaml.Media.Media3D.Matrix3D .get_M32() |
| set_M32(Double) | Windows.UI.Xaml.Media.Media3D.Matrix3D .set_M32(Double) |
| get_M33() | Windows.UI.Xaml.Media.Media3D.Matrix3D .get_M33() |
| set_M33(Double) | Windows.UI.Xaml.Media.Media3D.Matrix3D .set_M33(Double) |
| get_M34() | Windows.UI.Xaml.Media.Media3D.Matrix3D .get_M34() |
| set_M34(Double) | Windows.UI.Xaml.Media.Media3D.Matrix3D .set_M34(Double) |
| get_OffsetX() | Windows.UI.Xaml.Media.Media3D.Matrix3D .get_OffsetX() |
| set_OffsetX(Double) | Windows.UI.Xaml.Media.Media3D.Matrix3D .set_OffsetX(Double) |
| get_OffsetY() | Windows.UI.Xaml.Media.Media3D.Matrix3D .get_OffsetY() |
| set_OffsetY(Double) | Windows.UI.Xaml.Media.Media3D.Matrix3D .set_OffsetY(Double) |
| get_OffsetZ() | Windows.UI.Xaml.Media.Media3D.Matrix3D .get_OffsetZ() |
| set_OffsetZ(Double) | Windows.UI.Xaml.Media.Media3D.Matrix3D .set_OffsetZ(Double) |
| get_M44() | Windows.UI.Xaml.Media.Media3D.Matrix3D .get_M44() |
| set_M44(Double) | Windows.UI.Xaml.Media.Media3D.Matrix3D .set_M44(Double) |
| get_Identity() | Windows.UI.Xaml.Media.Media3D.Matrix3D .get_Identity() |
| get_IsIdentity() | Windows.UI.Xaml.Media.Media3D.Matrix3D .get_IsIdentity() |
| ToString() | Windows.UI.Xaml.Media.Media3D.Matrix3D .ToString() |
| ToString(IFormatProvider) | Windows.UI.Xaml.Media.Media3D.Matrix3D .ToString(IFormatProvider) |
| GetHashCode() | Windows.UI.Xaml.Media.Media3D.Matrix3D .GetHashCode() |
| Equals(Object) | Windows.UI.Xaml.Media.Media3D.Matrix3D .Equals(Object) |
| Equals(Matrix3D) | Windows.UI.Xaml.Media.Media3D.Matrix3D .Equals(Matrix3D) |
| op_Equality(Matrix3D,Matrix3D) | Windows.UI.Xaml.Media.Media3D.Matrix3D .op_Equality(Matrix3D,Matrix3D) |
| op_Inequality(Matrix3D,Matrix3D) | Windows.UI.Xaml.Media.Media3D.Matrix3D .op_Inequality(Matrix3D,Matrix3D) |
| op_Multiply(Matrix3D,Matrix3D) | Windows.UI.Xaml.Media.Media3D.Matrix3D .op_Multiply(Matrix3D,Matrix3D) |
| get_HasInverse() | Windows.UI.Xaml.Media.Media3D.Matrix3D .get_HasInverse() |
| Invert() | Windows.UI.Xaml.Media.Media3D.Matrix3D .Invert() |
| KeyTime | Windows.UI.Xaml.Media.Animation.KeyTime |
| FromTimeSpan(TimeSpan) | Windows.UI.Xaml.Media.Animation.KeyTime .FromTimeSpan(TimeSpan) |
| Equals(KeyTime,KeyTime) | Windows.UI.Xaml.Media.Animation.KeyTime .Equals(KeyTime,KeyTime) |
| op_Equality(KeyTime,KeyTime) | Windows.UI.Xaml.Media.Animation.KeyTime .op_Equality(KeyTime,KeyTime) |
| op_Inequality(KeyTime,KeyTime) | Windows.UI.Xaml.Media.Animation.KeyTime .op_Inequality(KeyTime,KeyTime) |
| Equals(KeyTime) | Windows.UI.Xaml.Media.Animation.KeyTime .Equals(KeyTime) |
| Equals(Object) | Windows.UI.Xaml.Media.Animation.KeyTime .Equals(Object) |
| GetHashCode() | Windows.UI.Xaml.Media.Animation.KeyTime .GetHashCode() |
| ToString() | Windows.UI.Xaml.Media.Animation.KeyTime .ToString() |
| op_Implicit(TimeSpan) | Windows.UI.Xaml.Media.Animation.KeyTime .op_Implicit(TimeSpan) |
| get_TimeSpan() | Windows.UI.Xaml.Media.Animation.KeyTime .get_TimeSpan() |
| RepeatBehaviorType | Windows.UI.Xaml.Media.Animation .RepeatBehaviorType |
| value__ | Windows.UI.Xaml.Media.Animation .RepeatBehaviorType.value__ |
| Count | Windows.UI.Xaml.Media.Animation .RepeatBehaviorType.Count |
| Duration | Windows.UI.Xaml.Media.Animation .RepeatBehaviorType.Duration |
| Forever | Windows.UI.Xaml.Media.Animation .RepeatBehaviorType.Forever |
| RepeatBehavior | Windows.UI.Xaml.Media.Animation .RepeatBehavior |
| .ctor(Double) | Windows.UI.Xaml.Media.Animation .RepeatBehavior..ctor(Double) |
| .ctor(TimeSpan) | Windows.UI.Xaml.Media.Animation .RepeatBehavior..ctor(TimeSpan) |
| get_Forever() | Windows.UI.Xaml.Media.Animation .RepeatBehavior.get_Forever() |
| get_HasCount() | Windows.UI.Xaml.Media.Animation .RepeatBehavior.get_HasCount() |
| get_HasDuration() | Windows.UI.Xaml.Media.Animation .RepeatBehavior.get_HasDuration() |
| get_Count() | Windows.UI.Xaml.Media.Animation .RepeatBehavior.get_Count() |
| set_Count(Double) | Windows.UI.Xaml.Media.Animation .RepeatBehavior.set_Count(Double) |
| get_Duration() | Windows.UI.Xaml.Media.Animation .RepeatBehavior.get_Duration() |
| set_Duration(TimeSpan) | Windows.UI.Xaml.Media.Animation .RepeatBehavior.set_Duration(TimeSpan) |
| get_Type() | Windows.UI.Xaml.Media.Animation .RepeatBehavior.get_Type() |
| set_Type(RepeatBehaviorType) | Windows.UI.Xaml.Media.Animation .RepeatBehavior.set_Type (RepeatBehaviorType) |
| ToString() | Windows.UI.Xaml.Media.Animation .RepeatBehavior.ToString() |
| ToString(IFormatProvider) | Windows.UI.Xaml.Media.Animation .RepeatBehavior.ToString(IFormatProvider ) |
| Equals(Object) | Windows.UI.Xaml.Media.Animation .RepeatBehavior.Equals(Object) |
| Equals(RepeatBehavior) | Windows.UI.Xaml.Media.Animation .RepeatBehavior.Equals(RepeatBehavior) |
| Equals(RepeatBehavior,RepeatBehavior) | Windows.UI.Xaml.Media.Animation .RepeatBehavior.Equals(RepeatBehavior ,RepeatBehavior) |
| GetHashCode() | Windows.UI.Xaml.Media.Animation .RepeatBehavior.GetHashCode() |
| op_Equality(RepeatBehavior ,RepeatBehavior) | Windows.UI.Xaml.Media.Animation .RepeatBehavior.op_Equality (RepeatBehavior,RepeatBehavior) |
| op_Inequality(RepeatBehavior ,RepeatBehavior) | Windows.UI.Xaml.Media.Animation .RepeatBehavior.op_Inequality (RepeatBehavior,RepeatBehavior) |
| GeneratorPosition | Windows.UI.Xaml.Controls.Primitives .GeneratorPosition |
| get_Index() | Windows.UI.Xaml.Controls.Primitives .GeneratorPosition.get_Index() |
| set_Index(Int32) | Windows.UI.Xaml.Controls.Primitives .GeneratorPosition.set_Index(Int32) |
| get_Offset() | Windows.UI.Xaml.Controls.Primitives .GeneratorPosition.get_Offset() |
| set_Offset(Int32) | Windows.UI.Xaml.Controls.Primitives .GeneratorPosition.set_Offset(Int32) |
| .ctor(Int32,Int32) | Windows.UI.Xaml.Controls.Primitives .GeneratorPosition..ctor(Int32,Int32) |
| GetHashCode() | Windows.UI.Xaml.Controls.Primitives .GeneratorPosition.GetHashCode() |
| ToString() | Windows.UI.Xaml.Controls.Primitives .GeneratorPosition.ToString() |
| Equals(Object) | Windows.UI.Xaml.Controls.Primitives .GeneratorPosition.Equals(Object) |
| op_Equality(GeneratorPosition ,GeneratorPosition) | Windows.UI.Xaml.Controls.Primitives .GeneratorPosition.op_Equality (GeneratorPosition,GeneratorPosition) |
| op_Inequality(GeneratorPosition ,GeneratorPosition) | Windows.UI.Xaml.Controls.Primitives .GeneratorPosition.op_Inequality (GeneratorPosition,GeneratorPosition) |
| Color | Windows.UI.Color |
| FromArgb(Byte,Byte,Byte,Byte) | Windows.UI.Color.FromArgb(Byte,Byte,Byte ,Byte) |
| get_A() | Windows.UI.Color.get_A() |
| set_A(Byte) | Windows.UI.Color.set_A(Byte) |
| get_R() | Windows.UI.Color.get_R() |
| set_R(Byte) | Windows.UI.Color.set_R(Byte) |
| get_G() | Windows.UI.Color.get_G() |
| set_G(Byte) | Windows.UI.Color.set_G(Byte) |
| get_B() | Windows.UI.Color.get_B() |
| set_B(Byte) | Windows.UI.Color.set_B(Byte) |
| ToString() | Windows.UI.Color.ToString() |
| ToString(IFormatProvider) | Windows.UI.Color.ToString (IFormatProvider) |
| GetHashCode() | Windows.UI.Color.GetHashCode() |
| Equals(Object) | Windows.UI.Color.Equals(Object) |
| Equals(Color) | Windows.UI.Color.Equals(Color) |
| op_Equality(Color,Color) | Windows.UI.Color.op_Equality(Color,Color ) |
| op_Inequality(Color,Color) | Windows.UI.Color.op_Inequality(Color ,Color) |
| Point | Windows.Foundation.Point |
| .ctor(Double,Double) | Windows.Foundation.Point..ctor(Double ,Double) |
| get_X() | Windows.Foundation.Point.get_X() |
| set_X(Double) | Windows.Foundation.Point.set_X(Double) |
| get_Y() | Windows.Foundation.Point.get_Y() |
| set_Y(Double) | Windows.Foundation.Point.set_Y(Double) |
| ToString() | Windows.Foundation.Point.ToString() |
| ToString(IFormatProvider) | Windows.Foundation.Point.ToString (IFormatProvider) |
| op_Equality(Point,Point) | Windows.Foundation.Point.op_Equality (Point,Point) |
| op_Inequality(Point,Point) | Windows.Foundation.Point.op_Inequality (Point,Point) |
| Equals(Object) | Windows.Foundation.Point.Equals(Object) |
| Equals(Point) | Windows.Foundation.Point.Equals(Point) |
| GetHashCode() | Windows.Foundation.Point.GetHashCode() |
| Rect | Windows.Foundation.Rect |
| .ctor(Double,Double,Double,Double) | Windows.Foundation.Rect..ctor(Double ,Double,Double,Double) |
| .ctor(Point,Point) | Windows.Foundation.Rect..ctor(Point ,Point) |
| .ctor(Point,Size) | Windows.Foundation.Rect..ctor(Point,Size ) |
| get_X() | Windows.Foundation.Rect.get_X() |
| set_X(Double) | Windows.Foundation.Rect.set_X(Double) |
| get_Y() | Windows.Foundation.Rect.get_Y() |
| set_Y(Double) | Windows.Foundation.Rect.set_Y(Double) |
| get_Width() | Windows.Foundation.Rect.get_Width() |
| set_Width(Double) | Windows.Foundation.Rect.set_Width(Double ) |
| get_Height() | Windows.Foundation.Rect.get_Height() |
| set_Height(Double) | Windows.Foundation.Rect.set_Height (Double) |
| get_Left() | Windows.Foundation.Rect.get_Left() |
| get_Top() | Windows.Foundation.Rect.get_Top() |
| get_Right() | Windows.Foundation.Rect.get_Right() |
| get_Bottom() | Windows.Foundation.Rect.get_Bottom() |
| get_Empty() | Windows.Foundation.Rect.get_Empty() |
| get_IsEmpty() | Windows.Foundation.Rect.get_IsEmpty() |
| Contains(Point) | Windows.Foundation.Rect.Contains(Point) |
| Intersect(Rect) | Windows.Foundation.Rect.Intersect(Rect) |
| Union(Rect) | Windows.Foundation.Rect.Union(Rect) |
| Union(Point) | Windows.Foundation.Rect.Union(Point) |
| ToString() | Windows.Foundation.Rect.ToString() |
| ToString(IFormatProvider) | Windows.Foundation.Rect.ToString (IFormatProvider) |
| Equals(Rect) | Windows.Foundation.Rect.Equals(Rect) |
| op_Equality(Rect,Rect) | Windows.Foundation.Rect.op_Equality(Rect ,Rect) |
| op_Inequality(Rect,Rect) | Windows.Foundation.Rect.op_Inequality (Rect,Rect) |
| Equals(Object) | Windows.Foundation.Rect.Equals(Object) |
| GetHashCode() | Windows.Foundation.Rect.GetHashCode() |
| Size | Windows.Foundation.Size |
| .ctor(Double,Double) | Windows.Foundation.Size..ctor(Double ,Double) |
| get_Width() | Windows.Foundation.Size.get_Width() |
| set_Width(Double) | Windows.Foundation.Size.set_Width(Double ) |
| get_Height() | Windows.Foundation.Size.get_Height() |
| set_Height(Double) | Windows.Foundation.Size.set_Height (Double) |
| get_Empty() | Windows.Foundation.Size.get_Empty() |
| get_IsEmpty() | Windows.Foundation.Size.get_IsEmpty() |
| op_Equality(Size,Size) | Windows.Foundation.Size.op_Equality(Size ,Size) |
| op_Inequality(Size,Size) | Windows.Foundation.Size.op_Inequality (Size,Size) |
| Equals(Object) | Windows.Foundation.Size.Equals(Object) |
| Equals(Size) | Windows.Foundation.Size.Equals(Size) |
| GetHashCode() | Windows.Foundation.Size.GetHashCode() |
| ToString() | Windows.Foundation.Size.ToString() |
| WindowsRuntimeSystemExtensions | System.WindowsRuntimeSystemExtensions |
| GetAwaiter(IAsyncAction) | System.WindowsRuntimeSystemExtensions .GetAwaiter(IAsyncAction) |
| AsTask(IAsyncAction) | System.WindowsRuntimeSystemExtensions .AsTask(IAsyncAction) |
| AsTask(IAsyncAction,CancellationToken) | System.WindowsRuntimeSystemExtensions .AsTask(IAsyncAction,CancellationToken) |
| GetAwaiter<TResult>(IAsyncOperation <TResult>) | System.WindowsRuntimeSystemExtensions .GetAwaiter<TResult>(IAsyncOperation <TResult>) |
| AsTask<TResult>(IAsyncOperation<TResult> ) | System.WindowsRuntimeSystemExtensions .AsTask<TResult>(IAsyncOperation<TResult >) |
| AsTask<TResult>(IAsyncOperation<TResult> ,CancellationToken) | System.WindowsRuntimeSystemExtensions .AsTask<TResult>(IAsyncOperation<TResult >,CancellationToken) |
| GetAwaiter<TProgress> (IAsyncActionWithProgress<TProgress>) | System.WindowsRuntimeSystemExtensions .GetAwaiter<TProgress> (IAsyncActionWithProgress<TProgress>) |
| AsTask<TProgress> (IAsyncActionWithProgress<TProgress>) | System.WindowsRuntimeSystemExtensions .AsTask<TProgress> (IAsyncActionWithProgress<TProgress>) |
| AsTask<TProgress> (IAsyncActionWithProgress<TProgress> ,CancellationToken) | System.WindowsRuntimeSystemExtensions .AsTask<TProgress> (IAsyncActionWithProgress<TProgress> ,CancellationToken) |
| AsTask<TProgress> (IAsyncActionWithProgress<TProgress> ,IProgress<TProgress>) | System.WindowsRuntimeSystemExtensions .AsTask<TProgress> (IAsyncActionWithProgress<TProgress> ,IProgress<TProgress>) |
| AsTask<TProgress> (IAsyncActionWithProgress<TProgress> ,CancellationToken,IProgress<TProgress>) | System.WindowsRuntimeSystemExtensions .AsTask<TProgress> (IAsyncActionWithProgress<TProgress> ,CancellationToken,IProgress<TProgress>) |
| GetAwaiter<TResult,TProgress> (IAsyncOperationWithProgress<TResult ,TProgress>) | System.WindowsRuntimeSystemExtensions .GetAwaiter<TResult,TProgress> (IAsyncOperationWithProgress<TResult ,TProgress>) |
| AsTask<TResult,TProgress> (IAsyncOperationWithProgress<TResult ,TProgress>) | System.WindowsRuntimeSystemExtensions .AsTask<TResult,TProgress> (IAsyncOperationWithProgress<TResult ,TProgress>) |
| AsTask<TResult,TProgress> (IAsyncOperationWithProgress<TResult ,TProgress>,CancellationToken) | System.WindowsRuntimeSystemExtensions .AsTask<TResult,TProgress> (IAsyncOperationWithProgress<TResult ,TProgress>,CancellationToken) |
| AsTask<TResult,TProgress> (IAsyncOperationWithProgress<TResult ,TProgress>,IProgress<TProgress>) | System.WindowsRuntimeSystemExtensions .AsTask<TResult,TProgress> (IAsyncOperationWithProgress<TResult ,TProgress>,IProgress<TProgress>) |
| AsTask<TResult,TProgress> (IAsyncOperationWithProgress<TResult ,TProgress>,CancellationToken,IProgress <TProgress>) | System.WindowsRuntimeSystemExtensions .AsTask<TResult,TProgress> (IAsyncOperationWithProgress<TResult ,TProgress>,CancellationToken,IProgress <TProgress>) |
| AsAsyncAction(Task) | System.WindowsRuntimeSystemExtensions .AsAsyncAction(Task) |
| AsAsyncOperation<TResult>(Task<TResult>) | System.WindowsRuntimeSystemExtensions .AsAsyncOperation<TResult>(Task<TResult> ) |
| WindowsRuntimeStorageExtensions | System.IO .WindowsRuntimeStorageExtensions |
| OpenStreamForReadAsync(IStorageFile) | System.IO .WindowsRuntimeStorageExtensions .OpenStreamForReadAsync(IStorageFile) |
| OpenStreamForWriteAsync(IStorageFile) | System.IO .WindowsRuntimeStorageExtensions .OpenStreamForWriteAsync(IStorageFile) |
| OpenStreamForReadAsync(IStorageFolder ,String) | System.IO .WindowsRuntimeStorageExtensions .OpenStreamForReadAsync(IStorageFolder ,String) |
| OpenStreamForWriteAsync(IStorageFolder ,String,CreationCollisionOption) | System.IO .WindowsRuntimeStorageExtensions .OpenStreamForWriteAsync(IStorageFolder ,String,CreationCollisionOption) |
| CreateSafeFileHandle(IStorageFile ,FileAccess,FileShare,FileOptions) | System.IO .WindowsRuntimeStorageExtensions .CreateSafeFileHandle(IStorageFile ,FileAccess,FileShare,FileOptions) |
| CreateSafeFileHandle(IStorageFolder ,String,FileMode) | System.IO .WindowsRuntimeStorageExtensions .CreateSafeFileHandle(IStorageFolder ,String,FileMode) |
| CreateSafeFileHandle(IStorageFolder ,String,FileMode,FileAccess,FileShare ,FileOptions) | System.IO .WindowsRuntimeStorageExtensions .CreateSafeFileHandle(IStorageFolder ,String,FileMode,FileAccess,FileShare ,FileOptions) |
| WindowsRuntimeStreamExtensions | System.IO.WindowsRuntimeStreamExtensions |
| AsStreamForRead(IInputStream) | System.IO.WindowsRuntimeStreamExtensions .AsStreamForRead(IInputStream) |
| AsStreamForRead(IInputStream,Int32) | System.IO.WindowsRuntimeStreamExtensions .AsStreamForRead(IInputStream,Int32) |
| AsStreamForWrite(IOutputStream) | System.IO.WindowsRuntimeStreamExtensions .AsStreamForWrite(IOutputStream) |
| AsStreamForWrite(IOutputStream,Int32) | System.IO.WindowsRuntimeStreamExtensions .AsStreamForWrite(IOutputStream,Int32) |
| AsStream(IRandomAccessStream) | System.IO.WindowsRuntimeStreamExtensions .AsStream(IRandomAccessStream) |
| AsStream(IRandomAccessStream,Int32) | System.IO.WindowsRuntimeStreamExtensions .AsStream(IRandomAccessStream,Int32) |
| AsInputStream(Stream) | System.IO.WindowsRuntimeStreamExtensions .AsInputStream(Stream) |
| AsOutputStream(Stream) | System.IO.WindowsRuntimeStreamExtensions .AsOutputStream(Stream) |
| AsRandomAccessStream(Stream) | System.IO.WindowsRuntimeStreamExtensions .AsRandomAccessStream(Stream) |
| DispatcherQueueHandler | System.Threading.DispatcherQueueHandler |
| .ctor(Object,IntPtr) | System.Threading.DispatcherQueueHandler. .ctor(Object,IntPtr) |
| Invoke() | System.Threading.DispatcherQueueHandler .Invoke() |
| BeginInvoke(AsyncCallback,Object) | System.Threading.DispatcherQueueHandler .BeginInvoke(AsyncCallback,Object) |
| EndInvoke(IAsyncResult) | System.Threading.DispatcherQueueHandler .EndInvoke(IAsyncResult) |
| DispatcherQueuePriority | System.Threading.DispatcherQueuePriority |
| value__ | System.Threading.DispatcherQueuePriority .value__ |
| Low | System.Threading.DispatcherQueuePriority .Low |
| Normal | System.Threading.DispatcherQueuePriority .Normal |
| High | System.Threading.DispatcherQueuePriority .High |
| AsyncInfo | System.Runtime.InteropServices .WindowsRuntime.AsyncInfo |
| Run(Func<CancellationToken,Task>) | System.Runtime.InteropServices .WindowsRuntime.AsyncInfo.Run(Func <CancellationToken,Task>) |
| Run<TProgress>(Func<CancellationToken ,IProgress<TProgress>,Task>) | System.Runtime.InteropServices .WindowsRuntime.AsyncInfo.Run<TProgress> (Func<CancellationToken,IProgress <TProgress>,Task>) |
| Run<TResult>(Func<CancellationToken,Task <TResult>>) | System.Runtime.InteropServices .WindowsRuntime.AsyncInfo.Run<TResult> (Func<CancellationToken,Task<TResult>>) |
| Run<TResult,TProgress>(Func <CancellationToken,IProgress<TProgress> ,Task<TResult>>) | System.Runtime.InteropServices .WindowsRuntime.AsyncInfo.Run<TResult ,TProgress>(Func<CancellationToken ,IProgress<TProgress>,Task<TResult>>) |
| WindowsRuntimeBuffer | System.Runtime.InteropServices .WindowsRuntime.WindowsRuntimeBuffer |
| Create(Int32) | System.Runtime.InteropServices .WindowsRuntime.WindowsRuntimeBuffer .Create(Int32) |
| Create(Byte[],Int32,Int32,Int32) | System.Runtime.InteropServices .WindowsRuntime.WindowsRuntimeBuffer .Create(Byte[],Int32,Int32,Int32) |
| Finalize() | System.Runtime.InteropServices .WindowsRuntime.WindowsRuntimeBuffer .Finalize() |
| WindowsRuntimeBufferExtensions | System.Runtime.InteropServices .WindowsRuntime .WindowsRuntimeBufferExtensions |
| AsBuffer(Byte[]) | System.Runtime.InteropServices .WindowsRuntime .WindowsRuntimeBufferExtensions.AsBuffer (Byte[]) |
| AsBuffer(Byte[],Int32,Int32) | System.Runtime.InteropServices .WindowsRuntime .WindowsRuntimeBufferExtensions.AsBuffer (Byte[],Int32,Int32) |
| AsBuffer(Byte[],Int32,Int32,Int32) | System.Runtime.InteropServices .WindowsRuntime .WindowsRuntimeBufferExtensions.AsBuffer (Byte[],Int32,Int32,Int32) |
| CopyTo(Byte[],IBuffer) | System.Runtime.InteropServices .WindowsRuntime .WindowsRuntimeBufferExtensions.CopyTo (Byte[],IBuffer) |
| CopyTo(Byte[],Int32,IBuffer,UInt32,Int32 ) | System.Runtime.InteropServices .WindowsRuntime .WindowsRuntimeBufferExtensions.CopyTo (Byte[],Int32,IBuffer,UInt32,Int32) |
| ToArray(IBuffer) | System.Runtime.InteropServices .WindowsRuntime .WindowsRuntimeBufferExtensions.ToArray (IBuffer) |
| ToArray(IBuffer,UInt32,Int32) | System.Runtime.InteropServices .WindowsRuntime .WindowsRuntimeBufferExtensions.ToArray (IBuffer,UInt32,Int32) |
| CopyTo(IBuffer,Byte[]) | System.Runtime.InteropServices .WindowsRuntime .WindowsRuntimeBufferExtensions.CopyTo (IBuffer,Byte[]) |
| CopyTo(IBuffer,UInt32,Byte[],Int32,Int32 ) | System.Runtime.InteropServices .WindowsRuntime .WindowsRuntimeBufferExtensions.CopyTo (IBuffer,UInt32,Byte[],Int32,Int32) |
| CopyTo(IBuffer,IBuffer) | System.Runtime.InteropServices .WindowsRuntime .WindowsRuntimeBufferExtensions.CopyTo (IBuffer,IBuffer) |
| CopyTo(IBuffer,UInt32,IBuffer,UInt32 ,UInt32) | System.Runtime.InteropServices .WindowsRuntime .WindowsRuntimeBufferExtensions.CopyTo (IBuffer,UInt32,IBuffer,UInt32,UInt32) |
| IsSameData(IBuffer,IBuffer) | System.Runtime.InteropServices .WindowsRuntime .WindowsRuntimeBufferExtensions .IsSameData(IBuffer,IBuffer) |
| GetWindowsRuntimeBuffer(MemoryStream) | System.Runtime.InteropServices .WindowsRuntime .WindowsRuntimeBufferExtensions .GetWindowsRuntimeBuffer(MemoryStream) |
| GetWindowsRuntimeBuffer(MemoryStream ,Int32,Int32) | System.Runtime.InteropServices .WindowsRuntime .WindowsRuntimeBufferExtensions .GetWindowsRuntimeBuffer(MemoryStream ,Int32,Int32) |
| AsStream(IBuffer) | System.Runtime.InteropServices .WindowsRuntime .WindowsRuntimeBufferExtensions.AsStream (IBuffer) |
| GetByte(IBuffer,UInt32) | System.Runtime.InteropServices .WindowsRuntime .WindowsRuntimeBufferExtensions.GetByte (IBuffer,UInt32) |
| AssemblyDependencyResolver | System.Runtime.Loader .AssemblyDependencyResolver |
| .ctor(String) | System.Runtime.Loader .AssemblyDependencyResolver..ctor(String ) |
| ResolveAssemblyToPath(AssemblyName) | System.Runtime.Loader .AssemblyDependencyResolver .ResolveAssemblyToPath(AssemblyName) |
| ResolveUnmanagedDllToPath(String) | System.Runtime.Loader .AssemblyDependencyResolver .ResolveUnmanagedDllToPath(String) |
| Vector64 | System.Runtime.Intrinsics.Vector64 |
| As<T,U>(Vector64<T>) | System.Runtime.Intrinsics.Vector64.As<T ,U>(Vector64<T>) |
| AsByte<T>(Vector64<T>) | System.Runtime.Intrinsics.Vector64 .AsByte<T>(Vector64<T>) |
| AsDouble<T>(Vector64<T>) | System.Runtime.Intrinsics.Vector64 .AsDouble<T>(Vector64<T>) |
| AsInt16<T>(Vector64<T>) | System.Runtime.Intrinsics.Vector64 .AsInt16<T>(Vector64<T>) |
| AsInt32<T>(Vector64<T>) | System.Runtime.Intrinsics.Vector64 .AsInt32<T>(Vector64<T>) |
| AsInt64<T>(Vector64<T>) | System.Runtime.Intrinsics.Vector64 .AsInt64<T>(Vector64<T>) |
| AsSByte<T>(Vector64<T>) | System.Runtime.Intrinsics.Vector64 .AsSByte<T>(Vector64<T>) |
| AsSingle<T>(Vector64<T>) | System.Runtime.Intrinsics.Vector64 .AsSingle<T>(Vector64<T>) |
| AsUInt16<T>(Vector64<T>) | System.Runtime.Intrinsics.Vector64 .AsUInt16<T>(Vector64<T>) |
| AsUInt32<T>(Vector64<T>) | System.Runtime.Intrinsics.Vector64 .AsUInt32<T>(Vector64<T>) |
| AsUInt64<T>(Vector64<T>) | System.Runtime.Intrinsics.Vector64 .AsUInt64<T>(Vector64<T>) |
| Create(Byte) | System.Runtime.Intrinsics.Vector64 .Create(Byte) |
| Create(Double) | System.Runtime.Intrinsics.Vector64 .Create(Double) |
| Create(Int16) | System.Runtime.Intrinsics.Vector64 .Create(Int16) |
| Create(Int32) | System.Runtime.Intrinsics.Vector64 .Create(Int32) |
| Create(Int64) | System.Runtime.Intrinsics.Vector64 .Create(Int64) |
| Create(SByte) | System.Runtime.Intrinsics.Vector64 .Create(SByte) |
| Create(Single) | System.Runtime.Intrinsics.Vector64 .Create(Single) |
| Create(UInt16) | System.Runtime.Intrinsics.Vector64 .Create(UInt16) |
| Create(UInt32) | System.Runtime.Intrinsics.Vector64 .Create(UInt32) |
| Create(UInt64) | System.Runtime.Intrinsics.Vector64 .Create(UInt64) |
| Create(Byte,Byte,Byte,Byte,Byte,Byte ,Byte,Byte) | System.Runtime.Intrinsics.Vector64 .Create(Byte,Byte,Byte,Byte,Byte,Byte ,Byte,Byte) |
| Create(Int16,Int16,Int16,Int16) | System.Runtime.Intrinsics.Vector64 .Create(Int16,Int16,Int16,Int16) |
| Create(Int32,Int32) | System.Runtime.Intrinsics.Vector64 .Create(Int32,Int32) |
| Create(SByte,SByte,SByte,SByte,SByte ,SByte,SByte,SByte) | System.Runtime.Intrinsics.Vector64 .Create(SByte,SByte,SByte,SByte,SByte ,SByte,SByte,SByte) |
| Create(Single,Single) | System.Runtime.Intrinsics.Vector64 .Create(Single,Single) |
| Create(UInt16,UInt16,UInt16,UInt16) | System.Runtime.Intrinsics.Vector64 .Create(UInt16,UInt16,UInt16,UInt16) |
| Create(UInt32,UInt32) | System.Runtime.Intrinsics.Vector64 .Create(UInt32,UInt32) |
| CreateScalar(Byte) | System.Runtime.Intrinsics.Vector64 .CreateScalar(Byte) |
| CreateScalar(Int16) | System.Runtime.Intrinsics.Vector64 .CreateScalar(Int16) |
| CreateScalar(Int32) | System.Runtime.Intrinsics.Vector64 .CreateScalar(Int32) |
| CreateScalar(SByte) | System.Runtime.Intrinsics.Vector64 .CreateScalar(SByte) |
| CreateScalar(Single) | System.Runtime.Intrinsics.Vector64 .CreateScalar(Single) |
| CreateScalar(UInt16) | System.Runtime.Intrinsics.Vector64 .CreateScalar(UInt16) |
| CreateScalar(UInt32) | System.Runtime.Intrinsics.Vector64 .CreateScalar(UInt32) |
| CreateScalarUnsafe(Byte) | System.Runtime.Intrinsics.Vector64 .CreateScalarUnsafe(Byte) |
| CreateScalarUnsafe(Int16) | System.Runtime.Intrinsics.Vector64 .CreateScalarUnsafe(Int16) |
| CreateScalarUnsafe(Int32) | System.Runtime.Intrinsics.Vector64 .CreateScalarUnsafe(Int32) |
| CreateScalarUnsafe(SByte) | System.Runtime.Intrinsics.Vector64 .CreateScalarUnsafe(SByte) |
| CreateScalarUnsafe(Single) | System.Runtime.Intrinsics.Vector64 .CreateScalarUnsafe(Single) |
| CreateScalarUnsafe(UInt16) | System.Runtime.Intrinsics.Vector64 .CreateScalarUnsafe(UInt16) |
| CreateScalarUnsafe(UInt32) | System.Runtime.Intrinsics.Vector64 .CreateScalarUnsafe(UInt32) |
| GetElement<T>(Vector64<T>,Int32) | System.Runtime.Intrinsics.Vector64 .GetElement<T>(Vector64<T>,Int32) |
| WithElement<T>(Vector64<T>,Int32,T) | System.Runtime.Intrinsics.Vector64 .WithElement<T>(Vector64<T>,Int32,T) |
| ToScalar<T>(Vector64<T>) | System.Runtime.Intrinsics.Vector64 .ToScalar<T>(Vector64<T>) |
| ToVector128<T>(Vector64<T>) | System.Runtime.Intrinsics.Vector64 .ToVector128<T>(Vector64<T>) |
| ToVector128Unsafe<T>(Vector64<T>) | System.Runtime.Intrinsics.Vector64 .ToVector128Unsafe<T>(Vector64<T>) |
| Vector128 | System.Runtime.Intrinsics.Vector128 |
| As<T,U>(Vector128<T>) | System.Runtime.Intrinsics.Vector128.As<T ,U>(Vector128<T>) |
| AsByte<T>(Vector128<T>) | System.Runtime.Intrinsics.Vector128 .AsByte<T>(Vector128<T>) |
| AsDouble<T>(Vector128<T>) | System.Runtime.Intrinsics.Vector128 .AsDouble<T>(Vector128<T>) |
| AsInt16<T>(Vector128<T>) | System.Runtime.Intrinsics.Vector128 .AsInt16<T>(Vector128<T>) |
| AsInt32<T>(Vector128<T>) | System.Runtime.Intrinsics.Vector128 .AsInt32<T>(Vector128<T>) |
| AsInt64<T>(Vector128<T>) | System.Runtime.Intrinsics.Vector128 .AsInt64<T>(Vector128<T>) |
| AsSByte<T>(Vector128<T>) | System.Runtime.Intrinsics.Vector128 .AsSByte<T>(Vector128<T>) |
| AsSingle<T>(Vector128<T>) | System.Runtime.Intrinsics.Vector128 .AsSingle<T>(Vector128<T>) |
| AsUInt16<T>(Vector128<T>) | System.Runtime.Intrinsics.Vector128 .AsUInt16<T>(Vector128<T>) |
| AsUInt32<T>(Vector128<T>) | System.Runtime.Intrinsics.Vector128 .AsUInt32<T>(Vector128<T>) |
| AsUInt64<T>(Vector128<T>) | System.Runtime.Intrinsics.Vector128 .AsUInt64<T>(Vector128<T>) |
| Create(Byte) | System.Runtime.Intrinsics.Vector128 .Create(Byte) |
| Create(Double) | System.Runtime.Intrinsics.Vector128 .Create(Double) |
| Create(Int16) | System.Runtime.Intrinsics.Vector128 .Create(Int16) |
| Create(Int32) | System.Runtime.Intrinsics.Vector128 .Create(Int32) |
| Create(Int64) | System.Runtime.Intrinsics.Vector128 .Create(Int64) |
| Create(SByte) | System.Runtime.Intrinsics.Vector128 .Create(SByte) |
| Create(Single) | System.Runtime.Intrinsics.Vector128 .Create(Single) |
| Create(UInt16) | System.Runtime.Intrinsics.Vector128 .Create(UInt16) |
| Create(UInt32) | System.Runtime.Intrinsics.Vector128 .Create(UInt32) |
| Create(UInt64) | System.Runtime.Intrinsics.Vector128 .Create(UInt64) |
| Create(Byte,Byte,Byte,Byte,Byte,Byte ,Byte,Byte,Byte,Byte,Byte,Byte,Byte,Byte ,Byte,Byte) | System.Runtime.Intrinsics.Vector128 .Create(Byte,Byte,Byte,Byte,Byte,Byte ,Byte,Byte,Byte,Byte,Byte,Byte,Byte,Byte ,Byte,Byte) |
| Create(Double,Double) | System.Runtime.Intrinsics.Vector128 .Create(Double,Double) |
| Create(Int16,Int16,Int16,Int16,Int16 ,Int16,Int16,Int16) | System.Runtime.Intrinsics.Vector128 .Create(Int16,Int16,Int16,Int16,Int16 ,Int16,Int16,Int16) |
| Create(Int32,Int32,Int32,Int32) | System.Runtime.Intrinsics.Vector128 .Create(Int32,Int32,Int32,Int32) |
| Create(Int64,Int64) | System.Runtime.Intrinsics.Vector128 .Create(Int64,Int64) |
| Create(SByte,SByte,SByte,SByte,SByte ,SByte,SByte,SByte,SByte,SByte,SByte ,SByte,SByte,SByte,SByte,SByte) | System.Runtime.Intrinsics.Vector128 .Create(SByte,SByte,SByte,SByte,SByte ,SByte,SByte,SByte,SByte,SByte,SByte ,SByte,SByte,SByte,SByte,SByte) |
| Create(Single,Single,Single,Single) | System.Runtime.Intrinsics.Vector128 .Create(Single,Single,Single,Single) |
| Create(UInt16,UInt16,UInt16,UInt16 ,UInt16,UInt16,UInt16,UInt16) | System.Runtime.Intrinsics.Vector128 .Create(UInt16,UInt16,UInt16,UInt16 ,UInt16,UInt16,UInt16,UInt16) |
| Create(UInt32,UInt32,UInt32,UInt32) | System.Runtime.Intrinsics.Vector128 .Create(UInt32,UInt32,UInt32,UInt32) |
| Create(UInt64,UInt64) | System.Runtime.Intrinsics.Vector128 .Create(UInt64,UInt64) |
| Create(Vector64<Byte>,Vector64<Byte>) | System.Runtime.Intrinsics.Vector128 .Create(Vector64<Byte>,Vector64<Byte>) |
| Create(Vector64<Double>,Vector64<Double> ) | System.Runtime.Intrinsics.Vector128 .Create(Vector64<Double>,Vector64<Double >) |
| Create(Vector64<Int16>,Vector64<Int16>) | System.Runtime.Intrinsics.Vector128 .Create(Vector64<Int16>,Vector64<Int16>) |
| Create(Vector64<Int32>,Vector64<Int32>) | System.Runtime.Intrinsics.Vector128 .Create(Vector64<Int32>,Vector64<Int32>) |
| Create(Vector64<Int64>,Vector64<Int64>) | System.Runtime.Intrinsics.Vector128 .Create(Vector64<Int64>,Vector64<Int64>) |
| Create(Vector64<SByte>,Vector64<SByte>) | System.Runtime.Intrinsics.Vector128 .Create(Vector64<SByte>,Vector64<SByte>) |
| Create(Vector64<Single>,Vector64<Single> ) | System.Runtime.Intrinsics.Vector128 .Create(Vector64<Single>,Vector64<Single >) |
| Create(Vector64<UInt16>,Vector64<UInt16> ) | System.Runtime.Intrinsics.Vector128 .Create(Vector64<UInt16>,Vector64<UInt16 >) |
| Create(Vector64<UInt32>,Vector64<UInt32> ) | System.Runtime.Intrinsics.Vector128 .Create(Vector64<UInt32>,Vector64<UInt32 >) |
| Create(Vector64<UInt64>,Vector64<UInt64> ) | System.Runtime.Intrinsics.Vector128 .Create(Vector64<UInt64>,Vector64<UInt64 >) |
| CreateScalar(Byte) | System.Runtime.Intrinsics.Vector128 .CreateScalar(Byte) |
| CreateScalar(Double) | System.Runtime.Intrinsics.Vector128 .CreateScalar(Double) |
| CreateScalar(Int16) | System.Runtime.Intrinsics.Vector128 .CreateScalar(Int16) |
| CreateScalar(Int32) | System.Runtime.Intrinsics.Vector128 .CreateScalar(Int32) |
| CreateScalar(Int64) | System.Runtime.Intrinsics.Vector128 .CreateScalar(Int64) |
| CreateScalar(SByte) | System.Runtime.Intrinsics.Vector128 .CreateScalar(SByte) |
| CreateScalar(Single) | System.Runtime.Intrinsics.Vector128 .CreateScalar(Single) |
| CreateScalar(UInt16) | System.Runtime.Intrinsics.Vector128 .CreateScalar(UInt16) |
| CreateScalar(UInt32) | System.Runtime.Intrinsics.Vector128 .CreateScalar(UInt32) |
| CreateScalar(UInt64) | System.Runtime.Intrinsics.Vector128 .CreateScalar(UInt64) |
| CreateScalarUnsafe(Byte) | System.Runtime.Intrinsics.Vector128 .CreateScalarUnsafe(Byte) |
| CreateScalarUnsafe(Double) | System.Runtime.Intrinsics.Vector128 .CreateScalarUnsafe(Double) |
| CreateScalarUnsafe(Int16) | System.Runtime.Intrinsics.Vector128 .CreateScalarUnsafe(Int16) |
| CreateScalarUnsafe(Int32) | System.Runtime.Intrinsics.Vector128 .CreateScalarUnsafe(Int32) |
| CreateScalarUnsafe(Int64) | System.Runtime.Intrinsics.Vector128 .CreateScalarUnsafe(Int64) |
| CreateScalarUnsafe(SByte) | System.Runtime.Intrinsics.Vector128 .CreateScalarUnsafe(SByte) |
| CreateScalarUnsafe(Single) | System.Runtime.Intrinsics.Vector128 .CreateScalarUnsafe(Single) |
| CreateScalarUnsafe(UInt16) | System.Runtime.Intrinsics.Vector128 .CreateScalarUnsafe(UInt16) |
| CreateScalarUnsafe(UInt32) | System.Runtime.Intrinsics.Vector128 .CreateScalarUnsafe(UInt32) |
| CreateScalarUnsafe(UInt64) | System.Runtime.Intrinsics.Vector128 .CreateScalarUnsafe(UInt64) |
| GetElement<T>(Vector128<T>,Int32) | System.Runtime.Intrinsics.Vector128 .GetElement<T>(Vector128<T>,Int32) |
| WithElement<T>(Vector128<T>,Int32,T) | System.Runtime.Intrinsics.Vector128 .WithElement<T>(Vector128<T>,Int32,T) |
| GetLower<T>(Vector128<T>) | System.Runtime.Intrinsics.Vector128 .GetLower<T>(Vector128<T>) |
| WithLower<T>(Vector128<T>,Vector64<T>) | System.Runtime.Intrinsics.Vector128 .WithLower<T>(Vector128<T>,Vector64<T>) |
| GetUpper<T>(Vector128<T>) | System.Runtime.Intrinsics.Vector128 .GetUpper<T>(Vector128<T>) |
| WithUpper<T>(Vector128<T>,Vector64<T>) | System.Runtime.Intrinsics.Vector128 .WithUpper<T>(Vector128<T>,Vector64<T>) |
| ToScalar<T>(Vector128<T>) | System.Runtime.Intrinsics.Vector128 .ToScalar<T>(Vector128<T>) |
| ToVector256<T>(Vector128<T>) | System.Runtime.Intrinsics.Vector128 .ToVector256<T>(Vector128<T>) |
| ToVector256Unsafe<T>(Vector128<T>) | System.Runtime.Intrinsics.Vector128 .ToVector256Unsafe<T>(Vector128<T>) |
| Vector256 | System.Runtime.Intrinsics.Vector256 |
| As<T,U>(Vector256<T>) | System.Runtime.Intrinsics.Vector256.As<T ,U>(Vector256<T>) |
| AsByte<T>(Vector256<T>) | System.Runtime.Intrinsics.Vector256 .AsByte<T>(Vector256<T>) |
| AsDouble<T>(Vector256<T>) | System.Runtime.Intrinsics.Vector256 .AsDouble<T>(Vector256<T>) |
| AsInt16<T>(Vector256<T>) | System.Runtime.Intrinsics.Vector256 .AsInt16<T>(Vector256<T>) |
| AsInt32<T>(Vector256<T>) | System.Runtime.Intrinsics.Vector256 .AsInt32<T>(Vector256<T>) |
| AsInt64<T>(Vector256<T>) | System.Runtime.Intrinsics.Vector256 .AsInt64<T>(Vector256<T>) |
| AsSByte<T>(Vector256<T>) | System.Runtime.Intrinsics.Vector256 .AsSByte<T>(Vector256<T>) |
| AsSingle<T>(Vector256<T>) | System.Runtime.Intrinsics.Vector256 .AsSingle<T>(Vector256<T>) |
| AsUInt16<T>(Vector256<T>) | System.Runtime.Intrinsics.Vector256 .AsUInt16<T>(Vector256<T>) |
| AsUInt32<T>(Vector256<T>) | System.Runtime.Intrinsics.Vector256 .AsUInt32<T>(Vector256<T>) |
| AsUInt64<T>(Vector256<T>) | System.Runtime.Intrinsics.Vector256 .AsUInt64<T>(Vector256<T>) |
| Create(Byte) | System.Runtime.Intrinsics.Vector256 .Create(Byte) |
| Create(Double) | System.Runtime.Intrinsics.Vector256 .Create(Double) |
| Create(Int16) | System.Runtime.Intrinsics.Vector256 .Create(Int16) |
| Create(Int32) | System.Runtime.Intrinsics.Vector256 .Create(Int32) |
| Create(Int64) | System.Runtime.Intrinsics.Vector256 .Create(Int64) |
| Create(SByte) | System.Runtime.Intrinsics.Vector256 .Create(SByte) |
| Create(Single) | System.Runtime.Intrinsics.Vector256 .Create(Single) |
| Create(UInt16) | System.Runtime.Intrinsics.Vector256 .Create(UInt16) |
| Create(UInt32) | System.Runtime.Intrinsics.Vector256 .Create(UInt32) |
| Create(UInt64) | System.Runtime.Intrinsics.Vector256 .Create(UInt64) |
| Create(Byte,Byte,Byte,Byte,Byte,Byte ,Byte,Byte,Byte,Byte,Byte,Byte,Byte,Byte ,Byte,Byte,Byte,Byte,Byte,Byte,Byte,Byte ,Byte,Byte,Byte,Byte,Byte,Byte,Byte,Byte ,Byte,Byte) | System.Runtime.Intrinsics.Vector256 .Create(Byte,Byte,Byte,Byte,Byte,Byte ,Byte,Byte,Byte,Byte,Byte,Byte,Byte,Byte ,Byte,Byte,Byte,Byte,Byte,Byte,Byte,Byte ,Byte,Byte,Byte,Byte,Byte,Byte,Byte,Byte ,Byte,Byte) |
| Create(Double,Double,Double,Double) | System.Runtime.Intrinsics.Vector256 .Create(Double,Double,Double,Double) |
| Create(Int16,Int16,Int16,Int16,Int16 ,Int16,Int16,Int16,Int16,Int16,Int16 ,Int16,Int16,Int16,Int16,Int16) | System.Runtime.Intrinsics.Vector256 .Create(Int16,Int16,Int16,Int16,Int16 ,Int16,Int16,Int16,Int16,Int16,Int16 ,Int16,Int16,Int16,Int16,Int16) |
| Create(Int32,Int32,Int32,Int32,Int32 ,Int32,Int32,Int32) | System.Runtime.Intrinsics.Vector256 .Create(Int32,Int32,Int32,Int32,Int32 ,Int32,Int32,Int32) |
| Create(Int64,Int64,Int64,Int64) | System.Runtime.Intrinsics.Vector256 .Create(Int64,Int64,Int64,Int64) |
| Create(SByte,SByte,SByte,SByte,SByte ,SByte,SByte,SByte,SByte,SByte,SByte ,SByte,SByte,SByte,SByte,SByte,SByte ,SByte,SByte,SByte,SByte,SByte,SByte ,SByte,SByte,SByte,SByte,SByte,SByte ,SByte,SByte,SByte) | System.Runtime.Intrinsics.Vector256 .Create(SByte,SByte,SByte,SByte,SByte ,SByte,SByte,SByte,SByte,SByte,SByte ,SByte,SByte,SByte,SByte,SByte,SByte ,SByte,SByte,SByte,SByte,SByte,SByte ,SByte,SByte,SByte,SByte,SByte,SByte ,SByte,SByte,SByte) |
| Create(Single,Single,Single,Single ,Single,Single,Single,Single) | System.Runtime.Intrinsics.Vector256 .Create(Single,Single,Single,Single ,Single,Single,Single,Single) |
| Create(UInt16,UInt16,UInt16,UInt16 ,UInt16,UInt16,UInt16,UInt16,UInt16 ,UInt16,UInt16,UInt16,UInt16,UInt16 ,UInt16,UInt16) | System.Runtime.Intrinsics.Vector256 .Create(UInt16,UInt16,UInt16,UInt16 ,UInt16,UInt16,UInt16,UInt16,UInt16 ,UInt16,UInt16,UInt16,UInt16,UInt16 ,UInt16,UInt16) |
| Create(UInt32,UInt32,UInt32,UInt32 ,UInt32,UInt32,UInt32,UInt32) | System.Runtime.Intrinsics.Vector256 .Create(UInt32,UInt32,UInt32,UInt32 ,UInt32,UInt32,UInt32,UInt32) |
| Create(UInt64,UInt64,UInt64,UInt64) | System.Runtime.Intrinsics.Vector256 .Create(UInt64,UInt64,UInt64,UInt64) |
| Create(Vector128<Byte>,Vector128<Byte>) | System.Runtime.Intrinsics.Vector256 .Create(Vector128<Byte>,Vector128<Byte>) |
| Create(Vector128<Double>,Vector128 <Double>) | System.Runtime.Intrinsics.Vector256 .Create(Vector128<Double>,Vector128 <Double>) |
| Create(Vector128<Int16>,Vector128<Int16> ) | System.Runtime.Intrinsics.Vector256 .Create(Vector128<Int16>,Vector128<Int16 >) |
| Create(Vector128<Int32>,Vector128<Int32> ) | System.Runtime.Intrinsics.Vector256 .Create(Vector128<Int32>,Vector128<Int32 >) |
| Create(Vector128<Int64>,Vector128<Int64> ) | System.Runtime.Intrinsics.Vector256 .Create(Vector128<Int64>,Vector128<Int64 >) |
| Create(Vector128<SByte>,Vector128<SByte> ) | System.Runtime.Intrinsics.Vector256 .Create(Vector128<SByte>,Vector128<SByte >) |
| Create(Vector128<Single>,Vector128 <Single>) | System.Runtime.Intrinsics.Vector256 .Create(Vector128<Single>,Vector128 <Single>) |
| Create(Vector128<UInt16>,Vector128 <UInt16>) | System.Runtime.Intrinsics.Vector256 .Create(Vector128<UInt16>,Vector128 <UInt16>) |
| Create(Vector128<UInt32>,Vector128 <UInt32>) | System.Runtime.Intrinsics.Vector256 .Create(Vector128<UInt32>,Vector128 <UInt32>) |
| Create(Vector128<UInt64>,Vector128 <UInt64>) | System.Runtime.Intrinsics.Vector256 .Create(Vector128<UInt64>,Vector128 <UInt64>) |
| CreateScalar(Byte) | System.Runtime.Intrinsics.Vector256 .CreateScalar(Byte) |
| CreateScalar(Double) | System.Runtime.Intrinsics.Vector256 .CreateScalar(Double) |
| CreateScalar(Int16) | System.Runtime.Intrinsics.Vector256 .CreateScalar(Int16) |
| CreateScalar(Int32) | System.Runtime.Intrinsics.Vector256 .CreateScalar(Int32) |
| CreateScalar(Int64) | System.Runtime.Intrinsics.Vector256 .CreateScalar(Int64) |
| CreateScalar(SByte) | System.Runtime.Intrinsics.Vector256 .CreateScalar(SByte) |
| CreateScalar(Single) | System.Runtime.Intrinsics.Vector256 .CreateScalar(Single) |
| CreateScalar(UInt16) | System.Runtime.Intrinsics.Vector256 .CreateScalar(UInt16) |
| CreateScalar(UInt32) | System.Runtime.Intrinsics.Vector256 .CreateScalar(UInt32) |
| CreateScalar(UInt64) | System.Runtime.Intrinsics.Vector256 .CreateScalar(UInt64) |
| CreateScalarUnsafe(Byte) | System.Runtime.Intrinsics.Vector256 .CreateScalarUnsafe(Byte) |
| CreateScalarUnsafe(Double) | System.Runtime.Intrinsics.Vector256 .CreateScalarUnsafe(Double) |
| CreateScalarUnsafe(Int16) | System.Runtime.Intrinsics.Vector256 .CreateScalarUnsafe(Int16) |
| CreateScalarUnsafe(Int32) | System.Runtime.Intrinsics.Vector256 .CreateScalarUnsafe(Int32) |
| CreateScalarUnsafe(Int64) | System.Runtime.Intrinsics.Vector256 .CreateScalarUnsafe(Int64) |
| CreateScalarUnsafe(SByte) | System.Runtime.Intrinsics.Vector256 .CreateScalarUnsafe(SByte) |
| CreateScalarUnsafe(Single) | System.Runtime.Intrinsics.Vector256 .CreateScalarUnsafe(Single) |
| CreateScalarUnsafe(UInt16) | System.Runtime.Intrinsics.Vector256 .CreateScalarUnsafe(UInt16) |
| CreateScalarUnsafe(UInt32) | System.Runtime.Intrinsics.Vector256 .CreateScalarUnsafe(UInt32) |
| CreateScalarUnsafe(UInt64) | System.Runtime.Intrinsics.Vector256 .CreateScalarUnsafe(UInt64) |
| GetElement<T>(Vector256<T>,Int32) | System.Runtime.Intrinsics.Vector256 .GetElement<T>(Vector256<T>,Int32) |
| WithElement<T>(Vector256<T>,Int32,T) | System.Runtime.Intrinsics.Vector256 .WithElement<T>(Vector256<T>,Int32,T) |
| GetLower<T>(Vector256<T>) | System.Runtime.Intrinsics.Vector256 .GetLower<T>(Vector256<T>) |
| WithLower<T>(Vector256<T>,Vector128<T>) | System.Runtime.Intrinsics.Vector256 .WithLower<T>(Vector256<T>,Vector128<T>) |
| GetUpper<T>(Vector256<T>) | System.Runtime.Intrinsics.Vector256 .GetUpper<T>(Vector256<T>) |
| WithUpper<T>(Vector256<T>,Vector128<T>) | System.Runtime.Intrinsics.Vector256 .WithUpper<T>(Vector256<T>,Vector128<T>) |
| ToScalar<T>(Vector256<T>) | System.Runtime.Intrinsics.Vector256 .ToScalar<T>(Vector256<T>) |
| IDispatchConstantAttribute | System.Runtime.CompilerServices .IDispatchConstantAttribute |
| .ctor() | System.Runtime.CompilerServices .IDispatchConstantAttribute..ctor() |
| get_Value() | System.Runtime.CompilerServices .IDispatchConstantAttribute.get_Value() |
| StandardOleMarshalObject | System.Runtime.InteropServices .StandardOleMarshalObject |
| .ctor() | System.Runtime.InteropServices .StandardOleMarshalObject..ctor() |
| NativeLibrary | System.Runtime.InteropServices .NativeLibrary |
| Load(String) | System.Runtime.InteropServices .NativeLibrary.Load(String) |
| TryLoad(String,IntPtr&) | System.Runtime.InteropServices .NativeLibrary.TryLoad(String,IntPtr&) |
| Load(String,Assembly,Nullable <DllImportSearchPath>) | System.Runtime.InteropServices .NativeLibrary.Load(String,Assembly ,Nullable<DllImportSearchPath>) |
| TryLoad(String,Assembly,Nullable <DllImportSearchPath>,IntPtr&) | System.Runtime.InteropServices .NativeLibrary.TryLoad(String,Assembly ,Nullable<DllImportSearchPath>,IntPtr&) |
| Free(IntPtr) | System.Runtime.InteropServices .NativeLibrary.Free(IntPtr) |
| GetExport(IntPtr,String) | System.Runtime.InteropServices .NativeLibrary.GetExport(IntPtr,String) |
| TryGetExport(IntPtr,String,IntPtr&) | System.Runtime.InteropServices .NativeLibrary.TryGetExport(IntPtr ,String,IntPtr&) |
| SetDllImportResolver(Assembly ,DllImportResolver) | System.Runtime.InteropServices .NativeLibrary.SetDllImportResolver (Assembly,DllImportResolver) |
| DllImportResolver | System.Runtime.InteropServices .DllImportResolver |
| .ctor(Object,IntPtr) | System.Runtime.InteropServices .DllImportResolver..ctor(Object,IntPtr) |
| Invoke(String,Assembly,Nullable <DllImportSearchPath>) | System.Runtime.InteropServices .DllImportResolver.Invoke(String ,Assembly,Nullable<DllImportSearchPath>) |
| BeginInvoke(String,Assembly,Nullable <DllImportSearchPath>,AsyncCallback ,Object) | System.Runtime.InteropServices .DllImportResolver.BeginInvoke(String ,Assembly,Nullable<DllImportSearchPath> ,AsyncCallback,Object) |
| EndInvoke(IAsyncResult) | System.Runtime.InteropServices .DllImportResolver.EndInvoke (IAsyncResult) |
| BitOperations | System.Numerics.BitOperations |
| LeadingZeroCount(UInt32) | System.Numerics.BitOperations .LeadingZeroCount(UInt32) |
| LeadingZeroCount(UInt64) | System.Numerics.BitOperations .LeadingZeroCount(UInt64) |
| Log2(UInt32) | System.Numerics.BitOperations.Log2 (UInt32) |
| Log2(UInt64) | System.Numerics.BitOperations.Log2 (UInt64) |
| PopCount(UInt32) | System.Numerics.BitOperations.PopCount (UInt32) |
| PopCount(UInt64) | System.Numerics.BitOperations.PopCount (UInt64) |
| TrailingZeroCount(Int32) | System.Numerics.BitOperations .TrailingZeroCount(Int32) |
| TrailingZeroCount(UInt32) | System.Numerics.BitOperations .TrailingZeroCount(UInt32) |
| TrailingZeroCount(Int64) | System.Numerics.BitOperations .TrailingZeroCount(Int64) |
| TrailingZeroCount(UInt64) | System.Numerics.BitOperations .TrailingZeroCount(UInt64) |
| RotateLeft(UInt32,Int32) | System.Numerics.BitOperations.RotateLeft (UInt32,Int32) |
| RotateLeft(UInt64,Int32) | System.Numerics.BitOperations.RotateLeft (UInt64,Int32) |
| RotateRight(UInt32,Int32) | System.Numerics.BitOperations .RotateRight(UInt32,Int32) |
| RotateRight(UInt64,Int32) | System.Numerics.BitOperations .RotateRight(UInt64,Int32) |
| ProfileOptimization | System.Runtime.ProfileOptimization |
| SetProfileRoot(String) | System.Runtime.ProfileOptimization .SetProfileRoot(String) |
| StartProfile(String) | System.Runtime.ProfileOptimization .StartProfile(String) |
| SwitchExpressionException | System.Runtime.CompilerServices .SwitchExpressionException |
| .ctor() | System.Runtime.CompilerServices .SwitchExpressionException..ctor() |
| .ctor(Exception) | System.Runtime.CompilerServices .SwitchExpressionException..ctor (Exception) |
| .ctor(Object) | System.Runtime.CompilerServices .SwitchExpressionException..ctor(Object) |
| .ctor(String) | System.Runtime.CompilerServices .SwitchExpressionException..ctor(String) |
| .ctor(String,Exception) | System.Runtime.CompilerServices .SwitchExpressionException..ctor(String ,Exception) |
| get_UnmatchedValue() | System.Runtime.CompilerServices .SwitchExpressionException .get_UnmatchedValue() |
| GetObjectData(SerializationInfo ,StreamingContext) | System.Runtime.CompilerServices .SwitchExpressionException.GetObjectData (SerializationInfo,StreamingContext) |
| get_Message() | System.Runtime.CompilerServices .SwitchExpressionException.get_Message() |
| IStackWalk | System.Security.IStackWalk |
| Assert() | System.Security.IStackWalk.Assert() |
| Demand() | System.Security.IStackWalk.Demand() |
| Deny() | System.Security.IStackWalk.Deny() |
| PermitOnly() | System.Security.IStackWalk.PermitOnly() |
| PermissionSet | System.Security.PermissionSet |
| .ctor(PermissionState) | System.Security.PermissionSet..ctor (PermissionState) |
| .ctor(PermissionSet) | System.Security.PermissionSet..ctor (PermissionSet) |
| get_Count() | System.Security.PermissionSet.get_Count( ) |
| get_IsReadOnly() | System.Security.PermissionSet .get_IsReadOnly() |
| get_IsSynchronized() | System.Security.PermissionSet .get_IsSynchronized() |
| get_SyncRoot() | System.Security.PermissionSet .get_SyncRoot() |
| AddPermission(IPermission) | System.Security.PermissionSet .AddPermission(IPermission) |
| AddPermissionImpl(IPermission) | System.Security.PermissionSet .AddPermissionImpl(IPermission) |
| Assert() | System.Security.PermissionSet.Assert() |
| ContainsNonCodeAccessPermissions() | System.Security.PermissionSet .ContainsNonCodeAccessPermissions() |
| ConvertPermissionSet(String,Byte[] ,String) | System.Security.PermissionSet .ConvertPermissionSet(String,Byte[] ,String) |
| Copy() | System.Security.PermissionSet.Copy() |
| CopyTo(Array,Int32) | System.Security.PermissionSet.CopyTo (Array,Int32) |
| Demand() | System.Security.PermissionSet.Demand() |
| Deny() | System.Security.PermissionSet.Deny() |
| Equals(Object) | System.Security.PermissionSet.Equals (Object) |
| FromXml(SecurityElement) | System.Security.PermissionSet.FromXml (SecurityElement) |
| GetEnumerator() | System.Security.PermissionSet .GetEnumerator() |
| GetEnumeratorImpl() | System.Security.PermissionSet .GetEnumeratorImpl() |
| GetHashCode() | System.Security.PermissionSet .GetHashCode() |
| GetPermission(Type) | System.Security.PermissionSet .GetPermission(Type) |
| GetPermissionImpl(Type) | System.Security.PermissionSet .GetPermissionImpl(Type) |
| Intersect(PermissionSet) | System.Security.PermissionSet.Intersect (PermissionSet) |
| IsEmpty() | System.Security.PermissionSet.IsEmpty() |
| IsSubsetOf(PermissionSet) | System.Security.PermissionSet.IsSubsetOf (PermissionSet) |
| IsUnrestricted() | System.Security.PermissionSet .IsUnrestricted() |
| PermitOnly() | System.Security.PermissionSet.PermitOnly () |
| RemovePermission(Type) | System.Security.PermissionSet .RemovePermission(Type) |
| RemovePermissionImpl(Type) | System.Security.PermissionSet .RemovePermissionImpl(Type) |
| RevertAssert() | System.Security.PermissionSet .RevertAssert() |
| SetPermission(IPermission) | System.Security.PermissionSet .SetPermission(IPermission) |
| SetPermissionImpl(IPermission) | System.Security.PermissionSet .SetPermissionImpl(IPermission) |
| ToString() | System.Security.PermissionSet.ToString() |
| ToXml() | System.Security.PermissionSet.ToXml() |
| Union(PermissionSet) | System.Security.PermissionSet.Union (PermissionSet) |
| PermissionState | System.Security.Permissions .PermissionState |
| value__ | System.Security.Permissions .PermissionState.value__ |
| None | System.Security.Permissions .PermissionState.None |
| Unrestricted | System.Security.Permissions .PermissionState.Unrestricted |
| GCMemoryInfo | System.GCMemoryInfo |
| get_HighMemoryLoadThresholdBytes() | System.GCMemoryInfo .get_HighMemoryLoadThresholdBytes() |
| get_MemoryLoadBytes() | System.GCMemoryInfo.get_MemoryLoadBytes( ) |
| get_TotalAvailableMemoryBytes() | System.GCMemoryInfo .get_TotalAvailableMemoryBytes() |
| get_HeapSizeBytes() | System.GCMemoryInfo.get_HeapSizeBytes() |
| get_FragmentedBytes() | System.GCMemoryInfo.get_FragmentedBytes( ) |
| IAsyncDisposable | System.IAsyncDisposable |
| DisposeAsync() | System.IAsyncDisposable.DisposeAsync() |
| Index | System.Index |
| .ctor(Int32,Boolean) | System.Index..ctor(Int32,Boolean) |
| get_Start() | System.Index.get_Start() |
| get_End() | System.Index.get_End() |
| FromStart(Int32) | System.Index.FromStart(Int32) |
| FromEnd(Int32) | System.Index.FromEnd(Int32) |
| get_Value() | System.Index.get_Value() |
| get_IsFromEnd() | System.Index.get_IsFromEnd() |
| GetOffset(Int32) | System.Index.GetOffset(Int32) |
| Equals(Object) | System.Index.Equals(Object) |
| Equals(Index) | System.Index.Equals(Index) |
| GetHashCode() | System.Index.GetHashCode() |
| op_Implicit(Int32) | System.Index.op_Implicit(Int32) |
| ToString() | System.Index.ToString() |
| Range | System.Range |
| get_Start() | System.Range.get_Start() |
| get_End() | System.Range.get_End() |
| .ctor(Index,Index) | System.Range..ctor(Index,Index) |
| Equals(Object) | System.Range.Equals(Object) |
| Equals(Range) | System.Range.Equals(Range) |
| GetHashCode() | System.Range.GetHashCode() |
| ToString() | System.Range.ToString() |
| StartAt(Index) | System.Range.StartAt(Index) |
| EndAt(Index) | System.Range.EndAt(Index) |
| get_All() | System.Range.get_All() |
| GetOffsetAndLength(Int32) | System.Range.GetOffsetAndLength(Int32) |
| ISOWeek | System.Globalization.ISOWeek |
| GetWeekOfYear(DateTime) | System.Globalization.ISOWeek .GetWeekOfYear(DateTime) |
| GetYear(DateTime) | System.Globalization.ISOWeek.GetYear (DateTime) |
| GetYearStart(Int32) | System.Globalization.ISOWeek .GetYearStart(Int32) |
| GetYearEnd(Int32) | System.Globalization.ISOWeek.GetYearEnd (Int32) |
| GetWeeksInYear(Int32) | System.Globalization.ISOWeek .GetWeeksInYear(Int32) |
| ToDateTime(Int32,Int32,DayOfWeek) | System.Globalization.ISOWeek.ToDateTime (Int32,Int32,DayOfWeek) |
| AmbiguousImplementationException | System.Runtime .AmbiguousImplementationException |
| .ctor() | System.Runtime .AmbiguousImplementationException..ctor( ) |
| .ctor(String) | System.Runtime .AmbiguousImplementationException..ctor (String) |
| .ctor(String,Exception) | System.Runtime .AmbiguousImplementationException..ctor (String,Exception) |
| EnumeratorCancellationAttribute | System.Runtime.CompilerServices .EnumeratorCancellationAttribute |
| .ctor() | System.Runtime.CompilerServices .EnumeratorCancellationAttribute..ctor() |
| AsyncIteratorStateMachineAttribute | System.Runtime.CompilerServices .AsyncIteratorStateMachineAttribute |
| .ctor(Type) | System.Runtime.CompilerServices .AsyncIteratorStateMachineAttribute. .ctor(Type) |
| CallerArgumentExpressionAttribute | System.Runtime.CompilerServices .CallerArgumentExpressionAttribute |
| .ctor(String) | System.Runtime.CompilerServices .CallerArgumentExpressionAttribute..ctor (String) |
| get_ParameterName() | System.Runtime.CompilerServices .CallerArgumentExpressionAttribute .get_ParameterName() |
| ObjectHandle | System.Runtime.Remoting.ObjectHandle |
| .ctor(Object) | System.Runtime.Remoting.ObjectHandle. .ctor(Object) |
| Unwrap() | System.Runtime.Remoting.ObjectHandle .Unwrap() |
| ManualResetValueTaskSourceCore<TResult> | System.Threading.Tasks.Sources .ManualResetValueTaskSourceCore<TResult> |
| get_RunContinuationsAsynchronously() | System.Threading.Tasks.Sources .ManualResetValueTaskSourceCore<TResult> .get_RunContinuationsAsynchronously() |
| set_RunContinuationsAsynchronously (Boolean) | System.Threading.Tasks.Sources .ManualResetValueTaskSourceCore<TResult> .set_RunContinuationsAsynchronously (Boolean) |
| Reset() | System.Threading.Tasks.Sources .ManualResetValueTaskSourceCore<TResult> .Reset() |
| SetResult(TResult) | System.Threading.Tasks.Sources .ManualResetValueTaskSourceCore<TResult> .SetResult(TResult) |
| SetException(Exception) | System.Threading.Tasks.Sources .ManualResetValueTaskSourceCore<TResult> .SetException(Exception) |
| get_Version() | System.Threading.Tasks.Sources .ManualResetValueTaskSourceCore<TResult> .get_Version() |
| GetStatus(Int16) | System.Threading.Tasks.Sources .ManualResetValueTaskSourceCore<TResult> .GetStatus(Int16) |
| GetResult(Int16) | System.Threading.Tasks.Sources .ManualResetValueTaskSourceCore<TResult> .GetResult(Int16) |
| OnCompleted(Action<Object>,Object,Int16 ,ValueTaskSourceOnCompletedFlags) | System.Threading.Tasks.Sources .ManualResetValueTaskSourceCore<TResult> .OnCompleted(Action<Object>,Object,Int16 ,ValueTaskSourceOnCompletedFlags) |
| IAsyncEnumerable<T> | System.Collections.Generic .IAsyncEnumerable<T> |
| GetAsyncEnumerator(CancellationToken) | System.Collections.Generic .IAsyncEnumerable<T>.GetAsyncEnumerator (CancellationToken) |
| IAsyncEnumerator<T> | System.Collections.Generic .IAsyncEnumerator<T> |
| MoveNextAsync() | System.Collections.Generic .IAsyncEnumerator<T>.MoveNextAsync() |
| get_Current() | System.Collections.Generic .IAsyncEnumerator<T>.get_Current() |
| Rune | System.Text.Rune |
| .ctor(Char) | System.Text.Rune..ctor(Char) |
| .ctor(Char,Char) | System.Text.Rune..ctor(Char,Char) |
| .ctor(Int32) | System.Text.Rune..ctor(Int32) |
| .ctor(UInt32) | System.Text.Rune..ctor(UInt32) |
| op_Equality(Rune,Rune) | System.Text.Rune.op_Equality(Rune,Rune) |
| op_Inequality(Rune,Rune) | System.Text.Rune.op_Inequality(Rune,Rune ) |
| op_LessThan(Rune,Rune) | System.Text.Rune.op_LessThan(Rune,Rune) |
| op_LessThanOrEqual(Rune,Rune) | System.Text.Rune.op_LessThanOrEqual(Rune ,Rune) |
| op_GreaterThan(Rune,Rune) | System.Text.Rune.op_GreaterThan(Rune ,Rune) |
| op_GreaterThanOrEqual(Rune,Rune) | System.Text.Rune.op_GreaterThanOrEqual (Rune,Rune) |
| op_Explicit(Char) | System.Text.Rune.op_Explicit(Char) |
| op_Explicit(UInt32) | System.Text.Rune.op_Explicit(UInt32) |
| op_Explicit(Int32) | System.Text.Rune.op_Explicit(Int32) |
| get_IsAscii() | System.Text.Rune.get_IsAscii() |
| get_IsBmp() | System.Text.Rune.get_IsBmp() |
| get_Plane() | System.Text.Rune.get_Plane() |
| get_ReplacementChar() | System.Text.Rune.get_ReplacementChar() |
| get_Utf16SequenceLength() | System.Text.Rune.get_Utf16SequenceLength () |
| get_Utf8SequenceLength() | System.Text.Rune.get_Utf8SequenceLength( ) |
| get_Value() | System.Text.Rune.get_Value() |
| CompareTo(Rune) | System.Text.Rune.CompareTo(Rune) |
| DecodeFromUtf16(ReadOnlySpan<Char>,Rune& ,Int32&) | System.Text.Rune.DecodeFromUtf16 (ReadOnlySpan<Char>,Rune&,Int32&) |
| DecodeFromUtf8(ReadOnlySpan<Byte>,Rune& ,Int32&) | System.Text.Rune.DecodeFromUtf8 (ReadOnlySpan<Byte>,Rune&,Int32&) |
| DecodeLastFromUtf16(ReadOnlySpan<Char> ,Rune&,Int32&) | System.Text.Rune.DecodeLastFromUtf16 (ReadOnlySpan<Char>,Rune&,Int32&) |
| DecodeLastFromUtf8(ReadOnlySpan<Byte> ,Rune&,Int32&) | System.Text.Rune.DecodeLastFromUtf8 (ReadOnlySpan<Byte>,Rune&,Int32&) |
| EncodeToUtf16(Span<Char>) | System.Text.Rune.EncodeToUtf16(Span<Char >) |
| EncodeToUtf8(Span<Byte>) | System.Text.Rune.EncodeToUtf8(Span<Byte> ) |
| Equals(Object) | System.Text.Rune.Equals(Object) |
| Equals(Rune) | System.Text.Rune.Equals(Rune) |
| GetHashCode() | System.Text.Rune.GetHashCode() |
| GetRuneAt(String,Int32) | System.Text.Rune.GetRuneAt(String,Int32) |
| IsValid(Int32) | System.Text.Rune.IsValid(Int32) |
| IsValid(UInt32) | System.Text.Rune.IsValid(UInt32) |
| ToString() | System.Text.Rune.ToString() |
| TryCreate(Char,Rune&) | System.Text.Rune.TryCreate(Char,Rune&) |
| TryCreate(Char,Char,Rune&) | System.Text.Rune.TryCreate(Char,Char ,Rune&) |
| TryCreate(Int32,Rune&) | System.Text.Rune.TryCreate(Int32,Rune&) |
| TryCreate(UInt32,Rune&) | System.Text.Rune.TryCreate(UInt32,Rune&) |
| TryEncodeToUtf16(Span<Char>,Int32&) | System.Text.Rune.TryEncodeToUtf16(Span <Char>,Int32&) |
| TryEncodeToUtf8(Span<Byte>,Int32&) | System.Text.Rune.TryEncodeToUtf8(Span <Byte>,Int32&) |
| TryGetRuneAt(String,Int32,Rune&) | System.Text.Rune.TryGetRuneAt(String ,Int32,Rune&) |
| GetNumericValue(Rune) | System.Text.Rune.GetNumericValue(Rune) |
| GetUnicodeCategory(Rune) | System.Text.Rune.GetUnicodeCategory(Rune ) |
| IsControl(Rune) | System.Text.Rune.IsControl(Rune) |
| IsDigit(Rune) | System.Text.Rune.IsDigit(Rune) |
| IsLetter(Rune) | System.Text.Rune.IsLetter(Rune) |
| IsLetterOrDigit(Rune) | System.Text.Rune.IsLetterOrDigit(Rune) |
| IsLower(Rune) | System.Text.Rune.IsLower(Rune) |
| IsNumber(Rune) | System.Text.Rune.IsNumber(Rune) |
| IsPunctuation(Rune) | System.Text.Rune.IsPunctuation(Rune) |
| IsSeparator(Rune) | System.Text.Rune.IsSeparator(Rune) |
| IsSymbol(Rune) | System.Text.Rune.IsSymbol(Rune) |
| IsUpper(Rune) | System.Text.Rune.IsUpper(Rune) |
| IsWhiteSpace(Rune) | System.Text.Rune.IsWhiteSpace(Rune) |
| ToLower(Rune,CultureInfo) | System.Text.Rune.ToLower(Rune ,CultureInfo) |
| ToLowerInvariant(Rune) | System.Text.Rune.ToLowerInvariant(Rune) |
| ToUpper(Rune,CultureInfo) | System.Text.Rune.ToUpper(Rune ,CultureInfo) |
| ToUpperInvariant(Rune) | System.Text.Rune.ToUpperInvariant(Rune) |
| StringRuneEnumerator | System.Text.StringRuneEnumerator |
| get_Current() | System.Text.StringRuneEnumerator .get_Current() |
| GetEnumerator() | System.Text.StringRuneEnumerator .GetEnumerator() |
| MoveNext() | System.Text.StringRuneEnumerator .MoveNext() |
| Utf8 | System.Text.Unicode.Utf8 |
| FromUtf16(ReadOnlySpan<Char>,Span<Byte> ,Int32&,Int32&,Boolean,Boolean) | System.Text.Unicode.Utf8.FromUtf16 (ReadOnlySpan<Char>,Span<Byte>,Int32& ,Int32&,Boolean,Boolean) |
| ToUtf16(ReadOnlySpan<Byte>,Span<Char> ,Int32&,Int32&,Boolean,Boolean) | System.Text.Unicode.Utf8.ToUtf16 (ReadOnlySpan<Byte>,Span<Char>,Int32& ,Int32&,Boolean,Boolean) |
| AllowNullAttribute | System.Diagnostics.CodeAnalysis .AllowNullAttribute |
| .ctor() | System.Diagnostics.CodeAnalysis .AllowNullAttribute..ctor() |
| DisallowNullAttribute | System.Diagnostics.CodeAnalysis .DisallowNullAttribute |
| .ctor() | System.Diagnostics.CodeAnalysis .DisallowNullAttribute..ctor() |
| MaybeNullAttribute | System.Diagnostics.CodeAnalysis .MaybeNullAttribute |
| .ctor() | System.Diagnostics.CodeAnalysis .MaybeNullAttribute..ctor() |
| NotNullAttribute | System.Diagnostics.CodeAnalysis .NotNullAttribute |
| .ctor() | System.Diagnostics.CodeAnalysis .NotNullAttribute..ctor() |
| MaybeNullWhenAttribute | System.Diagnostics.CodeAnalysis .MaybeNullWhenAttribute |
| .ctor(Boolean) | System.Diagnostics.CodeAnalysis .MaybeNullWhenAttribute..ctor(Boolean) |
| get_ReturnValue() | System.Diagnostics.CodeAnalysis .MaybeNullWhenAttribute.get_ReturnValue( ) |
| NotNullWhenAttribute | System.Diagnostics.CodeAnalysis .NotNullWhenAttribute |
| .ctor(Boolean) | System.Diagnostics.CodeAnalysis .NotNullWhenAttribute..ctor(Boolean) |
| get_ReturnValue() | System.Diagnostics.CodeAnalysis .NotNullWhenAttribute.get_ReturnValue() |
| NotNullIfNotNullAttribute | System.Diagnostics.CodeAnalysis .NotNullIfNotNullAttribute |
| .ctor(String) | System.Diagnostics.CodeAnalysis .NotNullIfNotNullAttribute..ctor(String) |
| get_ParameterName() | System.Diagnostics.CodeAnalysis .NotNullIfNotNullAttribute .get_ParameterName() |
| DoesNotReturnAttribute | System.Diagnostics.CodeAnalysis .DoesNotReturnAttribute |
| .ctor() | System.Diagnostics.CodeAnalysis .DoesNotReturnAttribute..ctor() |
| DoesNotReturnIfAttribute | System.Diagnostics.CodeAnalysis .DoesNotReturnIfAttribute |
| .ctor(Boolean) | System.Diagnostics.CodeAnalysis .DoesNotReturnIfAttribute..ctor(Boolean) |
| get_ParameterValue() | System.Diagnostics.CodeAnalysis .DoesNotReturnIfAttribute .get_ParameterValue() |
| Unsafe | System.Runtime.CompilerServices.Unsafe |
| Read<T>(Void*) | System.Runtime.CompilerServices.Unsafe .Read<T>(Void*) |
| ReadUnaligned<T>(Void*) | System.Runtime.CompilerServices.Unsafe .ReadUnaligned<T>(Void*) |
| ReadUnaligned<T>(Byte&) | System.Runtime.CompilerServices.Unsafe .ReadUnaligned<T>(Byte&) |
| Write<T>(Void*,T) | System.Runtime.CompilerServices.Unsafe .Write<T>(Void*,T) |
| WriteUnaligned<T>(Void*,T) | System.Runtime.CompilerServices.Unsafe .WriteUnaligned<T>(Void*,T) |
| WriteUnaligned<T>(Byte&,T) | System.Runtime.CompilerServices.Unsafe .WriteUnaligned<T>(Byte&,T) |
| Copy<T>(Void*,T&) | System.Runtime.CompilerServices.Unsafe .Copy<T>(Void*,T&) |
| Copy<T>(T&,Void*) | System.Runtime.CompilerServices.Unsafe .Copy<T>(T&,Void*) |
| AsPointer<T>(T&) | System.Runtime.CompilerServices.Unsafe .AsPointer<T>(T&) |
| SizeOf<T>() | System.Runtime.CompilerServices.Unsafe .SizeOf<T>() |
| CopyBlock(Void*,Void*,UInt32) | System.Runtime.CompilerServices.Unsafe .CopyBlock(Void*,Void*,UInt32) |
| CopyBlock(Byte&,Byte&,UInt32) | System.Runtime.CompilerServices.Unsafe .CopyBlock(Byte&,Byte&,UInt32) |
| CopyBlockUnaligned(Void*,Void*,UInt32) | System.Runtime.CompilerServices.Unsafe .CopyBlockUnaligned(Void*,Void*,UInt32) |
| CopyBlockUnaligned(Byte&,Byte&,UInt32) | System.Runtime.CompilerServices.Unsafe .CopyBlockUnaligned(Byte&,Byte&,UInt32) |
| InitBlock(Void*,Byte,UInt32) | System.Runtime.CompilerServices.Unsafe .InitBlock(Void*,Byte,UInt32) |
| InitBlock(Byte&,Byte,UInt32) | System.Runtime.CompilerServices.Unsafe .InitBlock(Byte&,Byte,UInt32) |
| InitBlockUnaligned(Void*,Byte,UInt32) | System.Runtime.CompilerServices.Unsafe .InitBlockUnaligned(Void*,Byte,UInt32) |
| InitBlockUnaligned(Byte&,Byte,UInt32) | System.Runtime.CompilerServices.Unsafe .InitBlockUnaligned(Byte&,Byte,UInt32) |
| As<T>(Object) | System.Runtime.CompilerServices.Unsafe .As<T>(Object) |
| AsRef<T>(Void*) | System.Runtime.CompilerServices.Unsafe .AsRef<T>(Void*) |
| AsRef<T>(T&) | System.Runtime.CompilerServices.Unsafe .AsRef<T>(T&) |
| As<TFrom,TTo>(TFrom&) | System.Runtime.CompilerServices.Unsafe .As<TFrom,TTo>(TFrom&) |
| Unbox<T>(Object) | System.Runtime.CompilerServices.Unsafe .Unbox<T>(Object) |
| Add<T>(T&,Int32) | System.Runtime.CompilerServices.Unsafe .Add<T>(T&,Int32) |
| Add<T>(Void*,Int32) | System.Runtime.CompilerServices.Unsafe .Add<T>(Void*,Int32) |
| Add<T>(T&,IntPtr) | System.Runtime.CompilerServices.Unsafe .Add<T>(T&,IntPtr) |
| AddByteOffset<T>(T&,IntPtr) | System.Runtime.CompilerServices.Unsafe .AddByteOffset<T>(T&,IntPtr) |
| Subtract<T>(T&,Int32) | System.Runtime.CompilerServices.Unsafe .Subtract<T>(T&,Int32) |
| Subtract<T>(Void*,Int32) | System.Runtime.CompilerServices.Unsafe .Subtract<T>(Void*,Int32) |
| Subtract<T>(T&,IntPtr) | System.Runtime.CompilerServices.Unsafe .Subtract<T>(T&,IntPtr) |
| SubtractByteOffset<T>(T&,IntPtr) | System.Runtime.CompilerServices.Unsafe .SubtractByteOffset<T>(T&,IntPtr) |
| ByteOffset<T>(T&,T&) | System.Runtime.CompilerServices.Unsafe .ByteOffset<T>(T&,T&) |
| AreSame<T>(T&,T&) | System.Runtime.CompilerServices.Unsafe .AreSame<T>(T&,T&) |
| IsAddressGreaterThan<T>(T&,T&) | System.Runtime.CompilerServices.Unsafe .IsAddressGreaterThan<T>(T&,T&) |
| IsAddressLessThan<T>(T&,T&) | System.Runtime.CompilerServices.Unsafe .IsAddressLessThan<T>(T&,T&) |
| GCMemoryInfo | System.GCMemoryInfo |
| get_HighMemoryLoadThresholdBytes() | System.GCMemoryInfo .get_HighMemoryLoadThresholdBytes() |
| get_MemoryLoadBytes() | System.GCMemoryInfo.get_MemoryLoadBytes( ) |
| get_TotalAvailableMemoryBytes() | System.GCMemoryInfo .get_TotalAvailableMemoryBytes() |
| get_HeapSizeBytes() | System.GCMemoryInfo.get_HeapSizeBytes() |
| get_FragmentedBytes() | System.GCMemoryInfo.get_FragmentedBytes( ) |
| IAsyncDisposable | System.IAsyncDisposable |
| DisposeAsync() | System.IAsyncDisposable.DisposeAsync() |
| Index | System.Index |
| .ctor(Int32,Boolean) | System.Index..ctor(Int32,Boolean) |
| get_Start() | System.Index.get_Start() |
| get_End() | System.Index.get_End() |
| FromStart(Int32) | System.Index.FromStart(Int32) |
| FromEnd(Int32) | System.Index.FromEnd(Int32) |
| get_Value() | System.Index.get_Value() |
| get_IsFromEnd() | System.Index.get_IsFromEnd() |
| GetOffset(Int32) | System.Index.GetOffset(Int32) |
| Equals(Object) | System.Index.Equals(Object) |
| Equals(Index) | System.Index.Equals(Index) |
| GetHashCode() | System.Index.GetHashCode() |
| op_Implicit(Int32) | System.Index.op_Implicit(Int32) |
| ToString() | System.Index.ToString() |
| Range | System.Range |
| get_Start() | System.Range.get_Start() |
| get_End() | System.Range.get_End() |
| .ctor(Index,Index) | System.Range..ctor(Index,Index) |
| Equals(Object) | System.Range.Equals(Object) |
| Equals(Range) | System.Range.Equals(Range) |
| GetHashCode() | System.Range.GetHashCode() |
| ToString() | System.Range.ToString() |
| StartAt(Index) | System.Range.StartAt(Index) |
| EndAt(Index) | System.Range.EndAt(Index) |
| get_All() | System.Range.get_All() |
| GetOffsetAndLength(Int32) | System.Range.GetOffsetAndLength(Int32) |
| ISOWeek | System.Globalization.ISOWeek |
| GetWeekOfYear(DateTime) | System.Globalization.ISOWeek .GetWeekOfYear(DateTime) |
| GetYear(DateTime) | System.Globalization.ISOWeek.GetYear (DateTime) |
| GetYearStart(Int32) | System.Globalization.ISOWeek .GetYearStart(Int32) |
| GetYearEnd(Int32) | System.Globalization.ISOWeek.GetYearEnd (Int32) |
| GetWeeksInYear(Int32) | System.Globalization.ISOWeek .GetWeeksInYear(Int32) |
| ToDateTime(Int32,Int32,DayOfWeek) | System.Globalization.ISOWeek.ToDateTime (Int32,Int32,DayOfWeek) |
| AmbiguousImplementationException | System.Runtime .AmbiguousImplementationException |
| .ctor() | System.Runtime .AmbiguousImplementationException..ctor( ) |
| .ctor(String) | System.Runtime .AmbiguousImplementationException..ctor (String) |
| .ctor(String,Exception) | System.Runtime .AmbiguousImplementationException..ctor (String,Exception) |
| AsyncIteratorMethodBuilder | System.Runtime.CompilerServices .AsyncIteratorMethodBuilder |
| Create() | System.Runtime.CompilerServices .AsyncIteratorMethodBuilder.Create() |
| MoveNext<TStateMachine>(TStateMachine&) | System.Runtime.CompilerServices .AsyncIteratorMethodBuilder.MoveNext <TStateMachine>(TStateMachine&) |
| AwaitOnCompleted<TAwaiter,TStateMachine> (TAwaiter&,TStateMachine&) | System.Runtime.CompilerServices .AsyncIteratorMethodBuilder .AwaitOnCompleted<TAwaiter,TStateMachine >(TAwaiter&,TStateMachine&) |
| AwaitUnsafeOnCompleted<TAwaiter ,TStateMachine>(TAwaiter&,TStateMachine& ) | System.Runtime.CompilerServices .AsyncIteratorMethodBuilder .AwaitUnsafeOnCompleted<TAwaiter ,TStateMachine>(TAwaiter&,TStateMachine& ) |
| Complete() | System.Runtime.CompilerServices .AsyncIteratorMethodBuilder.Complete() |
| AsyncIteratorStateMachineAttribute | System.Runtime.CompilerServices .AsyncIteratorStateMachineAttribute |
| .ctor(Type) | System.Runtime.CompilerServices .AsyncIteratorStateMachineAttribute. .ctor(Type) |
| CallerArgumentExpressionAttribute | System.Runtime.CompilerServices .CallerArgumentExpressionAttribute |
| .ctor(String) | System.Runtime.CompilerServices .CallerArgumentExpressionAttribute..ctor (String) |
| get_ParameterName() | System.Runtime.CompilerServices .CallerArgumentExpressionAttribute .get_ParameterName() |
| ConfiguredAsyncDisposable | System.Runtime.CompilerServices .ConfiguredAsyncDisposable |
| DisposeAsync() | System.Runtime.CompilerServices .ConfiguredAsyncDisposable.DisposeAsync( ) |
| ConfiguredCancelableAsyncEnumerable<T> | System.Runtime.CompilerServices .ConfiguredCancelableAsyncEnumerable<T> |
| ConfigureAwait(Boolean) | System.Runtime.CompilerServices .ConfiguredCancelableAsyncEnumerable<T> .ConfigureAwait(Boolean) |
| WithCancellation(CancellationToken) | System.Runtime.CompilerServices .ConfiguredCancelableAsyncEnumerable<T> .WithCancellation(CancellationToken) |
| GetAsyncEnumerator() | System.Runtime.CompilerServices .ConfiguredCancelableAsyncEnumerable<T> .GetAsyncEnumerator() |
| ConfiguredCancelableAsyncEnumerable<T >+Enumerator | System.Runtime.CompilerServices .ConfiguredCancelableAsyncEnumerable<T >+Enumerator |
| MoveNextAsync() | System.Runtime.CompilerServices .ConfiguredCancelableAsyncEnumerable<T >+Enumerator.MoveNextAsync() |
| get_Current() | System.Runtime.CompilerServices .ConfiguredCancelableAsyncEnumerable<T >+Enumerator.get_Current() |
| DisposeAsync() | System.Runtime.CompilerServices .ConfiguredCancelableAsyncEnumerable<T >+Enumerator.DisposeAsync() |
| DeserializationToken | System.Runtime.Serialization .DeserializationToken |
| Dispose() | System.Runtime.Serialization .DeserializationToken.Dispose() |
| ObjectHandle | System.Runtime.Remoting.ObjectHandle |
| .ctor(Object) | System.Runtime.Remoting.ObjectHandle. .ctor(Object) |
| Unwrap() | System.Runtime.Remoting.ObjectHandle .Unwrap() |
| AssemblyDependencyResolver | System.Runtime.Loader .AssemblyDependencyResolver |
| .ctor(String) | System.Runtime.Loader .AssemblyDependencyResolver..ctor(String ) |
| ResolveAssemblyToPath(AssemblyName) | System.Runtime.Loader .AssemblyDependencyResolver .ResolveAssemblyToPath(AssemblyName) |
| ResolveUnmanagedDllToPath(String) | System.Runtime.Loader .AssemblyDependencyResolver .ResolveUnmanagedDllToPath(String) |
| AssemblyLoadContext+ContextualReflection Scope | System.Runtime.Loader .AssemblyLoadContext+ContextualReflectio nScope |
| Dispose() | System.Runtime.Loader .AssemblyLoadContext+ContextualReflectio nScope.Dispose() |
| Vector64 | System.Runtime.Intrinsics.Vector64 |
| As<T,U>(Vector64<T>) | System.Runtime.Intrinsics.Vector64.As<T ,U>(Vector64<T>) |
| AsByte<T>(Vector64<T>) | System.Runtime.Intrinsics.Vector64 .AsByte<T>(Vector64<T>) |
| AsDouble<T>(Vector64<T>) | System.Runtime.Intrinsics.Vector64 .AsDouble<T>(Vector64<T>) |
| AsInt16<T>(Vector64<T>) | System.Runtime.Intrinsics.Vector64 .AsInt16<T>(Vector64<T>) |
| AsInt32<T>(Vector64<T>) | System.Runtime.Intrinsics.Vector64 .AsInt32<T>(Vector64<T>) |
| AsInt64<T>(Vector64<T>) | System.Runtime.Intrinsics.Vector64 .AsInt64<T>(Vector64<T>) |
| AsSByte<T>(Vector64<T>) | System.Runtime.Intrinsics.Vector64 .AsSByte<T>(Vector64<T>) |
| AsSingle<T>(Vector64<T>) | System.Runtime.Intrinsics.Vector64 .AsSingle<T>(Vector64<T>) |
| AsUInt16<T>(Vector64<T>) | System.Runtime.Intrinsics.Vector64 .AsUInt16<T>(Vector64<T>) |
| AsUInt32<T>(Vector64<T>) | System.Runtime.Intrinsics.Vector64 .AsUInt32<T>(Vector64<T>) |
| AsUInt64<T>(Vector64<T>) | System.Runtime.Intrinsics.Vector64 .AsUInt64<T>(Vector64<T>) |
| Create(Byte) | System.Runtime.Intrinsics.Vector64 .Create(Byte) |
| Create(Double) | System.Runtime.Intrinsics.Vector64 .Create(Double) |
| Create(Int16) | System.Runtime.Intrinsics.Vector64 .Create(Int16) |
| Create(Int32) | System.Runtime.Intrinsics.Vector64 .Create(Int32) |
| Create(Int64) | System.Runtime.Intrinsics.Vector64 .Create(Int64) |
| Create(SByte) | System.Runtime.Intrinsics.Vector64 .Create(SByte) |
| Create(Single) | System.Runtime.Intrinsics.Vector64 .Create(Single) |
| Create(UInt16) | System.Runtime.Intrinsics.Vector64 .Create(UInt16) |
| Create(UInt32) | System.Runtime.Intrinsics.Vector64 .Create(UInt32) |
| Create(UInt64) | System.Runtime.Intrinsics.Vector64 .Create(UInt64) |
| Create(Byte,Byte,Byte,Byte,Byte,Byte ,Byte,Byte) | System.Runtime.Intrinsics.Vector64 .Create(Byte,Byte,Byte,Byte,Byte,Byte ,Byte,Byte) |
| Create(Int16,Int16,Int16,Int16) | System.Runtime.Intrinsics.Vector64 .Create(Int16,Int16,Int16,Int16) |
| Create(Int32,Int32) | System.Runtime.Intrinsics.Vector64 .Create(Int32,Int32) |
| Create(SByte,SByte,SByte,SByte,SByte ,SByte,SByte,SByte) | System.Runtime.Intrinsics.Vector64 .Create(SByte,SByte,SByte,SByte,SByte ,SByte,SByte,SByte) |
| Create(Single,Single) | System.Runtime.Intrinsics.Vector64 .Create(Single,Single) |
| Create(UInt16,UInt16,UInt16,UInt16) | System.Runtime.Intrinsics.Vector64 .Create(UInt16,UInt16,UInt16,UInt16) |
| Create(UInt32,UInt32) | System.Runtime.Intrinsics.Vector64 .Create(UInt32,UInt32) |
| CreateScalar(Byte) | System.Runtime.Intrinsics.Vector64 .CreateScalar(Byte) |
| CreateScalar(Int16) | System.Runtime.Intrinsics.Vector64 .CreateScalar(Int16) |
| CreateScalar(Int32) | System.Runtime.Intrinsics.Vector64 .CreateScalar(Int32) |
| CreateScalar(SByte) | System.Runtime.Intrinsics.Vector64 .CreateScalar(SByte) |
| CreateScalar(Single) | System.Runtime.Intrinsics.Vector64 .CreateScalar(Single) |
| CreateScalar(UInt16) | System.Runtime.Intrinsics.Vector64 .CreateScalar(UInt16) |
| CreateScalar(UInt32) | System.Runtime.Intrinsics.Vector64 .CreateScalar(UInt32) |
| CreateScalarUnsafe(Byte) | System.Runtime.Intrinsics.Vector64 .CreateScalarUnsafe(Byte) |
| CreateScalarUnsafe(Int16) | System.Runtime.Intrinsics.Vector64 .CreateScalarUnsafe(Int16) |
| CreateScalarUnsafe(Int32) | System.Runtime.Intrinsics.Vector64 .CreateScalarUnsafe(Int32) |
| CreateScalarUnsafe(SByte) | System.Runtime.Intrinsics.Vector64 .CreateScalarUnsafe(SByte) |
| CreateScalarUnsafe(Single) | System.Runtime.Intrinsics.Vector64 .CreateScalarUnsafe(Single) |
| CreateScalarUnsafe(UInt16) | System.Runtime.Intrinsics.Vector64 .CreateScalarUnsafe(UInt16) |
| CreateScalarUnsafe(UInt32) | System.Runtime.Intrinsics.Vector64 .CreateScalarUnsafe(UInt32) |
| GetElement<T>(Vector64<T>,Int32) | System.Runtime.Intrinsics.Vector64 .GetElement<T>(Vector64<T>,Int32) |
| WithElement<T>(Vector64<T>,Int32,T) | System.Runtime.Intrinsics.Vector64 .WithElement<T>(Vector64<T>,Int32,T) |
| ToScalar<T>(Vector64<T>) | System.Runtime.Intrinsics.Vector64 .ToScalar<T>(Vector64<T>) |
| ToVector128<T>(Vector64<T>) | System.Runtime.Intrinsics.Vector64 .ToVector128<T>(Vector64<T>) |
| ToVector128Unsafe<T>(Vector64<T>) | System.Runtime.Intrinsics.Vector64 .ToVector128Unsafe<T>(Vector64<T>) |
| Vector128 | System.Runtime.Intrinsics.Vector128 |
| As<T,U>(Vector128<T>) | System.Runtime.Intrinsics.Vector128.As<T ,U>(Vector128<T>) |
| AsByte<T>(Vector128<T>) | System.Runtime.Intrinsics.Vector128 .AsByte<T>(Vector128<T>) |
| AsDouble<T>(Vector128<T>) | System.Runtime.Intrinsics.Vector128 .AsDouble<T>(Vector128<T>) |
| AsInt16<T>(Vector128<T>) | System.Runtime.Intrinsics.Vector128 .AsInt16<T>(Vector128<T>) |
| AsInt32<T>(Vector128<T>) | System.Runtime.Intrinsics.Vector128 .AsInt32<T>(Vector128<T>) |
| AsInt64<T>(Vector128<T>) | System.Runtime.Intrinsics.Vector128 .AsInt64<T>(Vector128<T>) |
| AsSByte<T>(Vector128<T>) | System.Runtime.Intrinsics.Vector128 .AsSByte<T>(Vector128<T>) |
| AsSingle<T>(Vector128<T>) | System.Runtime.Intrinsics.Vector128 .AsSingle<T>(Vector128<T>) |
| AsUInt16<T>(Vector128<T>) | System.Runtime.Intrinsics.Vector128 .AsUInt16<T>(Vector128<T>) |
| AsUInt32<T>(Vector128<T>) | System.Runtime.Intrinsics.Vector128 .AsUInt32<T>(Vector128<T>) |
| AsUInt64<T>(Vector128<T>) | System.Runtime.Intrinsics.Vector128 .AsUInt64<T>(Vector128<T>) |
| Create(Byte) | System.Runtime.Intrinsics.Vector128 .Create(Byte) |
| Create(Double) | System.Runtime.Intrinsics.Vector128 .Create(Double) |
| Create(Int16) | System.Runtime.Intrinsics.Vector128 .Create(Int16) |
| Create(Int32) | System.Runtime.Intrinsics.Vector128 .Create(Int32) |
| Create(Int64) | System.Runtime.Intrinsics.Vector128 .Create(Int64) |
| Create(SByte) | System.Runtime.Intrinsics.Vector128 .Create(SByte) |
| Create(Single) | System.Runtime.Intrinsics.Vector128 .Create(Single) |
| Create(UInt16) | System.Runtime.Intrinsics.Vector128 .Create(UInt16) |
| Create(UInt32) | System.Runtime.Intrinsics.Vector128 .Create(UInt32) |
| Create(UInt64) | System.Runtime.Intrinsics.Vector128 .Create(UInt64) |
| Create(Byte,Byte,Byte,Byte,Byte,Byte ,Byte,Byte,Byte,Byte,Byte,Byte,Byte,Byte ,Byte,Byte) | System.Runtime.Intrinsics.Vector128 .Create(Byte,Byte,Byte,Byte,Byte,Byte ,Byte,Byte,Byte,Byte,Byte,Byte,Byte,Byte ,Byte,Byte) |
| Create(Double,Double) | System.Runtime.Intrinsics.Vector128 .Create(Double,Double) |
| Create(Int16,Int16,Int16,Int16,Int16 ,Int16,Int16,Int16) | System.Runtime.Intrinsics.Vector128 .Create(Int16,Int16,Int16,Int16,Int16 ,Int16,Int16,Int16) |
| Create(Int32,Int32,Int32,Int32) | System.Runtime.Intrinsics.Vector128 .Create(Int32,Int32,Int32,Int32) |
| Create(Int64,Int64) | System.Runtime.Intrinsics.Vector128 .Create(Int64,Int64) |
| Create(SByte,SByte,SByte,SByte,SByte ,SByte,SByte,SByte,SByte,SByte,SByte ,SByte,SByte,SByte,SByte,SByte) | System.Runtime.Intrinsics.Vector128 .Create(SByte,SByte,SByte,SByte,SByte ,SByte,SByte,SByte,SByte,SByte,SByte ,SByte,SByte,SByte,SByte,SByte) |
| Create(Single,Single,Single,Single) | System.Runtime.Intrinsics.Vector128 .Create(Single,Single,Single,Single) |
| Create(UInt16,UInt16,UInt16,UInt16 ,UInt16,UInt16,UInt16,UInt16) | System.Runtime.Intrinsics.Vector128 .Create(UInt16,UInt16,UInt16,UInt16 ,UInt16,UInt16,UInt16,UInt16) |
| Create(UInt32,UInt32,UInt32,UInt32) | System.Runtime.Intrinsics.Vector128 .Create(UInt32,UInt32,UInt32,UInt32) |
| Create(UInt64,UInt64) | System.Runtime.Intrinsics.Vector128 .Create(UInt64,UInt64) |
| Create(Vector64<Byte>,Vector64<Byte>) | System.Runtime.Intrinsics.Vector128 .Create(Vector64<Byte>,Vector64<Byte>) |
| Create(Vector64<Double>,Vector64<Double> ) | System.Runtime.Intrinsics.Vector128 .Create(Vector64<Double>,Vector64<Double >) |
| Create(Vector64<Int16>,Vector64<Int16>) | System.Runtime.Intrinsics.Vector128 .Create(Vector64<Int16>,Vector64<Int16>) |
| Create(Vector64<Int32>,Vector64<Int32>) | System.Runtime.Intrinsics.Vector128 .Create(Vector64<Int32>,Vector64<Int32>) |
| Create(Vector64<Int64>,Vector64<Int64>) | System.Runtime.Intrinsics.Vector128 .Create(Vector64<Int64>,Vector64<Int64>) |
| Create(Vector64<SByte>,Vector64<SByte>) | System.Runtime.Intrinsics.Vector128 .Create(Vector64<SByte>,Vector64<SByte>) |
| Create(Vector64<Single>,Vector64<Single> ) | System.Runtime.Intrinsics.Vector128 .Create(Vector64<Single>,Vector64<Single >) |
| Create(Vector64<UInt16>,Vector64<UInt16> ) | System.Runtime.Intrinsics.Vector128 .Create(Vector64<UInt16>,Vector64<UInt16 >) |
| Create(Vector64<UInt32>,Vector64<UInt32> ) | System.Runtime.Intrinsics.Vector128 .Create(Vector64<UInt32>,Vector64<UInt32 >) |
| Create(Vector64<UInt64>,Vector64<UInt64> ) | System.Runtime.Intrinsics.Vector128 .Create(Vector64<UInt64>,Vector64<UInt64 >) |
| CreateScalar(Byte) | System.Runtime.Intrinsics.Vector128 .CreateScalar(Byte) |
| CreateScalar(Double) | System.Runtime.Intrinsics.Vector128 .CreateScalar(Double) |
| CreateScalar(Int16) | System.Runtime.Intrinsics.Vector128 .CreateScalar(Int16) |
| CreateScalar(Int32) | System.Runtime.Intrinsics.Vector128 .CreateScalar(Int32) |
| CreateScalar(Int64) | System.Runtime.Intrinsics.Vector128 .CreateScalar(Int64) |
| CreateScalar(SByte) | System.Runtime.Intrinsics.Vector128 .CreateScalar(SByte) |
| CreateScalar(Single) | System.Runtime.Intrinsics.Vector128 .CreateScalar(Single) |
| CreateScalar(UInt16) | System.Runtime.Intrinsics.Vector128 .CreateScalar(UInt16) |
| CreateScalar(UInt32) | System.Runtime.Intrinsics.Vector128 .CreateScalar(UInt32) |
| CreateScalar(UInt64) | System.Runtime.Intrinsics.Vector128 .CreateScalar(UInt64) |
| CreateScalarUnsafe(Byte) | System.Runtime.Intrinsics.Vector128 .CreateScalarUnsafe(Byte) |
| CreateScalarUnsafe(Double) | System.Runtime.Intrinsics.Vector128 .CreateScalarUnsafe(Double) |
| CreateScalarUnsafe(Int16) | System.Runtime.Intrinsics.Vector128 .CreateScalarUnsafe(Int16) |
| CreateScalarUnsafe(Int32) | System.Runtime.Intrinsics.Vector128 .CreateScalarUnsafe(Int32) |
| CreateScalarUnsafe(Int64) | System.Runtime.Intrinsics.Vector128 .CreateScalarUnsafe(Int64) |
| CreateScalarUnsafe(SByte) | System.Runtime.Intrinsics.Vector128 .CreateScalarUnsafe(SByte) |
| CreateScalarUnsafe(Single) | System.Runtime.Intrinsics.Vector128 .CreateScalarUnsafe(Single) |
| CreateScalarUnsafe(UInt16) | System.Runtime.Intrinsics.Vector128 .CreateScalarUnsafe(UInt16) |
| CreateScalarUnsafe(UInt32) | System.Runtime.Intrinsics.Vector128 .CreateScalarUnsafe(UInt32) |
| CreateScalarUnsafe(UInt64) | System.Runtime.Intrinsics.Vector128 .CreateScalarUnsafe(UInt64) |
| GetElement<T>(Vector128<T>,Int32) | System.Runtime.Intrinsics.Vector128 .GetElement<T>(Vector128<T>,Int32) |
| WithElement<T>(Vector128<T>,Int32,T) | System.Runtime.Intrinsics.Vector128 .WithElement<T>(Vector128<T>,Int32,T) |
| GetLower<T>(Vector128<T>) | System.Runtime.Intrinsics.Vector128 .GetLower<T>(Vector128<T>) |
| WithLower<T>(Vector128<T>,Vector64<T>) | System.Runtime.Intrinsics.Vector128 .WithLower<T>(Vector128<T>,Vector64<T>) |
| GetUpper<T>(Vector128<T>) | System.Runtime.Intrinsics.Vector128 .GetUpper<T>(Vector128<T>) |
| WithUpper<T>(Vector128<T>,Vector64<T>) | System.Runtime.Intrinsics.Vector128 .WithUpper<T>(Vector128<T>,Vector64<T>) |
| ToScalar<T>(Vector128<T>) | System.Runtime.Intrinsics.Vector128 .ToScalar<T>(Vector128<T>) |
| ToVector256<T>(Vector128<T>) | System.Runtime.Intrinsics.Vector128 .ToVector256<T>(Vector128<T>) |
| ToVector256Unsafe<T>(Vector128<T>) | System.Runtime.Intrinsics.Vector128 .ToVector256Unsafe<T>(Vector128<T>) |
| Vector256 | System.Runtime.Intrinsics.Vector256 |
| As<T,U>(Vector256<T>) | System.Runtime.Intrinsics.Vector256.As<T ,U>(Vector256<T>) |
| AsByte<T>(Vector256<T>) | System.Runtime.Intrinsics.Vector256 .AsByte<T>(Vector256<T>) |
| AsDouble<T>(Vector256<T>) | System.Runtime.Intrinsics.Vector256 .AsDouble<T>(Vector256<T>) |
| AsInt16<T>(Vector256<T>) | System.Runtime.Intrinsics.Vector256 .AsInt16<T>(Vector256<T>) |
| AsInt32<T>(Vector256<T>) | System.Runtime.Intrinsics.Vector256 .AsInt32<T>(Vector256<T>) |
| AsInt64<T>(Vector256<T>) | System.Runtime.Intrinsics.Vector256 .AsInt64<T>(Vector256<T>) |
| AsSByte<T>(Vector256<T>) | System.Runtime.Intrinsics.Vector256 .AsSByte<T>(Vector256<T>) |
| AsSingle<T>(Vector256<T>) | System.Runtime.Intrinsics.Vector256 .AsSingle<T>(Vector256<T>) |
| AsUInt16<T>(Vector256<T>) | System.Runtime.Intrinsics.Vector256 .AsUInt16<T>(Vector256<T>) |
| AsUInt32<T>(Vector256<T>) | System.Runtime.Intrinsics.Vector256 .AsUInt32<T>(Vector256<T>) |
| AsUInt64<T>(Vector256<T>) | System.Runtime.Intrinsics.Vector256 .AsUInt64<T>(Vector256<T>) |
| Create(Byte) | System.Runtime.Intrinsics.Vector256 .Create(Byte) |
| Create(Double) | System.Runtime.Intrinsics.Vector256 .Create(Double) |
| Create(Int16) | System.Runtime.Intrinsics.Vector256 .Create(Int16) |
| Create(Int32) | System.Runtime.Intrinsics.Vector256 .Create(Int32) |
| Create(Int64) | System.Runtime.Intrinsics.Vector256 .Create(Int64) |
| Create(SByte) | System.Runtime.Intrinsics.Vector256 .Create(SByte) |
| Create(Single) | System.Runtime.Intrinsics.Vector256 .Create(Single) |
| Create(UInt16) | System.Runtime.Intrinsics.Vector256 .Create(UInt16) |
| Create(UInt32) | System.Runtime.Intrinsics.Vector256 .Create(UInt32) |
| Create(UInt64) | System.Runtime.Intrinsics.Vector256 .Create(UInt64) |
| Create(Byte,Byte,Byte,Byte,Byte,Byte ,Byte,Byte,Byte,Byte,Byte,Byte,Byte,Byte ,Byte,Byte,Byte,Byte,Byte,Byte,Byte,Byte ,Byte,Byte,Byte,Byte,Byte,Byte,Byte,Byte ,Byte,Byte) | System.Runtime.Intrinsics.Vector256 .Create(Byte,Byte,Byte,Byte,Byte,Byte ,Byte,Byte,Byte,Byte,Byte,Byte,Byte,Byte ,Byte,Byte,Byte,Byte,Byte,Byte,Byte,Byte ,Byte,Byte,Byte,Byte,Byte,Byte,Byte,Byte ,Byte,Byte) |
| Create(Double,Double,Double,Double) | System.Runtime.Intrinsics.Vector256 .Create(Double,Double,Double,Double) |
| Create(Int16,Int16,Int16,Int16,Int16 ,Int16,Int16,Int16,Int16,Int16,Int16 ,Int16,Int16,Int16,Int16,Int16) | System.Runtime.Intrinsics.Vector256 .Create(Int16,Int16,Int16,Int16,Int16 ,Int16,Int16,Int16,Int16,Int16,Int16 ,Int16,Int16,Int16,Int16,Int16) |
| Create(Int32,Int32,Int32,Int32,Int32 ,Int32,Int32,Int32) | System.Runtime.Intrinsics.Vector256 .Create(Int32,Int32,Int32,Int32,Int32 ,Int32,Int32,Int32) |
| Create(Int64,Int64,Int64,Int64) | System.Runtime.Intrinsics.Vector256 .Create(Int64,Int64,Int64,Int64) |
| Create(SByte,SByte,SByte,SByte,SByte ,SByte,SByte,SByte,SByte,SByte,SByte ,SByte,SByte,SByte,SByte,SByte,SByte ,SByte,SByte,SByte,SByte,SByte,SByte ,SByte,SByte,SByte,SByte,SByte,SByte ,SByte,SByte,SByte) | System.Runtime.Intrinsics.Vector256 .Create(SByte,SByte,SByte,SByte,SByte ,SByte,SByte,SByte,SByte,SByte,SByte ,SByte,SByte,SByte,SByte,SByte,SByte ,SByte,SByte,SByte,SByte,SByte,SByte ,SByte,SByte,SByte,SByte,SByte,SByte ,SByte,SByte,SByte) |
| Create(Single,Single,Single,Single ,Single,Single,Single,Single) | System.Runtime.Intrinsics.Vector256 .Create(Single,Single,Single,Single ,Single,Single,Single,Single) |
| Create(UInt16,UInt16,UInt16,UInt16 ,UInt16,UInt16,UInt16,UInt16,UInt16 ,UInt16,UInt16,UInt16,UInt16,UInt16 ,UInt16,UInt16) | System.Runtime.Intrinsics.Vector256 .Create(UInt16,UInt16,UInt16,UInt16 ,UInt16,UInt16,UInt16,UInt16,UInt16 ,UInt16,UInt16,UInt16,UInt16,UInt16 ,UInt16,UInt16) |
| Create(UInt32,UInt32,UInt32,UInt32 ,UInt32,UInt32,UInt32,UInt32) | System.Runtime.Intrinsics.Vector256 .Create(UInt32,UInt32,UInt32,UInt32 ,UInt32,UInt32,UInt32,UInt32) |
| Create(UInt64,UInt64,UInt64,UInt64) | System.Runtime.Intrinsics.Vector256 .Create(UInt64,UInt64,UInt64,UInt64) |
| Create(Vector128<Byte>,Vector128<Byte>) | System.Runtime.Intrinsics.Vector256 .Create(Vector128<Byte>,Vector128<Byte>) |
| Create(Vector128<Double>,Vector128 <Double>) | System.Runtime.Intrinsics.Vector256 .Create(Vector128<Double>,Vector128 <Double>) |
| Create(Vector128<Int16>,Vector128<Int16> ) | System.Runtime.Intrinsics.Vector256 .Create(Vector128<Int16>,Vector128<Int16 >) |
| Create(Vector128<Int32>,Vector128<Int32> ) | System.Runtime.Intrinsics.Vector256 .Create(Vector128<Int32>,Vector128<Int32 >) |
| Create(Vector128<Int64>,Vector128<Int64> ) | System.Runtime.Intrinsics.Vector256 .Create(Vector128<Int64>,Vector128<Int64 >) |
| Create(Vector128<SByte>,Vector128<SByte> ) | System.Runtime.Intrinsics.Vector256 .Create(Vector128<SByte>,Vector128<SByte >) |
| Create(Vector128<Single>,Vector128 <Single>) | System.Runtime.Intrinsics.Vector256 .Create(Vector128<Single>,Vector128 <Single>) |
| Create(Vector128<UInt16>,Vector128 <UInt16>) | System.Runtime.Intrinsics.Vector256 .Create(Vector128<UInt16>,Vector128 <UInt16>) |
| Create(Vector128<UInt32>,Vector128 <UInt32>) | System.Runtime.Intrinsics.Vector256 .Create(Vector128<UInt32>,Vector128 <UInt32>) |
| Create(Vector128<UInt64>,Vector128 <UInt64>) | System.Runtime.Intrinsics.Vector256 .Create(Vector128<UInt64>,Vector128 <UInt64>) |
| CreateScalar(Byte) | System.Runtime.Intrinsics.Vector256 .CreateScalar(Byte) |
| CreateScalar(Double) | System.Runtime.Intrinsics.Vector256 .CreateScalar(Double) |
| CreateScalar(Int16) | System.Runtime.Intrinsics.Vector256 .CreateScalar(Int16) |
| CreateScalar(Int32) | System.Runtime.Intrinsics.Vector256 .CreateScalar(Int32) |
| CreateScalar(Int64) | System.Runtime.Intrinsics.Vector256 .CreateScalar(Int64) |
| CreateScalar(SByte) | System.Runtime.Intrinsics.Vector256 .CreateScalar(SByte) |
| CreateScalar(Single) | System.Runtime.Intrinsics.Vector256 .CreateScalar(Single) |
| CreateScalar(UInt16) | System.Runtime.Intrinsics.Vector256 .CreateScalar(UInt16) |
| CreateScalar(UInt32) | System.Runtime.Intrinsics.Vector256 .CreateScalar(UInt32) |
| CreateScalar(UInt64) | System.Runtime.Intrinsics.Vector256 .CreateScalar(UInt64) |
| CreateScalarUnsafe(Byte) | System.Runtime.Intrinsics.Vector256 .CreateScalarUnsafe(Byte) |
| CreateScalarUnsafe(Double) | System.Runtime.Intrinsics.Vector256 .CreateScalarUnsafe(Double) |
| CreateScalarUnsafe(Int16) | System.Runtime.Intrinsics.Vector256 .CreateScalarUnsafe(Int16) |
| CreateScalarUnsafe(Int32) | System.Runtime.Intrinsics.Vector256 .CreateScalarUnsafe(Int32) |
| CreateScalarUnsafe(Int64) | System.Runtime.Intrinsics.Vector256 .CreateScalarUnsafe(Int64) |
| CreateScalarUnsafe(SByte) | System.Runtime.Intrinsics.Vector256 .CreateScalarUnsafe(SByte) |
| CreateScalarUnsafe(Single) | System.Runtime.Intrinsics.Vector256 .CreateScalarUnsafe(Single) |
| CreateScalarUnsafe(UInt16) | System.Runtime.Intrinsics.Vector256 .CreateScalarUnsafe(UInt16) |
| CreateScalarUnsafe(UInt32) | System.Runtime.Intrinsics.Vector256 .CreateScalarUnsafe(UInt32) |
| CreateScalarUnsafe(UInt64) | System.Runtime.Intrinsics.Vector256 .CreateScalarUnsafe(UInt64) |
| GetElement<T>(Vector256<T>,Int32) | System.Runtime.Intrinsics.Vector256 .GetElement<T>(Vector256<T>,Int32) |
| WithElement<T>(Vector256<T>,Int32,T) | System.Runtime.Intrinsics.Vector256 .WithElement<T>(Vector256<T>,Int32,T) |
| GetLower<T>(Vector256<T>) | System.Runtime.Intrinsics.Vector256 .GetLower<T>(Vector256<T>) |
| WithLower<T>(Vector256<T>,Vector128<T>) | System.Runtime.Intrinsics.Vector256 .WithLower<T>(Vector256<T>,Vector128<T>) |
| GetUpper<T>(Vector256<T>) | System.Runtime.Intrinsics.Vector256 .GetUpper<T>(Vector256<T>) |
| WithUpper<T>(Vector256<T>,Vector128<T>) | System.Runtime.Intrinsics.Vector256 .WithUpper<T>(Vector256<T>,Vector128<T>) |
| ToScalar<T>(Vector256<T>) | System.Runtime.Intrinsics.Vector256 .ToScalar<T>(Vector256<T>) |
| Bmi1+X64 | System.Runtime.Intrinsics.X86.Bmi1+X64 |
| get_IsSupported() | System.Runtime.Intrinsics.X86.Bmi1+X64 .get_IsSupported() |
| AndNot(UInt64,UInt64) | System.Runtime.Intrinsics.X86.Bmi1+X64 .AndNot(UInt64,UInt64) |
| BitFieldExtract(UInt64,Byte,Byte) | System.Runtime.Intrinsics.X86.Bmi1+X64 .BitFieldExtract(UInt64,Byte,Byte) |
| BitFieldExtract(UInt64,UInt16) | System.Runtime.Intrinsics.X86.Bmi1+X64 .BitFieldExtract(UInt64,UInt16) |
| ExtractLowestSetBit(UInt64) | System.Runtime.Intrinsics.X86.Bmi1+X64 .ExtractLowestSetBit(UInt64) |
| GetMaskUpToLowestSetBit(UInt64) | System.Runtime.Intrinsics.X86.Bmi1+X64 .GetMaskUpToLowestSetBit(UInt64) |
| ResetLowestSetBit(UInt64) | System.Runtime.Intrinsics.X86.Bmi1+X64 .ResetLowestSetBit(UInt64) |
| TrailingZeroCount(UInt64) | System.Runtime.Intrinsics.X86.Bmi1+X64 .TrailingZeroCount(UInt64) |
| Bmi2+X64 | System.Runtime.Intrinsics.X86.Bmi2+X64 |
| get_IsSupported() | System.Runtime.Intrinsics.X86.Bmi2+X64 .get_IsSupported() |
| ZeroHighBits(UInt64,UInt64) | System.Runtime.Intrinsics.X86.Bmi2+X64 .ZeroHighBits(UInt64,UInt64) |
| MultiplyNoFlags(UInt64,UInt64) | System.Runtime.Intrinsics.X86.Bmi2+X64 .MultiplyNoFlags(UInt64,UInt64) |
| MultiplyNoFlags(UInt64,UInt64,UInt64*) | System.Runtime.Intrinsics.X86.Bmi2+X64 .MultiplyNoFlags(UInt64,UInt64,UInt64*) |
| ParallelBitDeposit(UInt64,UInt64) | System.Runtime.Intrinsics.X86.Bmi2+X64 .ParallelBitDeposit(UInt64,UInt64) |
| ParallelBitExtract(UInt64,UInt64) | System.Runtime.Intrinsics.X86.Bmi2+X64 .ParallelBitExtract(UInt64,UInt64) |
| Lzcnt+X64 | System.Runtime.Intrinsics.X86.Lzcnt+X64 |
| get_IsSupported() | System.Runtime.Intrinsics.X86.Lzcnt+X64 .get_IsSupported() |
| LeadingZeroCount(UInt64) | System.Runtime.Intrinsics.X86.Lzcnt+X64 .LeadingZeroCount(UInt64) |
| Popcnt+X64 | System.Runtime.Intrinsics.X86.Popcnt+X64 |
| get_IsSupported() | System.Runtime.Intrinsics.X86.Popcnt+X64 .get_IsSupported() |
| PopCount(UInt64) | System.Runtime.Intrinsics.X86.Popcnt+X64 .PopCount(UInt64) |
| Sse+X64 | System.Runtime.Intrinsics.X86.Sse+X64 |
| get_IsSupported() | System.Runtime.Intrinsics.X86.Sse+X64 .get_IsSupported() |
| ConvertToInt64(Vector128<Single>) | System.Runtime.Intrinsics.X86.Sse+X64 .ConvertToInt64(Vector128<Single>) |
| ConvertScalarToVector128Single(Vector128 <Single>,Int64) | System.Runtime.Intrinsics.X86.Sse+X64 .ConvertScalarToVector128Single (Vector128<Single>,Int64) |
| ConvertToInt64WithTruncation(Vector128 <Single>) | System.Runtime.Intrinsics.X86.Sse+X64 .ConvertToInt64WithTruncation(Vector128 <Single>) |
| Sse2+X64 | System.Runtime.Intrinsics.X86.Sse2+X64 |
| get_IsSupported() | System.Runtime.Intrinsics.X86.Sse2+X64 .get_IsSupported() |
| ConvertToInt64(Vector128<Double>) | System.Runtime.Intrinsics.X86.Sse2+X64 .ConvertToInt64(Vector128<Double>) |
| ConvertToInt64(Vector128<Int64>) | System.Runtime.Intrinsics.X86.Sse2+X64 .ConvertToInt64(Vector128<Int64>) |
| ConvertToUInt64(Vector128<UInt64>) | System.Runtime.Intrinsics.X86.Sse2+X64 .ConvertToUInt64(Vector128<UInt64>) |
| ConvertScalarToVector128Double(Vector128 <Double>,Int64) | System.Runtime.Intrinsics.X86.Sse2+X64 .ConvertScalarToVector128Double (Vector128<Double>,Int64) |
| ConvertScalarToVector128Int64(Int64) | System.Runtime.Intrinsics.X86.Sse2+X64 .ConvertScalarToVector128Int64(Int64) |
| ConvertScalarToVector128UInt64(UInt64) | System.Runtime.Intrinsics.X86.Sse2+X64 .ConvertScalarToVector128UInt64(UInt64) |
| ConvertToInt64WithTruncation(Vector128 <Double>) | System.Runtime.Intrinsics.X86.Sse2+X64 .ConvertToInt64WithTruncation(Vector128 <Double>) |
| StoreNonTemporal(Int64*,Int64) | System.Runtime.Intrinsics.X86.Sse2+X64 .StoreNonTemporal(Int64*,Int64) |
| StoreNonTemporal(UInt64*,UInt64) | System.Runtime.Intrinsics.X86.Sse2+X64 .StoreNonTemporal(UInt64*,UInt64) |
| Sse41+X64 | System.Runtime.Intrinsics.X86.Sse41+X64 |
| get_IsSupported() | System.Runtime.Intrinsics.X86.Sse41+X64 .get_IsSupported() |
| Extract(Vector128<Int64>,Byte) | System.Runtime.Intrinsics.X86.Sse41+X64 .Extract(Vector128<Int64>,Byte) |
| Extract(Vector128<UInt64>,Byte) | System.Runtime.Intrinsics.X86.Sse41+X64 .Extract(Vector128<UInt64>,Byte) |
| Insert(Vector128<Int64>,Int64,Byte) | System.Runtime.Intrinsics.X86.Sse41+X64 .Insert(Vector128<Int64>,Int64,Byte) |
| Insert(Vector128<UInt64>,UInt64,Byte) | System.Runtime.Intrinsics.X86.Sse41+X64 .Insert(Vector128<UInt64>,UInt64,Byte) |
| Sse42+X64 | System.Runtime.Intrinsics.X86.Sse42+X64 |
| get_IsSupported() | System.Runtime.Intrinsics.X86.Sse42+X64 .get_IsSupported() |
| Crc32(UInt64,UInt64) | System.Runtime.Intrinsics.X86.Sse42+X64 .Crc32(UInt64,UInt64) |
| NativeLibrary | System.Runtime.InteropServices .NativeLibrary |
| Load(String) | System.Runtime.InteropServices .NativeLibrary.Load(String) |
| TryLoad(String,IntPtr&) | System.Runtime.InteropServices .NativeLibrary.TryLoad(String,IntPtr&) |
| Load(String,Assembly,Nullable <DllImportSearchPath>) | System.Runtime.InteropServices .NativeLibrary.Load(String,Assembly ,Nullable<DllImportSearchPath>) |
| TryLoad(String,Assembly,Nullable <DllImportSearchPath>,IntPtr&) | System.Runtime.InteropServices .NativeLibrary.TryLoad(String,Assembly ,Nullable<DllImportSearchPath>,IntPtr&) |
| Free(IntPtr) | System.Runtime.InteropServices .NativeLibrary.Free(IntPtr) |
| GetExport(IntPtr,String) | System.Runtime.InteropServices .NativeLibrary.GetExport(IntPtr,String) |
| TryGetExport(IntPtr,String,IntPtr&) | System.Runtime.InteropServices .NativeLibrary.TryGetExport(IntPtr ,String,IntPtr&) |
| SetDllImportResolver(Assembly ,DllImportResolver) | System.Runtime.InteropServices .NativeLibrary.SetDllImportResolver (Assembly,DllImportResolver) |
| DllImportResolver | System.Runtime.InteropServices .DllImportResolver |
| .ctor(Object,IntPtr) | System.Runtime.InteropServices .DllImportResolver..ctor(Object,IntPtr) |
| Invoke(String,Assembly,Nullable <DllImportSearchPath>) | System.Runtime.InteropServices .DllImportResolver.Invoke(String ,Assembly,Nullable<DllImportSearchPath>) |
| BeginInvoke(String,Assembly,Nullable <DllImportSearchPath>,AsyncCallback ,Object) | System.Runtime.InteropServices .DllImportResolver.BeginInvoke(String ,Assembly,Nullable<DllImportSearchPath> ,AsyncCallback,Object) |
| EndInvoke(IAsyncResult) | System.Runtime.InteropServices .DllImportResolver.EndInvoke (IAsyncResult) |
| BitOperations | System.Numerics.BitOperations |
| LeadingZeroCount(UInt32) | System.Numerics.BitOperations .LeadingZeroCount(UInt32) |
| LeadingZeroCount(UInt64) | System.Numerics.BitOperations .LeadingZeroCount(UInt64) |
| Log2(UInt32) | System.Numerics.BitOperations.Log2 (UInt32) |
| Log2(UInt64) | System.Numerics.BitOperations.Log2 (UInt64) |
| PopCount(UInt32) | System.Numerics.BitOperations.PopCount (UInt32) |
| PopCount(UInt64) | System.Numerics.BitOperations.PopCount (UInt64) |
| TrailingZeroCount(Int32) | System.Numerics.BitOperations .TrailingZeroCount(Int32) |
| TrailingZeroCount(UInt32) | System.Numerics.BitOperations .TrailingZeroCount(UInt32) |
| TrailingZeroCount(Int64) | System.Numerics.BitOperations .TrailingZeroCount(Int64) |
| TrailingZeroCount(UInt64) | System.Numerics.BitOperations .TrailingZeroCount(UInt64) |
| RotateLeft(UInt32,Int32) | System.Numerics.BitOperations.RotateLeft (UInt32,Int32) |
| RotateLeft(UInt64,Int32) | System.Numerics.BitOperations.RotateLeft (UInt64,Int32) |
| RotateRight(UInt32,Int32) | System.Numerics.BitOperations .RotateRight(UInt32,Int32) |
| RotateRight(UInt64,Int32) | System.Numerics.BitOperations .RotateRight(UInt64,Int32) |
| TaskAsyncEnumerableExtensions | System.Threading.Tasks .TaskAsyncEnumerableExtensions |
| ConfigureAwait(IAsyncDisposable,Boolean) | System.Threading.Tasks .TaskAsyncEnumerableExtensions .ConfigureAwait(IAsyncDisposable,Boolean ) |
| ConfigureAwait<T>(IAsyncEnumerable<T> ,Boolean) | System.Threading.Tasks .TaskAsyncEnumerableExtensions .ConfigureAwait<T>(IAsyncEnumerable<T> ,Boolean) |
| WithCancellation<T>(IAsyncEnumerable<T> ,CancellationToken) | System.Threading.Tasks .TaskAsyncEnumerableExtensions .WithCancellation<T>(IAsyncEnumerable<T> ,CancellationToken) |
| ManualResetValueTaskSourceCore<TResult> | System.Threading.Tasks.Sources .ManualResetValueTaskSourceCore<TResult> |
| get_RunContinuationsAsynchronously() | System.Threading.Tasks.Sources .ManualResetValueTaskSourceCore<TResult> .get_RunContinuationsAsynchronously() |
| set_RunContinuationsAsynchronously (Boolean) | System.Threading.Tasks.Sources .ManualResetValueTaskSourceCore<TResult> .set_RunContinuationsAsynchronously (Boolean) |
| Reset() | System.Threading.Tasks.Sources .ManualResetValueTaskSourceCore<TResult> .Reset() |
| SetResult(TResult) | System.Threading.Tasks.Sources .ManualResetValueTaskSourceCore<TResult> .SetResult(TResult) |
| SetException(Exception) | System.Threading.Tasks.Sources .ManualResetValueTaskSourceCore<TResult> .SetException(Exception) |
| get_Version() | System.Threading.Tasks.Sources .ManualResetValueTaskSourceCore<TResult> .get_Version() |
| GetStatus(Int16) | System.Threading.Tasks.Sources .ManualResetValueTaskSourceCore<TResult> .GetStatus(Int16) |
| GetResult(Int16) | System.Threading.Tasks.Sources .ManualResetValueTaskSourceCore<TResult> .GetResult(Int16) |
| OnCompleted(Action<Object>,Object,Int16 ,ValueTaskSourceOnCompletedFlags) | System.Threading.Tasks.Sources .ManualResetValueTaskSourceCore<TResult> .OnCompleted(Action<Object>,Object,Int16 ,ValueTaskSourceOnCompletedFlags) |
| StringBuilder+ChunkEnumerator | System.Text .StringBuilder+ChunkEnumerator |
| GetEnumerator() | System.Text .StringBuilder+ChunkEnumerator .GetEnumerator() |
| MoveNext() | System.Text .StringBuilder+ChunkEnumerator.MoveNext( ) |
| get_Current() | System.Text .StringBuilder+ChunkEnumerator .get_Current() |
| Rune | System.Text.Rune |
| .ctor(Char) | System.Text.Rune..ctor(Char) |
| .ctor(Char,Char) | System.Text.Rune..ctor(Char,Char) |
| .ctor(Int32) | System.Text.Rune..ctor(Int32) |
| .ctor(UInt32) | System.Text.Rune..ctor(UInt32) |
| op_Equality(Rune,Rune) | System.Text.Rune.op_Equality(Rune,Rune) |
| op_Inequality(Rune,Rune) | System.Text.Rune.op_Inequality(Rune,Rune ) |
| op_LessThan(Rune,Rune) | System.Text.Rune.op_LessThan(Rune,Rune) |
| op_LessThanOrEqual(Rune,Rune) | System.Text.Rune.op_LessThanOrEqual(Rune ,Rune) |
| op_GreaterThan(Rune,Rune) | System.Text.Rune.op_GreaterThan(Rune ,Rune) |
| op_GreaterThanOrEqual(Rune,Rune) | System.Text.Rune.op_GreaterThanOrEqual (Rune,Rune) |
| op_Explicit(Char) | System.Text.Rune.op_Explicit(Char) |
| op_Explicit(UInt32) | System.Text.Rune.op_Explicit(UInt32) |
| op_Explicit(Int32) | System.Text.Rune.op_Explicit(Int32) |
| get_IsAscii() | System.Text.Rune.get_IsAscii() |
| get_IsBmp() | System.Text.Rune.get_IsBmp() |
| get_Plane() | System.Text.Rune.get_Plane() |
| get_ReplacementChar() | System.Text.Rune.get_ReplacementChar() |
| get_Utf16SequenceLength() | System.Text.Rune.get_Utf16SequenceLength () |
| get_Utf8SequenceLength() | System.Text.Rune.get_Utf8SequenceLength( ) |
| get_Value() | System.Text.Rune.get_Value() |
| CompareTo(Rune) | System.Text.Rune.CompareTo(Rune) |
| DecodeFromUtf16(ReadOnlySpan<Char>,Rune& ,Int32&) | System.Text.Rune.DecodeFromUtf16 (ReadOnlySpan<Char>,Rune&,Int32&) |
| DecodeFromUtf8(ReadOnlySpan<Byte>,Rune& ,Int32&) | System.Text.Rune.DecodeFromUtf8 (ReadOnlySpan<Byte>,Rune&,Int32&) |
| DecodeLastFromUtf16(ReadOnlySpan<Char> ,Rune&,Int32&) | System.Text.Rune.DecodeLastFromUtf16 (ReadOnlySpan<Char>,Rune&,Int32&) |
| DecodeLastFromUtf8(ReadOnlySpan<Byte> ,Rune&,Int32&) | System.Text.Rune.DecodeLastFromUtf8 (ReadOnlySpan<Byte>,Rune&,Int32&) |
| EncodeToUtf16(Span<Char>) | System.Text.Rune.EncodeToUtf16(Span<Char >) |
| EncodeToUtf8(Span<Byte>) | System.Text.Rune.EncodeToUtf8(Span<Byte> ) |
| Equals(Object) | System.Text.Rune.Equals(Object) |
| Equals(Rune) | System.Text.Rune.Equals(Rune) |
| GetHashCode() | System.Text.Rune.GetHashCode() |
| GetRuneAt(String,Int32) | System.Text.Rune.GetRuneAt(String,Int32) |
| IsValid(Int32) | System.Text.Rune.IsValid(Int32) |
| IsValid(UInt32) | System.Text.Rune.IsValid(UInt32) |
| ToString() | System.Text.Rune.ToString() |
| TryCreate(Char,Rune&) | System.Text.Rune.TryCreate(Char,Rune&) |
| TryCreate(Char,Char,Rune&) | System.Text.Rune.TryCreate(Char,Char ,Rune&) |
| TryCreate(Int32,Rune&) | System.Text.Rune.TryCreate(Int32,Rune&) |
| TryCreate(UInt32,Rune&) | System.Text.Rune.TryCreate(UInt32,Rune&) |
| TryEncodeToUtf16(Span<Char>,Int32&) | System.Text.Rune.TryEncodeToUtf16(Span <Char>,Int32&) |
| TryEncodeToUtf8(Span<Byte>,Int32&) | System.Text.Rune.TryEncodeToUtf8(Span <Byte>,Int32&) |
| TryGetRuneAt(String,Int32,Rune&) | System.Text.Rune.TryGetRuneAt(String ,Int32,Rune&) |
| GetNumericValue(Rune) | System.Text.Rune.GetNumericValue(Rune) |
| GetUnicodeCategory(Rune) | System.Text.Rune.GetUnicodeCategory(Rune ) |
| IsControl(Rune) | System.Text.Rune.IsControl(Rune) |
| IsDigit(Rune) | System.Text.Rune.IsDigit(Rune) |
| IsLetter(Rune) | System.Text.Rune.IsLetter(Rune) |
| IsLetterOrDigit(Rune) | System.Text.Rune.IsLetterOrDigit(Rune) |
| IsLower(Rune) | System.Text.Rune.IsLower(Rune) |
| IsNumber(Rune) | System.Text.Rune.IsNumber(Rune) |
| IsPunctuation(Rune) | System.Text.Rune.IsPunctuation(Rune) |
| IsSeparator(Rune) | System.Text.Rune.IsSeparator(Rune) |
| IsSymbol(Rune) | System.Text.Rune.IsSymbol(Rune) |
| IsUpper(Rune) | System.Text.Rune.IsUpper(Rune) |
| IsWhiteSpace(Rune) | System.Text.Rune.IsWhiteSpace(Rune) |
| ToLower(Rune,CultureInfo) | System.Text.Rune.ToLower(Rune ,CultureInfo) |
| ToLowerInvariant(Rune) | System.Text.Rune.ToLowerInvariant(Rune) |
| ToUpper(Rune,CultureInfo) | System.Text.Rune.ToUpper(Rune ,CultureInfo) |
| ToUpperInvariant(Rune) | System.Text.Rune.ToUpperInvariant(Rune) |
| SpanRuneEnumerator | System.Text.SpanRuneEnumerator |
| get_Current() | System.Text.SpanRuneEnumerator .get_Current() |
| GetEnumerator() | System.Text.SpanRuneEnumerator .GetEnumerator() |
| MoveNext() | System.Text.SpanRuneEnumerator.MoveNext( ) |
| StringRuneEnumerator | System.Text.StringRuneEnumerator |
| get_Current() | System.Text.StringRuneEnumerator .get_Current() |
| GetEnumerator() | System.Text.StringRuneEnumerator .GetEnumerator() |
| MoveNext() | System.Text.StringRuneEnumerator .MoveNext() |
| Utf8 | System.Text.Unicode.Utf8 |
| FromUtf16(ReadOnlySpan<Char>,Span<Byte> ,Int32&,Int32&,Boolean,Boolean) | System.Text.Unicode.Utf8.FromUtf16 (ReadOnlySpan<Char>,Span<Byte>,Int32& ,Int32&,Boolean,Boolean) |
| ToUtf16(ReadOnlySpan<Byte>,Span<Char> ,Int32&,Int32&,Boolean,Boolean) | System.Text.Unicode.Utf8.ToUtf16 (ReadOnlySpan<Byte>,Span<Char>,Int32& ,Int32&,Boolean,Boolean) |
| IStackWalk | System.Security.IStackWalk |
| Assert() | System.Security.IStackWalk.Assert() |
| Demand() | System.Security.IStackWalk.Demand() |
| Deny() | System.Security.IStackWalk.Deny() |
| PermitOnly() | System.Security.IStackWalk.PermitOnly() |
| PermissionSet | System.Security.PermissionSet |
| .ctor(PermissionState) | System.Security.PermissionSet..ctor (PermissionState) |
| .ctor(PermissionSet) | System.Security.PermissionSet..ctor (PermissionSet) |
| get_Count() | System.Security.PermissionSet.get_Count( ) |
| get_IsReadOnly() | System.Security.PermissionSet .get_IsReadOnly() |
| get_IsSynchronized() | System.Security.PermissionSet .get_IsSynchronized() |
| get_SyncRoot() | System.Security.PermissionSet .get_SyncRoot() |
| AddPermission(IPermission) | System.Security.PermissionSet .AddPermission(IPermission) |
| AddPermissionImpl(IPermission) | System.Security.PermissionSet .AddPermissionImpl(IPermission) |
| Assert() | System.Security.PermissionSet.Assert() |
| ContainsNonCodeAccessPermissions() | System.Security.PermissionSet .ContainsNonCodeAccessPermissions() |
| ConvertPermissionSet(String,Byte[] ,String) | System.Security.PermissionSet .ConvertPermissionSet(String,Byte[] ,String) |
| Copy() | System.Security.PermissionSet.Copy() |
| CopyTo(Array,Int32) | System.Security.PermissionSet.CopyTo (Array,Int32) |
| Demand() | System.Security.PermissionSet.Demand() |
| Deny() | System.Security.PermissionSet.Deny() |
| Equals(Object) | System.Security.PermissionSet.Equals (Object) |
| FromXml(SecurityElement) | System.Security.PermissionSet.FromXml (SecurityElement) |
| GetEnumerator() | System.Security.PermissionSet .GetEnumerator() |
| GetEnumeratorImpl() | System.Security.PermissionSet .GetEnumeratorImpl() |
| GetHashCode() | System.Security.PermissionSet .GetHashCode() |
| GetPermission(Type) | System.Security.PermissionSet .GetPermission(Type) |
| GetPermissionImpl(Type) | System.Security.PermissionSet .GetPermissionImpl(Type) |
| Intersect(PermissionSet) | System.Security.PermissionSet.Intersect (PermissionSet) |
| IsEmpty() | System.Security.PermissionSet.IsEmpty() |
| IsSubsetOf(PermissionSet) | System.Security.PermissionSet.IsSubsetOf (PermissionSet) |
| IsUnrestricted() | System.Security.PermissionSet .IsUnrestricted() |
| PermitOnly() | System.Security.PermissionSet.PermitOnly () |
| RemovePermission(Type) | System.Security.PermissionSet .RemovePermission(Type) |
| RemovePermissionImpl(Type) | System.Security.PermissionSet .RemovePermissionImpl(Type) |
| RevertAssert() | System.Security.PermissionSet .RevertAssert() |
| SetPermission(IPermission) | System.Security.PermissionSet .SetPermission(IPermission) |
| SetPermissionImpl(IPermission) | System.Security.PermissionSet .SetPermissionImpl(IPermission) |
| ToString() | System.Security.PermissionSet.ToString() |
| ToXml() | System.Security.PermissionSet.ToXml() |
| Union(PermissionSet) | System.Security.PermissionSet.Union (PermissionSet) |
| PermissionState | System.Security.Permissions .PermissionState |
| value__ | System.Security.Permissions .PermissionState.value__ |
| None | System.Security.Permissions .PermissionState.None |
| Unrestricted | System.Security.Permissions .PermissionState.Unrestricted |
| DebugProvider | System.Diagnostics.DebugProvider |
| Fail(String,String) | System.Diagnostics.DebugProvider.Fail (String,String) |
| Write(String) | System.Diagnostics.DebugProvider.Write (String) |
| WriteLine(String) | System.Diagnostics.DebugProvider .WriteLine(String) |
| OnIndentLevelChanged(Int32) | System.Diagnostics.DebugProvider .OnIndentLevelChanged(Int32) |
| OnIndentSizeChanged(Int32) | System.Diagnostics.DebugProvider .OnIndentSizeChanged(Int32) |
| FailCore(String,String,String,String) | System.Diagnostics.DebugProvider .FailCore(String,String,String,String) |
| WriteCore(String) | System.Diagnostics.DebugProvider .WriteCore(String) |
| .ctor() | System.Diagnostics.DebugProvider..ctor() |
| AllowNullAttribute | System.Diagnostics.CodeAnalysis .AllowNullAttribute |
| .ctor() | System.Diagnostics.CodeAnalysis .AllowNullAttribute..ctor() |
| DisallowNullAttribute | System.Diagnostics.CodeAnalysis .DisallowNullAttribute |
| .ctor() | System.Diagnostics.CodeAnalysis .DisallowNullAttribute..ctor() |
| MaybeNullAttribute | System.Diagnostics.CodeAnalysis .MaybeNullAttribute |
| .ctor() | System.Diagnostics.CodeAnalysis .MaybeNullAttribute..ctor() |
| NotNullAttribute | System.Diagnostics.CodeAnalysis .NotNullAttribute |
| .ctor() | System.Diagnostics.CodeAnalysis .NotNullAttribute..ctor() |
| MaybeNullWhenAttribute | System.Diagnostics.CodeAnalysis .MaybeNullWhenAttribute |
| .ctor(Boolean) | System.Diagnostics.CodeAnalysis .MaybeNullWhenAttribute..ctor(Boolean) |
| get_ReturnValue() | System.Diagnostics.CodeAnalysis .MaybeNullWhenAttribute.get_ReturnValue( ) |
| NotNullWhenAttribute | System.Diagnostics.CodeAnalysis .NotNullWhenAttribute |
| .ctor(Boolean) | System.Diagnostics.CodeAnalysis .NotNullWhenAttribute..ctor(Boolean) |
| get_ReturnValue() | System.Diagnostics.CodeAnalysis .NotNullWhenAttribute.get_ReturnValue() |
| NotNullIfNotNullAttribute | System.Diagnostics.CodeAnalysis .NotNullIfNotNullAttribute |
| .ctor(String) | System.Diagnostics.CodeAnalysis .NotNullIfNotNullAttribute..ctor(String) |
| get_ParameterName() | System.Diagnostics.CodeAnalysis .NotNullIfNotNullAttribute .get_ParameterName() |
| DoesNotReturnAttribute | System.Diagnostics.CodeAnalysis .DoesNotReturnAttribute |
| .ctor() | System.Diagnostics.CodeAnalysis .DoesNotReturnAttribute..ctor() |
| DoesNotReturnIfAttribute | System.Diagnostics.CodeAnalysis .DoesNotReturnIfAttribute |
| .ctor(Boolean) | System.Diagnostics.CodeAnalysis .DoesNotReturnIfAttribute..ctor(Boolean) |
| get_ParameterValue() | System.Diagnostics.CodeAnalysis .DoesNotReturnIfAttribute .get_ParameterValue() |
| DiagnosticCounter | System.Diagnostics.Tracing .DiagnosticCounter |
| Dispose() | System.Diagnostics.Tracing .DiagnosticCounter.Dispose() |
| AddMetadata(String,String) | System.Diagnostics.Tracing .DiagnosticCounter.AddMetadata(String ,String) |
| set_DisplayName(String) | System.Diagnostics.Tracing .DiagnosticCounter.set_DisplayName (String) |
| get_DisplayName() | System.Diagnostics.Tracing .DiagnosticCounter.get_DisplayName() |
| set_DisplayUnits(String) | System.Diagnostics.Tracing .DiagnosticCounter.set_DisplayUnits (String) |
| get_DisplayUnits() | System.Diagnostics.Tracing .DiagnosticCounter.get_DisplayUnits() |
| get_Name() | System.Diagnostics.Tracing .DiagnosticCounter.get_Name() |
| get_EventSource() | System.Diagnostics.Tracing .DiagnosticCounter.get_EventSource() |
| IncrementingEventCounter | System.Diagnostics.Tracing .IncrementingEventCounter |
| .ctor(String,EventSource) | System.Diagnostics.Tracing .IncrementingEventCounter..ctor(String ,EventSource) |
| Increment(Double) | System.Diagnostics.Tracing .IncrementingEventCounter.Increment (Double) |
| get_DisplayRateTimeScale() | System.Diagnostics.Tracing .IncrementingEventCounter .get_DisplayRateTimeScale() |
| set_DisplayRateTimeScale(TimeSpan) | System.Diagnostics.Tracing .IncrementingEventCounter .set_DisplayRateTimeScale(TimeSpan) |
| ToString() | System.Diagnostics.Tracing .IncrementingEventCounter.ToString() |
| IncrementingPollingCounter | System.Diagnostics.Tracing .IncrementingPollingCounter |
| .ctor(String,EventSource,Func<Double>) | System.Diagnostics.Tracing .IncrementingPollingCounter..ctor(String ,EventSource,Func<Double>) |
| ToString() | System.Diagnostics.Tracing .IncrementingPollingCounter.ToString() |
| get_DisplayRateTimeScale() | System.Diagnostics.Tracing .IncrementingPollingCounter .get_DisplayRateTimeScale() |
| set_DisplayRateTimeScale(TimeSpan) | System.Diagnostics.Tracing .IncrementingPollingCounter .set_DisplayRateTimeScale(TimeSpan) |
| PollingCounter | System.Diagnostics.Tracing .PollingCounter |
| .ctor(String,EventSource,Func<Double>) | System.Diagnostics.Tracing .PollingCounter..ctor(String,EventSource ,Func<Double>) |
| ToString() | System.Diagnostics.Tracing .PollingCounter.ToString() |
| IAsyncEnumerable<T> | System.Collections.Generic .IAsyncEnumerable<T> |
| GetAsyncEnumerator(CancellationToken) | System.Collections.Generic .IAsyncEnumerable<T>.GetAsyncEnumerator (CancellationToken) |
| IAsyncEnumerator<T> | System.Collections.Generic .IAsyncEnumerator<T> |
| MoveNextAsync() | System.Collections.Generic .IAsyncEnumerator<T>.MoveNextAsync() |
| get_Current() | System.Collections.Generic .IAsyncEnumerator<T>.get_Current() |
| PRIExceptionInfo | Internal.Resources.PRIExceptionInfo |
| .ctor() | Internal.Resources.PRIExceptionInfo. .ctor() |
| PackageSimpleName | Internal.Resources.PRIExceptionInfo .PackageSimpleName |
| ResWFile | Internal.Resources.PRIExceptionInfo .ResWFile |
| WindowsRuntimeResourceManagerBase | Internal.Resources .WindowsRuntimeResourceManagerBase |
| Initialize(String,String ,PRIExceptionInfo&) | Internal.Resources .WindowsRuntimeResourceManagerBase .Initialize(String,String ,PRIExceptionInfo&) |
| GetString(String,String,String) | Internal.Resources .WindowsRuntimeResourceManagerBase .GetString(String,String,String) |
| get_GlobalResourceContextBestFitCultureI nfo() | Internal.Resources .WindowsRuntimeResourceManagerBase .get_GlobalResourceContextBestFitCulture Info() |
| SetGlobalResourceContextDefaultCulture (CultureInfo) | Internal.Resources .WindowsRuntimeResourceManagerBase .SetGlobalResourceContextDefaultCulture (CultureInfo) |
| IsValidCulture(String) | Internal.Resources .WindowsRuntimeResourceManagerBase .IsValidCulture(String) |
| .ctor() | Internal.Resources .WindowsRuntimeResourceManagerBase..ctor () |
| AsyncCausalitySupport | Internal.Threading.Tasks .AsyncCausalitySupport |
| AddToActiveTasks(Task) | Internal.Threading.Tasks .AsyncCausalitySupport.AddToActiveTasks (Task) |
| RemoveFromActiveTasks(Task) | Internal.Threading.Tasks .AsyncCausalitySupport .RemoveFromActiveTasks(Task) |
| get_LoggingOn() | Internal.Threading.Tasks .AsyncCausalitySupport.get_LoggingOn() |
| TraceOperationCreation(Task,String) | Internal.Threading.Tasks .AsyncCausalitySupport .TraceOperationCreation(Task,String) |
| TraceOperationCompletedSuccess(Task) | Internal.Threading.Tasks .AsyncCausalitySupport .TraceOperationCompletedSuccess(Task) |
| TraceOperationCompletedError(Task) | Internal.Threading.Tasks .AsyncCausalitySupport .TraceOperationCompletedError(Task) |
| ComponentActivator | Internal.Runtime.InteropServices .ComponentActivator |
| LoadAssemblyAndGetFunctionPointer(IntPtr ,IntPtr,IntPtr,IntPtr,IntPtr,IntPtr) | Internal.Runtime.InteropServices .ComponentActivator .LoadAssemblyAndGetFunctionPointer (IntPtr,IntPtr,IntPtr,IntPtr,IntPtr ,IntPtr) |
| ComponentActivator+ComponentEntryPoint | Internal.Runtime.InteropServices .ComponentActivator+ComponentEntryPoint |
| .ctor(Object,IntPtr) | Internal.Runtime.InteropServices .ComponentActivator+ComponentEntryPoint. .ctor(Object,IntPtr) |
| Invoke(IntPtr,Int32) | Internal.Runtime.InteropServices .ComponentActivator+ComponentEntryPoint .Invoke(IntPtr,Int32) |
| BeginInvoke(IntPtr,Int32,AsyncCallback ,Object) | Internal.Runtime.InteropServices .ComponentActivator+ComponentEntryPoint .BeginInvoke(IntPtr,Int32,AsyncCallback ,Object) |
| EndInvoke(IAsyncResult) | Internal.Runtime.InteropServices .ComponentActivator+ComponentEntryPoint .EndInvoke(IAsyncResult) |
| IClassFactory | Internal.Runtime.InteropServices .IClassFactory |
| CreateInstance(Object,Guid&,Object&) | Internal.Runtime.InteropServices .IClassFactory.CreateInstance(Object ,Guid&,Object&) |
| LockServer(Boolean) | Internal.Runtime.InteropServices .IClassFactory.LockServer(Boolean) |
| ComActivationContextInternal | Internal.Runtime.InteropServices .ComActivationContextInternal |
| ClassId | Internal.Runtime.InteropServices .ComActivationContextInternal.ClassId |
| InterfaceId | Internal.Runtime.InteropServices .ComActivationContextInternal .InterfaceId |
| AssemblyPathBuffer | Internal.Runtime.InteropServices .ComActivationContextInternal .AssemblyPathBuffer |
| AssemblyNameBuffer | Internal.Runtime.InteropServices .ComActivationContextInternal .AssemblyNameBuffer |
| TypeNameBuffer | Internal.Runtime.InteropServices .ComActivationContextInternal .TypeNameBuffer |
| ClassFactoryDest | Internal.Runtime.InteropServices .ComActivationContextInternal .ClassFactoryDest |
| ComActivationContext | Internal.Runtime.InteropServices .ComActivationContext |
| Create(ComActivationContextInternal&) | Internal.Runtime.InteropServices .ComActivationContext.Create (ComActivationContextInternal&) |
| ClassId | Internal.Runtime.InteropServices .ComActivationContext.ClassId |
| InterfaceId | Internal.Runtime.InteropServices .ComActivationContext.InterfaceId |
| AssemblyPath | Internal.Runtime.InteropServices .ComActivationContext.AssemblyPath |
| AssemblyName | Internal.Runtime.InteropServices .ComActivationContext.AssemblyName |
| TypeName | Internal.Runtime.InteropServices .ComActivationContext.TypeName |
| ComActivator | Internal.Runtime.InteropServices .ComActivator |
| GetClassFactoryForType (ComActivationContext) | Internal.Runtime.InteropServices .ComActivator.GetClassFactoryForType (ComActivationContext) |
| ClassRegistrationScenarioForType (ComActivationContext,Boolean) | Internal.Runtime.InteropServices .ComActivator .ClassRegistrationScenarioForType (ComActivationContext,Boolean) |
| GetClassFactoryForTypeInternal (ComActivationContextInternal&) | Internal.Runtime.InteropServices .ComActivator .GetClassFactoryForTypeInternal (ComActivationContextInternal&) |
| RegisterClassForTypeInternal (ComActivationContextInternal&) | Internal.Runtime.InteropServices .ComActivator .RegisterClassForTypeInternal (ComActivationContextInternal&) |
| UnregisterClassForTypeInternal (ComActivationContextInternal&) | Internal.Runtime.InteropServices .ComActivator .UnregisterClassForTypeInternal (ComActivationContextInternal&) |
| InMemoryAssemblyLoader | Internal.Runtime.InteropServices .InMemoryAssemblyLoader |
| LoadInMemoryAssembly(IntPtr,IntPtr) | Internal.Runtime.InteropServices .InMemoryAssemblyLoader .LoadInMemoryAssembly(IntPtr,IntPtr) |
| ExceptionSupport | Internal.Runtime.InteropServices .WindowsRuntime.ExceptionSupport |
| AttachRestrictedErrorInfo(Exception) | Internal.Runtime.InteropServices .WindowsRuntime.ExceptionSupport .AttachRestrictedErrorInfo(Exception) |
| ReportUnhandledError(Exception) | Internal.Runtime.InteropServices .WindowsRuntime.ExceptionSupport .ReportUnhandledError(Exception) |
| ICustomTypeProvider | System.Reflection.ICustomTypeProvider |
| GetCustomType() | System.Reflection.ICustomTypeProvider .GetCustomType() |
| ValueSerializerAttribute | System.Windows.Markup .ValueSerializerAttribute |
| .ctor(Type) | System.Windows.Markup .ValueSerializerAttribute..ctor(Type) |
| .ctor(String) | System.Windows.Markup .ValueSerializerAttribute..ctor(String) |
| get_ValueSerializerType() | System.Windows.Markup .ValueSerializerAttribute .get_ValueSerializerType() |
| get_ValueSerializerTypeName() | System.Windows.Markup .ValueSerializerAttribute .get_ValueSerializerTypeName() |
| SafeSocketHandle | System.Net.Sockets.SafeSocketHandle |
| .ctor(IntPtr,Boolean) | System.Net.Sockets.SafeSocketHandle. .ctor(IntPtr,Boolean) |
| get_IsInvalid() | System.Net.Sockets.SafeSocketHandle .get_IsInvalid() |
| ReleaseHandle() | System.Net.Sockets.SafeSocketHandle .ReleaseHandle() |
| CipherSuitesPolicy | System.Net.Security.CipherSuitesPolicy |
| .ctor(IEnumerable<TlsCipherSuite>) | System.Net.Security.CipherSuitesPolicy. .ctor(IEnumerable<TlsCipherSuite>) |
| get_AllowedCipherSuites() | System.Net.Security.CipherSuitesPolicy .get_AllowedCipherSuites() |
| TlsCipherSuite | System.Net.Security.TlsCipherSuite |
| value__ | System.Net.Security.TlsCipherSuite .value__ |
| TLS_NULL_WITH_NULL_NULL | System.Net.Security.TlsCipherSuite .TLS_NULL_WITH_NULL_NULL |
| TLS_RSA_WITH_NULL_MD5 | System.Net.Security.TlsCipherSuite .TLS_RSA_WITH_NULL_MD5 |
| TLS_RSA_WITH_NULL_SHA | System.Net.Security.TlsCipherSuite .TLS_RSA_WITH_NULL_SHA |
| TLS_RSA_EXPORT_WITH_RC4_40_MD5 | System.Net.Security.TlsCipherSuite .TLS_RSA_EXPORT_WITH_RC4_40_MD5 |
| TLS_RSA_WITH_RC4_128_MD5 | System.Net.Security.TlsCipherSuite .TLS_RSA_WITH_RC4_128_MD5 |
| TLS_RSA_WITH_RC4_128_SHA | System.Net.Security.TlsCipherSuite .TLS_RSA_WITH_RC4_128_SHA |
| TLS_RSA_EXPORT_WITH_RC2_CBC_40_MD5 | System.Net.Security.TlsCipherSuite .TLS_RSA_EXPORT_WITH_RC2_CBC_40_MD5 |
| TLS_RSA_WITH_IDEA_CBC_SHA | System.Net.Security.TlsCipherSuite .TLS_RSA_WITH_IDEA_CBC_SHA |
| TLS_RSA_EXPORT_WITH_DES40_CBC_SHA | System.Net.Security.TlsCipherSuite .TLS_RSA_EXPORT_WITH_DES40_CBC_SHA |
| TLS_RSA_WITH_DES_CBC_SHA | System.Net.Security.TlsCipherSuite .TLS_RSA_WITH_DES_CBC_SHA |
| TLS_RSA_WITH_3DES_EDE_CBC_SHA | System.Net.Security.TlsCipherSuite .TLS_RSA_WITH_3DES_EDE_CBC_SHA |
| TLS_DH_DSS_EXPORT_WITH_DES40_CBC_SHA | System.Net.Security.TlsCipherSuite .TLS_DH_DSS_EXPORT_WITH_DES40_CBC_SHA |
| TLS_DH_DSS_WITH_DES_CBC_SHA | System.Net.Security.TlsCipherSuite .TLS_DH_DSS_WITH_DES_CBC_SHA |
| TLS_DH_DSS_WITH_3DES_EDE_CBC_SHA | System.Net.Security.TlsCipherSuite .TLS_DH_DSS_WITH_3DES_EDE_CBC_SHA |
| TLS_DH_RSA_EXPORT_WITH_DES40_CBC_SHA | System.Net.Security.TlsCipherSuite .TLS_DH_RSA_EXPORT_WITH_DES40_CBC_SHA |
| TLS_DH_RSA_WITH_DES_CBC_SHA | System.Net.Security.TlsCipherSuite .TLS_DH_RSA_WITH_DES_CBC_SHA |
| TLS_DH_RSA_WITH_3DES_EDE_CBC_SHA | System.Net.Security.TlsCipherSuite .TLS_DH_RSA_WITH_3DES_EDE_CBC_SHA |
| TLS_DHE_DSS_EXPORT_WITH_DES40_CBC_SHA | System.Net.Security.TlsCipherSuite .TLS_DHE_DSS_EXPORT_WITH_DES40_CBC_SHA |
| TLS_DHE_DSS_WITH_DES_CBC_SHA | System.Net.Security.TlsCipherSuite .TLS_DHE_DSS_WITH_DES_CBC_SHA |
| TLS_DHE_DSS_WITH_3DES_EDE_CBC_SHA | System.Net.Security.TlsCipherSuite .TLS_DHE_DSS_WITH_3DES_EDE_CBC_SHA |
| TLS_DHE_RSA_EXPORT_WITH_DES40_CBC_SHA | System.Net.Security.TlsCipherSuite .TLS_DHE_RSA_EXPORT_WITH_DES40_CBC_SHA |
| TLS_DHE_RSA_WITH_DES_CBC_SHA | System.Net.Security.TlsCipherSuite .TLS_DHE_RSA_WITH_DES_CBC_SHA |
| TLS_DHE_RSA_WITH_3DES_EDE_CBC_SHA | System.Net.Security.TlsCipherSuite .TLS_DHE_RSA_WITH_3DES_EDE_CBC_SHA |
| TLS_DH_anon_EXPORT_WITH_RC4_40_MD5 | System.Net.Security.TlsCipherSuite .TLS_DH_anon_EXPORT_WITH_RC4_40_MD5 |
| TLS_DH_anon_WITH_RC4_128_MD5 | System.Net.Security.TlsCipherSuite .TLS_DH_anon_WITH_RC4_128_MD5 |
| TLS_DH_anon_EXPORT_WITH_DES40_CBC_SHA | System.Net.Security.TlsCipherSuite .TLS_DH_anon_EXPORT_WITH_DES40_CBC_SHA |
| TLS_DH_anon_WITH_DES_CBC_SHA | System.Net.Security.TlsCipherSuite .TLS_DH_anon_WITH_DES_CBC_SHA |
| TLS_DH_anon_WITH_3DES_EDE_CBC_SHA | System.Net.Security.TlsCipherSuite .TLS_DH_anon_WITH_3DES_EDE_CBC_SHA |
| TLS_KRB5_WITH_DES_CBC_SHA | System.Net.Security.TlsCipherSuite .TLS_KRB5_WITH_DES_CBC_SHA |
| TLS_KRB5_WITH_3DES_EDE_CBC_SHA | System.Net.Security.TlsCipherSuite .TLS_KRB5_WITH_3DES_EDE_CBC_SHA |
| TLS_KRB5_WITH_RC4_128_SHA | System.Net.Security.TlsCipherSuite .TLS_KRB5_WITH_RC4_128_SHA |
| TLS_KRB5_WITH_IDEA_CBC_SHA | System.Net.Security.TlsCipherSuite .TLS_KRB5_WITH_IDEA_CBC_SHA |
| TLS_KRB5_WITH_DES_CBC_MD5 | System.Net.Security.TlsCipherSuite .TLS_KRB5_WITH_DES_CBC_MD5 |
| TLS_KRB5_WITH_3DES_EDE_CBC_MD5 | System.Net.Security.TlsCipherSuite .TLS_KRB5_WITH_3DES_EDE_CBC_MD5 |
| TLS_KRB5_WITH_RC4_128_MD5 | System.Net.Security.TlsCipherSuite .TLS_KRB5_WITH_RC4_128_MD5 |
| TLS_KRB5_WITH_IDEA_CBC_MD5 | System.Net.Security.TlsCipherSuite .TLS_KRB5_WITH_IDEA_CBC_MD5 |
| TLS_KRB5_EXPORT_WITH_DES_CBC_40_SHA | System.Net.Security.TlsCipherSuite .TLS_KRB5_EXPORT_WITH_DES_CBC_40_SHA |
| TLS_KRB5_EXPORT_WITH_RC2_CBC_40_SHA | System.Net.Security.TlsCipherSuite .TLS_KRB5_EXPORT_WITH_RC2_CBC_40_SHA |
| TLS_KRB5_EXPORT_WITH_RC4_40_SHA | System.Net.Security.TlsCipherSuite .TLS_KRB5_EXPORT_WITH_RC4_40_SHA |
| TLS_KRB5_EXPORT_WITH_DES_CBC_40_MD5 | System.Net.Security.TlsCipherSuite .TLS_KRB5_EXPORT_WITH_DES_CBC_40_MD5 |
| TLS_KRB5_EXPORT_WITH_RC2_CBC_40_MD5 | System.Net.Security.TlsCipherSuite .TLS_KRB5_EXPORT_WITH_RC2_CBC_40_MD5 |
| TLS_KRB5_EXPORT_WITH_RC4_40_MD5 | System.Net.Security.TlsCipherSuite .TLS_KRB5_EXPORT_WITH_RC4_40_MD5 |
| TLS_PSK_WITH_NULL_SHA | System.Net.Security.TlsCipherSuite .TLS_PSK_WITH_NULL_SHA |
| TLS_DHE_PSK_WITH_NULL_SHA | System.Net.Security.TlsCipherSuite .TLS_DHE_PSK_WITH_NULL_SHA |
| TLS_RSA_PSK_WITH_NULL_SHA | System.Net.Security.TlsCipherSuite .TLS_RSA_PSK_WITH_NULL_SHA |
| TLS_RSA_WITH_AES_128_CBC_SHA | System.Net.Security.TlsCipherSuite .TLS_RSA_WITH_AES_128_CBC_SHA |
| TLS_DH_DSS_WITH_AES_128_CBC_SHA | System.Net.Security.TlsCipherSuite .TLS_DH_DSS_WITH_AES_128_CBC_SHA |
| TLS_DH_RSA_WITH_AES_128_CBC_SHA | System.Net.Security.TlsCipherSuite .TLS_DH_RSA_WITH_AES_128_CBC_SHA |
| TLS_DHE_DSS_WITH_AES_128_CBC_SHA | System.Net.Security.TlsCipherSuite .TLS_DHE_DSS_WITH_AES_128_CBC_SHA |
| TLS_DHE_RSA_WITH_AES_128_CBC_SHA | System.Net.Security.TlsCipherSuite .TLS_DHE_RSA_WITH_AES_128_CBC_SHA |
| TLS_DH_anon_WITH_AES_128_CBC_SHA | System.Net.Security.TlsCipherSuite .TLS_DH_anon_WITH_AES_128_CBC_SHA |
| TLS_RSA_WITH_AES_256_CBC_SHA | System.Net.Security.TlsCipherSuite .TLS_RSA_WITH_AES_256_CBC_SHA |
| TLS_DH_DSS_WITH_AES_256_CBC_SHA | System.Net.Security.TlsCipherSuite .TLS_DH_DSS_WITH_AES_256_CBC_SHA |
| TLS_DH_RSA_WITH_AES_256_CBC_SHA | System.Net.Security.TlsCipherSuite .TLS_DH_RSA_WITH_AES_256_CBC_SHA |
| TLS_DHE_DSS_WITH_AES_256_CBC_SHA | System.Net.Security.TlsCipherSuite .TLS_DHE_DSS_WITH_AES_256_CBC_SHA |
| TLS_DHE_RSA_WITH_AES_256_CBC_SHA | System.Net.Security.TlsCipherSuite .TLS_DHE_RSA_WITH_AES_256_CBC_SHA |
| TLS_DH_anon_WITH_AES_256_CBC_SHA | System.Net.Security.TlsCipherSuite .TLS_DH_anon_WITH_AES_256_CBC_SHA |
| TLS_RSA_WITH_NULL_SHA256 | System.Net.Security.TlsCipherSuite .TLS_RSA_WITH_NULL_SHA256 |
| TLS_RSA_WITH_AES_128_CBC_SHA256 | System.Net.Security.TlsCipherSuite .TLS_RSA_WITH_AES_128_CBC_SHA256 |
| TLS_RSA_WITH_AES_256_CBC_SHA256 | System.Net.Security.TlsCipherSuite .TLS_RSA_WITH_AES_256_CBC_SHA256 |
| TLS_DH_DSS_WITH_AES_128_CBC_SHA256 | System.Net.Security.TlsCipherSuite .TLS_DH_DSS_WITH_AES_128_CBC_SHA256 |
| TLS_DH_RSA_WITH_AES_128_CBC_SHA256 | System.Net.Security.TlsCipherSuite .TLS_DH_RSA_WITH_AES_128_CBC_SHA256 |
| TLS_DHE_DSS_WITH_AES_128_CBC_SHA256 | System.Net.Security.TlsCipherSuite .TLS_DHE_DSS_WITH_AES_128_CBC_SHA256 |
| TLS_RSA_WITH_CAMELLIA_128_CBC_SHA | System.Net.Security.TlsCipherSuite .TLS_RSA_WITH_CAMELLIA_128_CBC_SHA |
| TLS_DH_DSS_WITH_CAMELLIA_128_CBC_SHA | System.Net.Security.TlsCipherSuite .TLS_DH_DSS_WITH_CAMELLIA_128_CBC_SHA |
| TLS_DH_RSA_WITH_CAMELLIA_128_CBC_SHA | System.Net.Security.TlsCipherSuite .TLS_DH_RSA_WITH_CAMELLIA_128_CBC_SHA |
| TLS_DHE_DSS_WITH_CAMELLIA_128_CBC_SHA | System.Net.Security.TlsCipherSuite .TLS_DHE_DSS_WITH_CAMELLIA_128_CBC_SHA |
| TLS_DHE_RSA_WITH_CAMELLIA_128_CBC_SHA | System.Net.Security.TlsCipherSuite .TLS_DHE_RSA_WITH_CAMELLIA_128_CBC_SHA |
| TLS_DH_anon_WITH_CAMELLIA_128_CBC_SHA | System.Net.Security.TlsCipherSuite .TLS_DH_anon_WITH_CAMELLIA_128_CBC_SHA |
| TLS_DHE_RSA_WITH_AES_128_CBC_SHA256 | System.Net.Security.TlsCipherSuite .TLS_DHE_RSA_WITH_AES_128_CBC_SHA256 |
| TLS_DH_DSS_WITH_AES_256_CBC_SHA256 | System.Net.Security.TlsCipherSuite .TLS_DH_DSS_WITH_AES_256_CBC_SHA256 |
| TLS_DH_RSA_WITH_AES_256_CBC_SHA256 | System.Net.Security.TlsCipherSuite .TLS_DH_RSA_WITH_AES_256_CBC_SHA256 |
| TLS_DHE_DSS_WITH_AES_256_CBC_SHA256 | System.Net.Security.TlsCipherSuite .TLS_DHE_DSS_WITH_AES_256_CBC_SHA256 |
| TLS_DHE_RSA_WITH_AES_256_CBC_SHA256 | System.Net.Security.TlsCipherSuite .TLS_DHE_RSA_WITH_AES_256_CBC_SHA256 |
| TLS_DH_anon_WITH_AES_128_CBC_SHA256 | System.Net.Security.TlsCipherSuite .TLS_DH_anon_WITH_AES_128_CBC_SHA256 |
| TLS_DH_anon_WITH_AES_256_CBC_SHA256 | System.Net.Security.TlsCipherSuite .TLS_DH_anon_WITH_AES_256_CBC_SHA256 |
| TLS_RSA_WITH_CAMELLIA_256_CBC_SHA | System.Net.Security.TlsCipherSuite .TLS_RSA_WITH_CAMELLIA_256_CBC_SHA |
| TLS_DH_DSS_WITH_CAMELLIA_256_CBC_SHA | System.Net.Security.TlsCipherSuite .TLS_DH_DSS_WITH_CAMELLIA_256_CBC_SHA |
| TLS_DH_RSA_WITH_CAMELLIA_256_CBC_SHA | System.Net.Security.TlsCipherSuite .TLS_DH_RSA_WITH_CAMELLIA_256_CBC_SHA |
| TLS_DHE_DSS_WITH_CAMELLIA_256_CBC_SHA | System.Net.Security.TlsCipherSuite .TLS_DHE_DSS_WITH_CAMELLIA_256_CBC_SHA |
| TLS_DHE_RSA_WITH_CAMELLIA_256_CBC_SHA | System.Net.Security.TlsCipherSuite .TLS_DHE_RSA_WITH_CAMELLIA_256_CBC_SHA |
| TLS_DH_anon_WITH_CAMELLIA_256_CBC_SHA | System.Net.Security.TlsCipherSuite .TLS_DH_anon_WITH_CAMELLIA_256_CBC_SHA |
| TLS_PSK_WITH_RC4_128_SHA | System.Net.Security.TlsCipherSuite .TLS_PSK_WITH_RC4_128_SHA |
| TLS_PSK_WITH_3DES_EDE_CBC_SHA | System.Net.Security.TlsCipherSuite .TLS_PSK_WITH_3DES_EDE_CBC_SHA |
| TLS_PSK_WITH_AES_128_CBC_SHA | System.Net.Security.TlsCipherSuite .TLS_PSK_WITH_AES_128_CBC_SHA |
| TLS_PSK_WITH_AES_256_CBC_SHA | System.Net.Security.TlsCipherSuite .TLS_PSK_WITH_AES_256_CBC_SHA |
| TLS_DHE_PSK_WITH_RC4_128_SHA | System.Net.Security.TlsCipherSuite .TLS_DHE_PSK_WITH_RC4_128_SHA |
| TLS_DHE_PSK_WITH_3DES_EDE_CBC_SHA | System.Net.Security.TlsCipherSuite .TLS_DHE_PSK_WITH_3DES_EDE_CBC_SHA |
| TLS_DHE_PSK_WITH_AES_128_CBC_SHA | System.Net.Security.TlsCipherSuite .TLS_DHE_PSK_WITH_AES_128_CBC_SHA |
| TLS_DHE_PSK_WITH_AES_256_CBC_SHA | System.Net.Security.TlsCipherSuite .TLS_DHE_PSK_WITH_AES_256_CBC_SHA |
| TLS_RSA_PSK_WITH_RC4_128_SHA | System.Net.Security.TlsCipherSuite .TLS_RSA_PSK_WITH_RC4_128_SHA |
| TLS_RSA_PSK_WITH_3DES_EDE_CBC_SHA | System.Net.Security.TlsCipherSuite .TLS_RSA_PSK_WITH_3DES_EDE_CBC_SHA |
| TLS_RSA_PSK_WITH_AES_128_CBC_SHA | System.Net.Security.TlsCipherSuite .TLS_RSA_PSK_WITH_AES_128_CBC_SHA |
| TLS_RSA_PSK_WITH_AES_256_CBC_SHA | System.Net.Security.TlsCipherSuite .TLS_RSA_PSK_WITH_AES_256_CBC_SHA |
| TLS_RSA_WITH_SEED_CBC_SHA | System.Net.Security.TlsCipherSuite .TLS_RSA_WITH_SEED_CBC_SHA |
| TLS_DH_DSS_WITH_SEED_CBC_SHA | System.Net.Security.TlsCipherSuite .TLS_DH_DSS_WITH_SEED_CBC_SHA |
| TLS_DH_RSA_WITH_SEED_CBC_SHA | System.Net.Security.TlsCipherSuite .TLS_DH_RSA_WITH_SEED_CBC_SHA |
| TLS_DHE_DSS_WITH_SEED_CBC_SHA | System.Net.Security.TlsCipherSuite .TLS_DHE_DSS_WITH_SEED_CBC_SHA |
| TLS_DHE_RSA_WITH_SEED_CBC_SHA | System.Net.Security.TlsCipherSuite .TLS_DHE_RSA_WITH_SEED_CBC_SHA |
| TLS_DH_anon_WITH_SEED_CBC_SHA | System.Net.Security.TlsCipherSuite .TLS_DH_anon_WITH_SEED_CBC_SHA |
| TLS_RSA_WITH_AES_128_GCM_SHA256 | System.Net.Security.TlsCipherSuite .TLS_RSA_WITH_AES_128_GCM_SHA256 |
| TLS_RSA_WITH_AES_256_GCM_SHA384 | System.Net.Security.TlsCipherSuite .TLS_RSA_WITH_AES_256_GCM_SHA384 |
| TLS_DHE_RSA_WITH_AES_128_GCM_SHA256 | System.Net.Security.TlsCipherSuite .TLS_DHE_RSA_WITH_AES_128_GCM_SHA256 |
| TLS_DHE_RSA_WITH_AES_256_GCM_SHA384 | System.Net.Security.TlsCipherSuite .TLS_DHE_RSA_WITH_AES_256_GCM_SHA384 |
| TLS_DH_RSA_WITH_AES_128_GCM_SHA256 | System.Net.Security.TlsCipherSuite .TLS_DH_RSA_WITH_AES_128_GCM_SHA256 |
| TLS_DH_RSA_WITH_AES_256_GCM_SHA384 | System.Net.Security.TlsCipherSuite .TLS_DH_RSA_WITH_AES_256_GCM_SHA384 |
| TLS_DHE_DSS_WITH_AES_128_GCM_SHA256 | System.Net.Security.TlsCipherSuite .TLS_DHE_DSS_WITH_AES_128_GCM_SHA256 |
| TLS_DHE_DSS_WITH_AES_256_GCM_SHA384 | System.Net.Security.TlsCipherSuite .TLS_DHE_DSS_WITH_AES_256_GCM_SHA384 |
| TLS_DH_DSS_WITH_AES_128_GCM_SHA256 | System.Net.Security.TlsCipherSuite .TLS_DH_DSS_WITH_AES_128_GCM_SHA256 |
| TLS_DH_DSS_WITH_AES_256_GCM_SHA384 | System.Net.Security.TlsCipherSuite .TLS_DH_DSS_WITH_AES_256_GCM_SHA384 |
| TLS_DH_anon_WITH_AES_128_GCM_SHA256 | System.Net.Security.TlsCipherSuite .TLS_DH_anon_WITH_AES_128_GCM_SHA256 |
| TLS_DH_anon_WITH_AES_256_GCM_SHA384 | System.Net.Security.TlsCipherSuite .TLS_DH_anon_WITH_AES_256_GCM_SHA384 |
| TLS_PSK_WITH_AES_128_GCM_SHA256 | System.Net.Security.TlsCipherSuite .TLS_PSK_WITH_AES_128_GCM_SHA256 |
| TLS_PSK_WITH_AES_256_GCM_SHA384 | System.Net.Security.TlsCipherSuite .TLS_PSK_WITH_AES_256_GCM_SHA384 |
| TLS_DHE_PSK_WITH_AES_128_GCM_SHA256 | System.Net.Security.TlsCipherSuite .TLS_DHE_PSK_WITH_AES_128_GCM_SHA256 |
| TLS_DHE_PSK_WITH_AES_256_GCM_SHA384 | System.Net.Security.TlsCipherSuite .TLS_DHE_PSK_WITH_AES_256_GCM_SHA384 |
| TLS_RSA_PSK_WITH_AES_128_GCM_SHA256 | System.Net.Security.TlsCipherSuite .TLS_RSA_PSK_WITH_AES_128_GCM_SHA256 |
| TLS_RSA_PSK_WITH_AES_256_GCM_SHA384 | System.Net.Security.TlsCipherSuite .TLS_RSA_PSK_WITH_AES_256_GCM_SHA384 |
| TLS_PSK_WITH_AES_128_CBC_SHA256 | System.Net.Security.TlsCipherSuite .TLS_PSK_WITH_AES_128_CBC_SHA256 |
| TLS_PSK_WITH_AES_256_CBC_SHA384 | System.Net.Security.TlsCipherSuite .TLS_PSK_WITH_AES_256_CBC_SHA384 |
| TLS_PSK_WITH_NULL_SHA256 | System.Net.Security.TlsCipherSuite .TLS_PSK_WITH_NULL_SHA256 |
| TLS_PSK_WITH_NULL_SHA384 | System.Net.Security.TlsCipherSuite .TLS_PSK_WITH_NULL_SHA384 |
| TLS_DHE_PSK_WITH_AES_128_CBC_SHA256 | System.Net.Security.TlsCipherSuite .TLS_DHE_PSK_WITH_AES_128_CBC_SHA256 |
| TLS_DHE_PSK_WITH_AES_256_CBC_SHA384 | System.Net.Security.TlsCipherSuite .TLS_DHE_PSK_WITH_AES_256_CBC_SHA384 |
| TLS_DHE_PSK_WITH_NULL_SHA256 | System.Net.Security.TlsCipherSuite .TLS_DHE_PSK_WITH_NULL_SHA256 |
| TLS_DHE_PSK_WITH_NULL_SHA384 | System.Net.Security.TlsCipherSuite .TLS_DHE_PSK_WITH_NULL_SHA384 |
| TLS_RSA_PSK_WITH_AES_128_CBC_SHA256 | System.Net.Security.TlsCipherSuite .TLS_RSA_PSK_WITH_AES_128_CBC_SHA256 |
| TLS_RSA_PSK_WITH_AES_256_CBC_SHA384 | System.Net.Security.TlsCipherSuite .TLS_RSA_PSK_WITH_AES_256_CBC_SHA384 |
| TLS_RSA_PSK_WITH_NULL_SHA256 | System.Net.Security.TlsCipherSuite .TLS_RSA_PSK_WITH_NULL_SHA256 |
| TLS_RSA_PSK_WITH_NULL_SHA384 | System.Net.Security.TlsCipherSuite .TLS_RSA_PSK_WITH_NULL_SHA384 |
| TLS_RSA_WITH_CAMELLIA_128_CBC_SHA256 | System.Net.Security.TlsCipherSuite .TLS_RSA_WITH_CAMELLIA_128_CBC_SHA256 |
| TLS_DH_DSS_WITH_CAMELLIA_128_CBC_SHA256 | System.Net.Security.TlsCipherSuite .TLS_DH_DSS_WITH_CAMELLIA_128_CBC_SHA256 |
| TLS_DH_RSA_WITH_CAMELLIA_128_CBC_SHA256 | System.Net.Security.TlsCipherSuite .TLS_DH_RSA_WITH_CAMELLIA_128_CBC_SHA256 |
| TLS_DHE_DSS_WITH_CAMELLIA_128_CBC_SHA256 | System.Net.Security.TlsCipherSuite .TLS_DHE_DSS_WITH_CAMELLIA_128_CBC_SHA25 6 |
| TLS_DHE_RSA_WITH_CAMELLIA_128_CBC_SHA256 | System.Net.Security.TlsCipherSuite .TLS_DHE_RSA_WITH_CAMELLIA_128_CBC_SHA25 6 |
| TLS_DH_anon_WITH_CAMELLIA_128_CBC_SHA256 | System.Net.Security.TlsCipherSuite .TLS_DH_anon_WITH_CAMELLIA_128_CBC_SHA25 6 |
| TLS_RSA_WITH_CAMELLIA_256_CBC_SHA256 | System.Net.Security.TlsCipherSuite .TLS_RSA_WITH_CAMELLIA_256_CBC_SHA256 |
| TLS_DH_DSS_WITH_CAMELLIA_256_CBC_SHA256 | System.Net.Security.TlsCipherSuite .TLS_DH_DSS_WITH_CAMELLIA_256_CBC_SHA256 |
| TLS_DH_RSA_WITH_CAMELLIA_256_CBC_SHA256 | System.Net.Security.TlsCipherSuite .TLS_DH_RSA_WITH_CAMELLIA_256_CBC_SHA256 |
| TLS_DHE_DSS_WITH_CAMELLIA_256_CBC_SHA256 | System.Net.Security.TlsCipherSuite .TLS_DHE_DSS_WITH_CAMELLIA_256_CBC_SHA25 6 |
| TLS_DHE_RSA_WITH_CAMELLIA_256_CBC_SHA256 | System.Net.Security.TlsCipherSuite .TLS_DHE_RSA_WITH_CAMELLIA_256_CBC_SHA25 6 |
| TLS_DH_anon_WITH_CAMELLIA_256_CBC_SHA256 | System.Net.Security.TlsCipherSuite .TLS_DH_anon_WITH_CAMELLIA_256_CBC_SHA25 6 |
| TLS_AES_128_GCM_SHA256 | System.Net.Security.TlsCipherSuite .TLS_AES_128_GCM_SHA256 |
| TLS_AES_256_GCM_SHA384 | System.Net.Security.TlsCipherSuite .TLS_AES_256_GCM_SHA384 |
| TLS_CHACHA20_POLY1305_SHA256 | System.Net.Security.TlsCipherSuite .TLS_CHACHA20_POLY1305_SHA256 |
| TLS_AES_128_CCM_SHA256 | System.Net.Security.TlsCipherSuite .TLS_AES_128_CCM_SHA256 |
| TLS_AES_128_CCM_8_SHA256 | System.Net.Security.TlsCipherSuite .TLS_AES_128_CCM_8_SHA256 |
| TLS_ECDH_ECDSA_WITH_NULL_SHA | System.Net.Security.TlsCipherSuite .TLS_ECDH_ECDSA_WITH_NULL_SHA |
| TLS_ECDH_ECDSA_WITH_RC4_128_SHA | System.Net.Security.TlsCipherSuite .TLS_ECDH_ECDSA_WITH_RC4_128_SHA |
| TLS_ECDH_ECDSA_WITH_3DES_EDE_CBC_SHA | System.Net.Security.TlsCipherSuite .TLS_ECDH_ECDSA_WITH_3DES_EDE_CBC_SHA |
| TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA | System.Net.Security.TlsCipherSuite .TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA |
| TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA | System.Net.Security.TlsCipherSuite .TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA |
| TLS_ECDHE_ECDSA_WITH_NULL_SHA | System.Net.Security.TlsCipherSuite .TLS_ECDHE_ECDSA_WITH_NULL_SHA |
| TLS_ECDHE_ECDSA_WITH_RC4_128_SHA | System.Net.Security.TlsCipherSuite .TLS_ECDHE_ECDSA_WITH_RC4_128_SHA |
| TLS_ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA | System.Net.Security.TlsCipherSuite .TLS_ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA |
| TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA | System.Net.Security.TlsCipherSuite .TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA |
| TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA | System.Net.Security.TlsCipherSuite .TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA |
| TLS_ECDH_RSA_WITH_NULL_SHA | System.Net.Security.TlsCipherSuite .TLS_ECDH_RSA_WITH_NULL_SHA |
| TLS_ECDH_RSA_WITH_RC4_128_SHA | System.Net.Security.TlsCipherSuite .TLS_ECDH_RSA_WITH_RC4_128_SHA |
| TLS_ECDH_RSA_WITH_3DES_EDE_CBC_SHA | System.Net.Security.TlsCipherSuite .TLS_ECDH_RSA_WITH_3DES_EDE_CBC_SHA |
| TLS_ECDH_RSA_WITH_AES_128_CBC_SHA | System.Net.Security.TlsCipherSuite .TLS_ECDH_RSA_WITH_AES_128_CBC_SHA |
| TLS_ECDH_RSA_WITH_AES_256_CBC_SHA | System.Net.Security.TlsCipherSuite .TLS_ECDH_RSA_WITH_AES_256_CBC_SHA |
| TLS_ECDHE_RSA_WITH_NULL_SHA | System.Net.Security.TlsCipherSuite .TLS_ECDHE_RSA_WITH_NULL_SHA |
| TLS_ECDHE_RSA_WITH_RC4_128_SHA | System.Net.Security.TlsCipherSuite .TLS_ECDHE_RSA_WITH_RC4_128_SHA |
| TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA | System.Net.Security.TlsCipherSuite .TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA |
| TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA | System.Net.Security.TlsCipherSuite .TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA |
| TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA | System.Net.Security.TlsCipherSuite .TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA |
| TLS_ECDH_anon_WITH_NULL_SHA | System.Net.Security.TlsCipherSuite .TLS_ECDH_anon_WITH_NULL_SHA |
| TLS_ECDH_anon_WITH_RC4_128_SHA | System.Net.Security.TlsCipherSuite .TLS_ECDH_anon_WITH_RC4_128_SHA |
| TLS_ECDH_anon_WITH_3DES_EDE_CBC_SHA | System.Net.Security.TlsCipherSuite .TLS_ECDH_anon_WITH_3DES_EDE_CBC_SHA |
| TLS_ECDH_anon_WITH_AES_128_CBC_SHA | System.Net.Security.TlsCipherSuite .TLS_ECDH_anon_WITH_AES_128_CBC_SHA |
| TLS_ECDH_anon_WITH_AES_256_CBC_SHA | System.Net.Security.TlsCipherSuite .TLS_ECDH_anon_WITH_AES_256_CBC_SHA |
| TLS_SRP_SHA_WITH_3DES_EDE_CBC_SHA | System.Net.Security.TlsCipherSuite .TLS_SRP_SHA_WITH_3DES_EDE_CBC_SHA |
| TLS_SRP_SHA_RSA_WITH_3DES_EDE_CBC_SHA | System.Net.Security.TlsCipherSuite .TLS_SRP_SHA_RSA_WITH_3DES_EDE_CBC_SHA |
| TLS_SRP_SHA_DSS_WITH_3DES_EDE_CBC_SHA | System.Net.Security.TlsCipherSuite .TLS_SRP_SHA_DSS_WITH_3DES_EDE_CBC_SHA |
| TLS_SRP_SHA_WITH_AES_128_CBC_SHA | System.Net.Security.TlsCipherSuite .TLS_SRP_SHA_WITH_AES_128_CBC_SHA |
| TLS_SRP_SHA_RSA_WITH_AES_128_CBC_SHA | System.Net.Security.TlsCipherSuite .TLS_SRP_SHA_RSA_WITH_AES_128_CBC_SHA |
| TLS_SRP_SHA_DSS_WITH_AES_128_CBC_SHA | System.Net.Security.TlsCipherSuite .TLS_SRP_SHA_DSS_WITH_AES_128_CBC_SHA |
| TLS_SRP_SHA_WITH_AES_256_CBC_SHA | System.Net.Security.TlsCipherSuite .TLS_SRP_SHA_WITH_AES_256_CBC_SHA |
| TLS_SRP_SHA_RSA_WITH_AES_256_CBC_SHA | System.Net.Security.TlsCipherSuite .TLS_SRP_SHA_RSA_WITH_AES_256_CBC_SHA |
| TLS_SRP_SHA_DSS_WITH_AES_256_CBC_SHA | System.Net.Security.TlsCipherSuite .TLS_SRP_SHA_DSS_WITH_AES_256_CBC_SHA |
| TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256 | System.Net.Security.TlsCipherSuite .TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256 |
| TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384 | System.Net.Security.TlsCipherSuite .TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384 |
| TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256 | System.Net.Security.TlsCipherSuite .TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256 |
| TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384 | System.Net.Security.TlsCipherSuite .TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384 |
| TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256 | System.Net.Security.TlsCipherSuite .TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256 |
| TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384 | System.Net.Security.TlsCipherSuite .TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384 |
| TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256 | System.Net.Security.TlsCipherSuite .TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256 |
| TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384 | System.Net.Security.TlsCipherSuite .TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384 |
| TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 | System.Net.Security.TlsCipherSuite .TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 |
| TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384 | System.Net.Security.TlsCipherSuite .TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384 |
| TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256 | System.Net.Security.TlsCipherSuite .TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256 |
| TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384 | System.Net.Security.TlsCipherSuite .TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384 |
| TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 | System.Net.Security.TlsCipherSuite .TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 |
| TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 | System.Net.Security.TlsCipherSuite .TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 |
| TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256 | System.Net.Security.TlsCipherSuite .TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256 |
| TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384 | System.Net.Security.TlsCipherSuite .TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384 |
| TLS_ECDHE_PSK_WITH_RC4_128_SHA | System.Net.Security.TlsCipherSuite .TLS_ECDHE_PSK_WITH_RC4_128_SHA |
| TLS_ECDHE_PSK_WITH_3DES_EDE_CBC_SHA | System.Net.Security.TlsCipherSuite .TLS_ECDHE_PSK_WITH_3DES_EDE_CBC_SHA |
| TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA | System.Net.Security.TlsCipherSuite .TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA |
| TLS_ECDHE_PSK_WITH_AES_256_CBC_SHA | System.Net.Security.TlsCipherSuite .TLS_ECDHE_PSK_WITH_AES_256_CBC_SHA |
| TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA256 | System.Net.Security.TlsCipherSuite .TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA256 |
| TLS_ECDHE_PSK_WITH_AES_256_CBC_SHA384 | System.Net.Security.TlsCipherSuite .TLS_ECDHE_PSK_WITH_AES_256_CBC_SHA384 |
| TLS_ECDHE_PSK_WITH_NULL_SHA | System.Net.Security.TlsCipherSuite .TLS_ECDHE_PSK_WITH_NULL_SHA |
| TLS_ECDHE_PSK_WITH_NULL_SHA256 | System.Net.Security.TlsCipherSuite .TLS_ECDHE_PSK_WITH_NULL_SHA256 |
| TLS_ECDHE_PSK_WITH_NULL_SHA384 | System.Net.Security.TlsCipherSuite .TLS_ECDHE_PSK_WITH_NULL_SHA384 |
| TLS_RSA_WITH_ARIA_128_CBC_SHA256 | System.Net.Security.TlsCipherSuite .TLS_RSA_WITH_ARIA_128_CBC_SHA256 |
| TLS_RSA_WITH_ARIA_256_CBC_SHA384 | System.Net.Security.TlsCipherSuite .TLS_RSA_WITH_ARIA_256_CBC_SHA384 |
| TLS_DH_DSS_WITH_ARIA_128_CBC_SHA256 | System.Net.Security.TlsCipherSuite .TLS_DH_DSS_WITH_ARIA_128_CBC_SHA256 |
| TLS_DH_DSS_WITH_ARIA_256_CBC_SHA384 | System.Net.Security.TlsCipherSuite .TLS_DH_DSS_WITH_ARIA_256_CBC_SHA384 |
| TLS_DH_RSA_WITH_ARIA_128_CBC_SHA256 | System.Net.Security.TlsCipherSuite .TLS_DH_RSA_WITH_ARIA_128_CBC_SHA256 |
| TLS_DH_RSA_WITH_ARIA_256_CBC_SHA384 | System.Net.Security.TlsCipherSuite .TLS_DH_RSA_WITH_ARIA_256_CBC_SHA384 |
| TLS_DHE_DSS_WITH_ARIA_128_CBC_SHA256 | System.Net.Security.TlsCipherSuite .TLS_DHE_DSS_WITH_ARIA_128_CBC_SHA256 |
| TLS_DHE_DSS_WITH_ARIA_256_CBC_SHA384 | System.Net.Security.TlsCipherSuite .TLS_DHE_DSS_WITH_ARIA_256_CBC_SHA384 |
| TLS_DHE_RSA_WITH_ARIA_128_CBC_SHA256 | System.Net.Security.TlsCipherSuite .TLS_DHE_RSA_WITH_ARIA_128_CBC_SHA256 |
| TLS_DHE_RSA_WITH_ARIA_256_CBC_SHA384 | System.Net.Security.TlsCipherSuite .TLS_DHE_RSA_WITH_ARIA_256_CBC_SHA384 |
| TLS_DH_anon_WITH_ARIA_128_CBC_SHA256 | System.Net.Security.TlsCipherSuite .TLS_DH_anon_WITH_ARIA_128_CBC_SHA256 |
| TLS_DH_anon_WITH_ARIA_256_CBC_SHA384 | System.Net.Security.TlsCipherSuite .TLS_DH_anon_WITH_ARIA_256_CBC_SHA384 |
| TLS_ECDHE_ECDSA_WITH_ARIA_128_CBC_SHA256 | System.Net.Security.TlsCipherSuite .TLS_ECDHE_ECDSA_WITH_ARIA_128_CBC_SHA25 6 |
| TLS_ECDHE_ECDSA_WITH_ARIA_256_CBC_SHA384 | System.Net.Security.TlsCipherSuite .TLS_ECDHE_ECDSA_WITH_ARIA_256_CBC_SHA38 4 |
| TLS_ECDH_ECDSA_WITH_ARIA_128_CBC_SHA256 | System.Net.Security.TlsCipherSuite .TLS_ECDH_ECDSA_WITH_ARIA_128_CBC_SHA256 |
| TLS_ECDH_ECDSA_WITH_ARIA_256_CBC_SHA384 | System.Net.Security.TlsCipherSuite .TLS_ECDH_ECDSA_WITH_ARIA_256_CBC_SHA384 |
| TLS_ECDHE_RSA_WITH_ARIA_128_CBC_SHA256 | System.Net.Security.TlsCipherSuite .TLS_ECDHE_RSA_WITH_ARIA_128_CBC_SHA256 |
| TLS_ECDHE_RSA_WITH_ARIA_256_CBC_SHA384 | System.Net.Security.TlsCipherSuite .TLS_ECDHE_RSA_WITH_ARIA_256_CBC_SHA384 |
| TLS_ECDH_RSA_WITH_ARIA_128_CBC_SHA256 | System.Net.Security.TlsCipherSuite .TLS_ECDH_RSA_WITH_ARIA_128_CBC_SHA256 |
| TLS_ECDH_RSA_WITH_ARIA_256_CBC_SHA384 | System.Net.Security.TlsCipherSuite .TLS_ECDH_RSA_WITH_ARIA_256_CBC_SHA384 |
| TLS_RSA_WITH_ARIA_128_GCM_SHA256 | System.Net.Security.TlsCipherSuite .TLS_RSA_WITH_ARIA_128_GCM_SHA256 |
| TLS_RSA_WITH_ARIA_256_GCM_SHA384 | System.Net.Security.TlsCipherSuite .TLS_RSA_WITH_ARIA_256_GCM_SHA384 |
| TLS_DHE_RSA_WITH_ARIA_128_GCM_SHA256 | System.Net.Security.TlsCipherSuite .TLS_DHE_RSA_WITH_ARIA_128_GCM_SHA256 |
| TLS_DHE_RSA_WITH_ARIA_256_GCM_SHA384 | System.Net.Security.TlsCipherSuite .TLS_DHE_RSA_WITH_ARIA_256_GCM_SHA384 |
| TLS_DH_RSA_WITH_ARIA_128_GCM_SHA256 | System.Net.Security.TlsCipherSuite .TLS_DH_RSA_WITH_ARIA_128_GCM_SHA256 |
| TLS_DH_RSA_WITH_ARIA_256_GCM_SHA384 | System.Net.Security.TlsCipherSuite .TLS_DH_RSA_WITH_ARIA_256_GCM_SHA384 |
| TLS_DHE_DSS_WITH_ARIA_128_GCM_SHA256 | System.Net.Security.TlsCipherSuite .TLS_DHE_DSS_WITH_ARIA_128_GCM_SHA256 |
| TLS_DHE_DSS_WITH_ARIA_256_GCM_SHA384 | System.Net.Security.TlsCipherSuite .TLS_DHE_DSS_WITH_ARIA_256_GCM_SHA384 |
| TLS_DH_DSS_WITH_ARIA_128_GCM_SHA256 | System.Net.Security.TlsCipherSuite .TLS_DH_DSS_WITH_ARIA_128_GCM_SHA256 |
| TLS_DH_DSS_WITH_ARIA_256_GCM_SHA384 | System.Net.Security.TlsCipherSuite .TLS_DH_DSS_WITH_ARIA_256_GCM_SHA384 |
| TLS_DH_anon_WITH_ARIA_128_GCM_SHA256 | System.Net.Security.TlsCipherSuite .TLS_DH_anon_WITH_ARIA_128_GCM_SHA256 |
| TLS_DH_anon_WITH_ARIA_256_GCM_SHA384 | System.Net.Security.TlsCipherSuite .TLS_DH_anon_WITH_ARIA_256_GCM_SHA384 |
| TLS_ECDHE_ECDSA_WITH_ARIA_128_GCM_SHA256 | System.Net.Security.TlsCipherSuite .TLS_ECDHE_ECDSA_WITH_ARIA_128_GCM_SHA25 6 |
| TLS_ECDHE_ECDSA_WITH_ARIA_256_GCM_SHA384 | System.Net.Security.TlsCipherSuite .TLS_ECDHE_ECDSA_WITH_ARIA_256_GCM_SHA38 4 |
| TLS_ECDH_ECDSA_WITH_ARIA_128_GCM_SHA256 | System.Net.Security.TlsCipherSuite .TLS_ECDH_ECDSA_WITH_ARIA_128_GCM_SHA256 |
| TLS_ECDH_ECDSA_WITH_ARIA_256_GCM_SHA384 | System.Net.Security.TlsCipherSuite .TLS_ECDH_ECDSA_WITH_ARIA_256_GCM_SHA384 |
| TLS_ECDHE_RSA_WITH_ARIA_128_GCM_SHA256 | System.Net.Security.TlsCipherSuite .TLS_ECDHE_RSA_WITH_ARIA_128_GCM_SHA256 |
| TLS_ECDHE_RSA_WITH_ARIA_256_GCM_SHA384 | System.Net.Security.TlsCipherSuite .TLS_ECDHE_RSA_WITH_ARIA_256_GCM_SHA384 |
| TLS_ECDH_RSA_WITH_ARIA_128_GCM_SHA256 | System.Net.Security.TlsCipherSuite .TLS_ECDH_RSA_WITH_ARIA_128_GCM_SHA256 |
| TLS_ECDH_RSA_WITH_ARIA_256_GCM_SHA384 | System.Net.Security.TlsCipherSuite .TLS_ECDH_RSA_WITH_ARIA_256_GCM_SHA384 |
| TLS_PSK_WITH_ARIA_128_CBC_SHA256 | System.Net.Security.TlsCipherSuite .TLS_PSK_WITH_ARIA_128_CBC_SHA256 |
| TLS_PSK_WITH_ARIA_256_CBC_SHA384 | System.Net.Security.TlsCipherSuite .TLS_PSK_WITH_ARIA_256_CBC_SHA384 |
| TLS_DHE_PSK_WITH_ARIA_128_CBC_SHA256 | System.Net.Security.TlsCipherSuite .TLS_DHE_PSK_WITH_ARIA_128_CBC_SHA256 |
| TLS_DHE_PSK_WITH_ARIA_256_CBC_SHA384 | System.Net.Security.TlsCipherSuite .TLS_DHE_PSK_WITH_ARIA_256_CBC_SHA384 |
| TLS_RSA_PSK_WITH_ARIA_128_CBC_SHA256 | System.Net.Security.TlsCipherSuite .TLS_RSA_PSK_WITH_ARIA_128_CBC_SHA256 |
| TLS_RSA_PSK_WITH_ARIA_256_CBC_SHA384 | System.Net.Security.TlsCipherSuite .TLS_RSA_PSK_WITH_ARIA_256_CBC_SHA384 |
| TLS_PSK_WITH_ARIA_128_GCM_SHA256 | System.Net.Security.TlsCipherSuite .TLS_PSK_WITH_ARIA_128_GCM_SHA256 |
| TLS_PSK_WITH_ARIA_256_GCM_SHA384 | System.Net.Security.TlsCipherSuite .TLS_PSK_WITH_ARIA_256_GCM_SHA384 |
| TLS_DHE_PSK_WITH_ARIA_128_GCM_SHA256 | System.Net.Security.TlsCipherSuite .TLS_DHE_PSK_WITH_ARIA_128_GCM_SHA256 |
| TLS_DHE_PSK_WITH_ARIA_256_GCM_SHA384 | System.Net.Security.TlsCipherSuite .TLS_DHE_PSK_WITH_ARIA_256_GCM_SHA384 |
| TLS_RSA_PSK_WITH_ARIA_128_GCM_SHA256 | System.Net.Security.TlsCipherSuite .TLS_RSA_PSK_WITH_ARIA_128_GCM_SHA256 |
| TLS_RSA_PSK_WITH_ARIA_256_GCM_SHA384 | System.Net.Security.TlsCipherSuite .TLS_RSA_PSK_WITH_ARIA_256_GCM_SHA384 |
| TLS_ECDHE_PSK_WITH_ARIA_128_CBC_SHA256 | System.Net.Security.TlsCipherSuite .TLS_ECDHE_PSK_WITH_ARIA_128_CBC_SHA256 |
| TLS_ECDHE_PSK_WITH_ARIA_256_CBC_SHA384 | System.Net.Security.TlsCipherSuite .TLS_ECDHE_PSK_WITH_ARIA_256_CBC_SHA384 |
| TLS_ECDHE_ECDSA_WITH_CAMELLIA_128_CBC_SH A256 | System.Net.Security.TlsCipherSuite .TLS_ECDHE_ECDSA_WITH_CAMELLIA_128_CBC_S HA256 |
| TLS_ECDHE_ECDSA_WITH_CAMELLIA_256_CBC_SH A384 | System.Net.Security.TlsCipherSuite .TLS_ECDHE_ECDSA_WITH_CAMELLIA_256_CBC_S HA384 |
| TLS_ECDH_ECDSA_WITH_CAMELLIA_128_CBC_SHA 256 | System.Net.Security.TlsCipherSuite .TLS_ECDH_ECDSA_WITH_CAMELLIA_128_CBC_SH A256 |
| TLS_ECDH_ECDSA_WITH_CAMELLIA_256_CBC_SHA 384 | System.Net.Security.TlsCipherSuite .TLS_ECDH_ECDSA_WITH_CAMELLIA_256_CBC_SH A384 |
| TLS_ECDHE_RSA_WITH_CAMELLIA_128_CBC_SHA2 56 | System.Net.Security.TlsCipherSuite .TLS_ECDHE_RSA_WITH_CAMELLIA_128_CBC_SHA 256 |
| TLS_ECDHE_RSA_WITH_CAMELLIA_256_CBC_SHA3 84 | System.Net.Security.TlsCipherSuite .TLS_ECDHE_RSA_WITH_CAMELLIA_256_CBC_SHA 384 |
| TLS_ECDH_RSA_WITH_CAMELLIA_128_CBC_SHA25 6 | System.Net.Security.TlsCipherSuite .TLS_ECDH_RSA_WITH_CAMELLIA_128_CBC_SHA2 56 |
| TLS_ECDH_RSA_WITH_CAMELLIA_256_CBC_SHA38 4 | System.Net.Security.TlsCipherSuite .TLS_ECDH_RSA_WITH_CAMELLIA_256_CBC_SHA3 84 |
| TLS_RSA_WITH_CAMELLIA_128_GCM_SHA256 | System.Net.Security.TlsCipherSuite .TLS_RSA_WITH_CAMELLIA_128_GCM_SHA256 |
| TLS_RSA_WITH_CAMELLIA_256_GCM_SHA384 | System.Net.Security.TlsCipherSuite .TLS_RSA_WITH_CAMELLIA_256_GCM_SHA384 |
| TLS_DHE_RSA_WITH_CAMELLIA_128_GCM_SHA256 | System.Net.Security.TlsCipherSuite .TLS_DHE_RSA_WITH_CAMELLIA_128_GCM_SHA25 6 |
| TLS_DHE_RSA_WITH_CAMELLIA_256_GCM_SHA384 | System.Net.Security.TlsCipherSuite .TLS_DHE_RSA_WITH_CAMELLIA_256_GCM_SHA38 4 |
| TLS_DH_RSA_WITH_CAMELLIA_128_GCM_SHA256 | System.Net.Security.TlsCipherSuite .TLS_DH_RSA_WITH_CAMELLIA_128_GCM_SHA256 |
| TLS_DH_RSA_WITH_CAMELLIA_256_GCM_SHA384 | System.Net.Security.TlsCipherSuite .TLS_DH_RSA_WITH_CAMELLIA_256_GCM_SHA384 |
| TLS_DHE_DSS_WITH_CAMELLIA_128_GCM_SHA256 | System.Net.Security.TlsCipherSuite .TLS_DHE_DSS_WITH_CAMELLIA_128_GCM_SHA25 6 |
| TLS_DHE_DSS_WITH_CAMELLIA_256_GCM_SHA384 | System.Net.Security.TlsCipherSuite .TLS_DHE_DSS_WITH_CAMELLIA_256_GCM_SHA38 4 |
| TLS_DH_DSS_WITH_CAMELLIA_128_GCM_SHA256 | System.Net.Security.TlsCipherSuite .TLS_DH_DSS_WITH_CAMELLIA_128_GCM_SHA256 |
| TLS_DH_DSS_WITH_CAMELLIA_256_GCM_SHA384 | System.Net.Security.TlsCipherSuite .TLS_DH_DSS_WITH_CAMELLIA_256_GCM_SHA384 |
| TLS_DH_anon_WITH_CAMELLIA_128_GCM_SHA256 | System.Net.Security.TlsCipherSuite .TLS_DH_anon_WITH_CAMELLIA_128_GCM_SHA25 6 |
| TLS_DH_anon_WITH_CAMELLIA_256_GCM_SHA384 | System.Net.Security.TlsCipherSuite .TLS_DH_anon_WITH_CAMELLIA_256_GCM_SHA38 4 |
| TLS_ECDHE_ECDSA_WITH_CAMELLIA_128_GCM_SH A256 | System.Net.Security.TlsCipherSuite .TLS_ECDHE_ECDSA_WITH_CAMELLIA_128_GCM_S HA256 |
| TLS_ECDHE_ECDSA_WITH_CAMELLIA_256_GCM_SH A384 | System.Net.Security.TlsCipherSuite .TLS_ECDHE_ECDSA_WITH_CAMELLIA_256_GCM_S HA384 |
| TLS_ECDH_ECDSA_WITH_CAMELLIA_128_GCM_SHA 256 | System.Net.Security.TlsCipherSuite .TLS_ECDH_ECDSA_WITH_CAMELLIA_128_GCM_SH A256 |
| TLS_ECDH_ECDSA_WITH_CAMELLIA_256_GCM_SHA 384 | System.Net.Security.TlsCipherSuite .TLS_ECDH_ECDSA_WITH_CAMELLIA_256_GCM_SH A384 |
| TLS_ECDHE_RSA_WITH_CAMELLIA_128_GCM_SHA2 56 | System.Net.Security.TlsCipherSuite .TLS_ECDHE_RSA_WITH_CAMELLIA_128_GCM_SHA 256 |
| TLS_ECDHE_RSA_WITH_CAMELLIA_256_GCM_SHA3 84 | System.Net.Security.TlsCipherSuite .TLS_ECDHE_RSA_WITH_CAMELLIA_256_GCM_SHA 384 |
| TLS_ECDH_RSA_WITH_CAMELLIA_128_GCM_SHA25 6 | System.Net.Security.TlsCipherSuite .TLS_ECDH_RSA_WITH_CAMELLIA_128_GCM_SHA2 56 |
| TLS_ECDH_RSA_WITH_CAMELLIA_256_GCM_SHA38 4 | System.Net.Security.TlsCipherSuite .TLS_ECDH_RSA_WITH_CAMELLIA_256_GCM_SHA3 84 |
| TLS_PSK_WITH_CAMELLIA_128_GCM_SHA256 | System.Net.Security.TlsCipherSuite .TLS_PSK_WITH_CAMELLIA_128_GCM_SHA256 |
| TLS_PSK_WITH_CAMELLIA_256_GCM_SHA384 | System.Net.Security.TlsCipherSuite .TLS_PSK_WITH_CAMELLIA_256_GCM_SHA384 |
| TLS_DHE_PSK_WITH_CAMELLIA_128_GCM_SHA256 | System.Net.Security.TlsCipherSuite .TLS_DHE_PSK_WITH_CAMELLIA_128_GCM_SHA25 6 |
| TLS_DHE_PSK_WITH_CAMELLIA_256_GCM_SHA384 | System.Net.Security.TlsCipherSuite .TLS_DHE_PSK_WITH_CAMELLIA_256_GCM_SHA38 4 |
| TLS_RSA_PSK_WITH_CAMELLIA_128_GCM_SHA256 | System.Net.Security.TlsCipherSuite .TLS_RSA_PSK_WITH_CAMELLIA_128_GCM_SHA25 6 |
| TLS_RSA_PSK_WITH_CAMELLIA_256_GCM_SHA384 | System.Net.Security.TlsCipherSuite .TLS_RSA_PSK_WITH_CAMELLIA_256_GCM_SHA38 4 |
| TLS_PSK_WITH_CAMELLIA_128_CBC_SHA256 | System.Net.Security.TlsCipherSuite .TLS_PSK_WITH_CAMELLIA_128_CBC_SHA256 |
| TLS_PSK_WITH_CAMELLIA_256_CBC_SHA384 | System.Net.Security.TlsCipherSuite .TLS_PSK_WITH_CAMELLIA_256_CBC_SHA384 |
| TLS_DHE_PSK_WITH_CAMELLIA_128_CBC_SHA256 | System.Net.Security.TlsCipherSuite .TLS_DHE_PSK_WITH_CAMELLIA_128_CBC_SHA25 6 |
| TLS_DHE_PSK_WITH_CAMELLIA_256_CBC_SHA384 | System.Net.Security.TlsCipherSuite .TLS_DHE_PSK_WITH_CAMELLIA_256_CBC_SHA38 4 |
| TLS_RSA_PSK_WITH_CAMELLIA_128_CBC_SHA256 | System.Net.Security.TlsCipherSuite .TLS_RSA_PSK_WITH_CAMELLIA_128_CBC_SHA25 6 |
| TLS_RSA_PSK_WITH_CAMELLIA_256_CBC_SHA384 | System.Net.Security.TlsCipherSuite .TLS_RSA_PSK_WITH_CAMELLIA_256_CBC_SHA38 4 |
| TLS_ECDHE_PSK_WITH_CAMELLIA_128_CBC_SHA2 56 | System.Net.Security.TlsCipherSuite .TLS_ECDHE_PSK_WITH_CAMELLIA_128_CBC_SHA 256 |
| TLS_ECDHE_PSK_WITH_CAMELLIA_256_CBC_SHA3 84 | System.Net.Security.TlsCipherSuite .TLS_ECDHE_PSK_WITH_CAMELLIA_256_CBC_SHA 384 |
| TLS_RSA_WITH_AES_128_CCM | System.Net.Security.TlsCipherSuite .TLS_RSA_WITH_AES_128_CCM |
| TLS_RSA_WITH_AES_256_CCM | System.Net.Security.TlsCipherSuite .TLS_RSA_WITH_AES_256_CCM |
| TLS_DHE_RSA_WITH_AES_128_CCM | System.Net.Security.TlsCipherSuite .TLS_DHE_RSA_WITH_AES_128_CCM |
| TLS_DHE_RSA_WITH_AES_256_CCM | System.Net.Security.TlsCipherSuite .TLS_DHE_RSA_WITH_AES_256_CCM |
| TLS_RSA_WITH_AES_128_CCM_8 | System.Net.Security.TlsCipherSuite .TLS_RSA_WITH_AES_128_CCM_8 |
| TLS_RSA_WITH_AES_256_CCM_8 | System.Net.Security.TlsCipherSuite .TLS_RSA_WITH_AES_256_CCM_8 |
| TLS_DHE_RSA_WITH_AES_128_CCM_8 | System.Net.Security.TlsCipherSuite .TLS_DHE_RSA_WITH_AES_128_CCM_8 |
| TLS_DHE_RSA_WITH_AES_256_CCM_8 | System.Net.Security.TlsCipherSuite .TLS_DHE_RSA_WITH_AES_256_CCM_8 |
| TLS_PSK_WITH_AES_128_CCM | System.Net.Security.TlsCipherSuite .TLS_PSK_WITH_AES_128_CCM |
| TLS_PSK_WITH_AES_256_CCM | System.Net.Security.TlsCipherSuite .TLS_PSK_WITH_AES_256_CCM |
| TLS_DHE_PSK_WITH_AES_128_CCM | System.Net.Security.TlsCipherSuite .TLS_DHE_PSK_WITH_AES_128_CCM |
| TLS_DHE_PSK_WITH_AES_256_CCM | System.Net.Security.TlsCipherSuite .TLS_DHE_PSK_WITH_AES_256_CCM |
| TLS_PSK_WITH_AES_128_CCM_8 | System.Net.Security.TlsCipherSuite .TLS_PSK_WITH_AES_128_CCM_8 |
| TLS_PSK_WITH_AES_256_CCM_8 | System.Net.Security.TlsCipherSuite .TLS_PSK_WITH_AES_256_CCM_8 |
| TLS_PSK_DHE_WITH_AES_128_CCM_8 | System.Net.Security.TlsCipherSuite .TLS_PSK_DHE_WITH_AES_128_CCM_8 |
| TLS_PSK_DHE_WITH_AES_256_CCM_8 | System.Net.Security.TlsCipherSuite .TLS_PSK_DHE_WITH_AES_256_CCM_8 |
| TLS_ECDHE_ECDSA_WITH_AES_128_CCM | System.Net.Security.TlsCipherSuite .TLS_ECDHE_ECDSA_WITH_AES_128_CCM |
| TLS_ECDHE_ECDSA_WITH_AES_256_CCM | System.Net.Security.TlsCipherSuite .TLS_ECDHE_ECDSA_WITH_AES_256_CCM |
| TLS_ECDHE_ECDSA_WITH_AES_128_CCM_8 | System.Net.Security.TlsCipherSuite .TLS_ECDHE_ECDSA_WITH_AES_128_CCM_8 |
| TLS_ECDHE_ECDSA_WITH_AES_256_CCM_8 | System.Net.Security.TlsCipherSuite .TLS_ECDHE_ECDSA_WITH_AES_256_CCM_8 |
| TLS_ECCPWD_WITH_AES_128_GCM_SHA256 | System.Net.Security.TlsCipherSuite .TLS_ECCPWD_WITH_AES_128_GCM_SHA256 |
| TLS_ECCPWD_WITH_AES_256_GCM_SHA384 | System.Net.Security.TlsCipherSuite .TLS_ECCPWD_WITH_AES_256_GCM_SHA384 |
| TLS_ECCPWD_WITH_AES_128_CCM_SHA256 | System.Net.Security.TlsCipherSuite .TLS_ECCPWD_WITH_AES_128_CCM_SHA256 |
| TLS_ECCPWD_WITH_AES_256_CCM_SHA384 | System.Net.Security.TlsCipherSuite .TLS_ECCPWD_WITH_AES_256_CCM_SHA384 |
| TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA 256 | System.Net.Security.TlsCipherSuite .TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SH A256 |
| TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_S HA256 | System.Net.Security.TlsCipherSuite .TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_ SHA256 |
| TLS_DHE_RSA_WITH_CHACHA20_POLY1305_SHA25 6 | System.Net.Security.TlsCipherSuite .TLS_DHE_RSA_WITH_CHACHA20_POLY1305_SHA2 56 |
| TLS_PSK_WITH_CHACHA20_POLY1305_SHA256 | System.Net.Security.TlsCipherSuite .TLS_PSK_WITH_CHACHA20_POLY1305_SHA256 |
| TLS_ECDHE_PSK_WITH_CHACHA20_POLY1305_SHA 256 | System.Net.Security.TlsCipherSuite .TLS_ECDHE_PSK_WITH_CHACHA20_POLY1305_SH A256 |
| TLS_DHE_PSK_WITH_CHACHA20_POLY1305_SHA25 6 | System.Net.Security.TlsCipherSuite .TLS_DHE_PSK_WITH_CHACHA20_POLY1305_SHA2 56 |
| TLS_RSA_PSK_WITH_CHACHA20_POLY1305_SHA25 6 | System.Net.Security.TlsCipherSuite .TLS_RSA_PSK_WITH_CHACHA20_POLY1305_SHA2 56 |
| TLS_ECDHE_PSK_WITH_AES_128_GCM_SHA256 | System.Net.Security.TlsCipherSuite .TLS_ECDHE_PSK_WITH_AES_128_GCM_SHA256 |
| TLS_ECDHE_PSK_WITH_AES_256_GCM_SHA384 | System.Net.Security.TlsCipherSuite .TLS_ECDHE_PSK_WITH_AES_256_GCM_SHA384 |
| TLS_ECDHE_PSK_WITH_AES_128_CCM_8_SHA256 | System.Net.Security.TlsCipherSuite .TLS_ECDHE_PSK_WITH_AES_128_CCM_8_SHA256 |
| TLS_ECDHE_PSK_WITH_AES_128_CCM_SHA256 | System.Net.Security.TlsCipherSuite .TLS_ECDHE_PSK_WITH_AES_128_CCM_SHA256 |
| SpanRuneEnumerator | System.Text.SpanRuneEnumerator |
| get_Current() | System.Text.SpanRuneEnumerator .get_Current() |
| GetEnumerator() | System.Text.SpanRuneEnumerator .GetEnumerator() |
| MoveNext() | System.Text.SpanRuneEnumerator.MoveNext( ) |
| SequenceReader<T> | System.Buffers.SequenceReader<T> |
| .ctor(ReadOnlySequence<T>) | System.Buffers.SequenceReader<T>..ctor (ReadOnlySequence<T>) |
| get_End() | System.Buffers.SequenceReader<T>.get_End () |
| get_Sequence() | System.Buffers.SequenceReader<T> .get_Sequence() |
| get_Position() | System.Buffers.SequenceReader<T> .get_Position() |
| get_CurrentSpan() | System.Buffers.SequenceReader<T> .get_CurrentSpan() |
| get_CurrentSpanIndex() | System.Buffers.SequenceReader<T> .get_CurrentSpanIndex() |
| get_UnreadSpan() | System.Buffers.SequenceReader<T> .get_UnreadSpan() |
| get_Consumed() | System.Buffers.SequenceReader<T> .get_Consumed() |
| get_Remaining() | System.Buffers.SequenceReader<T> .get_Remaining() |
| get_Length() | System.Buffers.SequenceReader<T> .get_Length() |
| TryPeek(T&) | System.Buffers.SequenceReader<T>.TryPeek (T&) |
| TryRead(T&) | System.Buffers.SequenceReader<T>.TryRead (T&) |
| Rewind(Int64) | System.Buffers.SequenceReader<T>.Rewind (Int64) |
| Advance(Int64) | System.Buffers.SequenceReader<T>.Advance (Int64) |
| TryCopyTo(Span<T>) | System.Buffers.SequenceReader<T> .TryCopyTo(Span<T>) |
| TryReadTo(ReadOnlySpan<T>&,T,Boolean) | System.Buffers.SequenceReader<T> .TryReadTo(ReadOnlySpan<T>&,T,Boolean) |
| TryReadTo(ReadOnlySpan<T>&,T,T,Boolean) | System.Buffers.SequenceReader<T> .TryReadTo(ReadOnlySpan<T>&,T,T,Boolean) |
| TryReadTo(ReadOnlySequence<T>&,T,Boolean ) | System.Buffers.SequenceReader<T> .TryReadTo(ReadOnlySequence<T>&,T ,Boolean) |
| TryReadTo(ReadOnlySequence<T>&,T,T ,Boolean) | System.Buffers.SequenceReader<T> .TryReadTo(ReadOnlySequence<T>&,T,T ,Boolean) |
| TryReadToAny(ReadOnlySpan<T>& ,ReadOnlySpan<T>,Boolean) | System.Buffers.SequenceReader<T> .TryReadToAny(ReadOnlySpan<T>& ,ReadOnlySpan<T>,Boolean) |
| TryReadToAny(ReadOnlySequence<T>& ,ReadOnlySpan<T>,Boolean) | System.Buffers.SequenceReader<T> .TryReadToAny(ReadOnlySequence<T>& ,ReadOnlySpan<T>,Boolean) |
| TryReadTo(ReadOnlySequence<T>& ,ReadOnlySpan<T>,Boolean) | System.Buffers.SequenceReader<T> .TryReadTo(ReadOnlySequence<T>& ,ReadOnlySpan<T>,Boolean) |
| TryAdvanceTo(T,Boolean) | System.Buffers.SequenceReader<T> .TryAdvanceTo(T,Boolean) |
| TryAdvanceToAny(ReadOnlySpan<T>,Boolean) | System.Buffers.SequenceReader<T> .TryAdvanceToAny(ReadOnlySpan<T>,Boolean ) |
| AdvancePast(T) | System.Buffers.SequenceReader<T> .AdvancePast(T) |
| AdvancePastAny(ReadOnlySpan<T>) | System.Buffers.SequenceReader<T> .AdvancePastAny(ReadOnlySpan<T>) |
| AdvancePastAny(T,T,T,T) | System.Buffers.SequenceReader<T> .AdvancePastAny(T,T,T,T) |
| AdvancePastAny(T,T,T) | System.Buffers.SequenceReader<T> .AdvancePastAny(T,T,T) |
| AdvancePastAny(T,T) | System.Buffers.SequenceReader<T> .AdvancePastAny(T,T) |
| IsNext(T,Boolean) | System.Buffers.SequenceReader<T>.IsNext (T,Boolean) |
| IsNext(ReadOnlySpan<T>,Boolean) | System.Buffers.SequenceReader<T>.IsNext (ReadOnlySpan<T>,Boolean) |
| SequenceReaderExtensions | System.Buffers.SequenceReaderExtensions |
| TryReadLittleEndian(SequenceReader<Byte >&,Int16&) | System.Buffers.SequenceReaderExtensions .TryReadLittleEndian(SequenceReader<Byte >&,Int16&) |
| TryReadBigEndian(SequenceReader<Byte>& ,Int16&) | System.Buffers.SequenceReaderExtensions .TryReadBigEndian(SequenceReader<Byte>& ,Int16&) |
| TryReadLittleEndian(SequenceReader<Byte >&,Int32&) | System.Buffers.SequenceReaderExtensions .TryReadLittleEndian(SequenceReader<Byte >&,Int32&) |
| TryReadBigEndian(SequenceReader<Byte>& ,Int32&) | System.Buffers.SequenceReaderExtensions .TryReadBigEndian(SequenceReader<Byte>& ,Int32&) |
| TryReadLittleEndian(SequenceReader<Byte >&,Int64&) | System.Buffers.SequenceReaderExtensions .TryReadLittleEndian(SequenceReader<Byte >&,Int64&) |
| TryReadBigEndian(SequenceReader<Byte>& ,Int64&) | System.Buffers.SequenceReaderExtensions .TryReadBigEndian(SequenceReader<Byte>& ,Int64&) |
| ArrayBufferWriter<T> | System.Buffers.ArrayBufferWriter<T> |
| .ctor() | System.Buffers.ArrayBufferWriter<T>. .ctor() |
| .ctor(Int32) | System.Buffers.ArrayBufferWriter<T>. .ctor(Int32) |
| get_WrittenMemory() | System.Buffers.ArrayBufferWriter<T> .get_WrittenMemory() |
| get_WrittenSpan() | System.Buffers.ArrayBufferWriter<T> .get_WrittenSpan() |
| get_WrittenCount() | System.Buffers.ArrayBufferWriter<T> .get_WrittenCount() |
| get_Capacity() | System.Buffers.ArrayBufferWriter<T> .get_Capacity() |
| get_FreeCapacity() | System.Buffers.ArrayBufferWriter<T> .get_FreeCapacity() |
| Clear() | System.Buffers.ArrayBufferWriter<T> .Clear() |
| Advance(Int32) | System.Buffers.ArrayBufferWriter<T> .Advance(Int32) |
| GetMemory(Int32) | System.Buffers.ArrayBufferWriter<T> .GetMemory(Int32) |
| GetSpan(Int32) | System.Buffers.ArrayBufferWriter<T> .GetSpan(Int32) |
| ColorTranslator | System.Drawing.ColorTranslator |
| ToWin32(Color) | System.Drawing.ColorTranslator.ToWin32 (Color) |
| ToOle(Color) | System.Drawing.ColorTranslator.ToOle (Color) |
| FromOle(Int32) | System.Drawing.ColorTranslator.FromOle (Int32) |
| FromWin32(Int32) | System.Drawing.ColorTranslator.FromWin32 (Int32) |
| FromHtml(String) | System.Drawing.ColorTranslator.FromHtml (String) |
| ToHtml(Color) | System.Drawing.ColorTranslator.ToHtml (Color) |
| SystemColors | System.Drawing.SystemColors |
| get_ActiveBorder() | System.Drawing.SystemColors .get_ActiveBorder() |
| get_ActiveCaption() | System.Drawing.SystemColors .get_ActiveCaption() |
| get_ActiveCaptionText() | System.Drawing.SystemColors .get_ActiveCaptionText() |
| get_AppWorkspace() | System.Drawing.SystemColors .get_AppWorkspace() |
| get_ButtonFace() | System.Drawing.SystemColors .get_ButtonFace() |
| get_ButtonHighlight() | System.Drawing.SystemColors .get_ButtonHighlight() |
| get_ButtonShadow() | System.Drawing.SystemColors .get_ButtonShadow() |
| get_Control() | System.Drawing.SystemColors.get_Control( ) |
| get_ControlDark() | System.Drawing.SystemColors .get_ControlDark() |
| get_ControlDarkDark() | System.Drawing.SystemColors .get_ControlDarkDark() |
| get_ControlLight() | System.Drawing.SystemColors .get_ControlLight() |
| get_ControlLightLight() | System.Drawing.SystemColors .get_ControlLightLight() |
| get_ControlText() | System.Drawing.SystemColors .get_ControlText() |
| get_Desktop() | System.Drawing.SystemColors.get_Desktop( ) |
| get_GradientActiveCaption() | System.Drawing.SystemColors .get_GradientActiveCaption() |
| get_GradientInactiveCaption() | System.Drawing.SystemColors .get_GradientInactiveCaption() |
| get_GrayText() | System.Drawing.SystemColors.get_GrayText () |
| get_Highlight() | System.Drawing.SystemColors .get_Highlight() |
| get_HighlightText() | System.Drawing.SystemColors .get_HighlightText() |
| get_HotTrack() | System.Drawing.SystemColors.get_HotTrack () |
| get_InactiveBorder() | System.Drawing.SystemColors .get_InactiveBorder() |
| get_InactiveCaption() | System.Drawing.SystemColors .get_InactiveCaption() |
| get_InactiveCaptionText() | System.Drawing.SystemColors .get_InactiveCaptionText() |
| get_Info() | System.Drawing.SystemColors.get_Info() |
| get_InfoText() | System.Drawing.SystemColors.get_InfoText () |
| get_Menu() | System.Drawing.SystemColors.get_Menu() |
| get_MenuBar() | System.Drawing.SystemColors.get_MenuBar( ) |
| get_MenuHighlight() | System.Drawing.SystemColors .get_MenuHighlight() |
| get_MenuText() | System.Drawing.SystemColors.get_MenuText () |
| get_ScrollBar() | System.Drawing.SystemColors .get_ScrollBar() |
| get_Window() | System.Drawing.SystemColors.get_Window() |
| get_WindowFrame() | System.Drawing.SystemColors .get_WindowFrame() |
| get_WindowText() | System.Drawing.SystemColors .get_WindowText() |
| ColorTranslator | System.Drawing.ColorTranslator |
| ToWin32(Color) | System.Drawing.ColorTranslator.ToWin32 (Color) |
| ToOle(Color) | System.Drawing.ColorTranslator.ToOle (Color) |
| FromOle(Int32) | System.Drawing.ColorTranslator.FromOle (Int32) |
| FromWin32(Int32) | System.Drawing.ColorTranslator.FromWin32 (Int32) |
| FromHtml(String) | System.Drawing.ColorTranslator.FromHtml (String) |
| ToHtml(Color) | System.Drawing.ColorTranslator.ToHtml (Color) |
| SystemColors | System.Drawing.SystemColors |
| get_ActiveBorder() | System.Drawing.SystemColors .get_ActiveBorder() |
| get_ActiveCaption() | System.Drawing.SystemColors .get_ActiveCaption() |
| get_ActiveCaptionText() | System.Drawing.SystemColors .get_ActiveCaptionText() |
| get_AppWorkspace() | System.Drawing.SystemColors .get_AppWorkspace() |
| get_ButtonFace() | System.Drawing.SystemColors .get_ButtonFace() |
| get_ButtonHighlight() | System.Drawing.SystemColors .get_ButtonHighlight() |
| get_ButtonShadow() | System.Drawing.SystemColors .get_ButtonShadow() |
| get_Control() | System.Drawing.SystemColors.get_Control( ) |
| get_ControlDark() | System.Drawing.SystemColors .get_ControlDark() |
| get_ControlDarkDark() | System.Drawing.SystemColors .get_ControlDarkDark() |
| get_ControlLight() | System.Drawing.SystemColors .get_ControlLight() |
| get_ControlLightLight() | System.Drawing.SystemColors .get_ControlLightLight() |
| get_ControlText() | System.Drawing.SystemColors .get_ControlText() |
| get_Desktop() | System.Drawing.SystemColors.get_Desktop( ) |
| get_GradientActiveCaption() | System.Drawing.SystemColors .get_GradientActiveCaption() |
| get_GradientInactiveCaption() | System.Drawing.SystemColors .get_GradientInactiveCaption() |
| get_GrayText() | System.Drawing.SystemColors.get_GrayText () |
| get_Highlight() | System.Drawing.SystemColors .get_Highlight() |
| get_HighlightText() | System.Drawing.SystemColors .get_HighlightText() |
| get_HotTrack() | System.Drawing.SystemColors.get_HotTrack () |
| get_InactiveBorder() | System.Drawing.SystemColors .get_InactiveBorder() |
| get_InactiveCaption() | System.Drawing.SystemColors .get_InactiveCaption() |
| get_InactiveCaptionText() | System.Drawing.SystemColors .get_InactiveCaptionText() |
| get_Info() | System.Drawing.SystemColors.get_Info() |
| get_InfoText() | System.Drawing.SystemColors.get_InfoText () |
| get_Menu() | System.Drawing.SystemColors.get_Menu() |
| get_MenuBar() | System.Drawing.SystemColors.get_MenuBar( ) |
| get_MenuHighlight() | System.Drawing.SystemColors .get_MenuHighlight() |
| get_MenuText() | System.Drawing.SystemColors.get_MenuText () |
| get_ScrollBar() | System.Drawing.SystemColors .get_ScrollBar() |
| get_Window() | System.Drawing.SystemColors.get_Window() |
| get_WindowFrame() | System.Drawing.SystemColors .get_WindowFrame() |
| get_WindowText() | System.Drawing.SystemColors .get_WindowText() |
| ICustomTypeProvider | System.Reflection.ICustomTypeProvider |
| GetCustomType() | System.Reflection.ICustomTypeProvider .GetCustomType() |
| ValueSerializerAttribute | System.Windows.Markup .ValueSerializerAttribute |
| .ctor(Type) | System.Windows.Markup .ValueSerializerAttribute..ctor(Type) |
| .ctor(String) | System.Windows.Markup .ValueSerializerAttribute..ctor(String) |
| get_ValueSerializerType() | System.Windows.Markup .ValueSerializerAttribute .get_ValueSerializerType() |
| get_ValueSerializerTypeName() | System.Windows.Markup .ValueSerializerAttribute .get_ValueSerializerTypeName() |
| StandardOleMarshalObject | System.Runtime.InteropServices .StandardOleMarshalObject |
| .ctor() | System.Runtime.InteropServices .StandardOleMarshalObject..ctor() |
| ConsoleTraceListener | System.Diagnostics.ConsoleTraceListener |
| .ctor() | System.Diagnostics.ConsoleTraceListener. .ctor() |
| .ctor(Boolean) | System.Diagnostics.ConsoleTraceListener. .ctor(Boolean) |
| Close() | System.Diagnostics.ConsoleTraceListener .Close() |
| XmlWriterTraceListener | System.Diagnostics .XmlWriterTraceListener |
| .ctor(Stream) | System.Diagnostics .XmlWriterTraceListener..ctor(Stream) |
| .ctor(Stream,String) | System.Diagnostics .XmlWriterTraceListener..ctor(Stream ,String) |
| .ctor(TextWriter) | System.Diagnostics .XmlWriterTraceListener..ctor(TextWriter ) |
| .ctor(TextWriter,String) | System.Diagnostics .XmlWriterTraceListener..ctor(TextWriter ,String) |
| .ctor(String) | System.Diagnostics .XmlWriterTraceListener..ctor(String) |
| .ctor(String,String) | System.Diagnostics .XmlWriterTraceListener..ctor(String ,String) |
| Write(String) | System.Diagnostics .XmlWriterTraceListener.Write(String) |
| WriteLine(String) | System.Diagnostics .XmlWriterTraceListener.WriteLine(String ) |
| Fail(String,String) | System.Diagnostics .XmlWriterTraceListener.Fail(String ,String) |
| TraceEvent(TraceEventCache,String ,TraceEventType,Int32,String,Object[]) | System.Diagnostics .XmlWriterTraceListener.TraceEvent (TraceEventCache,String,TraceEventType ,Int32,String,Object[]) |
| TraceEvent(TraceEventCache,String ,TraceEventType,Int32,String) | System.Diagnostics .XmlWriterTraceListener.TraceEvent (TraceEventCache,String,TraceEventType ,Int32,String) |
| TraceData(TraceEventCache,String ,TraceEventType,Int32,Object) | System.Diagnostics .XmlWriterTraceListener.TraceData (TraceEventCache,String,TraceEventType ,Int32,Object) |
| TraceData(TraceEventCache,String ,TraceEventType,Int32,Object[]) | System.Diagnostics .XmlWriterTraceListener.TraceData (TraceEventCache,String,TraceEventType ,Int32,Object[]) |
| Close() | System.Diagnostics .XmlWriterTraceListener.Close() |
| TraceTransfer(TraceEventCache,String ,Int32,String,Guid) | System.Diagnostics .XmlWriterTraceListener.TraceTransfer (TraceEventCache,String,Int32,String ,Guid) |
| DiagnosticCounter | System.Diagnostics.Tracing .DiagnosticCounter |
| Dispose() | System.Diagnostics.Tracing .DiagnosticCounter.Dispose() |
| AddMetadata(String,String) | System.Diagnostics.Tracing .DiagnosticCounter.AddMetadata(String ,String) |
| set_DisplayName(String) | System.Diagnostics.Tracing .DiagnosticCounter.set_DisplayName (String) |
| get_DisplayName() | System.Diagnostics.Tracing .DiagnosticCounter.get_DisplayName() |
| set_DisplayUnits(String) | System.Diagnostics.Tracing .DiagnosticCounter.set_DisplayUnits (String) |
| get_DisplayUnits() | System.Diagnostics.Tracing .DiagnosticCounter.get_DisplayUnits() |
| get_Name() | System.Diagnostics.Tracing .DiagnosticCounter.get_Name() |
| get_EventSource() | System.Diagnostics.Tracing .DiagnosticCounter.get_EventSource() |
| IncrementingEventCounter | System.Diagnostics.Tracing .IncrementingEventCounter |
| .ctor(String,EventSource) | System.Diagnostics.Tracing .IncrementingEventCounter..ctor(String ,EventSource) |
| Increment(Double) | System.Diagnostics.Tracing .IncrementingEventCounter.Increment (Double) |
| get_DisplayRateTimeScale() | System.Diagnostics.Tracing .IncrementingEventCounter .get_DisplayRateTimeScale() |
| set_DisplayRateTimeScale(TimeSpan) | System.Diagnostics.Tracing .IncrementingEventCounter .set_DisplayRateTimeScale(TimeSpan) |
| ToString() | System.Diagnostics.Tracing .IncrementingEventCounter.ToString() |
| IncrementingPollingCounter | System.Diagnostics.Tracing .IncrementingPollingCounter |
| .ctor(String,EventSource,Func<Double>) | System.Diagnostics.Tracing .IncrementingPollingCounter..ctor(String ,EventSource,Func<Double>) |
| ToString() | System.Diagnostics.Tracing .IncrementingPollingCounter.ToString() |
| get_DisplayRateTimeScale() | System.Diagnostics.Tracing .IncrementingPollingCounter .get_DisplayRateTimeScale() |
| set_DisplayRateTimeScale(TimeSpan) | System.Diagnostics.Tracing .IncrementingPollingCounter .set_DisplayRateTimeScale(TimeSpan) |
| PollingCounter | System.Diagnostics.Tracing .PollingCounter |
| .ctor(String,EventSource,Func<Double>) | System.Diagnostics.Tracing .PollingCounter..ctor(String,EventSource ,Func<Double>) |
| ToString() | System.Diagnostics.Tracing .PollingCounter.ToString() |
| ConsoleTraceListener | System.Diagnostics.ConsoleTraceListener |
| .ctor() | System.Diagnostics.ConsoleTraceListener. .ctor() |
| .ctor(Boolean) | System.Diagnostics.ConsoleTraceListener. .ctor(Boolean) |
| Close() | System.Diagnostics.ConsoleTraceListener .Close() |
| XmlWriterTraceListener | System.Diagnostics .XmlWriterTraceListener |
| .ctor(Stream) | System.Diagnostics .XmlWriterTraceListener..ctor(Stream) |
| .ctor(Stream,String) | System.Diagnostics .XmlWriterTraceListener..ctor(Stream ,String) |
| .ctor(TextWriter) | System.Diagnostics .XmlWriterTraceListener..ctor(TextWriter ) |
| .ctor(TextWriter,String) | System.Diagnostics .XmlWriterTraceListener..ctor(TextWriter ,String) |
| .ctor(String) | System.Diagnostics .XmlWriterTraceListener..ctor(String) |
| .ctor(String,String) | System.Diagnostics .XmlWriterTraceListener..ctor(String ,String) |
| Write(String) | System.Diagnostics .XmlWriterTraceListener.Write(String) |
| WriteLine(String) | System.Diagnostics .XmlWriterTraceListener.WriteLine(String ) |
| Fail(String,String) | System.Diagnostics .XmlWriterTraceListener.Fail(String ,String) |
| TraceEvent(TraceEventCache,String ,TraceEventType,Int32,String,Object[]) | System.Diagnostics .XmlWriterTraceListener.TraceEvent (TraceEventCache,String,TraceEventType ,Int32,String,Object[]) |
| TraceEvent(TraceEventCache,String ,TraceEventType,Int32,String) | System.Diagnostics .XmlWriterTraceListener.TraceEvent (TraceEventCache,String,TraceEventType ,Int32,String) |
| TraceData(TraceEventCache,String ,TraceEventType,Int32,Object) | System.Diagnostics .XmlWriterTraceListener.TraceData (TraceEventCache,String,TraceEventType ,Int32,Object) |
| TraceData(TraceEventCache,String ,TraceEventType,Int32,Object[]) | System.Diagnostics .XmlWriterTraceListener.TraceData (TraceEventCache,String,TraceEventType ,Int32,Object[]) |
| Close() | System.Diagnostics .XmlWriterTraceListener.Close() |
| TraceTransfer(TraceEventCache,String ,Int32,String,Guid) | System.Diagnostics .XmlWriterTraceListener.TraceTransfer (TraceEventCache,String,Int32,String ,Guid) |
| ActivityTraceFlags | System.Diagnostics.ActivityTraceFlags |
| value__ | System.Diagnostics.ActivityTraceFlags .value__ |
| None | System.Diagnostics.ActivityTraceFlags .None |
| Recorded | System.Diagnostics.ActivityTraceFlags .Recorded |
| ActivityIdFormat | System.Diagnostics.ActivityIdFormat |
| value__ | System.Diagnostics.ActivityIdFormat .value__ |
| Unknown | System.Diagnostics.ActivityIdFormat .Unknown |
| Hierarchical | System.Diagnostics.ActivityIdFormat .Hierarchical |
| W3C | System.Diagnostics.ActivityIdFormat.W3C |
| ActivityTraceId | System.Diagnostics.ActivityTraceId |
| CreateRandom() | System.Diagnostics.ActivityTraceId .CreateRandom() |
| CreateFromBytes(ReadOnlySpan<Byte>) | System.Diagnostics.ActivityTraceId .CreateFromBytes(ReadOnlySpan<Byte>) |
| CreateFromUtf8String(ReadOnlySpan<Byte>) | System.Diagnostics.ActivityTraceId .CreateFromUtf8String(ReadOnlySpan<Byte> ) |
| CreateFromString(ReadOnlySpan<Char>) | System.Diagnostics.ActivityTraceId .CreateFromString(ReadOnlySpan<Char>) |
| ToHexString() | System.Diagnostics.ActivityTraceId .ToHexString() |
| ToString() | System.Diagnostics.ActivityTraceId .ToString() |
| op_Equality(ActivityTraceId ,ActivityTraceId) | System.Diagnostics.ActivityTraceId .op_Equality(ActivityTraceId ,ActivityTraceId) |
| op_Inequality(ActivityTraceId ,ActivityTraceId) | System.Diagnostics.ActivityTraceId .op_Inequality(ActivityTraceId ,ActivityTraceId) |
| Equals(ActivityTraceId) | System.Diagnostics.ActivityTraceId .Equals(ActivityTraceId) |
| Equals(Object) | System.Diagnostics.ActivityTraceId .Equals(Object) |
| GetHashCode() | System.Diagnostics.ActivityTraceId .GetHashCode() |
| CopyTo(Span<Byte>) | System.Diagnostics.ActivityTraceId .CopyTo(Span<Byte>) |
| ActivitySpanId | System.Diagnostics.ActivitySpanId |
| CreateRandom() | System.Diagnostics.ActivitySpanId .CreateRandom() |
| CreateFromBytes(ReadOnlySpan<Byte>) | System.Diagnostics.ActivitySpanId .CreateFromBytes(ReadOnlySpan<Byte>) |
| CreateFromUtf8String(ReadOnlySpan<Byte>) | System.Diagnostics.ActivitySpanId .CreateFromUtf8String(ReadOnlySpan<Byte> ) |
| CreateFromString(ReadOnlySpan<Char>) | System.Diagnostics.ActivitySpanId .CreateFromString(ReadOnlySpan<Char>) |
| ToHexString() | System.Diagnostics.ActivitySpanId .ToHexString() |
| ToString() | System.Diagnostics.ActivitySpanId .ToString() |
| op_Equality(ActivitySpanId ,ActivitySpanId) | System.Diagnostics.ActivitySpanId .op_Equality(ActivitySpanId ,ActivitySpanId) |
| op_Inequality(ActivitySpanId ,ActivitySpanId) | System.Diagnostics.ActivitySpanId .op_Inequality(ActivitySpanId ,ActivitySpanId) |
| Equals(ActivitySpanId) | System.Diagnostics.ActivitySpanId.Equals (ActivitySpanId) |
| Equals(Object) | System.Diagnostics.ActivitySpanId.Equals (Object) |
| GetHashCode() | System.Diagnostics.ActivitySpanId .GetHashCode() |
| CopyTo(Span<Byte>) | System.Diagnostics.ActivitySpanId.CopyTo (Span<Byte>) |
| DataRowComparer | System.Data.DataRowComparer |
| get_Default() | System.Data.DataRowComparer.get_Default( ) |
| DataRowComparer<TRow> | System.Data.DataRowComparer<TRow> |
| get_Default() | System.Data.DataRowComparer<TRow> .get_Default() |
| Equals(TRow,TRow) | System.Data.DataRowComparer<TRow>.Equals (TRow,TRow) |
| GetHashCode(TRow) | System.Data.DataRowComparer<TRow> .GetHashCode(TRow) |
| DataRowExtensions | System.Data.DataRowExtensions |
| Field<T>(DataRow,String) | System.Data.DataRowExtensions.Field<T> (DataRow,String) |
| Field<T>(DataRow,DataColumn) | System.Data.DataRowExtensions.Field<T> (DataRow,DataColumn) |
| Field<T>(DataRow,Int32) | System.Data.DataRowExtensions.Field<T> (DataRow,Int32) |
| Field<T>(DataRow,Int32,DataRowVersion) | System.Data.DataRowExtensions.Field<T> (DataRow,Int32,DataRowVersion) |
| Field<T>(DataRow,String,DataRowVersion) | System.Data.DataRowExtensions.Field<T> (DataRow,String,DataRowVersion) |
| Field<T>(DataRow,DataColumn ,DataRowVersion) | System.Data.DataRowExtensions.Field<T> (DataRow,DataColumn,DataRowVersion) |
| SetField<T>(DataRow,Int32,T) | System.Data.DataRowExtensions.SetField<T >(DataRow,Int32,T) |
| SetField<T>(DataRow,String,T) | System.Data.DataRowExtensions.SetField<T >(DataRow,String,T) |
| SetField<T>(DataRow,DataColumn,T) | System.Data.DataRowExtensions.SetField<T >(DataRow,DataColumn,T) |
| DataTableExtensions | System.Data.DataTableExtensions |
| AsEnumerable(DataTable) | System.Data.DataTableExtensions .AsEnumerable(DataTable) |
| CopyToDataTable<T>(IEnumerable<T>) | System.Data.DataTableExtensions .CopyToDataTable<T>(IEnumerable<T>) |
| CopyToDataTable<T>(IEnumerable<T> ,DataTable,LoadOption) | System.Data.DataTableExtensions .CopyToDataTable<T>(IEnumerable<T> ,DataTable,LoadOption) |
| CopyToDataTable<T>(IEnumerable<T> ,DataTable,LoadOption ,FillErrorEventHandler) | System.Data.DataTableExtensions .CopyToDataTable<T>(IEnumerable<T> ,DataTable,LoadOption ,FillErrorEventHandler) |
| AsDataView(DataTable) | System.Data.DataTableExtensions .AsDataView(DataTable) |
| AsDataView<T>(EnumerableRowCollection<T> ) | System.Data.DataTableExtensions .AsDataView<T>(EnumerableRowCollection<T >) |
| EnumerableRowCollection | System.Data.EnumerableRowCollection |
| EnumerableRowCollection<TRow> | System.Data.EnumerableRowCollection<TRow > |
| GetEnumerator() | System.Data.EnumerableRowCollection<TRow >.GetEnumerator() |
| EnumerableRowCollectionExtensions | System.Data .EnumerableRowCollectionExtensions |
| Where<TRow>(EnumerableRowCollection<TRow >,Func<TRow,Boolean>) | System.Data .EnumerableRowCollectionExtensions.Where <TRow>(EnumerableRowCollection<TRow> ,Func<TRow,Boolean>) |
| OrderBy<TRow,TKey> (EnumerableRowCollection<TRow>,Func<TRow ,TKey>) | System.Data .EnumerableRowCollectionExtensions .OrderBy<TRow,TKey> (EnumerableRowCollection<TRow>,Func<TRow ,TKey>) |
| OrderBy<TRow,TKey> (EnumerableRowCollection<TRow>,Func<TRow ,TKey>,IComparer<TKey>) | System.Data .EnumerableRowCollectionExtensions .OrderBy<TRow,TKey> (EnumerableRowCollection<TRow>,Func<TRow ,TKey>,IComparer<TKey>) |
| OrderByDescending<TRow,TKey> (EnumerableRowCollection<TRow>,Func<TRow ,TKey>) | System.Data .EnumerableRowCollectionExtensions .OrderByDescending<TRow,TKey> (EnumerableRowCollection<TRow>,Func<TRow ,TKey>) |
| OrderByDescending<TRow,TKey> (EnumerableRowCollection<TRow>,Func<TRow ,TKey>,IComparer<TKey>) | System.Data .EnumerableRowCollectionExtensions .OrderByDescending<TRow,TKey> (EnumerableRowCollection<TRow>,Func<TRow ,TKey>,IComparer<TKey>) |
| ThenBy<TRow,TKey> (OrderedEnumerableRowCollection<TRow> ,Func<TRow,TKey>) | System.Data .EnumerableRowCollectionExtensions .ThenBy<TRow,TKey> (OrderedEnumerableRowCollection<TRow> ,Func<TRow,TKey>) |
| ThenBy<TRow,TKey> (OrderedEnumerableRowCollection<TRow> ,Func<TRow,TKey>,IComparer<TKey>) | System.Data .EnumerableRowCollectionExtensions .ThenBy<TRow,TKey> (OrderedEnumerableRowCollection<TRow> ,Func<TRow,TKey>,IComparer<TKey>) |
| ThenByDescending<TRow,TKey> (OrderedEnumerableRowCollection<TRow> ,Func<TRow,TKey>) | System.Data .EnumerableRowCollectionExtensions .ThenByDescending<TRow,TKey> (OrderedEnumerableRowCollection<TRow> ,Func<TRow,TKey>) |
| ThenByDescending<TRow,TKey> (OrderedEnumerableRowCollection<TRow> ,Func<TRow,TKey>,IComparer<TKey>) | System.Data .EnumerableRowCollectionExtensions .ThenByDescending<TRow,TKey> (OrderedEnumerableRowCollection<TRow> ,Func<TRow,TKey>,IComparer<TKey>) |
| Select<TRow,S>(EnumerableRowCollection <TRow>,Func<TRow,S>) | System.Data .EnumerableRowCollectionExtensions .Select<TRow,S>(EnumerableRowCollection <TRow>,Func<TRow,S>) |
| Cast<TResult>(EnumerableRowCollection) | System.Data .EnumerableRowCollectionExtensions.Cast <TResult>(EnumerableRowCollection) |
| OrderedEnumerableRowCollection<TRow> | System.Data .OrderedEnumerableRowCollection<TRow> |
| TypedTableBase<T> | System.Data.TypedTableBase<T> |
| .ctor() | System.Data.TypedTableBase<T>..ctor() |
| .ctor(SerializationInfo,StreamingContext ) | System.Data.TypedTableBase<T>..ctor (SerializationInfo,StreamingContext) |
| GetEnumerator() | System.Data.TypedTableBase<T> .GetEnumerator() |
| Cast<TResult>() | System.Data.TypedTableBase<T>.Cast <TResult>() |
| TypedTableBaseExtensions | System.Data.TypedTableBaseExtensions |
| Where<TRow>(TypedTableBase<TRow>,Func <TRow,Boolean>) | System.Data.TypedTableBaseExtensions .Where<TRow>(TypedTableBase<TRow>,Func <TRow,Boolean>) |
| OrderBy<TRow,TKey>(TypedTableBase<TRow> ,Func<TRow,TKey>) | System.Data.TypedTableBaseExtensions .OrderBy<TRow,TKey>(TypedTableBase<TRow> ,Func<TRow,TKey>) |
| OrderBy<TRow,TKey>(TypedTableBase<TRow> ,Func<TRow,TKey>,IComparer<TKey>) | System.Data.TypedTableBaseExtensions .OrderBy<TRow,TKey>(TypedTableBase<TRow> ,Func<TRow,TKey>,IComparer<TKey>) |
| OrderByDescending<TRow,TKey> (TypedTableBase<TRow>,Func<TRow,TKey>) | System.Data.TypedTableBaseExtensions .OrderByDescending<TRow,TKey> (TypedTableBase<TRow>,Func<TRow,TKey>) |
| OrderByDescending<TRow,TKey> (TypedTableBase<TRow>,Func<TRow,TKey> ,IComparer<TKey>) | System.Data.TypedTableBaseExtensions .OrderByDescending<TRow,TKey> (TypedTableBase<TRow>,Func<TRow,TKey> ,IComparer<TKey>) |
| Select<TRow,S>(TypedTableBase<TRow>,Func <TRow,S>) | System.Data.TypedTableBaseExtensions .Select<TRow,S>(TypedTableBase<TRow> ,Func<TRow,S>) |
| AsEnumerable<TRow>(TypedTableBase<TRow>) | System.Data.TypedTableBaseExtensions .AsEnumerable<TRow>(TypedTableBase<TRow> ) |
| ElementAtOrDefault<TRow>(TypedTableBase <TRow>,Int32) | System.Data.TypedTableBaseExtensions .ElementAtOrDefault<TRow>(TypedTableBase <TRow>,Int32) |
| DataReaderExtensions | System.Data.DataReaderExtensions |
| GetBoolean(DbDataReader,String) | System.Data.DataReaderExtensions .GetBoolean(DbDataReader,String) |
| GetByte(DbDataReader,String) | System.Data.DataReaderExtensions.GetByte (DbDataReader,String) |
| GetBytes(DbDataReader,String,Int64 ,Byte[],Int32,Int32) | System.Data.DataReaderExtensions .GetBytes(DbDataReader,String,Int64 ,Byte[],Int32,Int32) |
| GetChar(DbDataReader,String) | System.Data.DataReaderExtensions.GetChar (DbDataReader,String) |
| GetChars(DbDataReader,String,Int64 ,Char[],Int32,Int32) | System.Data.DataReaderExtensions .GetChars(DbDataReader,String,Int64 ,Char[],Int32,Int32) |
| GetData(DbDataReader,String) | System.Data.DataReaderExtensions.GetData (DbDataReader,String) |
| GetDataTypeName(DbDataReader,String) | System.Data.DataReaderExtensions .GetDataTypeName(DbDataReader,String) |
| GetDateTime(DbDataReader,String) | System.Data.DataReaderExtensions .GetDateTime(DbDataReader,String) |
| GetDecimal(DbDataReader,String) | System.Data.DataReaderExtensions .GetDecimal(DbDataReader,String) |
| GetDouble(DbDataReader,String) | System.Data.DataReaderExtensions .GetDouble(DbDataReader,String) |
| GetFieldType(DbDataReader,String) | System.Data.DataReaderExtensions .GetFieldType(DbDataReader,String) |
| GetFieldValue<T>(DbDataReader,String) | System.Data.DataReaderExtensions .GetFieldValue<T>(DbDataReader,String) |
| GetFieldValueAsync<T>(DbDataReader ,String,CancellationToken) | System.Data.DataReaderExtensions .GetFieldValueAsync<T>(DbDataReader ,String,CancellationToken) |
| GetFloat(DbDataReader,String) | System.Data.DataReaderExtensions .GetFloat(DbDataReader,String) |
| GetGuid(DbDataReader,String) | System.Data.DataReaderExtensions.GetGuid (DbDataReader,String) |
| GetInt16(DbDataReader,String) | System.Data.DataReaderExtensions .GetInt16(DbDataReader,String) |
| GetInt32(DbDataReader,String) | System.Data.DataReaderExtensions .GetInt32(DbDataReader,String) |
| GetInt64(DbDataReader,String) | System.Data.DataReaderExtensions .GetInt64(DbDataReader,String) |
| GetProviderSpecificFieldType (DbDataReader,String) | System.Data.DataReaderExtensions .GetProviderSpecificFieldType (DbDataReader,String) |
| GetProviderSpecificValue(DbDataReader ,String) | System.Data.DataReaderExtensions .GetProviderSpecificValue(DbDataReader ,String) |
| GetStream(DbDataReader,String) | System.Data.DataReaderExtensions .GetStream(DbDataReader,String) |
| GetString(DbDataReader,String) | System.Data.DataReaderExtensions .GetString(DbDataReader,String) |
| GetTextReader(DbDataReader,String) | System.Data.DataReaderExtensions .GetTextReader(DbDataReader,String) |
| GetValue(DbDataReader,String) | System.Data.DataReaderExtensions .GetValue(DbDataReader,String) |
| IsDBNull(DbDataReader,String) | System.Data.DataReaderExtensions .IsDBNull(DbDataReader,String) |
| IsDBNullAsync(DbDataReader,String ,CancellationToken) | System.Data.DataReaderExtensions .IsDBNullAsync(DbDataReader,String ,CancellationToken) |
| DataRowComparer | System.Data.DataRowComparer |
| get_Default() | System.Data.DataRowComparer.get_Default( ) |
| DataRowComparer<TRow> | System.Data.DataRowComparer<TRow> |
| get_Default() | System.Data.DataRowComparer<TRow> .get_Default() |
| Equals(TRow,TRow) | System.Data.DataRowComparer<TRow>.Equals (TRow,TRow) |
| GetHashCode(TRow) | System.Data.DataRowComparer<TRow> .GetHashCode(TRow) |
| DataRowExtensions | System.Data.DataRowExtensions |
| Field<T>(DataRow,String) | System.Data.DataRowExtensions.Field<T> (DataRow,String) |
| Field<T>(DataRow,DataColumn) | System.Data.DataRowExtensions.Field<T> (DataRow,DataColumn) |
| Field<T>(DataRow,Int32) | System.Data.DataRowExtensions.Field<T> (DataRow,Int32) |
| Field<T>(DataRow,Int32,DataRowVersion) | System.Data.DataRowExtensions.Field<T> (DataRow,Int32,DataRowVersion) |
| Field<T>(DataRow,String,DataRowVersion) | System.Data.DataRowExtensions.Field<T> (DataRow,String,DataRowVersion) |
| Field<T>(DataRow,DataColumn ,DataRowVersion) | System.Data.DataRowExtensions.Field<T> (DataRow,DataColumn,DataRowVersion) |
| SetField<T>(DataRow,Int32,T) | System.Data.DataRowExtensions.SetField<T >(DataRow,Int32,T) |
| SetField<T>(DataRow,String,T) | System.Data.DataRowExtensions.SetField<T >(DataRow,String,T) |
| SetField<T>(DataRow,DataColumn,T) | System.Data.DataRowExtensions.SetField<T >(DataRow,DataColumn,T) |
| DataTableExtensions | System.Data.DataTableExtensions |
| AsEnumerable(DataTable) | System.Data.DataTableExtensions .AsEnumerable(DataTable) |
| CopyToDataTable<T>(IEnumerable<T>) | System.Data.DataTableExtensions .CopyToDataTable<T>(IEnumerable<T>) |
| CopyToDataTable<T>(IEnumerable<T> ,DataTable,LoadOption) | System.Data.DataTableExtensions .CopyToDataTable<T>(IEnumerable<T> ,DataTable,LoadOption) |
| CopyToDataTable<T>(IEnumerable<T> ,DataTable,LoadOption ,FillErrorEventHandler) | System.Data.DataTableExtensions .CopyToDataTable<T>(IEnumerable<T> ,DataTable,LoadOption ,FillErrorEventHandler) |
| AsDataView(DataTable) | System.Data.DataTableExtensions .AsDataView(DataTable) |
| AsDataView<T>(EnumerableRowCollection<T> ) | System.Data.DataTableExtensions .AsDataView<T>(EnumerableRowCollection<T >) |
| EnumerableRowCollection | System.Data.EnumerableRowCollection |
| EnumerableRowCollection<TRow> | System.Data.EnumerableRowCollection<TRow > |
| GetEnumerator() | System.Data.EnumerableRowCollection<TRow >.GetEnumerator() |
| EnumerableRowCollectionExtensions | System.Data .EnumerableRowCollectionExtensions |
| Where<TRow>(EnumerableRowCollection<TRow >,Func<TRow,Boolean>) | System.Data .EnumerableRowCollectionExtensions.Where <TRow>(EnumerableRowCollection<TRow> ,Func<TRow,Boolean>) |
| OrderBy<TRow,TKey> (EnumerableRowCollection<TRow>,Func<TRow ,TKey>) | System.Data .EnumerableRowCollectionExtensions .OrderBy<TRow,TKey> (EnumerableRowCollection<TRow>,Func<TRow ,TKey>) |
| OrderBy<TRow,TKey> (EnumerableRowCollection<TRow>,Func<TRow ,TKey>,IComparer<TKey>) | System.Data .EnumerableRowCollectionExtensions .OrderBy<TRow,TKey> (EnumerableRowCollection<TRow>,Func<TRow ,TKey>,IComparer<TKey>) |
| OrderByDescending<TRow,TKey> (EnumerableRowCollection<TRow>,Func<TRow ,TKey>) | System.Data .EnumerableRowCollectionExtensions .OrderByDescending<TRow,TKey> (EnumerableRowCollection<TRow>,Func<TRow ,TKey>) |
| OrderByDescending<TRow,TKey> (EnumerableRowCollection<TRow>,Func<TRow ,TKey>,IComparer<TKey>) | System.Data .EnumerableRowCollectionExtensions .OrderByDescending<TRow,TKey> (EnumerableRowCollection<TRow>,Func<TRow ,TKey>,IComparer<TKey>) |
| ThenBy<TRow,TKey> (OrderedEnumerableRowCollection<TRow> ,Func<TRow,TKey>) | System.Data .EnumerableRowCollectionExtensions .ThenBy<TRow,TKey> (OrderedEnumerableRowCollection<TRow> ,Func<TRow,TKey>) |
| ThenBy<TRow,TKey> (OrderedEnumerableRowCollection<TRow> ,Func<TRow,TKey>,IComparer<TKey>) | System.Data .EnumerableRowCollectionExtensions .ThenBy<TRow,TKey> (OrderedEnumerableRowCollection<TRow> ,Func<TRow,TKey>,IComparer<TKey>) |
| ThenByDescending<TRow,TKey> (OrderedEnumerableRowCollection<TRow> ,Func<TRow,TKey>) | System.Data .EnumerableRowCollectionExtensions .ThenByDescending<TRow,TKey> (OrderedEnumerableRowCollection<TRow> ,Func<TRow,TKey>) |
| ThenByDescending<TRow,TKey> (OrderedEnumerableRowCollection<TRow> ,Func<TRow,TKey>,IComparer<TKey>) | System.Data .EnumerableRowCollectionExtensions .ThenByDescending<TRow,TKey> (OrderedEnumerableRowCollection<TRow> ,Func<TRow,TKey>,IComparer<TKey>) |
| Select<TRow,S>(EnumerableRowCollection <TRow>,Func<TRow,S>) | System.Data .EnumerableRowCollectionExtensions .Select<TRow,S>(EnumerableRowCollection <TRow>,Func<TRow,S>) |
| Cast<TResult>(EnumerableRowCollection) | System.Data .EnumerableRowCollectionExtensions.Cast <TResult>(EnumerableRowCollection) |
| OrderedEnumerableRowCollection<TRow> | System.Data .OrderedEnumerableRowCollection<TRow> |
| TypedTableBase<T> | System.Data.TypedTableBase<T> |
| .ctor() | System.Data.TypedTableBase<T>..ctor() |
| .ctor(SerializationInfo,StreamingContext ) | System.Data.TypedTableBase<T>..ctor (SerializationInfo,StreamingContext) |
| GetEnumerator() | System.Data.TypedTableBase<T> .GetEnumerator() |
| Cast<TResult>() | System.Data.TypedTableBase<T>.Cast <TResult>() |
| TypedTableBaseExtensions | System.Data.TypedTableBaseExtensions |
| Where<TRow>(TypedTableBase<TRow>,Func <TRow,Boolean>) | System.Data.TypedTableBaseExtensions .Where<TRow>(TypedTableBase<TRow>,Func <TRow,Boolean>) |
| OrderBy<TRow,TKey>(TypedTableBase<TRow> ,Func<TRow,TKey>) | System.Data.TypedTableBaseExtensions .OrderBy<TRow,TKey>(TypedTableBase<TRow> ,Func<TRow,TKey>) |
| OrderBy<TRow,TKey>(TypedTableBase<TRow> ,Func<TRow,TKey>,IComparer<TKey>) | System.Data.TypedTableBaseExtensions .OrderBy<TRow,TKey>(TypedTableBase<TRow> ,Func<TRow,TKey>,IComparer<TKey>) |
| OrderByDescending<TRow,TKey> (TypedTableBase<TRow>,Func<TRow,TKey>) | System.Data.TypedTableBaseExtensions .OrderByDescending<TRow,TKey> (TypedTableBase<TRow>,Func<TRow,TKey>) |
| OrderByDescending<TRow,TKey> (TypedTableBase<TRow>,Func<TRow,TKey> ,IComparer<TKey>) | System.Data.TypedTableBaseExtensions .OrderByDescending<TRow,TKey> (TypedTableBase<TRow>,Func<TRow,TKey> ,IComparer<TKey>) |
| Select<TRow,S>(TypedTableBase<TRow>,Func <TRow,S>) | System.Data.TypedTableBaseExtensions .Select<TRow,S>(TypedTableBase<TRow> ,Func<TRow,S>) |
| AsEnumerable<TRow>(TypedTableBase<TRow>) | System.Data.TypedTableBaseExtensions .AsEnumerable<TRow>(TypedTableBase<TRow> ) |
| ElementAtOrDefault<TRow>(TypedTableBase <TRow>,Int32) | System.Data.TypedTableBaseExtensions .ElementAtOrDefault<TRow>(TypedTableBase <TRow>,Int32) |
| VersionConverter | System.ComponentModel.VersionConverter |
| CanConvertFrom(ITypeDescriptorContext ,Type) | System.ComponentModel.VersionConverter .CanConvertFrom(ITypeDescriptorContext ,Type) |
| CanConvertTo(ITypeDescriptorContext,Type ) | System.ComponentModel.VersionConverter .CanConvertTo(ITypeDescriptorContext ,Type) |
| ConvertFrom(ITypeDescriptorContext ,CultureInfo,Object) | System.ComponentModel.VersionConverter .ConvertFrom(ITypeDescriptorContext ,CultureInfo,Object) |
| ConvertTo(ITypeDescriptorContext ,CultureInfo,Object,Type) | System.ComponentModel.VersionConverter .ConvertTo(ITypeDescriptorContext ,CultureInfo,Object,Type) |
| IsValid(ITypeDescriptorContext,Object) | System.ComponentModel.VersionConverter .IsValid(ITypeDescriptorContext,Object) |
| .ctor() | System.ComponentModel.VersionConverter. .ctor() |
| AssociatedMetadataTypeTypeDescriptionPro vider | System.ComponentModel.DataAnnotations .AssociatedMetadataTypeTypeDescriptionPr ovider |
| .ctor(Type) | System.ComponentModel.DataAnnotations .AssociatedMetadataTypeTypeDescriptionPr ovider..ctor(Type) |
| .ctor(Type,Type) | System.ComponentModel.DataAnnotations .AssociatedMetadataTypeTypeDescriptionPr ovider..ctor(Type,Type) |
| GetTypeDescriptor(Type,Object) | System.ComponentModel.DataAnnotations .AssociatedMetadataTypeTypeDescriptionPr ovider.GetTypeDescriptor(Type,Object) |
| MetadataTypeAttribute | System.ComponentModel.DataAnnotations .MetadataTypeAttribute |
| .ctor(Type) | System.ComponentModel.DataAnnotations .MetadataTypeAttribute..ctor(Type) |
| get_MetadataClassType() | System.ComponentModel.DataAnnotations .MetadataTypeAttribute .get_MetadataClassType() |
| AssociatedMetadataTypeTypeDescriptionPro vider | System.ComponentModel.DataAnnotations .AssociatedMetadataTypeTypeDescriptionPr ovider |
| .ctor(Type) | System.ComponentModel.DataAnnotations .AssociatedMetadataTypeTypeDescriptionPr ovider..ctor(Type) |
| .ctor(Type,Type) | System.ComponentModel.DataAnnotations .AssociatedMetadataTypeTypeDescriptionPr ovider..ctor(Type,Type) |
| GetTypeDescriptor(Type,Object) | System.ComponentModel.DataAnnotations .AssociatedMetadataTypeTypeDescriptionPr ovider.GetTypeDescriptor(Type,Object) |
| MetadataTypeAttribute | System.ComponentModel.DataAnnotations .MetadataTypeAttribute |
| .ctor(Type) | System.ComponentModel.DataAnnotations .MetadataTypeAttribute..ctor(Type) |
| get_MetadataClassType() | System.ComponentModel.DataAnnotations .MetadataTypeAttribute .get_MetadataClassType() |
| Collection | Microsoft.VisualBasic.Collection |
| .ctor() | Microsoft.VisualBasic.Collection..ctor() |
| Add(Object,String,Object,Object) | Microsoft.VisualBasic.Collection.Add (Object,String,Object,Object) |
| Clear() | Microsoft.VisualBasic.Collection.Clear() |
| Contains(String) | Microsoft.VisualBasic.Collection .Contains(String) |
| Remove(String) | Microsoft.VisualBasic.Collection.Remove (String) |
| Remove(Int32) | Microsoft.VisualBasic.Collection.Remove (Int32) |
| get_Item(Int32) | Microsoft.VisualBasic.Collection .get_Item(Int32) |
| get_Item(String) | Microsoft.VisualBasic.Collection .get_Item(String) |
| get_Item(Object) | Microsoft.VisualBasic.Collection .get_Item(Object) |
| get_Count() | Microsoft.VisualBasic.Collection .get_Count() |
| GetEnumerator() | Microsoft.VisualBasic.Collection .GetEnumerator() |
| ComClassAttribute | Microsoft.VisualBasic.ComClassAttribute |
| .ctor() | Microsoft.VisualBasic.ComClassAttribute. .ctor() |
| .ctor(String) | Microsoft.VisualBasic.ComClassAttribute. .ctor(String) |
| .ctor(String,String) | Microsoft.VisualBasic.ComClassAttribute. .ctor(String,String) |
| .ctor(String,String,String) | Microsoft.VisualBasic.ComClassAttribute. .ctor(String,String,String) |
| get_ClassID() | Microsoft.VisualBasic.ComClassAttribute .get_ClassID() |
| get_InterfaceID() | Microsoft.VisualBasic.ComClassAttribute .get_InterfaceID() |
| get_EventID() | Microsoft.VisualBasic.ComClassAttribute .get_EventID() |
| get_InterfaceShadows() | Microsoft.VisualBasic.ComClassAttribute .get_InterfaceShadows() |
| set_InterfaceShadows(Boolean) | Microsoft.VisualBasic.ComClassAttribute .set_InterfaceShadows(Boolean) |
| ControlChars | Microsoft.VisualBasic.ControlChars |
| .ctor() | Microsoft.VisualBasic.ControlChars..ctor () |
| CrLf | Microsoft.VisualBasic.ControlChars.CrLf |
| NewLine | Microsoft.VisualBasic.ControlChars .NewLine |
| Cr | Microsoft.VisualBasic.ControlChars.Cr |
| Lf | Microsoft.VisualBasic.ControlChars.Lf |
| Back | Microsoft.VisualBasic.ControlChars.Back |
| FormFeed | Microsoft.VisualBasic.ControlChars .FormFeed |
| Tab | Microsoft.VisualBasic.ControlChars.Tab |
| VerticalTab | Microsoft.VisualBasic.ControlChars .VerticalTab |
| NullChar | Microsoft.VisualBasic.ControlChars .NullChar |
| Quote | Microsoft.VisualBasic.ControlChars.Quote |
| Conversion | Microsoft.VisualBasic.Conversion |
| ErrorToString() | Microsoft.VisualBasic.Conversion .ErrorToString() |
| ErrorToString(Int32) | Microsoft.VisualBasic.Conversion .ErrorToString(Int32) |
| Fix(Int16) | Microsoft.VisualBasic.Conversion.Fix (Int16) |
| Fix(Int32) | Microsoft.VisualBasic.Conversion.Fix (Int32) |
| Fix(Int64) | Microsoft.VisualBasic.Conversion.Fix (Int64) |
| Fix(Double) | Microsoft.VisualBasic.Conversion.Fix (Double) |
| Fix(Single) | Microsoft.VisualBasic.Conversion.Fix (Single) |
| Fix(Decimal) | Microsoft.VisualBasic.Conversion.Fix (Decimal) |
| Fix(Object) | Microsoft.VisualBasic.Conversion.Fix (Object) |
| Int(Int16) | Microsoft.VisualBasic.Conversion.Int (Int16) |
| Int(Int32) | Microsoft.VisualBasic.Conversion.Int (Int32) |
| Int(Int64) | Microsoft.VisualBasic.Conversion.Int (Int64) |
| Int(Double) | Microsoft.VisualBasic.Conversion.Int (Double) |
| Int(Single) | Microsoft.VisualBasic.Conversion.Int (Single) |
| Int(Decimal) | Microsoft.VisualBasic.Conversion.Int (Decimal) |
| Int(Object) | Microsoft.VisualBasic.Conversion.Int (Object) |
| Hex(SByte) | Microsoft.VisualBasic.Conversion.Hex (SByte) |
| Hex(Byte) | Microsoft.VisualBasic.Conversion.Hex (Byte) |
| Hex(Int16) | Microsoft.VisualBasic.Conversion.Hex (Int16) |
| Hex(UInt16) | Microsoft.VisualBasic.Conversion.Hex (UInt16) |
| Hex(Int32) | Microsoft.VisualBasic.Conversion.Hex (Int32) |
| Hex(UInt32) | Microsoft.VisualBasic.Conversion.Hex (UInt32) |
| Hex(Int64) | Microsoft.VisualBasic.Conversion.Hex (Int64) |
| Hex(UInt64) | Microsoft.VisualBasic.Conversion.Hex (UInt64) |
| Hex(Object) | Microsoft.VisualBasic.Conversion.Hex (Object) |
| Oct(SByte) | Microsoft.VisualBasic.Conversion.Oct (SByte) |
| Oct(Byte) | Microsoft.VisualBasic.Conversion.Oct (Byte) |
| Oct(Int16) | Microsoft.VisualBasic.Conversion.Oct (Int16) |
| Oct(UInt16) | Microsoft.VisualBasic.Conversion.Oct (UInt16) |
| Oct(Int32) | Microsoft.VisualBasic.Conversion.Oct (Int32) |
| Oct(UInt32) | Microsoft.VisualBasic.Conversion.Oct (UInt32) |
| Oct(Int64) | Microsoft.VisualBasic.Conversion.Oct (Int64) |
| Oct(UInt64) | Microsoft.VisualBasic.Conversion.Oct (UInt64) |
| Oct(Object) | Microsoft.VisualBasic.Conversion.Oct (Object) |
| Str(Object) | Microsoft.VisualBasic.Conversion.Str (Object) |
| Val(String) | Microsoft.VisualBasic.Conversion.Val (String) |
| Val(Char) | Microsoft.VisualBasic.Conversion.Val (Char) |
| Val(Object) | Microsoft.VisualBasic.Conversion.Val (Object) |
| CTypeDynamic(Object,Type) | Microsoft.VisualBasic.Conversion .CTypeDynamic(Object,Type) |
| CTypeDynamic<TargetType>(Object) | Microsoft.VisualBasic.Conversion .CTypeDynamic<TargetType>(Object) |
| DateAndTime | Microsoft.VisualBasic.DateAndTime |
| get_Today() | Microsoft.VisualBasic.DateAndTime .get_Today() |
| set_Today(DateTime) | Microsoft.VisualBasic.DateAndTime .set_Today(DateTime) |
| get_Now() | Microsoft.VisualBasic.DateAndTime .get_Now() |
| get_TimeOfDay() | Microsoft.VisualBasic.DateAndTime .get_TimeOfDay() |
| set_TimeOfDay(DateTime) | Microsoft.VisualBasic.DateAndTime .set_TimeOfDay(DateTime) |
| get_TimeString() | Microsoft.VisualBasic.DateAndTime .get_TimeString() |
| set_TimeString(String) | Microsoft.VisualBasic.DateAndTime .set_TimeString(String) |
| get_DateString() | Microsoft.VisualBasic.DateAndTime .get_DateString() |
| set_DateString(String) | Microsoft.VisualBasic.DateAndTime .set_DateString(String) |
| get_Timer() | Microsoft.VisualBasic.DateAndTime .get_Timer() |
| DateAdd(DateInterval,Double,DateTime) | Microsoft.VisualBasic.DateAndTime .DateAdd(DateInterval,Double,DateTime) |
| DateDiff(DateInterval,DateTime,DateTime ,FirstDayOfWeek,FirstWeekOfYear) | Microsoft.VisualBasic.DateAndTime .DateDiff(DateInterval,DateTime,DateTime ,FirstDayOfWeek,FirstWeekOfYear) |
| DatePart(DateInterval,DateTime ,FirstDayOfWeek,FirstWeekOfYear) | Microsoft.VisualBasic.DateAndTime .DatePart(DateInterval,DateTime ,FirstDayOfWeek,FirstWeekOfYear) |
| DateAdd(String,Double,Object) | Microsoft.VisualBasic.DateAndTime .DateAdd(String,Double,Object) |
| DateDiff(String,Object,Object ,FirstDayOfWeek,FirstWeekOfYear) | Microsoft.VisualBasic.DateAndTime .DateDiff(String,Object,Object ,FirstDayOfWeek,FirstWeekOfYear) |
| DatePart(String,Object,FirstDayOfWeek ,FirstWeekOfYear) | Microsoft.VisualBasic.DateAndTime .DatePart(String,Object,FirstDayOfWeek ,FirstWeekOfYear) |
| DateSerial(Int32,Int32,Int32) | Microsoft.VisualBasic.DateAndTime .DateSerial(Int32,Int32,Int32) |
| TimeSerial(Int32,Int32,Int32) | Microsoft.VisualBasic.DateAndTime .TimeSerial(Int32,Int32,Int32) |
| DateValue(String) | Microsoft.VisualBasic.DateAndTime .DateValue(String) |
| TimeValue(String) | Microsoft.VisualBasic.DateAndTime .TimeValue(String) |
| Year(DateTime) | Microsoft.VisualBasic.DateAndTime.Year (DateTime) |
| Month(DateTime) | Microsoft.VisualBasic.DateAndTime.Month (DateTime) |
| Day(DateTime) | Microsoft.VisualBasic.DateAndTime.Day (DateTime) |
| Hour(DateTime) | Microsoft.VisualBasic.DateAndTime.Hour (DateTime) |
| Minute(DateTime) | Microsoft.VisualBasic.DateAndTime.Minute (DateTime) |
| Second(DateTime) | Microsoft.VisualBasic.DateAndTime.Second (DateTime) |
| Weekday(DateTime,FirstDayOfWeek) | Microsoft.VisualBasic.DateAndTime .Weekday(DateTime,FirstDayOfWeek) |
| MonthName(Int32,Boolean) | Microsoft.VisualBasic.DateAndTime .MonthName(Int32,Boolean) |
| WeekdayName(Int32,Boolean,FirstDayOfWeek ) | Microsoft.VisualBasic.DateAndTime .WeekdayName(Int32,Boolean ,FirstDayOfWeek) |
| ErrObject | Microsoft.VisualBasic.ErrObject |
| get_Erl() | Microsoft.VisualBasic.ErrObject.get_Erl( ) |
| get_Number() | Microsoft.VisualBasic.ErrObject .get_Number() |
| set_Number(Int32) | Microsoft.VisualBasic.ErrObject .set_Number(Int32) |
| get_Description() | Microsoft.VisualBasic.ErrObject .get_Description() |
| set_Description(String) | Microsoft.VisualBasic.ErrObject .set_Description(String) |
| GetException() | Microsoft.VisualBasic.ErrObject .GetException() |
| Clear() | Microsoft.VisualBasic.ErrObject.Clear() |
| Raise(Int32,Object,Object,Object,Object) | Microsoft.VisualBasic.ErrObject.Raise (Int32,Object,Object,Object,Object) |
| get_LastDllError() | Microsoft.VisualBasic.ErrObject .get_LastDllError() |
| FileSystem | Microsoft.VisualBasic.FileSystem |
| ChDir(String) | Microsoft.VisualBasic.FileSystem.ChDir (String) |
| ChDrive(Char) | Microsoft.VisualBasic.FileSystem.ChDrive (Char) |
| ChDrive(String) | Microsoft.VisualBasic.FileSystem.ChDrive (String) |
| CurDir() | Microsoft.VisualBasic.FileSystem.CurDir( ) |
| CurDir(Char) | Microsoft.VisualBasic.FileSystem.CurDir (Char) |
| Dir() | Microsoft.VisualBasic.FileSystem.Dir() |
| Dir(String,FileAttribute) | Microsoft.VisualBasic.FileSystem.Dir (String,FileAttribute) |
| MkDir(String) | Microsoft.VisualBasic.FileSystem.MkDir (String) |
| RmDir(String) | Microsoft.VisualBasic.FileSystem.RmDir (String) |
| FileCopy(String,String) | Microsoft.VisualBasic.FileSystem .FileCopy(String,String) |
| FileDateTime(String) | Microsoft.VisualBasic.FileSystem .FileDateTime(String) |
| FileLen(String) | Microsoft.VisualBasic.FileSystem.FileLen (String) |
| GetAttr(String) | Microsoft.VisualBasic.FileSystem.GetAttr (String) |
| Kill(String) | Microsoft.VisualBasic.FileSystem.Kill (String) |
| SetAttr(String,FileAttribute) | Microsoft.VisualBasic.FileSystem.SetAttr (String,FileAttribute) |
| FileOpen(Int32,String,OpenMode ,OpenAccess,OpenShare,Int32) | Microsoft.VisualBasic.FileSystem .FileOpen(Int32,String,OpenMode ,OpenAccess,OpenShare,Int32) |
| FileClose(Int32[]) | Microsoft.VisualBasic.FileSystem .FileClose(Int32[]) |
| FileGetObject(Int32,Object&,Int64) | Microsoft.VisualBasic.FileSystem .FileGetObject(Int32,Object&,Int64) |
| FileGet(Int32,ValueType&,Int64) | Microsoft.VisualBasic.FileSystem.FileGet (Int32,ValueType&,Int64) |
| FileGet(Int32,Array&,Int64,Boolean ,Boolean) | Microsoft.VisualBasic.FileSystem.FileGet (Int32,Array&,Int64,Boolean,Boolean) |
| FileGet(Int32,Boolean&,Int64) | Microsoft.VisualBasic.FileSystem.FileGet (Int32,Boolean&,Int64) |
| FileGet(Int32,Byte&,Int64) | Microsoft.VisualBasic.FileSystem.FileGet (Int32,Byte&,Int64) |
| FileGet(Int32,Int16&,Int64) | Microsoft.VisualBasic.FileSystem.FileGet (Int32,Int16&,Int64) |
| FileGet(Int32,Int32&,Int64) | Microsoft.VisualBasic.FileSystem.FileGet (Int32,Int32&,Int64) |
| FileGet(Int32,Int64&,Int64) | Microsoft.VisualBasic.FileSystem.FileGet (Int32,Int64&,Int64) |
| FileGet(Int32,Char&,Int64) | Microsoft.VisualBasic.FileSystem.FileGet (Int32,Char&,Int64) |
| FileGet(Int32,Single&,Int64) | Microsoft.VisualBasic.FileSystem.FileGet (Int32,Single&,Int64) |
| FileGet(Int32,Double&,Int64) | Microsoft.VisualBasic.FileSystem.FileGet (Int32,Double&,Int64) |
| FileGet(Int32,Decimal&,Int64) | Microsoft.VisualBasic.FileSystem.FileGet (Int32,Decimal&,Int64) |
| FileGet(Int32,String&,Int64,Boolean) | Microsoft.VisualBasic.FileSystem.FileGet (Int32,String&,Int64,Boolean) |
| FileGet(Int32,DateTime&,Int64) | Microsoft.VisualBasic.FileSystem.FileGet (Int32,DateTime&,Int64) |
| FilePutObject(Int32,Object,Int64) | Microsoft.VisualBasic.FileSystem .FilePutObject(Int32,Object,Int64) |
| FilePut(Object,Object,Object) | Microsoft.VisualBasic.FileSystem.FilePut (Object,Object,Object) |
| FilePut(Int32,ValueType,Int64) | Microsoft.VisualBasic.FileSystem.FilePut (Int32,ValueType,Int64) |
| FilePut(Int32,Array,Int64,Boolean ,Boolean) | Microsoft.VisualBasic.FileSystem.FilePut (Int32,Array,Int64,Boolean,Boolean) |
| FilePut(Int32,Boolean,Int64) | Microsoft.VisualBasic.FileSystem.FilePut (Int32,Boolean,Int64) |
| FilePut(Int32,Byte,Int64) | Microsoft.VisualBasic.FileSystem.FilePut (Int32,Byte,Int64) |
| FilePut(Int32,Int16,Int64) | Microsoft.VisualBasic.FileSystem.FilePut (Int32,Int16,Int64) |
| FilePut(Int32,Int32,Int64) | Microsoft.VisualBasic.FileSystem.FilePut (Int32,Int32,Int64) |
| FilePut(Int32,Int64,Int64) | Microsoft.VisualBasic.FileSystem.FilePut (Int32,Int64,Int64) |
| FilePut(Int32,Char,Int64) | Microsoft.VisualBasic.FileSystem.FilePut (Int32,Char,Int64) |
| FilePut(Int32,Single,Int64) | Microsoft.VisualBasic.FileSystem.FilePut (Int32,Single,Int64) |
| FilePut(Int32,Double,Int64) | Microsoft.VisualBasic.FileSystem.FilePut (Int32,Double,Int64) |
| FilePut(Int32,Decimal,Int64) | Microsoft.VisualBasic.FileSystem.FilePut (Int32,Decimal,Int64) |
| FilePut(Int32,String,Int64,Boolean) | Microsoft.VisualBasic.FileSystem.FilePut (Int32,String,Int64,Boolean) |
| FilePut(Int32,DateTime,Int64) | Microsoft.VisualBasic.FileSystem.FilePut (Int32,DateTime,Int64) |
| Print(Int32,Object[]) | Microsoft.VisualBasic.FileSystem.Print (Int32,Object[]) |
| PrintLine(Int32,Object[]) | Microsoft.VisualBasic.FileSystem .PrintLine(Int32,Object[]) |
| Input(Int32,Object&) | Microsoft.VisualBasic.FileSystem.Input (Int32,Object&) |
| Input(Int32,Boolean&) | Microsoft.VisualBasic.FileSystem.Input (Int32,Boolean&) |
| Input(Int32,Byte&) | Microsoft.VisualBasic.FileSystem.Input (Int32,Byte&) |
| Input(Int32,Int16&) | Microsoft.VisualBasic.FileSystem.Input (Int32,Int16&) |
| Input(Int32,Int32&) | Microsoft.VisualBasic.FileSystem.Input (Int32,Int32&) |
| Input(Int32,Int64&) | Microsoft.VisualBasic.FileSystem.Input (Int32,Int64&) |
| Input(Int32,Char&) | Microsoft.VisualBasic.FileSystem.Input (Int32,Char&) |
| Input(Int32,Single&) | Microsoft.VisualBasic.FileSystem.Input (Int32,Single&) |
| Input(Int32,Double&) | Microsoft.VisualBasic.FileSystem.Input (Int32,Double&) |
| Input(Int32,Decimal&) | Microsoft.VisualBasic.FileSystem.Input (Int32,Decimal&) |
| Input(Int32,String&) | Microsoft.VisualBasic.FileSystem.Input (Int32,String&) |
| Input(Int32,DateTime&) | Microsoft.VisualBasic.FileSystem.Input (Int32,DateTime&) |
| Write(Int32,Object[]) | Microsoft.VisualBasic.FileSystem.Write (Int32,Object[]) |
| WriteLine(Int32,Object[]) | Microsoft.VisualBasic.FileSystem .WriteLine(Int32,Object[]) |
| InputString(Int32,Int32) | Microsoft.VisualBasic.FileSystem .InputString(Int32,Int32) |
| LineInput(Int32) | Microsoft.VisualBasic.FileSystem .LineInput(Int32) |
| Lock(Int32) | Microsoft.VisualBasic.FileSystem.Lock (Int32) |
| Lock(Int32,Int64) | Microsoft.VisualBasic.FileSystem.Lock (Int32,Int64) |
| Lock(Int32,Int64,Int64) | Microsoft.VisualBasic.FileSystem.Lock (Int32,Int64,Int64) |
| Unlock(Int32) | Microsoft.VisualBasic.FileSystem.Unlock (Int32) |
| Unlock(Int32,Int64) | Microsoft.VisualBasic.FileSystem.Unlock (Int32,Int64) |
| Unlock(Int32,Int64,Int64) | Microsoft.VisualBasic.FileSystem.Unlock (Int32,Int64,Int64) |
| FileWidth(Int32,Int32) | Microsoft.VisualBasic.FileSystem .FileWidth(Int32,Int32) |
| FreeFile() | Microsoft.VisualBasic.FileSystem .FreeFile() |
| Seek(Int32,Int64) | Microsoft.VisualBasic.FileSystem.Seek (Int32,Int64) |
| Seek(Int32) | Microsoft.VisualBasic.FileSystem.Seek (Int32) |
| EOF(Int32) | Microsoft.VisualBasic.FileSystem.EOF (Int32) |
| Loc(Int32) | Microsoft.VisualBasic.FileSystem.Loc (Int32) |
| LOF(Int32) | Microsoft.VisualBasic.FileSystem.LOF (Int32) |
| TAB() | Microsoft.VisualBasic.FileSystem.TAB() |
| TAB(Int16) | Microsoft.VisualBasic.FileSystem.TAB (Int16) |
| SPC(Int16) | Microsoft.VisualBasic.FileSystem.SPC (Int16) |
| FileAttr(Int32) | Microsoft.VisualBasic.FileSystem .FileAttr(Int32) |
| Reset() | Microsoft.VisualBasic.FileSystem.Reset() |
| Rename(String,String) | Microsoft.VisualBasic.FileSystem.Rename (String,String) |
| Financial | Microsoft.VisualBasic.Financial |
| DDB(Double,Double,Double,Double,Double) | Microsoft.VisualBasic.Financial.DDB (Double,Double,Double,Double,Double) |
| FV(Double,Double,Double,Double,DueDate) | Microsoft.VisualBasic.Financial.FV (Double,Double,Double,Double,DueDate) |
| IPmt(Double,Double,Double,Double,Double ,DueDate) | Microsoft.VisualBasic.Financial.IPmt (Double,Double,Double,Double,Double ,DueDate) |
| IRR(Double[]&,Double) | Microsoft.VisualBasic.Financial.IRR (Double[]&,Double) |
| MIRR(Double[]&,Double,Double) | Microsoft.VisualBasic.Financial.MIRR (Double[]&,Double,Double) |
| NPer(Double,Double,Double,Double,DueDate ) | Microsoft.VisualBasic.Financial.NPer (Double,Double,Double,Double,DueDate) |
| NPV(Double,Double[]&) | Microsoft.VisualBasic.Financial.NPV (Double,Double[]&) |
| Pmt(Double,Double,Double,Double,DueDate) | Microsoft.VisualBasic.Financial.Pmt (Double,Double,Double,Double,DueDate) |
| PPmt(Double,Double,Double,Double,Double ,DueDate) | Microsoft.VisualBasic.Financial.PPmt (Double,Double,Double,Double,Double ,DueDate) |
| PV(Double,Double,Double,Double,DueDate) | Microsoft.VisualBasic.Financial.PV (Double,Double,Double,Double,DueDate) |
| Rate(Double,Double,Double,Double,DueDate ,Double) | Microsoft.VisualBasic.Financial.Rate (Double,Double,Double,Double,DueDate ,Double) |
| SLN(Double,Double,Double) | Microsoft.VisualBasic.Financial.SLN (Double,Double,Double) |
| SYD(Double,Double,Double,Double) | Microsoft.VisualBasic.Financial.SYD (Double,Double,Double,Double) |
| VariantType | Microsoft.VisualBasic.VariantType |
| value__ | Microsoft.VisualBasic.VariantType .value__ |
| Empty | Microsoft.VisualBasic.VariantType.Empty |
| Null | Microsoft.VisualBasic.VariantType.Null |
| Short | Microsoft.VisualBasic.VariantType.Short |
| Integer | Microsoft.VisualBasic.VariantType .Integer |
| Single | Microsoft.VisualBasic.VariantType.Single |
| Double | Microsoft.VisualBasic.VariantType.Double |
| Currency | Microsoft.VisualBasic.VariantType .Currency |
| Date | Microsoft.VisualBasic.VariantType.Date |
| String | Microsoft.VisualBasic.VariantType.String |
| Object | Microsoft.VisualBasic.VariantType.Object |
| Error | Microsoft.VisualBasic.VariantType.Error |
| Boolean | Microsoft.VisualBasic.VariantType .Boolean |
| Variant | Microsoft.VisualBasic.VariantType .Variant |
| DataObject | Microsoft.VisualBasic.VariantType .DataObject |
| Decimal | Microsoft.VisualBasic.VariantType .Decimal |
| Byte | Microsoft.VisualBasic.VariantType.Byte |
| Char | Microsoft.VisualBasic.VariantType.Char |
| Long | Microsoft.VisualBasic.VariantType.Long |
| UserDefinedType | Microsoft.VisualBasic.VariantType .UserDefinedType |
| Array | Microsoft.VisualBasic.VariantType.Array |
| AppWinStyle | Microsoft.VisualBasic.AppWinStyle |
| value__ | Microsoft.VisualBasic.AppWinStyle .value__ |
| Hide | Microsoft.VisualBasic.AppWinStyle.Hide |
| NormalFocus | Microsoft.VisualBasic.AppWinStyle .NormalFocus |
| MinimizedFocus | Microsoft.VisualBasic.AppWinStyle .MinimizedFocus |
| MaximizedFocus | Microsoft.VisualBasic.AppWinStyle .MaximizedFocus |
| NormalNoFocus | Microsoft.VisualBasic.AppWinStyle .NormalNoFocus |
| MinimizedNoFocus | Microsoft.VisualBasic.AppWinStyle .MinimizedNoFocus |
| CompareMethod | Microsoft.VisualBasic.CompareMethod |
| value__ | Microsoft.VisualBasic.CompareMethod .value__ |
| Binary | Microsoft.VisualBasic.CompareMethod .Binary |
| Text | Microsoft.VisualBasic.CompareMethod.Text |
| DateFormat | Microsoft.VisualBasic.DateFormat |
| value__ | Microsoft.VisualBasic.DateFormat.value__ |
| GeneralDate | Microsoft.VisualBasic.DateFormat .GeneralDate |
| LongDate | Microsoft.VisualBasic.DateFormat .LongDate |
| ShortDate | Microsoft.VisualBasic.DateFormat .ShortDate |
| LongTime | Microsoft.VisualBasic.DateFormat .LongTime |
| ShortTime | Microsoft.VisualBasic.DateFormat .ShortTime |
| FirstDayOfWeek | Microsoft.VisualBasic.FirstDayOfWeek |
| value__ | Microsoft.VisualBasic.FirstDayOfWeek .value__ |
| System | Microsoft.VisualBasic.FirstDayOfWeek .System |
| Sunday | Microsoft.VisualBasic.FirstDayOfWeek .Sunday |
| Monday | Microsoft.VisualBasic.FirstDayOfWeek .Monday |
| Tuesday | Microsoft.VisualBasic.FirstDayOfWeek .Tuesday |
| Wednesday | Microsoft.VisualBasic.FirstDayOfWeek .Wednesday |
| Thursday | Microsoft.VisualBasic.FirstDayOfWeek .Thursday |
| Friday | Microsoft.VisualBasic.FirstDayOfWeek .Friday |
| Saturday | Microsoft.VisualBasic.FirstDayOfWeek .Saturday |
| FileAttribute | Microsoft.VisualBasic.FileAttribute |
| value__ | Microsoft.VisualBasic.FileAttribute .value__ |
| Normal | Microsoft.VisualBasic.FileAttribute .Normal |
| ReadOnly | Microsoft.VisualBasic.FileAttribute .ReadOnly |
| Hidden | Microsoft.VisualBasic.FileAttribute .Hidden |
| System | Microsoft.VisualBasic.FileAttribute .System |
| Volume | Microsoft.VisualBasic.FileAttribute .Volume |
| Directory | Microsoft.VisualBasic.FileAttribute .Directory |
| Archive | Microsoft.VisualBasic.FileAttribute .Archive |
| FirstWeekOfYear | Microsoft.VisualBasic.FirstWeekOfYear |
| value__ | Microsoft.VisualBasic.FirstWeekOfYear .value__ |
| System | Microsoft.VisualBasic.FirstWeekOfYear .System |
| Jan1 | Microsoft.VisualBasic.FirstWeekOfYear .Jan1 |
| FirstFourDays | Microsoft.VisualBasic.FirstWeekOfYear .FirstFourDays |
| FirstFullWeek | Microsoft.VisualBasic.FirstWeekOfYear .FirstFullWeek |
| VbStrConv | Microsoft.VisualBasic.VbStrConv |
| value__ | Microsoft.VisualBasic.VbStrConv.value__ |
| None | Microsoft.VisualBasic.VbStrConv.None |
| Uppercase | Microsoft.VisualBasic.VbStrConv .Uppercase |
| Lowercase | Microsoft.VisualBasic.VbStrConv .Lowercase |
| ProperCase | Microsoft.VisualBasic.VbStrConv .ProperCase |
| Wide | Microsoft.VisualBasic.VbStrConv.Wide |
| Narrow | Microsoft.VisualBasic.VbStrConv.Narrow |
| Katakana | Microsoft.VisualBasic.VbStrConv.Katakana |
| Hiragana | Microsoft.VisualBasic.VbStrConv.Hiragana |
| SimplifiedChinese | Microsoft.VisualBasic.VbStrConv .SimplifiedChinese |
| TraditionalChinese | Microsoft.VisualBasic.VbStrConv .TraditionalChinese |
| LinguisticCasing | Microsoft.VisualBasic.VbStrConv .LinguisticCasing |
| TriState | Microsoft.VisualBasic.TriState |
| value__ | Microsoft.VisualBasic.TriState.value__ |
| False | Microsoft.VisualBasic.TriState.False |
| True | Microsoft.VisualBasic.TriState.True |
| UseDefault | Microsoft.VisualBasic.TriState .UseDefault |
| DateInterval | Microsoft.VisualBasic.DateInterval |
| value__ | Microsoft.VisualBasic.DateInterval .value__ |
| Year | Microsoft.VisualBasic.DateInterval.Year |
| Quarter | Microsoft.VisualBasic.DateInterval .Quarter |
| Month | Microsoft.VisualBasic.DateInterval.Month |
| DayOfYear | Microsoft.VisualBasic.DateInterval .DayOfYear |
| Day | Microsoft.VisualBasic.DateInterval.Day |
| WeekOfYear | Microsoft.VisualBasic.DateInterval .WeekOfYear |
| Weekday | Microsoft.VisualBasic.DateInterval .Weekday |
| Hour | Microsoft.VisualBasic.DateInterval.Hour |
| Minute | Microsoft.VisualBasic.DateInterval .Minute |
| Second | Microsoft.VisualBasic.DateInterval .Second |
| DueDate | Microsoft.VisualBasic.DueDate |
| value__ | Microsoft.VisualBasic.DueDate.value__ |
| EndOfPeriod | Microsoft.VisualBasic.DueDate .EndOfPeriod |
| BegOfPeriod | Microsoft.VisualBasic.DueDate .BegOfPeriod |
| OpenMode | Microsoft.VisualBasic.OpenMode |
| value__ | Microsoft.VisualBasic.OpenMode.value__ |
| Input | Microsoft.VisualBasic.OpenMode.Input |
| Output | Microsoft.VisualBasic.OpenMode.Output |
| Random | Microsoft.VisualBasic.OpenMode.Random |
| Append | Microsoft.VisualBasic.OpenMode.Append |
| Binary | Microsoft.VisualBasic.OpenMode.Binary |
| OpenAccess | Microsoft.VisualBasic.OpenAccess |
| value__ | Microsoft.VisualBasic.OpenAccess.value__ |
| Default | Microsoft.VisualBasic.OpenAccess.Default |
| Read | Microsoft.VisualBasic.OpenAccess.Read |
| ReadWrite | Microsoft.VisualBasic.OpenAccess .ReadWrite |
| Write | Microsoft.VisualBasic.OpenAccess.Write |
| OpenShare | Microsoft.VisualBasic.OpenShare |
| value__ | Microsoft.VisualBasic.OpenShare.value__ |
| Default | Microsoft.VisualBasic.OpenShare.Default |
| Shared | Microsoft.VisualBasic.OpenShare.Shared |
| LockRead | Microsoft.VisualBasic.OpenShare.LockRead |
| LockReadWrite | Microsoft.VisualBasic.OpenShare .LockReadWrite |
| LockWrite | Microsoft.VisualBasic.OpenShare .LockWrite |
| TabInfo | Microsoft.VisualBasic.TabInfo |
| Column | Microsoft.VisualBasic.TabInfo.Column |
| SpcInfo | Microsoft.VisualBasic.SpcInfo |
| Count | Microsoft.VisualBasic.SpcInfo.Count |
| MsgBoxResult | Microsoft.VisualBasic.MsgBoxResult |
| value__ | Microsoft.VisualBasic.MsgBoxResult .value__ |
| Ok | Microsoft.VisualBasic.MsgBoxResult.Ok |
| Cancel | Microsoft.VisualBasic.MsgBoxResult .Cancel |
| Abort | Microsoft.VisualBasic.MsgBoxResult.Abort |
| Retry | Microsoft.VisualBasic.MsgBoxResult.Retry |
| Ignore | Microsoft.VisualBasic.MsgBoxResult .Ignore |
| Yes | Microsoft.VisualBasic.MsgBoxResult.Yes |
| No | Microsoft.VisualBasic.MsgBoxResult.No |
| MsgBoxStyle | Microsoft.VisualBasic.MsgBoxStyle |
| value__ | Microsoft.VisualBasic.MsgBoxStyle .value__ |
| OkOnly | Microsoft.VisualBasic.MsgBoxStyle.OkOnly |
| OkCancel | Microsoft.VisualBasic.MsgBoxStyle .OkCancel |
| AbortRetryIgnore | Microsoft.VisualBasic.MsgBoxStyle .AbortRetryIgnore |
| YesNoCancel | Microsoft.VisualBasic.MsgBoxStyle .YesNoCancel |
| YesNo | Microsoft.VisualBasic.MsgBoxStyle.YesNo |
| RetryCancel | Microsoft.VisualBasic.MsgBoxStyle .RetryCancel |
| Critical | Microsoft.VisualBasic.MsgBoxStyle .Critical |
| Question | Microsoft.VisualBasic.MsgBoxStyle .Question |
| Exclamation | Microsoft.VisualBasic.MsgBoxStyle .Exclamation |
| Information | Microsoft.VisualBasic.MsgBoxStyle .Information |
| DefaultButton1 | Microsoft.VisualBasic.MsgBoxStyle .DefaultButton1 |
| DefaultButton2 | Microsoft.VisualBasic.MsgBoxStyle .DefaultButton2 |
| DefaultButton3 | Microsoft.VisualBasic.MsgBoxStyle .DefaultButton3 |
| ApplicationModal | Microsoft.VisualBasic.MsgBoxStyle .ApplicationModal |
| SystemModal | Microsoft.VisualBasic.MsgBoxStyle .SystemModal |
| MsgBoxHelp | Microsoft.VisualBasic.MsgBoxStyle .MsgBoxHelp |
| MsgBoxRight | Microsoft.VisualBasic.MsgBoxStyle .MsgBoxRight |
| MsgBoxRtlReading | Microsoft.VisualBasic.MsgBoxStyle .MsgBoxRtlReading |
| MsgBoxSetForeground | Microsoft.VisualBasic.MsgBoxStyle .MsgBoxSetForeground |
| Information | Microsoft.VisualBasic.Information |
| Err() | Microsoft.VisualBasic.Information.Err() |
| IsArray(Object) | Microsoft.VisualBasic.Information .IsArray(Object) |
| IsDate(Object) | Microsoft.VisualBasic.Information.IsDate (Object) |
| IsDBNull(Object) | Microsoft.VisualBasic.Information .IsDBNull(Object) |
| IsNothing(Object) | Microsoft.VisualBasic.Information .IsNothing(Object) |
| IsError(Object) | Microsoft.VisualBasic.Information .IsError(Object) |
| IsReference(Object) | Microsoft.VisualBasic.Information .IsReference(Object) |
| LBound(Array,Int32) | Microsoft.VisualBasic.Information.LBound (Array,Int32) |
| UBound(Array,Int32) | Microsoft.VisualBasic.Information.UBound (Array,Int32) |
| QBColor(Int32) | Microsoft.VisualBasic.Information .QBColor(Int32) |
| RGB(Int32,Int32,Int32) | Microsoft.VisualBasic.Information.RGB (Int32,Int32,Int32) |
| VarType(Object) | Microsoft.VisualBasic.Information .VarType(Object) |
| IsNumeric(Object) | Microsoft.VisualBasic.Information .IsNumeric(Object) |
| TypeName(Object) | Microsoft.VisualBasic.Information .TypeName(Object) |
| SystemTypeName(String) | Microsoft.VisualBasic.Information .SystemTypeName(String) |
| VbTypeName(String) | Microsoft.VisualBasic.Information .VbTypeName(String) |
| MyGroupCollectionAttribute | Microsoft.VisualBasic .MyGroupCollectionAttribute |
| .ctor(String,String,String,String) | Microsoft.VisualBasic .MyGroupCollectionAttribute..ctor(String ,String,String,String) |
| get_MyGroupName() | Microsoft.VisualBasic .MyGroupCollectionAttribute .get_MyGroupName() |
| get_CreateMethod() | Microsoft.VisualBasic .MyGroupCollectionAttribute .get_CreateMethod() |
| get_DisposeMethod() | Microsoft.VisualBasic .MyGroupCollectionAttribute .get_DisposeMethod() |
| get_DefaultInstanceAlias() | Microsoft.VisualBasic .MyGroupCollectionAttribute .get_DefaultInstanceAlias() |
| VBFixedArrayAttribute | Microsoft.VisualBasic .VBFixedArrayAttribute |
| get_Bounds() | Microsoft.VisualBasic .VBFixedArrayAttribute.get_Bounds() |
| get_Length() | Microsoft.VisualBasic .VBFixedArrayAttribute.get_Length() |
| .ctor(Int32) | Microsoft.VisualBasic .VBFixedArrayAttribute..ctor(Int32) |
| .ctor(Int32,Int32) | Microsoft.VisualBasic .VBFixedArrayAttribute..ctor(Int32,Int32 ) |
| VBFixedStringAttribute | Microsoft.VisualBasic .VBFixedStringAttribute |
| get_Length() | Microsoft.VisualBasic .VBFixedStringAttribute.get_Length() |
| .ctor(Int32) | Microsoft.VisualBasic .VBFixedStringAttribute..ctor(Int32) |
| VBMath | Microsoft.VisualBasic.VBMath |
| Rnd() | Microsoft.VisualBasic.VBMath.Rnd() |
| Rnd(Single) | Microsoft.VisualBasic.VBMath.Rnd(Single) |
| Randomize() | Microsoft.VisualBasic.VBMath.Randomize() |
| Randomize(Double) | Microsoft.VisualBasic.VBMath.Randomize (Double) |
| FileSystem | Microsoft.VisualBasic.FileIO.FileSystem |
| .ctor() | Microsoft.VisualBasic.FileIO.FileSystem. .ctor() |
| get_Drives() | Microsoft.VisualBasic.FileIO.FileSystem .get_Drives() |
| get_CurrentDirectory() | Microsoft.VisualBasic.FileIO.FileSystem .get_CurrentDirectory() |
| set_CurrentDirectory(String) | Microsoft.VisualBasic.FileIO.FileSystem .set_CurrentDirectory(String) |
| CombinePath(String,String) | Microsoft.VisualBasic.FileIO.FileSystem .CombinePath(String,String) |
| DirectoryExists(String) | Microsoft.VisualBasic.FileIO.FileSystem .DirectoryExists(String) |
| FileExists(String) | Microsoft.VisualBasic.FileIO.FileSystem .FileExists(String) |
| FindInFiles(String,String,Boolean ,SearchOption) | Microsoft.VisualBasic.FileIO.FileSystem .FindInFiles(String,String,Boolean ,SearchOption) |
| FindInFiles(String,String,Boolean ,SearchOption,String[]) | Microsoft.VisualBasic.FileIO.FileSystem .FindInFiles(String,String,Boolean ,SearchOption,String[]) |
| GetDirectories(String) | Microsoft.VisualBasic.FileIO.FileSystem .GetDirectories(String) |
| GetDirectories(String,SearchOption ,String[]) | Microsoft.VisualBasic.FileIO.FileSystem .GetDirectories(String,SearchOption ,String[]) |
| GetDirectoryInfo(String) | Microsoft.VisualBasic.FileIO.FileSystem .GetDirectoryInfo(String) |
| GetDriveInfo(String) | Microsoft.VisualBasic.FileIO.FileSystem .GetDriveInfo(String) |
| GetFileInfo(String) | Microsoft.VisualBasic.FileIO.FileSystem .GetFileInfo(String) |
| GetFiles(String) | Microsoft.VisualBasic.FileIO.FileSystem .GetFiles(String) |
| GetFiles(String,SearchOption,String[]) | Microsoft.VisualBasic.FileIO.FileSystem .GetFiles(String,SearchOption,String[]) |
| GetName(String) | Microsoft.VisualBasic.FileIO.FileSystem .GetName(String) |
| GetParentPath(String) | Microsoft.VisualBasic.FileIO.FileSystem .GetParentPath(String) |
| GetTempFileName() | Microsoft.VisualBasic.FileIO.FileSystem .GetTempFileName() |
| OpenTextFieldParser(String) | Microsoft.VisualBasic.FileIO.FileSystem .OpenTextFieldParser(String) |
| OpenTextFieldParser(String,String[]) | Microsoft.VisualBasic.FileIO.FileSystem .OpenTextFieldParser(String,String[]) |
| OpenTextFieldParser(String,Int32[]) | Microsoft.VisualBasic.FileIO.FileSystem .OpenTextFieldParser(String,Int32[]) |
| OpenTextFileReader(String) | Microsoft.VisualBasic.FileIO.FileSystem .OpenTextFileReader(String) |
| OpenTextFileReader(String,Encoding) | Microsoft.VisualBasic.FileIO.FileSystem .OpenTextFileReader(String,Encoding) |
| OpenTextFileWriter(String,Boolean) | Microsoft.VisualBasic.FileIO.FileSystem .OpenTextFileWriter(String,Boolean) |
| OpenTextFileWriter(String,Boolean ,Encoding) | Microsoft.VisualBasic.FileIO.FileSystem .OpenTextFileWriter(String,Boolean ,Encoding) |
| ReadAllBytes(String) | Microsoft.VisualBasic.FileIO.FileSystem .ReadAllBytes(String) |
| ReadAllText(String) | Microsoft.VisualBasic.FileIO.FileSystem .ReadAllText(String) |
| ReadAllText(String,Encoding) | Microsoft.VisualBasic.FileIO.FileSystem .ReadAllText(String,Encoding) |
| CopyDirectory(String,String) | Microsoft.VisualBasic.FileIO.FileSystem .CopyDirectory(String,String) |
| CopyDirectory(String,String,Boolean) | Microsoft.VisualBasic.FileIO.FileSystem .CopyDirectory(String,String,Boolean) |
| CopyDirectory(String,String,UIOption) | Microsoft.VisualBasic.FileIO.FileSystem .CopyDirectory(String,String,UIOption) |
| CopyDirectory(String,String,UIOption ,UICancelOption) | Microsoft.VisualBasic.FileIO.FileSystem .CopyDirectory(String,String,UIOption ,UICancelOption) |
| CopyFile(String,String) | Microsoft.VisualBasic.FileIO.FileSystem .CopyFile(String,String) |
| CopyFile(String,String,Boolean) | Microsoft.VisualBasic.FileIO.FileSystem .CopyFile(String,String,Boolean) |
| CopyFile(String,String,UIOption) | Microsoft.VisualBasic.FileIO.FileSystem .CopyFile(String,String,UIOption) |
| CopyFile(String,String,UIOption ,UICancelOption) | Microsoft.VisualBasic.FileIO.FileSystem .CopyFile(String,String,UIOption ,UICancelOption) |
| CreateDirectory(String) | Microsoft.VisualBasic.FileIO.FileSystem .CreateDirectory(String) |
| DeleteDirectory(String ,DeleteDirectoryOption) | Microsoft.VisualBasic.FileIO.FileSystem .DeleteDirectory(String ,DeleteDirectoryOption) |
| DeleteDirectory(String,UIOption ,RecycleOption) | Microsoft.VisualBasic.FileIO.FileSystem .DeleteDirectory(String,UIOption ,RecycleOption) |
| DeleteDirectory(String,UIOption ,RecycleOption,UICancelOption) | Microsoft.VisualBasic.FileIO.FileSystem .DeleteDirectory(String,UIOption ,RecycleOption,UICancelOption) |
| DeleteFile(String) | Microsoft.VisualBasic.FileIO.FileSystem .DeleteFile(String) |
| DeleteFile(String,UIOption,RecycleOption ) | Microsoft.VisualBasic.FileIO.FileSystem .DeleteFile(String,UIOption ,RecycleOption) |
| DeleteFile(String,UIOption,RecycleOption ,UICancelOption) | Microsoft.VisualBasic.FileIO.FileSystem .DeleteFile(String,UIOption ,RecycleOption,UICancelOption) |
| MoveDirectory(String,String) | Microsoft.VisualBasic.FileIO.FileSystem .MoveDirectory(String,String) |
| MoveDirectory(String,String,Boolean) | Microsoft.VisualBasic.FileIO.FileSystem .MoveDirectory(String,String,Boolean) |
| MoveDirectory(String,String,UIOption) | Microsoft.VisualBasic.FileIO.FileSystem .MoveDirectory(String,String,UIOption) |
| MoveDirectory(String,String,UIOption ,UICancelOption) | Microsoft.VisualBasic.FileIO.FileSystem .MoveDirectory(String,String,UIOption ,UICancelOption) |
| MoveFile(String,String) | Microsoft.VisualBasic.FileIO.FileSystem .MoveFile(String,String) |
| MoveFile(String,String,Boolean) | Microsoft.VisualBasic.FileIO.FileSystem .MoveFile(String,String,Boolean) |
| MoveFile(String,String,UIOption) | Microsoft.VisualBasic.FileIO.FileSystem .MoveFile(String,String,UIOption) |
| MoveFile(String,String,UIOption ,UICancelOption) | Microsoft.VisualBasic.FileIO.FileSystem .MoveFile(String,String,UIOption ,UICancelOption) |
| RenameDirectory(String,String) | Microsoft.VisualBasic.FileIO.FileSystem .RenameDirectory(String,String) |
| RenameFile(String,String) | Microsoft.VisualBasic.FileIO.FileSystem .RenameFile(String,String) |
| WriteAllBytes(String,Byte[],Boolean) | Microsoft.VisualBasic.FileIO.FileSystem .WriteAllBytes(String,Byte[],Boolean) |
| WriteAllText(String,String,Boolean) | Microsoft.VisualBasic.FileIO.FileSystem .WriteAllText(String,String,Boolean) |
| WriteAllText(String,String,Boolean ,Encoding) | Microsoft.VisualBasic.FileIO.FileSystem .WriteAllText(String,String,Boolean ,Encoding) |
| DeleteDirectoryOption | Microsoft.VisualBasic.FileIO .DeleteDirectoryOption |
| value__ | Microsoft.VisualBasic.FileIO .DeleteDirectoryOption.value__ |
| ThrowIfDirectoryNonEmpty | Microsoft.VisualBasic.FileIO .DeleteDirectoryOption .ThrowIfDirectoryNonEmpty |
| DeleteAllContents | Microsoft.VisualBasic.FileIO .DeleteDirectoryOption.DeleteAllContents |
| RecycleOption | Microsoft.VisualBasic.FileIO .RecycleOption |
| value__ | Microsoft.VisualBasic.FileIO .RecycleOption.value__ |
| DeletePermanently | Microsoft.VisualBasic.FileIO .RecycleOption.DeletePermanently |
| SendToRecycleBin | Microsoft.VisualBasic.FileIO .RecycleOption.SendToRecycleBin |
| SearchOption | Microsoft.VisualBasic.FileIO .SearchOption |
| value__ | Microsoft.VisualBasic.FileIO .SearchOption.value__ |
| SearchTopLevelOnly | Microsoft.VisualBasic.FileIO .SearchOption.SearchTopLevelOnly |
| SearchAllSubDirectories | Microsoft.VisualBasic.FileIO .SearchOption.SearchAllSubDirectories |
| UICancelOption | Microsoft.VisualBasic.FileIO .UICancelOption |
| value__ | Microsoft.VisualBasic.FileIO .UICancelOption.value__ |
| DoNothing | Microsoft.VisualBasic.FileIO .UICancelOption.DoNothing |
| ThrowException | Microsoft.VisualBasic.FileIO .UICancelOption.ThrowException |
| UIOption | Microsoft.VisualBasic.FileIO.UIOption |
| value__ | Microsoft.VisualBasic.FileIO.UIOption .value__ |
| OnlyErrorDialogs | Microsoft.VisualBasic.FileIO.UIOption .OnlyErrorDialogs |
| AllDialogs | Microsoft.VisualBasic.FileIO.UIOption .AllDialogs |
| MalformedLineException | Microsoft.VisualBasic.FileIO .MalformedLineException |
| .ctor() | Microsoft.VisualBasic.FileIO .MalformedLineException..ctor() |
| .ctor(String,Int64) | Microsoft.VisualBasic.FileIO .MalformedLineException..ctor(String ,Int64) |
| .ctor(String) | Microsoft.VisualBasic.FileIO .MalformedLineException..ctor(String) |
| .ctor(String,Int64,Exception) | Microsoft.VisualBasic.FileIO .MalformedLineException..ctor(String ,Int64,Exception) |
| .ctor(String,Exception) | Microsoft.VisualBasic.FileIO .MalformedLineException..ctor(String ,Exception) |
| .ctor(SerializationInfo,StreamingContext ) | Microsoft.VisualBasic.FileIO .MalformedLineException..ctor (SerializationInfo,StreamingContext) |
| get_LineNumber() | Microsoft.VisualBasic.FileIO .MalformedLineException.get_LineNumber() |
| set_LineNumber(Int64) | Microsoft.VisualBasic.FileIO .MalformedLineException.set_LineNumber (Int64) |
| GetObjectData(SerializationInfo ,StreamingContext) | Microsoft.VisualBasic.FileIO .MalformedLineException.GetObjectData (SerializationInfo,StreamingContext) |
| ToString() | Microsoft.VisualBasic.FileIO .MalformedLineException.ToString() |
| SpecialDirectories | Microsoft.VisualBasic.FileIO .SpecialDirectories |
| .ctor() | Microsoft.VisualBasic.FileIO .SpecialDirectories..ctor() |
| get_MyDocuments() | Microsoft.VisualBasic.FileIO .SpecialDirectories.get_MyDocuments() |
| get_MyMusic() | Microsoft.VisualBasic.FileIO .SpecialDirectories.get_MyMusic() |
| get_MyPictures() | Microsoft.VisualBasic.FileIO .SpecialDirectories.get_MyPictures() |
| get_Desktop() | Microsoft.VisualBasic.FileIO .SpecialDirectories.get_Desktop() |
| get_Programs() | Microsoft.VisualBasic.FileIO .SpecialDirectories.get_Programs() |
| get_ProgramFiles() | Microsoft.VisualBasic.FileIO .SpecialDirectories.get_ProgramFiles() |
| get_Temp() | Microsoft.VisualBasic.FileIO .SpecialDirectories.get_Temp() |
| get_CurrentUserApplicationData() | Microsoft.VisualBasic.FileIO .SpecialDirectories .get_CurrentUserApplicationData() |
| get_AllUsersApplicationData() | Microsoft.VisualBasic.FileIO .SpecialDirectories .get_AllUsersApplicationData() |
| TextFieldParser | Microsoft.VisualBasic.FileIO .TextFieldParser |
| .ctor(String) | Microsoft.VisualBasic.FileIO .TextFieldParser..ctor(String) |
| .ctor(String,Encoding) | Microsoft.VisualBasic.FileIO .TextFieldParser..ctor(String,Encoding) |
| .ctor(String,Encoding,Boolean) | Microsoft.VisualBasic.FileIO .TextFieldParser..ctor(String,Encoding ,Boolean) |
| .ctor(Stream) | Microsoft.VisualBasic.FileIO .TextFieldParser..ctor(Stream) |
| .ctor(Stream,Encoding) | Microsoft.VisualBasic.FileIO .TextFieldParser..ctor(Stream,Encoding) |
| .ctor(Stream,Encoding,Boolean) | Microsoft.VisualBasic.FileIO .TextFieldParser..ctor(Stream,Encoding ,Boolean) |
| .ctor(Stream,Encoding,Boolean,Boolean) | Microsoft.VisualBasic.FileIO .TextFieldParser..ctor(Stream,Encoding ,Boolean,Boolean) |
| .ctor(TextReader) | Microsoft.VisualBasic.FileIO .TextFieldParser..ctor(TextReader) |
| get_CommentTokens() | Microsoft.VisualBasic.FileIO .TextFieldParser.get_CommentTokens() |
| set_CommentTokens(String[]) | Microsoft.VisualBasic.FileIO .TextFieldParser.set_CommentTokens (String[]) |
| get_EndOfData() | Microsoft.VisualBasic.FileIO .TextFieldParser.get_EndOfData() |
| get_LineNumber() | Microsoft.VisualBasic.FileIO .TextFieldParser.get_LineNumber() |
| get_ErrorLine() | Microsoft.VisualBasic.FileIO .TextFieldParser.get_ErrorLine() |
| get_ErrorLineNumber() | Microsoft.VisualBasic.FileIO .TextFieldParser.get_ErrorLineNumber() |
| get_TextFieldType() | Microsoft.VisualBasic.FileIO .TextFieldParser.get_TextFieldType() |
| set_TextFieldType(FieldType) | Microsoft.VisualBasic.FileIO .TextFieldParser.set_TextFieldType (FieldType) |
| get_FieldWidths() | Microsoft.VisualBasic.FileIO .TextFieldParser.get_FieldWidths() |
| set_FieldWidths(Int32[]) | Microsoft.VisualBasic.FileIO .TextFieldParser.set_FieldWidths(Int32[] ) |
| get_Delimiters() | Microsoft.VisualBasic.FileIO .TextFieldParser.get_Delimiters() |
| set_Delimiters(String[]) | Microsoft.VisualBasic.FileIO .TextFieldParser.set_Delimiters(String[] ) |
| SetDelimiters(String[]) | Microsoft.VisualBasic.FileIO .TextFieldParser.SetDelimiters(String[]) |
| SetFieldWidths(Int32[]) | Microsoft.VisualBasic.FileIO .TextFieldParser.SetFieldWidths(Int32[]) |
| get_TrimWhiteSpace() | Microsoft.VisualBasic.FileIO .TextFieldParser.get_TrimWhiteSpace() |
| set_TrimWhiteSpace(Boolean) | Microsoft.VisualBasic.FileIO .TextFieldParser.set_TrimWhiteSpace (Boolean) |
| ReadLine() | Microsoft.VisualBasic.FileIO .TextFieldParser.ReadLine() |
| ReadFields() | Microsoft.VisualBasic.FileIO .TextFieldParser.ReadFields() |
| PeekChars(Int32) | Microsoft.VisualBasic.FileIO .TextFieldParser.PeekChars(Int32) |
| ReadToEnd() | Microsoft.VisualBasic.FileIO .TextFieldParser.ReadToEnd() |
| get_HasFieldsEnclosedInQuotes() | Microsoft.VisualBasic.FileIO .TextFieldParser .get_HasFieldsEnclosedInQuotes() |
| set_HasFieldsEnclosedInQuotes(Boolean) | Microsoft.VisualBasic.FileIO .TextFieldParser .set_HasFieldsEnclosedInQuotes(Boolean) |
| Close() | Microsoft.VisualBasic.FileIO .TextFieldParser.Close() |
| Dispose() | Microsoft.VisualBasic.FileIO .TextFieldParser.Dispose() |
| Dispose(Boolean) | Microsoft.VisualBasic.FileIO .TextFieldParser.Dispose(Boolean) |
| Finalize() | Microsoft.VisualBasic.FileIO .TextFieldParser.Finalize() |
| FieldType | Microsoft.VisualBasic.FileIO.FieldType |
| value__ | Microsoft.VisualBasic.FileIO.FieldType .value__ |
| Delimited | Microsoft.VisualBasic.FileIO.FieldType .Delimited |
| FixedWidth | Microsoft.VisualBasic.FileIO.FieldType .FixedWidth |
| BooleanType | Microsoft.VisualBasic.CompilerServices .BooleanType |
| FromString(String) | Microsoft.VisualBasic.CompilerServices .BooleanType.FromString(String) |
| FromObject(Object) | Microsoft.VisualBasic.CompilerServices .BooleanType.FromObject(Object) |
| ByteType | Microsoft.VisualBasic.CompilerServices .ByteType |
| FromString(String) | Microsoft.VisualBasic.CompilerServices .ByteType.FromString(String) |
| FromObject(Object) | Microsoft.VisualBasic.CompilerServices .ByteType.FromObject(Object) |
| CharType | Microsoft.VisualBasic.CompilerServices .CharType |
| FromString(String) | Microsoft.VisualBasic.CompilerServices .CharType.FromString(String) |
| FromObject(Object) | Microsoft.VisualBasic.CompilerServices .CharType.FromObject(Object) |
| CharArrayType | Microsoft.VisualBasic.CompilerServices .CharArrayType |
| FromString(String) | Microsoft.VisualBasic.CompilerServices .CharArrayType.FromString(String) |
| FromObject(Object) | Microsoft.VisualBasic.CompilerServices .CharArrayType.FromObject(Object) |
| DateType | Microsoft.VisualBasic.CompilerServices .DateType |
| FromString(String) | Microsoft.VisualBasic.CompilerServices .DateType.FromString(String) |
| FromString(String,CultureInfo) | Microsoft.VisualBasic.CompilerServices .DateType.FromString(String,CultureInfo) |
| FromObject(Object) | Microsoft.VisualBasic.CompilerServices .DateType.FromObject(Object) |
| DecimalType | Microsoft.VisualBasic.CompilerServices .DecimalType |
| FromBoolean(Boolean) | Microsoft.VisualBasic.CompilerServices .DecimalType.FromBoolean(Boolean) |
| FromString(String) | Microsoft.VisualBasic.CompilerServices .DecimalType.FromString(String) |
| FromString(String,NumberFormatInfo) | Microsoft.VisualBasic.CompilerServices .DecimalType.FromString(String ,NumberFormatInfo) |
| FromObject(Object) | Microsoft.VisualBasic.CompilerServices .DecimalType.FromObject(Object) |
| FromObject(Object,NumberFormatInfo) | Microsoft.VisualBasic.CompilerServices .DecimalType.FromObject(Object ,NumberFormatInfo) |
| Parse(String,NumberFormatInfo) | Microsoft.VisualBasic.CompilerServices .DecimalType.Parse(String ,NumberFormatInfo) |
| DoubleType | Microsoft.VisualBasic.CompilerServices .DoubleType |
| FromString(String) | Microsoft.VisualBasic.CompilerServices .DoubleType.FromString(String) |
| FromString(String,NumberFormatInfo) | Microsoft.VisualBasic.CompilerServices .DoubleType.FromString(String ,NumberFormatInfo) |
| FromObject(Object) | Microsoft.VisualBasic.CompilerServices .DoubleType.FromObject(Object) |
| FromObject(Object,NumberFormatInfo) | Microsoft.VisualBasic.CompilerServices .DoubleType.FromObject(Object ,NumberFormatInfo) |
| Parse(String) | Microsoft.VisualBasic.CompilerServices .DoubleType.Parse(String) |
| Parse(String,NumberFormatInfo) | Microsoft.VisualBasic.CompilerServices .DoubleType.Parse(String ,NumberFormatInfo) |
| IntegerType | Microsoft.VisualBasic.CompilerServices .IntegerType |
| FromString(String) | Microsoft.VisualBasic.CompilerServices .IntegerType.FromString(String) |
| FromObject(Object) | Microsoft.VisualBasic.CompilerServices .IntegerType.FromObject(Object) |
| LateBinding | Microsoft.VisualBasic.CompilerServices .LateBinding |
| LateGet(Object,Type,String,Object[] ,String[],Boolean[]) | Microsoft.VisualBasic.CompilerServices .LateBinding.LateGet(Object,Type,String ,Object[],String[],Boolean[]) |
| LateSetComplex(Object,Type,String ,Object[],String[],Boolean,Boolean) | Microsoft.VisualBasic.CompilerServices .LateBinding.LateSetComplex(Object,Type ,String,Object[],String[],Boolean ,Boolean) |
| LateSet(Object,Type,String,Object[] ,String[]) | Microsoft.VisualBasic.CompilerServices .LateBinding.LateSet(Object,Type,String ,Object[],String[]) |
| LateIndexGet(Object,Object[],String[]) | Microsoft.VisualBasic.CompilerServices .LateBinding.LateIndexGet(Object ,Object[],String[]) |
| LateIndexSetComplex(Object,Object[] ,String[],Boolean,Boolean) | Microsoft.VisualBasic.CompilerServices .LateBinding.LateIndexSetComplex(Object ,Object[],String[],Boolean,Boolean) |
| LateIndexSet(Object,Object[],String[]) | Microsoft.VisualBasic.CompilerServices .LateBinding.LateIndexSet(Object ,Object[],String[]) |
| LateCall(Object,Type,String,Object[] ,String[],Boolean[]) | Microsoft.VisualBasic.CompilerServices .LateBinding.LateCall(Object,Type,String ,Object[],String[],Boolean[]) |
| LikeOperator | Microsoft.VisualBasic.CompilerServices .LikeOperator |
| LikeObject(Object,Object,CompareMethod) | Microsoft.VisualBasic.CompilerServices .LikeOperator.LikeObject(Object,Object ,CompareMethod) |
| LikeString(String,String,CompareMethod) | Microsoft.VisualBasic.CompilerServices .LikeOperator.LikeString(String,String ,CompareMethod) |
| LongType | Microsoft.VisualBasic.CompilerServices .LongType |
| FromString(String) | Microsoft.VisualBasic.CompilerServices .LongType.FromString(String) |
| FromObject(Object) | Microsoft.VisualBasic.CompilerServices .LongType.FromObject(Object) |
| ObjectType | Microsoft.VisualBasic.CompilerServices .ObjectType |
| .ctor() | Microsoft.VisualBasic.CompilerServices .ObjectType..ctor() |
| ObjTst(Object,Object,Boolean) | Microsoft.VisualBasic.CompilerServices .ObjectType.ObjTst(Object,Object,Boolean ) |
| PlusObj(Object) | Microsoft.VisualBasic.CompilerServices .ObjectType.PlusObj(Object) |
| NegObj(Object) | Microsoft.VisualBasic.CompilerServices .ObjectType.NegObj(Object) |
| NotObj(Object) | Microsoft.VisualBasic.CompilerServices .ObjectType.NotObj(Object) |
| BitAndObj(Object,Object) | Microsoft.VisualBasic.CompilerServices .ObjectType.BitAndObj(Object,Object) |
| BitOrObj(Object,Object) | Microsoft.VisualBasic.CompilerServices .ObjectType.BitOrObj(Object,Object) |
| BitXorObj(Object,Object) | Microsoft.VisualBasic.CompilerServices .ObjectType.BitXorObj(Object,Object) |
| AddObj(Object,Object) | Microsoft.VisualBasic.CompilerServices .ObjectType.AddObj(Object,Object) |
| SubObj(Object,Object) | Microsoft.VisualBasic.CompilerServices .ObjectType.SubObj(Object,Object) |
| MulObj(Object,Object) | Microsoft.VisualBasic.CompilerServices .ObjectType.MulObj(Object,Object) |
| DivObj(Object,Object) | Microsoft.VisualBasic.CompilerServices .ObjectType.DivObj(Object,Object) |
| PowObj(Object,Object) | Microsoft.VisualBasic.CompilerServices .ObjectType.PowObj(Object,Object) |
| ModObj(Object,Object) | Microsoft.VisualBasic.CompilerServices .ObjectType.ModObj(Object,Object) |
| IDivObj(Object,Object) | Microsoft.VisualBasic.CompilerServices .ObjectType.IDivObj(Object,Object) |
| ShiftLeftObj(Object,Int32) | Microsoft.VisualBasic.CompilerServices .ObjectType.ShiftLeftObj(Object,Int32) |
| ShiftRightObj(Object,Int32) | Microsoft.VisualBasic.CompilerServices .ObjectType.ShiftRightObj(Object,Int32) |
| XorObj(Object,Object) | Microsoft.VisualBasic.CompilerServices .ObjectType.XorObj(Object,Object) |
| LikeObj(Object,Object,CompareMethod) | Microsoft.VisualBasic.CompilerServices .ObjectType.LikeObj(Object,Object ,CompareMethod) |
| StrCatObj(Object,Object) | Microsoft.VisualBasic.CompilerServices .ObjectType.StrCatObj(Object,Object) |
| GetObjectValuePrimitive(Object) | Microsoft.VisualBasic.CompilerServices .ObjectType.GetObjectValuePrimitive (Object) |
| ShortType | Microsoft.VisualBasic.CompilerServices .ShortType |
| FromString(String) | Microsoft.VisualBasic.CompilerServices .ShortType.FromString(String) |
| FromObject(Object) | Microsoft.VisualBasic.CompilerServices .ShortType.FromObject(Object) |
| SingleType | Microsoft.VisualBasic.CompilerServices .SingleType |
| FromString(String) | Microsoft.VisualBasic.CompilerServices .SingleType.FromString(String) |
| FromString(String,NumberFormatInfo) | Microsoft.VisualBasic.CompilerServices .SingleType.FromString(String ,NumberFormatInfo) |
| FromObject(Object) | Microsoft.VisualBasic.CompilerServices .SingleType.FromObject(Object) |
| FromObject(Object,NumberFormatInfo) | Microsoft.VisualBasic.CompilerServices .SingleType.FromObject(Object ,NumberFormatInfo) |
| StringType | Microsoft.VisualBasic.CompilerServices .StringType |
| FromBoolean(Boolean) | Microsoft.VisualBasic.CompilerServices .StringType.FromBoolean(Boolean) |
| FromByte(Byte) | Microsoft.VisualBasic.CompilerServices .StringType.FromByte(Byte) |
| FromChar(Char) | Microsoft.VisualBasic.CompilerServices .StringType.FromChar(Char) |
| FromShort(Int16) | Microsoft.VisualBasic.CompilerServices .StringType.FromShort(Int16) |
| FromInteger(Int32) | Microsoft.VisualBasic.CompilerServices .StringType.FromInteger(Int32) |
| FromLong(Int64) | Microsoft.VisualBasic.CompilerServices .StringType.FromLong(Int64) |
| FromSingle(Single) | Microsoft.VisualBasic.CompilerServices .StringType.FromSingle(Single) |
| FromDouble(Double) | Microsoft.VisualBasic.CompilerServices .StringType.FromDouble(Double) |
| FromSingle(Single,NumberFormatInfo) | Microsoft.VisualBasic.CompilerServices .StringType.FromSingle(Single ,NumberFormatInfo) |
| FromDouble(Double,NumberFormatInfo) | Microsoft.VisualBasic.CompilerServices .StringType.FromDouble(Double ,NumberFormatInfo) |
| FromDate(DateTime) | Microsoft.VisualBasic.CompilerServices .StringType.FromDate(DateTime) |
| FromDecimal(Decimal) | Microsoft.VisualBasic.CompilerServices .StringType.FromDecimal(Decimal) |
| FromDecimal(Decimal,NumberFormatInfo) | Microsoft.VisualBasic.CompilerServices .StringType.FromDecimal(Decimal ,NumberFormatInfo) |
| FromObject(Object) | Microsoft.VisualBasic.CompilerServices .StringType.FromObject(Object) |
| StrCmp(String,String,Boolean) | Microsoft.VisualBasic.CompilerServices .StringType.StrCmp(String,String,Boolean ) |
| StrLike(String,String,CompareMethod) | Microsoft.VisualBasic.CompilerServices .StringType.StrLike(String,String ,CompareMethod) |
| StrLikeBinary(String,String) | Microsoft.VisualBasic.CompilerServices .StringType.StrLikeBinary(String,String) |
| StrLikeText(String,String) | Microsoft.VisualBasic.CompilerServices .StringType.StrLikeText(String,String) |
| MidStmtStr(String&,Int32,Int32,String) | Microsoft.VisualBasic.CompilerServices .StringType.MidStmtStr(String&,Int32 ,Int32,String) |
| Versioned | Microsoft.VisualBasic.CompilerServices .Versioned |
| CallByName(Object,String,CallType ,Object[]) | Microsoft.VisualBasic.CompilerServices .Versioned.CallByName(Object,String ,CallType,Object[]) |
| IsNumeric(Object) | Microsoft.VisualBasic.CompilerServices .Versioned.IsNumeric(Object) |
| TypeName(Object) | Microsoft.VisualBasic.CompilerServices .Versioned.TypeName(Object) |
| SystemTypeName(String) | Microsoft.VisualBasic.CompilerServices .Versioned.SystemTypeName(String) |
| VbTypeName(String) | Microsoft.VisualBasic.CompilerServices .Versioned.VbTypeName(String) |
| Collection | Microsoft.VisualBasic.Collection |
| .ctor() | Microsoft.VisualBasic.Collection..ctor() |
| Add(Object,String,Object,Object) | Microsoft.VisualBasic.Collection.Add (Object,String,Object,Object) |
| Clear() | Microsoft.VisualBasic.Collection.Clear() |
| Contains(String) | Microsoft.VisualBasic.Collection .Contains(String) |
| Remove(String) | Microsoft.VisualBasic.Collection.Remove (String) |
| Remove(Int32) | Microsoft.VisualBasic.Collection.Remove (Int32) |
| get_Item(Int32) | Microsoft.VisualBasic.Collection .get_Item(Int32) |
| get_Item(String) | Microsoft.VisualBasic.Collection .get_Item(String) |
| get_Item(Object) | Microsoft.VisualBasic.Collection .get_Item(Object) |
| get_Count() | Microsoft.VisualBasic.Collection .get_Count() |
| GetEnumerator() | Microsoft.VisualBasic.Collection .GetEnumerator() |
| ComClassAttribute | Microsoft.VisualBasic.ComClassAttribute |
| .ctor() | Microsoft.VisualBasic.ComClassAttribute. .ctor() |
| .ctor(String) | Microsoft.VisualBasic.ComClassAttribute. .ctor(String) |
| .ctor(String,String) | Microsoft.VisualBasic.ComClassAttribute. .ctor(String,String) |
| .ctor(String,String,String) | Microsoft.VisualBasic.ComClassAttribute. .ctor(String,String,String) |
| get_ClassID() | Microsoft.VisualBasic.ComClassAttribute .get_ClassID() |
| get_InterfaceID() | Microsoft.VisualBasic.ComClassAttribute .get_InterfaceID() |
| get_EventID() | Microsoft.VisualBasic.ComClassAttribute .get_EventID() |
| get_InterfaceShadows() | Microsoft.VisualBasic.ComClassAttribute .get_InterfaceShadows() |
| set_InterfaceShadows(Boolean) | Microsoft.VisualBasic.ComClassAttribute .set_InterfaceShadows(Boolean) |
| ControlChars | Microsoft.VisualBasic.ControlChars |
| .ctor() | Microsoft.VisualBasic.ControlChars..ctor () |
| CrLf | Microsoft.VisualBasic.ControlChars.CrLf |
| NewLine | Microsoft.VisualBasic.ControlChars .NewLine |
| Cr | Microsoft.VisualBasic.ControlChars.Cr |
| Lf | Microsoft.VisualBasic.ControlChars.Lf |
| Back | Microsoft.VisualBasic.ControlChars.Back |
| FormFeed | Microsoft.VisualBasic.ControlChars .FormFeed |
| Tab | Microsoft.VisualBasic.ControlChars.Tab |
| VerticalTab | Microsoft.VisualBasic.ControlChars .VerticalTab |
| NullChar | Microsoft.VisualBasic.ControlChars .NullChar |
| Quote | Microsoft.VisualBasic.ControlChars.Quote |
| Conversion | Microsoft.VisualBasic.Conversion |
| ErrorToString() | Microsoft.VisualBasic.Conversion .ErrorToString() |
| ErrorToString(Int32) | Microsoft.VisualBasic.Conversion .ErrorToString(Int32) |
| Fix(Int16) | Microsoft.VisualBasic.Conversion.Fix (Int16) |
| Fix(Int32) | Microsoft.VisualBasic.Conversion.Fix (Int32) |
| Fix(Int64) | Microsoft.VisualBasic.Conversion.Fix (Int64) |
| Fix(Double) | Microsoft.VisualBasic.Conversion.Fix (Double) |
| Fix(Single) | Microsoft.VisualBasic.Conversion.Fix (Single) |
| Fix(Decimal) | Microsoft.VisualBasic.Conversion.Fix (Decimal) |
| Fix(Object) | Microsoft.VisualBasic.Conversion.Fix (Object) |
| Int(Int16) | Microsoft.VisualBasic.Conversion.Int (Int16) |
| Int(Int32) | Microsoft.VisualBasic.Conversion.Int (Int32) |
| Int(Int64) | Microsoft.VisualBasic.Conversion.Int (Int64) |
| Int(Double) | Microsoft.VisualBasic.Conversion.Int (Double) |
| Int(Single) | Microsoft.VisualBasic.Conversion.Int (Single) |
| Int(Decimal) | Microsoft.VisualBasic.Conversion.Int (Decimal) |
| Int(Object) | Microsoft.VisualBasic.Conversion.Int (Object) |
| Hex(SByte) | Microsoft.VisualBasic.Conversion.Hex (SByte) |
| Hex(Byte) | Microsoft.VisualBasic.Conversion.Hex (Byte) |
| Hex(Int16) | Microsoft.VisualBasic.Conversion.Hex (Int16) |
| Hex(UInt16) | Microsoft.VisualBasic.Conversion.Hex (UInt16) |
| Hex(Int32) | Microsoft.VisualBasic.Conversion.Hex (Int32) |
| Hex(UInt32) | Microsoft.VisualBasic.Conversion.Hex (UInt32) |
| Hex(Int64) | Microsoft.VisualBasic.Conversion.Hex (Int64) |
| Hex(UInt64) | Microsoft.VisualBasic.Conversion.Hex (UInt64) |
| Hex(Object) | Microsoft.VisualBasic.Conversion.Hex (Object) |
| Oct(SByte) | Microsoft.VisualBasic.Conversion.Oct (SByte) |
| Oct(Byte) | Microsoft.VisualBasic.Conversion.Oct (Byte) |
| Oct(Int16) | Microsoft.VisualBasic.Conversion.Oct (Int16) |
| Oct(UInt16) | Microsoft.VisualBasic.Conversion.Oct (UInt16) |
| Oct(Int32) | Microsoft.VisualBasic.Conversion.Oct (Int32) |
| Oct(UInt32) | Microsoft.VisualBasic.Conversion.Oct (UInt32) |
| Oct(Int64) | Microsoft.VisualBasic.Conversion.Oct (Int64) |
| Oct(UInt64) | Microsoft.VisualBasic.Conversion.Oct (UInt64) |
| Oct(Object) | Microsoft.VisualBasic.Conversion.Oct (Object) |
| Str(Object) | Microsoft.VisualBasic.Conversion.Str (Object) |
| Val(String) | Microsoft.VisualBasic.Conversion.Val (String) |
| Val(Char) | Microsoft.VisualBasic.Conversion.Val (Char) |
| Val(Object) | Microsoft.VisualBasic.Conversion.Val (Object) |
| CTypeDynamic(Object,Type) | Microsoft.VisualBasic.Conversion .CTypeDynamic(Object,Type) |
| CTypeDynamic<TargetType>(Object) | Microsoft.VisualBasic.Conversion .CTypeDynamic<TargetType>(Object) |
| DateAndTime | Microsoft.VisualBasic.DateAndTime |
| get_Today() | Microsoft.VisualBasic.DateAndTime .get_Today() |
| set_Today(DateTime) | Microsoft.VisualBasic.DateAndTime .set_Today(DateTime) |
| get_Now() | Microsoft.VisualBasic.DateAndTime .get_Now() |
| get_TimeOfDay() | Microsoft.VisualBasic.DateAndTime .get_TimeOfDay() |
| set_TimeOfDay(DateTime) | Microsoft.VisualBasic.DateAndTime .set_TimeOfDay(DateTime) |
| get_TimeString() | Microsoft.VisualBasic.DateAndTime .get_TimeString() |
| set_TimeString(String) | Microsoft.VisualBasic.DateAndTime .set_TimeString(String) |
| get_DateString() | Microsoft.VisualBasic.DateAndTime .get_DateString() |
| set_DateString(String) | Microsoft.VisualBasic.DateAndTime .set_DateString(String) |
| get_Timer() | Microsoft.VisualBasic.DateAndTime .get_Timer() |
| DateAdd(DateInterval,Double,DateTime) | Microsoft.VisualBasic.DateAndTime .DateAdd(DateInterval,Double,DateTime) |
| DateDiff(DateInterval,DateTime,DateTime ,FirstDayOfWeek,FirstWeekOfYear) | Microsoft.VisualBasic.DateAndTime .DateDiff(DateInterval,DateTime,DateTime ,FirstDayOfWeek,FirstWeekOfYear) |
| DatePart(DateInterval,DateTime ,FirstDayOfWeek,FirstWeekOfYear) | Microsoft.VisualBasic.DateAndTime .DatePart(DateInterval,DateTime ,FirstDayOfWeek,FirstWeekOfYear) |
| DateAdd(String,Double,Object) | Microsoft.VisualBasic.DateAndTime .DateAdd(String,Double,Object) |
| DateDiff(String,Object,Object ,FirstDayOfWeek,FirstWeekOfYear) | Microsoft.VisualBasic.DateAndTime .DateDiff(String,Object,Object ,FirstDayOfWeek,FirstWeekOfYear) |
| DatePart(String,Object,FirstDayOfWeek ,FirstWeekOfYear) | Microsoft.VisualBasic.DateAndTime .DatePart(String,Object,FirstDayOfWeek ,FirstWeekOfYear) |
| DateSerial(Int32,Int32,Int32) | Microsoft.VisualBasic.DateAndTime .DateSerial(Int32,Int32,Int32) |
| TimeSerial(Int32,Int32,Int32) | Microsoft.VisualBasic.DateAndTime .TimeSerial(Int32,Int32,Int32) |
| DateValue(String) | Microsoft.VisualBasic.DateAndTime .DateValue(String) |
| TimeValue(String) | Microsoft.VisualBasic.DateAndTime .TimeValue(String) |
| Year(DateTime) | Microsoft.VisualBasic.DateAndTime.Year (DateTime) |
| Month(DateTime) | Microsoft.VisualBasic.DateAndTime.Month (DateTime) |
| Day(DateTime) | Microsoft.VisualBasic.DateAndTime.Day (DateTime) |
| Hour(DateTime) | Microsoft.VisualBasic.DateAndTime.Hour (DateTime) |
| Minute(DateTime) | Microsoft.VisualBasic.DateAndTime.Minute (DateTime) |
| Second(DateTime) | Microsoft.VisualBasic.DateAndTime.Second (DateTime) |
| Weekday(DateTime,FirstDayOfWeek) | Microsoft.VisualBasic.DateAndTime .Weekday(DateTime,FirstDayOfWeek) |
| MonthName(Int32,Boolean) | Microsoft.VisualBasic.DateAndTime .MonthName(Int32,Boolean) |
| WeekdayName(Int32,Boolean,FirstDayOfWeek ) | Microsoft.VisualBasic.DateAndTime .WeekdayName(Int32,Boolean ,FirstDayOfWeek) |
| ErrObject | Microsoft.VisualBasic.ErrObject |
| get_Erl() | Microsoft.VisualBasic.ErrObject.get_Erl( ) |
| get_Number() | Microsoft.VisualBasic.ErrObject .get_Number() |
| set_Number(Int32) | Microsoft.VisualBasic.ErrObject .set_Number(Int32) |
| get_Description() | Microsoft.VisualBasic.ErrObject .get_Description() |
| set_Description(String) | Microsoft.VisualBasic.ErrObject .set_Description(String) |
| GetException() | Microsoft.VisualBasic.ErrObject .GetException() |
| Clear() | Microsoft.VisualBasic.ErrObject.Clear() |
| Raise(Int32,Object,Object,Object,Object) | Microsoft.VisualBasic.ErrObject.Raise (Int32,Object,Object,Object,Object) |
| get_LastDllError() | Microsoft.VisualBasic.ErrObject .get_LastDllError() |
| FileSystem | Microsoft.VisualBasic.FileSystem |
| ChDir(String) | Microsoft.VisualBasic.FileSystem.ChDir (String) |
| ChDrive(Char) | Microsoft.VisualBasic.FileSystem.ChDrive (Char) |
| ChDrive(String) | Microsoft.VisualBasic.FileSystem.ChDrive (String) |
| CurDir() | Microsoft.VisualBasic.FileSystem.CurDir( ) |
| CurDir(Char) | Microsoft.VisualBasic.FileSystem.CurDir (Char) |
| Dir() | Microsoft.VisualBasic.FileSystem.Dir() |
| Dir(String,FileAttribute) | Microsoft.VisualBasic.FileSystem.Dir (String,FileAttribute) |
| MkDir(String) | Microsoft.VisualBasic.FileSystem.MkDir (String) |
| RmDir(String) | Microsoft.VisualBasic.FileSystem.RmDir (String) |
| FileCopy(String,String) | Microsoft.VisualBasic.FileSystem .FileCopy(String,String) |
| FileDateTime(String) | Microsoft.VisualBasic.FileSystem .FileDateTime(String) |
| FileLen(String) | Microsoft.VisualBasic.FileSystem.FileLen (String) |
| GetAttr(String) | Microsoft.VisualBasic.FileSystem.GetAttr (String) |
| Kill(String) | Microsoft.VisualBasic.FileSystem.Kill (String) |
| SetAttr(String,FileAttribute) | Microsoft.VisualBasic.FileSystem.SetAttr (String,FileAttribute) |
| FileOpen(Int32,String,OpenMode ,OpenAccess,OpenShare,Int32) | Microsoft.VisualBasic.FileSystem .FileOpen(Int32,String,OpenMode ,OpenAccess,OpenShare,Int32) |
| FileClose(Int32[]) | Microsoft.VisualBasic.FileSystem .FileClose(Int32[]) |
| FileGetObject(Int32,Object&,Int64) | Microsoft.VisualBasic.FileSystem .FileGetObject(Int32,Object&,Int64) |
| FileGet(Int32,ValueType&,Int64) | Microsoft.VisualBasic.FileSystem.FileGet (Int32,ValueType&,Int64) |
| FileGet(Int32,Array&,Int64,Boolean ,Boolean) | Microsoft.VisualBasic.FileSystem.FileGet (Int32,Array&,Int64,Boolean,Boolean) |
| FileGet(Int32,Boolean&,Int64) | Microsoft.VisualBasic.FileSystem.FileGet (Int32,Boolean&,Int64) |
| FileGet(Int32,Byte&,Int64) | Microsoft.VisualBasic.FileSystem.FileGet (Int32,Byte&,Int64) |
| FileGet(Int32,Int16&,Int64) | Microsoft.VisualBasic.FileSystem.FileGet (Int32,Int16&,Int64) |
| FileGet(Int32,Int32&,Int64) | Microsoft.VisualBasic.FileSystem.FileGet (Int32,Int32&,Int64) |
| FileGet(Int32,Int64&,Int64) | Microsoft.VisualBasic.FileSystem.FileGet (Int32,Int64&,Int64) |
| FileGet(Int32,Char&,Int64) | Microsoft.VisualBasic.FileSystem.FileGet (Int32,Char&,Int64) |
| FileGet(Int32,Single&,Int64) | Microsoft.VisualBasic.FileSystem.FileGet (Int32,Single&,Int64) |
| FileGet(Int32,Double&,Int64) | Microsoft.VisualBasic.FileSystem.FileGet (Int32,Double&,Int64) |
| FileGet(Int32,Decimal&,Int64) | Microsoft.VisualBasic.FileSystem.FileGet (Int32,Decimal&,Int64) |
| FileGet(Int32,String&,Int64,Boolean) | Microsoft.VisualBasic.FileSystem.FileGet (Int32,String&,Int64,Boolean) |
| FileGet(Int32,DateTime&,Int64) | Microsoft.VisualBasic.FileSystem.FileGet (Int32,DateTime&,Int64) |
| FilePutObject(Int32,Object,Int64) | Microsoft.VisualBasic.FileSystem .FilePutObject(Int32,Object,Int64) |
| FilePut(Object,Object,Object) | Microsoft.VisualBasic.FileSystem.FilePut (Object,Object,Object) |
| FilePut(Int32,ValueType,Int64) | Microsoft.VisualBasic.FileSystem.FilePut (Int32,ValueType,Int64) |
| FilePut(Int32,Array,Int64,Boolean ,Boolean) | Microsoft.VisualBasic.FileSystem.FilePut (Int32,Array,Int64,Boolean,Boolean) |
| FilePut(Int32,Boolean,Int64) | Microsoft.VisualBasic.FileSystem.FilePut (Int32,Boolean,Int64) |
| FilePut(Int32,Byte,Int64) | Microsoft.VisualBasic.FileSystem.FilePut (Int32,Byte,Int64) |
| FilePut(Int32,Int16,Int64) | Microsoft.VisualBasic.FileSystem.FilePut (Int32,Int16,Int64) |
| FilePut(Int32,Int32,Int64) | Microsoft.VisualBasic.FileSystem.FilePut (Int32,Int32,Int64) |
| FilePut(Int32,Int64,Int64) | Microsoft.VisualBasic.FileSystem.FilePut (Int32,Int64,Int64) |
| FilePut(Int32,Char,Int64) | Microsoft.VisualBasic.FileSystem.FilePut (Int32,Char,Int64) |
| FilePut(Int32,Single,Int64) | Microsoft.VisualBasic.FileSystem.FilePut (Int32,Single,Int64) |
| FilePut(Int32,Double,Int64) | Microsoft.VisualBasic.FileSystem.FilePut (Int32,Double,Int64) |
| FilePut(Int32,Decimal,Int64) | Microsoft.VisualBasic.FileSystem.FilePut (Int32,Decimal,Int64) |
| FilePut(Int32,String,Int64,Boolean) | Microsoft.VisualBasic.FileSystem.FilePut (Int32,String,Int64,Boolean) |
| FilePut(Int32,DateTime,Int64) | Microsoft.VisualBasic.FileSystem.FilePut (Int32,DateTime,Int64) |
| Print(Int32,Object[]) | Microsoft.VisualBasic.FileSystem.Print (Int32,Object[]) |
| PrintLine(Int32,Object[]) | Microsoft.VisualBasic.FileSystem .PrintLine(Int32,Object[]) |
| Input(Int32,Object&) | Microsoft.VisualBasic.FileSystem.Input (Int32,Object&) |
| Input(Int32,Boolean&) | Microsoft.VisualBasic.FileSystem.Input (Int32,Boolean&) |
| Input(Int32,Byte&) | Microsoft.VisualBasic.FileSystem.Input (Int32,Byte&) |
| Input(Int32,Int16&) | Microsoft.VisualBasic.FileSystem.Input (Int32,Int16&) |
| Input(Int32,Int32&) | Microsoft.VisualBasic.FileSystem.Input (Int32,Int32&) |
| Input(Int32,Int64&) | Microsoft.VisualBasic.FileSystem.Input (Int32,Int64&) |
| Input(Int32,Char&) | Microsoft.VisualBasic.FileSystem.Input (Int32,Char&) |
| Input(Int32,Single&) | Microsoft.VisualBasic.FileSystem.Input (Int32,Single&) |
| Input(Int32,Double&) | Microsoft.VisualBasic.FileSystem.Input (Int32,Double&) |
| Input(Int32,Decimal&) | Microsoft.VisualBasic.FileSystem.Input (Int32,Decimal&) |
| Input(Int32,String&) | Microsoft.VisualBasic.FileSystem.Input (Int32,String&) |
| Input(Int32,DateTime&) | Microsoft.VisualBasic.FileSystem.Input (Int32,DateTime&) |
| Write(Int32,Object[]) | Microsoft.VisualBasic.FileSystem.Write (Int32,Object[]) |
| WriteLine(Int32,Object[]) | Microsoft.VisualBasic.FileSystem .WriteLine(Int32,Object[]) |
| InputString(Int32,Int32) | Microsoft.VisualBasic.FileSystem .InputString(Int32,Int32) |
| LineInput(Int32) | Microsoft.VisualBasic.FileSystem .LineInput(Int32) |
| Lock(Int32) | Microsoft.VisualBasic.FileSystem.Lock (Int32) |
| Lock(Int32,Int64) | Microsoft.VisualBasic.FileSystem.Lock (Int32,Int64) |
| Lock(Int32,Int64,Int64) | Microsoft.VisualBasic.FileSystem.Lock (Int32,Int64,Int64) |
| Unlock(Int32) | Microsoft.VisualBasic.FileSystem.Unlock (Int32) |
| Unlock(Int32,Int64) | Microsoft.VisualBasic.FileSystem.Unlock (Int32,Int64) |
| Unlock(Int32,Int64,Int64) | Microsoft.VisualBasic.FileSystem.Unlock (Int32,Int64,Int64) |
| FileWidth(Int32,Int32) | Microsoft.VisualBasic.FileSystem .FileWidth(Int32,Int32) |
| FreeFile() | Microsoft.VisualBasic.FileSystem .FreeFile() |
| Seek(Int32,Int64) | Microsoft.VisualBasic.FileSystem.Seek (Int32,Int64) |
| Seek(Int32) | Microsoft.VisualBasic.FileSystem.Seek (Int32) |
| EOF(Int32) | Microsoft.VisualBasic.FileSystem.EOF (Int32) |
| Loc(Int32) | Microsoft.VisualBasic.FileSystem.Loc (Int32) |
| LOF(Int32) | Microsoft.VisualBasic.FileSystem.LOF (Int32) |
| TAB() | Microsoft.VisualBasic.FileSystem.TAB() |
| TAB(Int16) | Microsoft.VisualBasic.FileSystem.TAB (Int16) |
| SPC(Int16) | Microsoft.VisualBasic.FileSystem.SPC (Int16) |
| FileAttr(Int32) | Microsoft.VisualBasic.FileSystem .FileAttr(Int32) |
| Reset() | Microsoft.VisualBasic.FileSystem.Reset() |
| Rename(String,String) | Microsoft.VisualBasic.FileSystem.Rename (String,String) |
| Financial | Microsoft.VisualBasic.Financial |
| DDB(Double,Double,Double,Double,Double) | Microsoft.VisualBasic.Financial.DDB (Double,Double,Double,Double,Double) |
| FV(Double,Double,Double,Double,DueDate) | Microsoft.VisualBasic.Financial.FV (Double,Double,Double,Double,DueDate) |
| IPmt(Double,Double,Double,Double,Double ,DueDate) | Microsoft.VisualBasic.Financial.IPmt (Double,Double,Double,Double,Double ,DueDate) |
| IRR(Double[]&,Double) | Microsoft.VisualBasic.Financial.IRR (Double[]&,Double) |
| MIRR(Double[]&,Double,Double) | Microsoft.VisualBasic.Financial.MIRR (Double[]&,Double,Double) |
| NPer(Double,Double,Double,Double,DueDate ) | Microsoft.VisualBasic.Financial.NPer (Double,Double,Double,Double,DueDate) |
| NPV(Double,Double[]&) | Microsoft.VisualBasic.Financial.NPV (Double,Double[]&) |
| Pmt(Double,Double,Double,Double,DueDate) | Microsoft.VisualBasic.Financial.Pmt (Double,Double,Double,Double,DueDate) |
| PPmt(Double,Double,Double,Double,Double ,DueDate) | Microsoft.VisualBasic.Financial.PPmt (Double,Double,Double,Double,Double ,DueDate) |
| PV(Double,Double,Double,Double,DueDate) | Microsoft.VisualBasic.Financial.PV (Double,Double,Double,Double,DueDate) |
| Rate(Double,Double,Double,Double,DueDate ,Double) | Microsoft.VisualBasic.Financial.Rate (Double,Double,Double,Double,DueDate ,Double) |
| SLN(Double,Double,Double) | Microsoft.VisualBasic.Financial.SLN (Double,Double,Double) |
| SYD(Double,Double,Double,Double) | Microsoft.VisualBasic.Financial.SYD (Double,Double,Double,Double) |
| VariantType | Microsoft.VisualBasic.VariantType |
| value__ | Microsoft.VisualBasic.VariantType .value__ |
| Empty | Microsoft.VisualBasic.VariantType.Empty |
| Null | Microsoft.VisualBasic.VariantType.Null |
| Short | Microsoft.VisualBasic.VariantType.Short |
| Integer | Microsoft.VisualBasic.VariantType .Integer |
| Single | Microsoft.VisualBasic.VariantType.Single |
| Double | Microsoft.VisualBasic.VariantType.Double |
| Currency | Microsoft.VisualBasic.VariantType .Currency |
| Date | Microsoft.VisualBasic.VariantType.Date |
| String | Microsoft.VisualBasic.VariantType.String |
| Object | Microsoft.VisualBasic.VariantType.Object |
| Error | Microsoft.VisualBasic.VariantType.Error |
| Boolean | Microsoft.VisualBasic.VariantType .Boolean |
| Variant | Microsoft.VisualBasic.VariantType .Variant |
| DataObject | Microsoft.VisualBasic.VariantType .DataObject |
| Decimal | Microsoft.VisualBasic.VariantType .Decimal |
| Byte | Microsoft.VisualBasic.VariantType.Byte |
| Char | Microsoft.VisualBasic.VariantType.Char |
| Long | Microsoft.VisualBasic.VariantType.Long |
| UserDefinedType | Microsoft.VisualBasic.VariantType .UserDefinedType |
| Array | Microsoft.VisualBasic.VariantType.Array |
| AppWinStyle | Microsoft.VisualBasic.AppWinStyle |
| value__ | Microsoft.VisualBasic.AppWinStyle .value__ |
| Hide | Microsoft.VisualBasic.AppWinStyle.Hide |
| NormalFocus | Microsoft.VisualBasic.AppWinStyle .NormalFocus |
| MinimizedFocus | Microsoft.VisualBasic.AppWinStyle .MinimizedFocus |
| MaximizedFocus | Microsoft.VisualBasic.AppWinStyle .MaximizedFocus |
| NormalNoFocus | Microsoft.VisualBasic.AppWinStyle .NormalNoFocus |
| MinimizedNoFocus | Microsoft.VisualBasic.AppWinStyle .MinimizedNoFocus |
| CompareMethod | Microsoft.VisualBasic.CompareMethod |
| value__ | Microsoft.VisualBasic.CompareMethod .value__ |
| Binary | Microsoft.VisualBasic.CompareMethod .Binary |
| Text | Microsoft.VisualBasic.CompareMethod.Text |
| DateFormat | Microsoft.VisualBasic.DateFormat |
| value__ | Microsoft.VisualBasic.DateFormat.value__ |
| GeneralDate | Microsoft.VisualBasic.DateFormat .GeneralDate |
| LongDate | Microsoft.VisualBasic.DateFormat .LongDate |
| ShortDate | Microsoft.VisualBasic.DateFormat .ShortDate |
| LongTime | Microsoft.VisualBasic.DateFormat .LongTime |
| ShortTime | Microsoft.VisualBasic.DateFormat .ShortTime |
| FirstDayOfWeek | Microsoft.VisualBasic.FirstDayOfWeek |
| value__ | Microsoft.VisualBasic.FirstDayOfWeek .value__ |
| System | Microsoft.VisualBasic.FirstDayOfWeek .System |
| Sunday | Microsoft.VisualBasic.FirstDayOfWeek .Sunday |
| Monday | Microsoft.VisualBasic.FirstDayOfWeek .Monday |
| Tuesday | Microsoft.VisualBasic.FirstDayOfWeek .Tuesday |
| Wednesday | Microsoft.VisualBasic.FirstDayOfWeek .Wednesday |
| Thursday | Microsoft.VisualBasic.FirstDayOfWeek .Thursday |
| Friday | Microsoft.VisualBasic.FirstDayOfWeek .Friday |
| Saturday | Microsoft.VisualBasic.FirstDayOfWeek .Saturday |
| FileAttribute | Microsoft.VisualBasic.FileAttribute |
| value__ | Microsoft.VisualBasic.FileAttribute .value__ |
| Normal | Microsoft.VisualBasic.FileAttribute .Normal |
| ReadOnly | Microsoft.VisualBasic.FileAttribute .ReadOnly |
| Hidden | Microsoft.VisualBasic.FileAttribute .Hidden |
| System | Microsoft.VisualBasic.FileAttribute .System |
| Volume | Microsoft.VisualBasic.FileAttribute .Volume |
| Directory | Microsoft.VisualBasic.FileAttribute .Directory |
| Archive | Microsoft.VisualBasic.FileAttribute .Archive |
| FirstWeekOfYear | Microsoft.VisualBasic.FirstWeekOfYear |
| value__ | Microsoft.VisualBasic.FirstWeekOfYear .value__ |
| System | Microsoft.VisualBasic.FirstWeekOfYear .System |
| Jan1 | Microsoft.VisualBasic.FirstWeekOfYear .Jan1 |
| FirstFourDays | Microsoft.VisualBasic.FirstWeekOfYear .FirstFourDays |
| FirstFullWeek | Microsoft.VisualBasic.FirstWeekOfYear .FirstFullWeek |
| VbStrConv | Microsoft.VisualBasic.VbStrConv |
| value__ | Microsoft.VisualBasic.VbStrConv.value__ |
| None | Microsoft.VisualBasic.VbStrConv.None |
| Uppercase | Microsoft.VisualBasic.VbStrConv .Uppercase |
| Lowercase | Microsoft.VisualBasic.VbStrConv .Lowercase |
| ProperCase | Microsoft.VisualBasic.VbStrConv .ProperCase |
| Wide | Microsoft.VisualBasic.VbStrConv.Wide |
| Narrow | Microsoft.VisualBasic.VbStrConv.Narrow |
| Katakana | Microsoft.VisualBasic.VbStrConv.Katakana |
| Hiragana | Microsoft.VisualBasic.VbStrConv.Hiragana |
| SimplifiedChinese | Microsoft.VisualBasic.VbStrConv .SimplifiedChinese |
| TraditionalChinese | Microsoft.VisualBasic.VbStrConv .TraditionalChinese |
| LinguisticCasing | Microsoft.VisualBasic.VbStrConv .LinguisticCasing |
| TriState | Microsoft.VisualBasic.TriState |
| value__ | Microsoft.VisualBasic.TriState.value__ |
| False | Microsoft.VisualBasic.TriState.False |
| True | Microsoft.VisualBasic.TriState.True |
| UseDefault | Microsoft.VisualBasic.TriState .UseDefault |
| DateInterval | Microsoft.VisualBasic.DateInterval |
| value__ | Microsoft.VisualBasic.DateInterval .value__ |
| Year | Microsoft.VisualBasic.DateInterval.Year |
| Quarter | Microsoft.VisualBasic.DateInterval .Quarter |
| Month | Microsoft.VisualBasic.DateInterval.Month |
| DayOfYear | Microsoft.VisualBasic.DateInterval .DayOfYear |
| Day | Microsoft.VisualBasic.DateInterval.Day |
| WeekOfYear | Microsoft.VisualBasic.DateInterval .WeekOfYear |
| Weekday | Microsoft.VisualBasic.DateInterval .Weekday |
| Hour | Microsoft.VisualBasic.DateInterval.Hour |
| Minute | Microsoft.VisualBasic.DateInterval .Minute |
| Second | Microsoft.VisualBasic.DateInterval .Second |
| DueDate | Microsoft.VisualBasic.DueDate |
| value__ | Microsoft.VisualBasic.DueDate.value__ |
| EndOfPeriod | Microsoft.VisualBasic.DueDate .EndOfPeriod |
| BegOfPeriod | Microsoft.VisualBasic.DueDate .BegOfPeriod |
| OpenMode | Microsoft.VisualBasic.OpenMode |
| value__ | Microsoft.VisualBasic.OpenMode.value__ |
| Input | Microsoft.VisualBasic.OpenMode.Input |
| Output | Microsoft.VisualBasic.OpenMode.Output |
| Random | Microsoft.VisualBasic.OpenMode.Random |
| Append | Microsoft.VisualBasic.OpenMode.Append |
| Binary | Microsoft.VisualBasic.OpenMode.Binary |
| OpenAccess | Microsoft.VisualBasic.OpenAccess |
| value__ | Microsoft.VisualBasic.OpenAccess.value__ |
| Default | Microsoft.VisualBasic.OpenAccess.Default |
| Read | Microsoft.VisualBasic.OpenAccess.Read |
| ReadWrite | Microsoft.VisualBasic.OpenAccess .ReadWrite |
| Write | Microsoft.VisualBasic.OpenAccess.Write |
| OpenShare | Microsoft.VisualBasic.OpenShare |
| value__ | Microsoft.VisualBasic.OpenShare.value__ |
| Default | Microsoft.VisualBasic.OpenShare.Default |
| Shared | Microsoft.VisualBasic.OpenShare.Shared |
| LockRead | Microsoft.VisualBasic.OpenShare.LockRead |
| LockReadWrite | Microsoft.VisualBasic.OpenShare .LockReadWrite |
| LockWrite | Microsoft.VisualBasic.OpenShare .LockWrite |
| TabInfo | Microsoft.VisualBasic.TabInfo |
| Column | Microsoft.VisualBasic.TabInfo.Column |
| SpcInfo | Microsoft.VisualBasic.SpcInfo |
| Count | Microsoft.VisualBasic.SpcInfo.Count |
| MsgBoxResult | Microsoft.VisualBasic.MsgBoxResult |
| value__ | Microsoft.VisualBasic.MsgBoxResult .value__ |
| Ok | Microsoft.VisualBasic.MsgBoxResult.Ok |
| Cancel | Microsoft.VisualBasic.MsgBoxResult .Cancel |
| Abort | Microsoft.VisualBasic.MsgBoxResult.Abort |
| Retry | Microsoft.VisualBasic.MsgBoxResult.Retry |
| Ignore | Microsoft.VisualBasic.MsgBoxResult .Ignore |
| Yes | Microsoft.VisualBasic.MsgBoxResult.Yes |
| No | Microsoft.VisualBasic.MsgBoxResult.No |
| MsgBoxStyle | Microsoft.VisualBasic.MsgBoxStyle |
| value__ | Microsoft.VisualBasic.MsgBoxStyle .value__ |
| OkOnly | Microsoft.VisualBasic.MsgBoxStyle.OkOnly |
| OkCancel | Microsoft.VisualBasic.MsgBoxStyle .OkCancel |
| AbortRetryIgnore | Microsoft.VisualBasic.MsgBoxStyle .AbortRetryIgnore |
| YesNoCancel | Microsoft.VisualBasic.MsgBoxStyle .YesNoCancel |
| YesNo | Microsoft.VisualBasic.MsgBoxStyle.YesNo |
| RetryCancel | Microsoft.VisualBasic.MsgBoxStyle .RetryCancel |
| Critical | Microsoft.VisualBasic.MsgBoxStyle .Critical |
| Question | Microsoft.VisualBasic.MsgBoxStyle .Question |
| Exclamation | Microsoft.VisualBasic.MsgBoxStyle .Exclamation |
| Information | Microsoft.VisualBasic.MsgBoxStyle .Information |
| DefaultButton1 | Microsoft.VisualBasic.MsgBoxStyle .DefaultButton1 |
| DefaultButton2 | Microsoft.VisualBasic.MsgBoxStyle .DefaultButton2 |
| DefaultButton3 | Microsoft.VisualBasic.MsgBoxStyle .DefaultButton3 |
| ApplicationModal | Microsoft.VisualBasic.MsgBoxStyle .ApplicationModal |
| SystemModal | Microsoft.VisualBasic.MsgBoxStyle .SystemModal |
| MsgBoxHelp | Microsoft.VisualBasic.MsgBoxStyle .MsgBoxHelp |
| MsgBoxRight | Microsoft.VisualBasic.MsgBoxStyle .MsgBoxRight |
| MsgBoxRtlReading | Microsoft.VisualBasic.MsgBoxStyle .MsgBoxRtlReading |
| MsgBoxSetForeground | Microsoft.VisualBasic.MsgBoxStyle .MsgBoxSetForeground |
| Information | Microsoft.VisualBasic.Information |
| Err() | Microsoft.VisualBasic.Information.Err() |
| IsArray(Object) | Microsoft.VisualBasic.Information .IsArray(Object) |
| IsDate(Object) | Microsoft.VisualBasic.Information.IsDate (Object) |
| IsDBNull(Object) | Microsoft.VisualBasic.Information .IsDBNull(Object) |
| IsNothing(Object) | Microsoft.VisualBasic.Information .IsNothing(Object) |
| IsError(Object) | Microsoft.VisualBasic.Information .IsError(Object) |
| IsReference(Object) | Microsoft.VisualBasic.Information .IsReference(Object) |
| LBound(Array,Int32) | Microsoft.VisualBasic.Information.LBound (Array,Int32) |
| UBound(Array,Int32) | Microsoft.VisualBasic.Information.UBound (Array,Int32) |
| QBColor(Int32) | Microsoft.VisualBasic.Information .QBColor(Int32) |
| RGB(Int32,Int32,Int32) | Microsoft.VisualBasic.Information.RGB (Int32,Int32,Int32) |
| VarType(Object) | Microsoft.VisualBasic.Information .VarType(Object) |
| IsNumeric(Object) | Microsoft.VisualBasic.Information .IsNumeric(Object) |
| TypeName(Object) | Microsoft.VisualBasic.Information .TypeName(Object) |
| SystemTypeName(String) | Microsoft.VisualBasic.Information .SystemTypeName(String) |
| VbTypeName(String) | Microsoft.VisualBasic.Information .VbTypeName(String) |
| MyGroupCollectionAttribute | Microsoft.VisualBasic .MyGroupCollectionAttribute |
| .ctor(String,String,String,String) | Microsoft.VisualBasic .MyGroupCollectionAttribute..ctor(String ,String,String,String) |
| get_MyGroupName() | Microsoft.VisualBasic .MyGroupCollectionAttribute .get_MyGroupName() |
| get_CreateMethod() | Microsoft.VisualBasic .MyGroupCollectionAttribute .get_CreateMethod() |
| get_DisposeMethod() | Microsoft.VisualBasic .MyGroupCollectionAttribute .get_DisposeMethod() |
| get_DefaultInstanceAlias() | Microsoft.VisualBasic .MyGroupCollectionAttribute .get_DefaultInstanceAlias() |
| VBFixedArrayAttribute | Microsoft.VisualBasic .VBFixedArrayAttribute |
| get_Bounds() | Microsoft.VisualBasic .VBFixedArrayAttribute.get_Bounds() |
| get_Length() | Microsoft.VisualBasic .VBFixedArrayAttribute.get_Length() |
| .ctor(Int32) | Microsoft.VisualBasic .VBFixedArrayAttribute..ctor(Int32) |
| .ctor(Int32,Int32) | Microsoft.VisualBasic .VBFixedArrayAttribute..ctor(Int32,Int32 ) |
| VBFixedStringAttribute | Microsoft.VisualBasic .VBFixedStringAttribute |
| get_Length() | Microsoft.VisualBasic .VBFixedStringAttribute.get_Length() |
| .ctor(Int32) | Microsoft.VisualBasic .VBFixedStringAttribute..ctor(Int32) |
| VBMath | Microsoft.VisualBasic.VBMath |
| Rnd() | Microsoft.VisualBasic.VBMath.Rnd() |
| Rnd(Single) | Microsoft.VisualBasic.VBMath.Rnd(Single) |
| Randomize() | Microsoft.VisualBasic.VBMath.Randomize() |
| Randomize(Double) | Microsoft.VisualBasic.VBMath.Randomize (Double) |
| FileSystem | Microsoft.VisualBasic.FileIO.FileSystem |
| .ctor() | Microsoft.VisualBasic.FileIO.FileSystem. .ctor() |
| get_Drives() | Microsoft.VisualBasic.FileIO.FileSystem .get_Drives() |
| get_CurrentDirectory() | Microsoft.VisualBasic.FileIO.FileSystem .get_CurrentDirectory() |
| set_CurrentDirectory(String) | Microsoft.VisualBasic.FileIO.FileSystem .set_CurrentDirectory(String) |
| CombinePath(String,String) | Microsoft.VisualBasic.FileIO.FileSystem .CombinePath(String,String) |
| DirectoryExists(String) | Microsoft.VisualBasic.FileIO.FileSystem .DirectoryExists(String) |
| FileExists(String) | Microsoft.VisualBasic.FileIO.FileSystem .FileExists(String) |
| FindInFiles(String,String,Boolean ,SearchOption) | Microsoft.VisualBasic.FileIO.FileSystem .FindInFiles(String,String,Boolean ,SearchOption) |
| FindInFiles(String,String,Boolean ,SearchOption,String[]) | Microsoft.VisualBasic.FileIO.FileSystem .FindInFiles(String,String,Boolean ,SearchOption,String[]) |
| GetDirectories(String) | Microsoft.VisualBasic.FileIO.FileSystem .GetDirectories(String) |
| GetDirectories(String,SearchOption ,String[]) | Microsoft.VisualBasic.FileIO.FileSystem .GetDirectories(String,SearchOption ,String[]) |
| GetDirectoryInfo(String) | Microsoft.VisualBasic.FileIO.FileSystem .GetDirectoryInfo(String) |
| GetDriveInfo(String) | Microsoft.VisualBasic.FileIO.FileSystem .GetDriveInfo(String) |
| GetFileInfo(String) | Microsoft.VisualBasic.FileIO.FileSystem .GetFileInfo(String) |
| GetFiles(String) | Microsoft.VisualBasic.FileIO.FileSystem .GetFiles(String) |
| GetFiles(String,SearchOption,String[]) | Microsoft.VisualBasic.FileIO.FileSystem .GetFiles(String,SearchOption,String[]) |
| GetName(String) | Microsoft.VisualBasic.FileIO.FileSystem .GetName(String) |
| GetParentPath(String) | Microsoft.VisualBasic.FileIO.FileSystem .GetParentPath(String) |
| GetTempFileName() | Microsoft.VisualBasic.FileIO.FileSystem .GetTempFileName() |
| OpenTextFieldParser(String) | Microsoft.VisualBasic.FileIO.FileSystem .OpenTextFieldParser(String) |
| OpenTextFieldParser(String,String[]) | Microsoft.VisualBasic.FileIO.FileSystem .OpenTextFieldParser(String,String[]) |
| OpenTextFieldParser(String,Int32[]) | Microsoft.VisualBasic.FileIO.FileSystem .OpenTextFieldParser(String,Int32[]) |
| OpenTextFileReader(String) | Microsoft.VisualBasic.FileIO.FileSystem .OpenTextFileReader(String) |
| OpenTextFileReader(String,Encoding) | Microsoft.VisualBasic.FileIO.FileSystem .OpenTextFileReader(String,Encoding) |
| OpenTextFileWriter(String,Boolean) | Microsoft.VisualBasic.FileIO.FileSystem .OpenTextFileWriter(String,Boolean) |
| OpenTextFileWriter(String,Boolean ,Encoding) | Microsoft.VisualBasic.FileIO.FileSystem .OpenTextFileWriter(String,Boolean ,Encoding) |
| ReadAllBytes(String) | Microsoft.VisualBasic.FileIO.FileSystem .ReadAllBytes(String) |
| ReadAllText(String) | Microsoft.VisualBasic.FileIO.FileSystem .ReadAllText(String) |
| ReadAllText(String,Encoding) | Microsoft.VisualBasic.FileIO.FileSystem .ReadAllText(String,Encoding) |
| CopyDirectory(String,String) | Microsoft.VisualBasic.FileIO.FileSystem .CopyDirectory(String,String) |
| CopyDirectory(String,String,Boolean) | Microsoft.VisualBasic.FileIO.FileSystem .CopyDirectory(String,String,Boolean) |
| CopyDirectory(String,String,UIOption) | Microsoft.VisualBasic.FileIO.FileSystem .CopyDirectory(String,String,UIOption) |
| CopyDirectory(String,String,UIOption ,UICancelOption) | Microsoft.VisualBasic.FileIO.FileSystem .CopyDirectory(String,String,UIOption ,UICancelOption) |
| CopyFile(String,String) | Microsoft.VisualBasic.FileIO.FileSystem .CopyFile(String,String) |
| CopyFile(String,String,Boolean) | Microsoft.VisualBasic.FileIO.FileSystem .CopyFile(String,String,Boolean) |
| CopyFile(String,String,UIOption) | Microsoft.VisualBasic.FileIO.FileSystem .CopyFile(String,String,UIOption) |
| CopyFile(String,String,UIOption ,UICancelOption) | Microsoft.VisualBasic.FileIO.FileSystem .CopyFile(String,String,UIOption ,UICancelOption) |
| CreateDirectory(String) | Microsoft.VisualBasic.FileIO.FileSystem .CreateDirectory(String) |
| DeleteDirectory(String ,DeleteDirectoryOption) | Microsoft.VisualBasic.FileIO.FileSystem .DeleteDirectory(String ,DeleteDirectoryOption) |
| DeleteDirectory(String,UIOption ,RecycleOption) | Microsoft.VisualBasic.FileIO.FileSystem .DeleteDirectory(String,UIOption ,RecycleOption) |
| DeleteDirectory(String,UIOption ,RecycleOption,UICancelOption) | Microsoft.VisualBasic.FileIO.FileSystem .DeleteDirectory(String,UIOption ,RecycleOption,UICancelOption) |
| DeleteFile(String) | Microsoft.VisualBasic.FileIO.FileSystem .DeleteFile(String) |
| DeleteFile(String,UIOption,RecycleOption ) | Microsoft.VisualBasic.FileIO.FileSystem .DeleteFile(String,UIOption ,RecycleOption) |
| DeleteFile(String,UIOption,RecycleOption ,UICancelOption) | Microsoft.VisualBasic.FileIO.FileSystem .DeleteFile(String,UIOption ,RecycleOption,UICancelOption) |
| MoveDirectory(String,String) | Microsoft.VisualBasic.FileIO.FileSystem .MoveDirectory(String,String) |
| MoveDirectory(String,String,Boolean) | Microsoft.VisualBasic.FileIO.FileSystem .MoveDirectory(String,String,Boolean) |
| MoveDirectory(String,String,UIOption) | Microsoft.VisualBasic.FileIO.FileSystem .MoveDirectory(String,String,UIOption) |
| MoveDirectory(String,String,UIOption ,UICancelOption) | Microsoft.VisualBasic.FileIO.FileSystem .MoveDirectory(String,String,UIOption ,UICancelOption) |
| MoveFile(String,String) | Microsoft.VisualBasic.FileIO.FileSystem .MoveFile(String,String) |
| MoveFile(String,String,Boolean) | Microsoft.VisualBasic.FileIO.FileSystem .MoveFile(String,String,Boolean) |
| MoveFile(String,String,UIOption) | Microsoft.VisualBasic.FileIO.FileSystem .MoveFile(String,String,UIOption) |
| MoveFile(String,String,UIOption ,UICancelOption) | Microsoft.VisualBasic.FileIO.FileSystem .MoveFile(String,String,UIOption ,UICancelOption) |
| RenameDirectory(String,String) | Microsoft.VisualBasic.FileIO.FileSystem .RenameDirectory(String,String) |
| RenameFile(String,String) | Microsoft.VisualBasic.FileIO.FileSystem .RenameFile(String,String) |
| WriteAllBytes(String,Byte[],Boolean) | Microsoft.VisualBasic.FileIO.FileSystem .WriteAllBytes(String,Byte[],Boolean) |
| WriteAllText(String,String,Boolean) | Microsoft.VisualBasic.FileIO.FileSystem .WriteAllText(String,String,Boolean) |
| WriteAllText(String,String,Boolean ,Encoding) | Microsoft.VisualBasic.FileIO.FileSystem .WriteAllText(String,String,Boolean ,Encoding) |
| DeleteDirectoryOption | Microsoft.VisualBasic.FileIO .DeleteDirectoryOption |
| value__ | Microsoft.VisualBasic.FileIO .DeleteDirectoryOption.value__ |
| ThrowIfDirectoryNonEmpty | Microsoft.VisualBasic.FileIO .DeleteDirectoryOption .ThrowIfDirectoryNonEmpty |
| DeleteAllContents | Microsoft.VisualBasic.FileIO .DeleteDirectoryOption.DeleteAllContents |
| RecycleOption | Microsoft.VisualBasic.FileIO .RecycleOption |
| value__ | Microsoft.VisualBasic.FileIO .RecycleOption.value__ |
| DeletePermanently | Microsoft.VisualBasic.FileIO .RecycleOption.DeletePermanently |
| SendToRecycleBin | Microsoft.VisualBasic.FileIO .RecycleOption.SendToRecycleBin |
| SearchOption | Microsoft.VisualBasic.FileIO .SearchOption |
| value__ | Microsoft.VisualBasic.FileIO .SearchOption.value__ |
| SearchTopLevelOnly | Microsoft.VisualBasic.FileIO .SearchOption.SearchTopLevelOnly |
| SearchAllSubDirectories | Microsoft.VisualBasic.FileIO .SearchOption.SearchAllSubDirectories |
| UICancelOption | Microsoft.VisualBasic.FileIO .UICancelOption |
| value__ | Microsoft.VisualBasic.FileIO .UICancelOption.value__ |
| DoNothing | Microsoft.VisualBasic.FileIO .UICancelOption.DoNothing |
| ThrowException | Microsoft.VisualBasic.FileIO .UICancelOption.ThrowException |
| UIOption | Microsoft.VisualBasic.FileIO.UIOption |
| value__ | Microsoft.VisualBasic.FileIO.UIOption .value__ |
| OnlyErrorDialogs | Microsoft.VisualBasic.FileIO.UIOption .OnlyErrorDialogs |
| AllDialogs | Microsoft.VisualBasic.FileIO.UIOption .AllDialogs |
| MalformedLineException | Microsoft.VisualBasic.FileIO .MalformedLineException |
| .ctor() | Microsoft.VisualBasic.FileIO .MalformedLineException..ctor() |
| .ctor(String,Int64) | Microsoft.VisualBasic.FileIO .MalformedLineException..ctor(String ,Int64) |
| .ctor(String) | Microsoft.VisualBasic.FileIO .MalformedLineException..ctor(String) |
| .ctor(String,Int64,Exception) | Microsoft.VisualBasic.FileIO .MalformedLineException..ctor(String ,Int64,Exception) |
| .ctor(String,Exception) | Microsoft.VisualBasic.FileIO .MalformedLineException..ctor(String ,Exception) |
| .ctor(SerializationInfo,StreamingContext ) | Microsoft.VisualBasic.FileIO .MalformedLineException..ctor (SerializationInfo,StreamingContext) |
| get_LineNumber() | Microsoft.VisualBasic.FileIO .MalformedLineException.get_LineNumber() |
| set_LineNumber(Int64) | Microsoft.VisualBasic.FileIO .MalformedLineException.set_LineNumber (Int64) |
| GetObjectData(SerializationInfo ,StreamingContext) | Microsoft.VisualBasic.FileIO .MalformedLineException.GetObjectData (SerializationInfo,StreamingContext) |
| ToString() | Microsoft.VisualBasic.FileIO .MalformedLineException.ToString() |
| SpecialDirectories | Microsoft.VisualBasic.FileIO .SpecialDirectories |
| .ctor() | Microsoft.VisualBasic.FileIO .SpecialDirectories..ctor() |
| get_MyDocuments() | Microsoft.VisualBasic.FileIO .SpecialDirectories.get_MyDocuments() |
| get_MyMusic() | Microsoft.VisualBasic.FileIO .SpecialDirectories.get_MyMusic() |
| get_MyPictures() | Microsoft.VisualBasic.FileIO .SpecialDirectories.get_MyPictures() |
| get_Desktop() | Microsoft.VisualBasic.FileIO .SpecialDirectories.get_Desktop() |
| get_Programs() | Microsoft.VisualBasic.FileIO .SpecialDirectories.get_Programs() |
| get_ProgramFiles() | Microsoft.VisualBasic.FileIO .SpecialDirectories.get_ProgramFiles() |
| get_Temp() | Microsoft.VisualBasic.FileIO .SpecialDirectories.get_Temp() |
| get_CurrentUserApplicationData() | Microsoft.VisualBasic.FileIO .SpecialDirectories .get_CurrentUserApplicationData() |
| get_AllUsersApplicationData() | Microsoft.VisualBasic.FileIO .SpecialDirectories .get_AllUsersApplicationData() |
| TextFieldParser | Microsoft.VisualBasic.FileIO .TextFieldParser |
| .ctor(String) | Microsoft.VisualBasic.FileIO .TextFieldParser..ctor(String) |
| .ctor(String,Encoding) | Microsoft.VisualBasic.FileIO .TextFieldParser..ctor(String,Encoding) |
| .ctor(String,Encoding,Boolean) | Microsoft.VisualBasic.FileIO .TextFieldParser..ctor(String,Encoding ,Boolean) |
| .ctor(Stream) | Microsoft.VisualBasic.FileIO .TextFieldParser..ctor(Stream) |
| .ctor(Stream,Encoding) | Microsoft.VisualBasic.FileIO .TextFieldParser..ctor(Stream,Encoding) |
| .ctor(Stream,Encoding,Boolean) | Microsoft.VisualBasic.FileIO .TextFieldParser..ctor(Stream,Encoding ,Boolean) |
| .ctor(Stream,Encoding,Boolean,Boolean) | Microsoft.VisualBasic.FileIO .TextFieldParser..ctor(Stream,Encoding ,Boolean,Boolean) |
| .ctor(TextReader) | Microsoft.VisualBasic.FileIO .TextFieldParser..ctor(TextReader) |
| get_CommentTokens() | Microsoft.VisualBasic.FileIO .TextFieldParser.get_CommentTokens() |
| set_CommentTokens(String[]) | Microsoft.VisualBasic.FileIO .TextFieldParser.set_CommentTokens (String[]) |
| get_EndOfData() | Microsoft.VisualBasic.FileIO .TextFieldParser.get_EndOfData() |
| get_LineNumber() | Microsoft.VisualBasic.FileIO .TextFieldParser.get_LineNumber() |
| get_ErrorLine() | Microsoft.VisualBasic.FileIO .TextFieldParser.get_ErrorLine() |
| get_ErrorLineNumber() | Microsoft.VisualBasic.FileIO .TextFieldParser.get_ErrorLineNumber() |
| get_TextFieldType() | Microsoft.VisualBasic.FileIO .TextFieldParser.get_TextFieldType() |
| set_TextFieldType(FieldType) | Microsoft.VisualBasic.FileIO .TextFieldParser.set_TextFieldType (FieldType) |
| get_FieldWidths() | Microsoft.VisualBasic.FileIO .TextFieldParser.get_FieldWidths() |
| set_FieldWidths(Int32[]) | Microsoft.VisualBasic.FileIO .TextFieldParser.set_FieldWidths(Int32[] ) |
| get_Delimiters() | Microsoft.VisualBasic.FileIO .TextFieldParser.get_Delimiters() |
| set_Delimiters(String[]) | Microsoft.VisualBasic.FileIO .TextFieldParser.set_Delimiters(String[] ) |
| SetDelimiters(String[]) | Microsoft.VisualBasic.FileIO .TextFieldParser.SetDelimiters(String[]) |
| SetFieldWidths(Int32[]) | Microsoft.VisualBasic.FileIO .TextFieldParser.SetFieldWidths(Int32[]) |
| get_TrimWhiteSpace() | Microsoft.VisualBasic.FileIO .TextFieldParser.get_TrimWhiteSpace() |
| set_TrimWhiteSpace(Boolean) | Microsoft.VisualBasic.FileIO .TextFieldParser.set_TrimWhiteSpace (Boolean) |
| ReadLine() | Microsoft.VisualBasic.FileIO .TextFieldParser.ReadLine() |
| ReadFields() | Microsoft.VisualBasic.FileIO .TextFieldParser.ReadFields() |
| PeekChars(Int32) | Microsoft.VisualBasic.FileIO .TextFieldParser.PeekChars(Int32) |
| ReadToEnd() | Microsoft.VisualBasic.FileIO .TextFieldParser.ReadToEnd() |
| get_HasFieldsEnclosedInQuotes() | Microsoft.VisualBasic.FileIO .TextFieldParser .get_HasFieldsEnclosedInQuotes() |
| set_HasFieldsEnclosedInQuotes(Boolean) | Microsoft.VisualBasic.FileIO .TextFieldParser .set_HasFieldsEnclosedInQuotes(Boolean) |
| Close() | Microsoft.VisualBasic.FileIO .TextFieldParser.Close() |
| Dispose() | Microsoft.VisualBasic.FileIO .TextFieldParser.Dispose() |
| Dispose(Boolean) | Microsoft.VisualBasic.FileIO .TextFieldParser.Dispose(Boolean) |
| Finalize() | Microsoft.VisualBasic.FileIO .TextFieldParser.Finalize() |
| FieldType | Microsoft.VisualBasic.FileIO.FieldType |
| value__ | Microsoft.VisualBasic.FileIO.FieldType .value__ |
| Delimited | Microsoft.VisualBasic.FileIO.FieldType .Delimited |
| FixedWidth | Microsoft.VisualBasic.FileIO.FieldType .FixedWidth |
| BooleanType | Microsoft.VisualBasic.CompilerServices .BooleanType |
| FromString(String) | Microsoft.VisualBasic.CompilerServices .BooleanType.FromString(String) |
| FromObject(Object) | Microsoft.VisualBasic.CompilerServices .BooleanType.FromObject(Object) |
| ByteType | Microsoft.VisualBasic.CompilerServices .ByteType |
| FromString(String) | Microsoft.VisualBasic.CompilerServices .ByteType.FromString(String) |
| FromObject(Object) | Microsoft.VisualBasic.CompilerServices .ByteType.FromObject(Object) |
| CharType | Microsoft.VisualBasic.CompilerServices .CharType |
| FromString(String) | Microsoft.VisualBasic.CompilerServices .CharType.FromString(String) |
| FromObject(Object) | Microsoft.VisualBasic.CompilerServices .CharType.FromObject(Object) |
| CharArrayType | Microsoft.VisualBasic.CompilerServices .CharArrayType |
| FromString(String) | Microsoft.VisualBasic.CompilerServices .CharArrayType.FromString(String) |
| FromObject(Object) | Microsoft.VisualBasic.CompilerServices .CharArrayType.FromObject(Object) |
| DateType | Microsoft.VisualBasic.CompilerServices .DateType |
| FromString(String) | Microsoft.VisualBasic.CompilerServices .DateType.FromString(String) |
| FromString(String,CultureInfo) | Microsoft.VisualBasic.CompilerServices .DateType.FromString(String,CultureInfo) |
| FromObject(Object) | Microsoft.VisualBasic.CompilerServices .DateType.FromObject(Object) |
| DecimalType | Microsoft.VisualBasic.CompilerServices .DecimalType |
| FromBoolean(Boolean) | Microsoft.VisualBasic.CompilerServices .DecimalType.FromBoolean(Boolean) |
| FromString(String) | Microsoft.VisualBasic.CompilerServices .DecimalType.FromString(String) |
| FromString(String,NumberFormatInfo) | Microsoft.VisualBasic.CompilerServices .DecimalType.FromString(String ,NumberFormatInfo) |
| FromObject(Object) | Microsoft.VisualBasic.CompilerServices .DecimalType.FromObject(Object) |
| FromObject(Object,NumberFormatInfo) | Microsoft.VisualBasic.CompilerServices .DecimalType.FromObject(Object ,NumberFormatInfo) |
| Parse(String,NumberFormatInfo) | Microsoft.VisualBasic.CompilerServices .DecimalType.Parse(String ,NumberFormatInfo) |
| DoubleType | Microsoft.VisualBasic.CompilerServices .DoubleType |
| FromString(String) | Microsoft.VisualBasic.CompilerServices .DoubleType.FromString(String) |
| FromString(String,NumberFormatInfo) | Microsoft.VisualBasic.CompilerServices .DoubleType.FromString(String ,NumberFormatInfo) |
| FromObject(Object) | Microsoft.VisualBasic.CompilerServices .DoubleType.FromObject(Object) |
| FromObject(Object,NumberFormatInfo) | Microsoft.VisualBasic.CompilerServices .DoubleType.FromObject(Object ,NumberFormatInfo) |
| Parse(String) | Microsoft.VisualBasic.CompilerServices .DoubleType.Parse(String) |
| Parse(String,NumberFormatInfo) | Microsoft.VisualBasic.CompilerServices .DoubleType.Parse(String ,NumberFormatInfo) |
| IntegerType | Microsoft.VisualBasic.CompilerServices .IntegerType |
| FromString(String) | Microsoft.VisualBasic.CompilerServices .IntegerType.FromString(String) |
| FromObject(Object) | Microsoft.VisualBasic.CompilerServices .IntegerType.FromObject(Object) |
| LateBinding | Microsoft.VisualBasic.CompilerServices .LateBinding |
| LateGet(Object,Type,String,Object[] ,String[],Boolean[]) | Microsoft.VisualBasic.CompilerServices .LateBinding.LateGet(Object,Type,String ,Object[],String[],Boolean[]) |
| LateSetComplex(Object,Type,String ,Object[],String[],Boolean,Boolean) | Microsoft.VisualBasic.CompilerServices .LateBinding.LateSetComplex(Object,Type ,String,Object[],String[],Boolean ,Boolean) |
| LateSet(Object,Type,String,Object[] ,String[]) | Microsoft.VisualBasic.CompilerServices .LateBinding.LateSet(Object,Type,String ,Object[],String[]) |
| LateIndexGet(Object,Object[],String[]) | Microsoft.VisualBasic.CompilerServices .LateBinding.LateIndexGet(Object ,Object[],String[]) |
| LateIndexSetComplex(Object,Object[] ,String[],Boolean,Boolean) | Microsoft.VisualBasic.CompilerServices .LateBinding.LateIndexSetComplex(Object ,Object[],String[],Boolean,Boolean) |
| LateIndexSet(Object,Object[],String[]) | Microsoft.VisualBasic.CompilerServices .LateBinding.LateIndexSet(Object ,Object[],String[]) |
| LateCall(Object,Type,String,Object[] ,String[],Boolean[]) | Microsoft.VisualBasic.CompilerServices .LateBinding.LateCall(Object,Type,String ,Object[],String[],Boolean[]) |
| LikeOperator | Microsoft.VisualBasic.CompilerServices .LikeOperator |
| LikeObject(Object,Object,CompareMethod) | Microsoft.VisualBasic.CompilerServices .LikeOperator.LikeObject(Object,Object ,CompareMethod) |
| LikeString(String,String,CompareMethod) | Microsoft.VisualBasic.CompilerServices .LikeOperator.LikeString(String,String ,CompareMethod) |
| LongType | Microsoft.VisualBasic.CompilerServices .LongType |
| FromString(String) | Microsoft.VisualBasic.CompilerServices .LongType.FromString(String) |
| FromObject(Object) | Microsoft.VisualBasic.CompilerServices .LongType.FromObject(Object) |
| ObjectType | Microsoft.VisualBasic.CompilerServices .ObjectType |
| .ctor() | Microsoft.VisualBasic.CompilerServices .ObjectType..ctor() |
| ObjTst(Object,Object,Boolean) | Microsoft.VisualBasic.CompilerServices .ObjectType.ObjTst(Object,Object,Boolean ) |
| PlusObj(Object) | Microsoft.VisualBasic.CompilerServices .ObjectType.PlusObj(Object) |
| NegObj(Object) | Microsoft.VisualBasic.CompilerServices .ObjectType.NegObj(Object) |
| NotObj(Object) | Microsoft.VisualBasic.CompilerServices .ObjectType.NotObj(Object) |
| BitAndObj(Object,Object) | Microsoft.VisualBasic.CompilerServices .ObjectType.BitAndObj(Object,Object) |
| BitOrObj(Object,Object) | Microsoft.VisualBasic.CompilerServices .ObjectType.BitOrObj(Object,Object) |
| BitXorObj(Object,Object) | Microsoft.VisualBasic.CompilerServices .ObjectType.BitXorObj(Object,Object) |
| AddObj(Object,Object) | Microsoft.VisualBasic.CompilerServices .ObjectType.AddObj(Object,Object) |
| SubObj(Object,Object) | Microsoft.VisualBasic.CompilerServices .ObjectType.SubObj(Object,Object) |
| MulObj(Object,Object) | Microsoft.VisualBasic.CompilerServices .ObjectType.MulObj(Object,Object) |
| DivObj(Object,Object) | Microsoft.VisualBasic.CompilerServices .ObjectType.DivObj(Object,Object) |
| PowObj(Object,Object) | Microsoft.VisualBasic.CompilerServices .ObjectType.PowObj(Object,Object) |
| ModObj(Object,Object) | Microsoft.VisualBasic.CompilerServices .ObjectType.ModObj(Object,Object) |
| IDivObj(Object,Object) | Microsoft.VisualBasic.CompilerServices .ObjectType.IDivObj(Object,Object) |
| ShiftLeftObj(Object,Int32) | Microsoft.VisualBasic.CompilerServices .ObjectType.ShiftLeftObj(Object,Int32) |
| ShiftRightObj(Object,Int32) | Microsoft.VisualBasic.CompilerServices .ObjectType.ShiftRightObj(Object,Int32) |
| XorObj(Object,Object) | Microsoft.VisualBasic.CompilerServices .ObjectType.XorObj(Object,Object) |
| LikeObj(Object,Object,CompareMethod) | Microsoft.VisualBasic.CompilerServices .ObjectType.LikeObj(Object,Object ,CompareMethod) |
| StrCatObj(Object,Object) | Microsoft.VisualBasic.CompilerServices .ObjectType.StrCatObj(Object,Object) |
| GetObjectValuePrimitive(Object) | Microsoft.VisualBasic.CompilerServices .ObjectType.GetObjectValuePrimitive (Object) |
| ShortType | Microsoft.VisualBasic.CompilerServices .ShortType |
| FromString(String) | Microsoft.VisualBasic.CompilerServices .ShortType.FromString(String) |
| FromObject(Object) | Microsoft.VisualBasic.CompilerServices .ShortType.FromObject(Object) |
| SingleType | Microsoft.VisualBasic.CompilerServices .SingleType |
| FromString(String) | Microsoft.VisualBasic.CompilerServices .SingleType.FromString(String) |
| FromString(String,NumberFormatInfo) | Microsoft.VisualBasic.CompilerServices .SingleType.FromString(String ,NumberFormatInfo) |
| FromObject(Object) | Microsoft.VisualBasic.CompilerServices .SingleType.FromObject(Object) |
| FromObject(Object,NumberFormatInfo) | Microsoft.VisualBasic.CompilerServices .SingleType.FromObject(Object ,NumberFormatInfo) |
| StringType | Microsoft.VisualBasic.CompilerServices .StringType |
| FromBoolean(Boolean) | Microsoft.VisualBasic.CompilerServices .StringType.FromBoolean(Boolean) |
| FromByte(Byte) | Microsoft.VisualBasic.CompilerServices .StringType.FromByte(Byte) |
| FromChar(Char) | Microsoft.VisualBasic.CompilerServices .StringType.FromChar(Char) |
| FromShort(Int16) | Microsoft.VisualBasic.CompilerServices .StringType.FromShort(Int16) |
| FromInteger(Int32) | Microsoft.VisualBasic.CompilerServices .StringType.FromInteger(Int32) |
| FromLong(Int64) | Microsoft.VisualBasic.CompilerServices .StringType.FromLong(Int64) |
| FromSingle(Single) | Microsoft.VisualBasic.CompilerServices .StringType.FromSingle(Single) |
| FromDouble(Double) | Microsoft.VisualBasic.CompilerServices .StringType.FromDouble(Double) |
| FromSingle(Single,NumberFormatInfo) | Microsoft.VisualBasic.CompilerServices .StringType.FromSingle(Single ,NumberFormatInfo) |
| FromDouble(Double,NumberFormatInfo) | Microsoft.VisualBasic.CompilerServices .StringType.FromDouble(Double ,NumberFormatInfo) |
| FromDate(DateTime) | Microsoft.VisualBasic.CompilerServices .StringType.FromDate(DateTime) |
| FromDecimal(Decimal) | Microsoft.VisualBasic.CompilerServices .StringType.FromDecimal(Decimal) |
| FromDecimal(Decimal,NumberFormatInfo) | Microsoft.VisualBasic.CompilerServices .StringType.FromDecimal(Decimal ,NumberFormatInfo) |
| FromObject(Object) | Microsoft.VisualBasic.CompilerServices .StringType.FromObject(Object) |
| StrCmp(String,String,Boolean) | Microsoft.VisualBasic.CompilerServices .StringType.StrCmp(String,String,Boolean ) |
| StrLike(String,String,CompareMethod) | Microsoft.VisualBasic.CompilerServices .StringType.StrLike(String,String ,CompareMethod) |
| StrLikeBinary(String,String) | Microsoft.VisualBasic.CompilerServices .StringType.StrLikeBinary(String,String) |
| StrLikeText(String,String) | Microsoft.VisualBasic.CompilerServices .StringType.StrLikeText(String,String) |
| MidStmtStr(String&,Int32,Int32,String) | Microsoft.VisualBasic.CompilerServices .StringType.MidStmtStr(String&,Int32 ,Int32,String) |
| Versioned | Microsoft.VisualBasic.CompilerServices .Versioned |
| CallByName(Object,String,CallType ,Object[]) | Microsoft.VisualBasic.CompilerServices .Versioned.CallByName(Object,String ,CallType,Object[]) |
| IsNumeric(Object) | Microsoft.VisualBasic.CompilerServices .Versioned.IsNumeric(Object) |
| TypeName(Object) | Microsoft.VisualBasic.CompilerServices .Versioned.TypeName(Object) |
| SystemTypeName(String) | Microsoft.VisualBasic.CompilerServices .Versioned.SystemTypeName(String) |
| VbTypeName(String) | Microsoft.VisualBasic.CompilerServices .Versioned.VbTypeName(String) |
| Sum: | |
| Average: | |
| Minimum: | |
| Maximum: | |
| Standard deviation: | |
| Variance: | |