diff options
| author | william341 <[email protected]> | 2016-07-25 12:23:44 -0700 |
|---|---|---|
| committer | william341 <[email protected]> | 2016-07-25 12:23:44 -0700 |
| commit | 6b83f071c4208ae4104f5659a848af08d7a75705 (patch) | |
| tree | 180d34fa07f753d89925fb67245329b05f4915c5 | |
| parent | 5e4ac239005aeba9d190a3c6d428917dd94de607 (diff) | |
| parent | abe52183e0e34051196d72ac0e56733bd0749bdd (diff) | |
| download | shiftos-c--6b83f071c4208ae4104f5659a848af08d7a75705.tar.gz shiftos-c--6b83f071c4208ae4104f5659a848af08d7a75705.tar.bz2 shiftos-c--6b83f071c4208ae4104f5659a848af08d7a75705.zip | |
Merge remote-tracking branch 'origin/master'
# Conflicts:
# source/WindowsFormsApplication1/bin/Debug/ShiftOS.exe
# source/WindowsFormsApplication1/bin/Debug/ShiftOS.pdb
# source/WindowsFormsApplication1/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
# source/WindowsFormsApplication1/obj/Debug/ShiftOS.Properties.Resources.resources
# source/WindowsFormsApplication1/obj/Debug/ShiftOS.csproj.FileListAbsolute.txt
# source/WindowsFormsApplication1/obj/Debug/ShiftOS.csproj.GenerateResource.Cache
# source/WindowsFormsApplication1/obj/Debug/ShiftOS.csprojResolveAssemblyReference.cache
# source/WindowsFormsApplication1/obj/Debug/ShiftOS.exe
# source/WindowsFormsApplication1/obj/Debug/ShiftOS.pdb
81 files changed, 12 insertions, 52706 deletions
diff --git a/source/.vs/ShiftOS/v14/.suo b/source/.vs/ShiftOS/v14/.suo Binary files differindex 65da625..84d4968 100644 --- a/source/.vs/ShiftOS/v14/.suo +++ b/source/.vs/ShiftOS/v14/.suo diff --git a/source/ShiftUI Designer/bin/Debug/DynamicLua.dll b/source/ShiftUI Designer/bin/Debug/DynamicLua.dll Binary files differdeleted file mode 100644 index 3e18cbb..0000000 --- a/source/ShiftUI Designer/bin/Debug/DynamicLua.dll +++ /dev/null diff --git a/source/ShiftUI Designer/bin/Debug/Geckofx-Core.dll b/source/ShiftUI Designer/bin/Debug/Geckofx-Core.dll Binary files differdeleted file mode 100644 index d669434..0000000 --- a/source/ShiftUI Designer/bin/Debug/Geckofx-Core.dll +++ /dev/null diff --git a/source/ShiftUI Designer/bin/Debug/Geckofx-Winforms.dll b/source/ShiftUI Designer/bin/Debug/Geckofx-Winforms.dll Binary files differdeleted file mode 100644 index 97f3bf4..0000000 --- a/source/ShiftUI Designer/bin/Debug/Geckofx-Winforms.dll +++ /dev/null diff --git a/source/ShiftUI Designer/bin/Debug/Interop.WMPLib.dll b/source/ShiftUI Designer/bin/Debug/Interop.WMPLib.dll Binary files differdeleted file mode 100644 index bba510e..0000000 --- a/source/ShiftUI Designer/bin/Debug/Interop.WMPLib.dll +++ /dev/null diff --git a/source/ShiftUI Designer/bin/Debug/Microsoft.Build.Framework.dll b/source/ShiftUI Designer/bin/Debug/Microsoft.Build.Framework.dll Binary files differdeleted file mode 100644 index 81742ef..0000000 --- a/source/ShiftUI Designer/bin/Debug/Microsoft.Build.Framework.dll +++ /dev/null diff --git a/source/ShiftUI Designer/bin/Debug/Microsoft.Build.Utilities.v12.0.dll b/source/ShiftUI Designer/bin/Debug/Microsoft.Build.Utilities.v12.0.dll Binary files differdeleted file mode 100644 index 8cdba1d..0000000 --- a/source/ShiftUI Designer/bin/Debug/Microsoft.Build.Utilities.v12.0.dll +++ /dev/null diff --git a/source/ShiftUI Designer/bin/Debug/NetSockets.dll b/source/ShiftUI Designer/bin/Debug/NetSockets.dll Binary files differdeleted file mode 100644 index db2db50..0000000 --- a/source/ShiftUI Designer/bin/Debug/NetSockets.dll +++ /dev/null diff --git a/source/ShiftUI Designer/bin/Debug/Newtonsoft.Json.dll b/source/ShiftUI Designer/bin/Debug/Newtonsoft.Json.dll Binary files differdeleted file mode 100644 index 4d42dd9..0000000 --- a/source/ShiftUI Designer/bin/Debug/Newtonsoft.Json.dll +++ /dev/null diff --git a/source/ShiftUI Designer/bin/Debug/Newtonsoft.Json.xml b/source/ShiftUI Designer/bin/Debug/Newtonsoft.Json.xml deleted file mode 100644 index 9aa342e..0000000 --- a/source/ShiftUI Designer/bin/Debug/Newtonsoft.Json.xml +++ /dev/null @@ -1,9085 +0,0 @@ -<?xml version="1.0"?> -<doc> - <assembly> - <name>Newtonsoft.Json</name> - </assembly> - <members> - <member name="T:Newtonsoft.Json.Bson.BsonObjectId"> - <summary> - Represents a BSON Oid (object id). - </summary> - </member> - <member name="P:Newtonsoft.Json.Bson.BsonObjectId.Value"> - <summary> - Gets or sets the value of the Oid. - </summary> - <value>The value of the Oid.</value> - </member> - <member name="M:Newtonsoft.Json.Bson.BsonObjectId.#ctor(System.Byte[])"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Bson.BsonObjectId"/> class. - </summary> - <param name="value">The Oid value.</param> - </member> - <member name="T:Newtonsoft.Json.Bson.BsonReader"> - <summary> - Represents a reader that provides fast, non-cached, forward-only access to serialized JSON data. - </summary> - </member> - <member name="P:Newtonsoft.Json.Bson.BsonReader.JsonNet35BinaryCompatibility"> - <summary> - Gets or sets a value indicating whether binary data reading should compatible with incorrect Json.NET 3.5 written binary. - </summary> - <value> - <c>true</c> if binary data reading will be compatible with incorrect Json.NET 3.5 written binary; otherwise, <c>false</c>. - </value> - </member> - <member name="P:Newtonsoft.Json.Bson.BsonReader.ReadRootValueAsArray"> - <summary> - Gets or sets a value indicating whether the root object will be read as a JSON array. - </summary> - <value> - <c>true</c> if the root object will be read as a JSON array; otherwise, <c>false</c>. - </value> - </member> - <member name="P:Newtonsoft.Json.Bson.BsonReader.DateTimeKindHandling"> - <summary> - Gets or sets the <see cref="T:System.DateTimeKind" /> used when reading <see cref="T:System.DateTime"/> values from BSON. - </summary> - <value>The <see cref="T:System.DateTimeKind" /> used when reading <see cref="T:System.DateTime"/> values from BSON.</value> - </member> - <member name="M:Newtonsoft.Json.Bson.BsonReader.#ctor(System.IO.Stream)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Bson.BsonReader"/> class. - </summary> - <param name="stream">The stream.</param> - </member> - <member name="M:Newtonsoft.Json.Bson.BsonReader.#ctor(System.IO.BinaryReader)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Bson.BsonReader"/> class. - </summary> - <param name="reader">The reader.</param> - </member> - <member name="M:Newtonsoft.Json.Bson.BsonReader.#ctor(System.IO.Stream,System.Boolean,System.DateTimeKind)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Bson.BsonReader"/> class. - </summary> - <param name="stream">The stream.</param> - <param name="readRootValueAsArray">if set to <c>true</c> the root object will be read as a JSON array.</param> - <param name="dateTimeKindHandling">The <see cref="T:System.DateTimeKind" /> used when reading <see cref="T:System.DateTime"/> values from BSON.</param> - </member> - <member name="M:Newtonsoft.Json.Bson.BsonReader.#ctor(System.IO.BinaryReader,System.Boolean,System.DateTimeKind)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Bson.BsonReader"/> class. - </summary> - <param name="reader">The reader.</param> - <param name="readRootValueAsArray">if set to <c>true</c> the root object will be read as a JSON array.</param> - <param name="dateTimeKindHandling">The <see cref="T:System.DateTimeKind" /> used when reading <see cref="T:System.DateTime"/> values from BSON.</param> - </member> - <member name="M:Newtonsoft.Json.Bson.BsonReader.Read"> - <summary> - Reads the next JSON token from the stream. - </summary> - <returns> - true if the next token was read successfully; false if there are no more tokens to read. - </returns> - </member> - <member name="M:Newtonsoft.Json.Bson.BsonReader.Close"> - <summary> - Changes the <see cref="T:Newtonsoft.Json.JsonReader.State"/> to Closed. - </summary> - </member> - <member name="T:Newtonsoft.Json.Bson.BsonWriter"> - <summary> - Represents a writer that provides a fast, non-cached, forward-only way of generating JSON data. - </summary> - </member> - <member name="P:Newtonsoft.Json.Bson.BsonWriter.DateTimeKindHandling"> - <summary> - Gets or sets the <see cref="T:System.DateTimeKind" /> used when writing <see cref="T:System.DateTime"/> values to BSON. - When set to <see cref="F:System.DateTimeKind.Unspecified" /> no conversion will occur. - </summary> - <value>The <see cref="T:System.DateTimeKind" /> used when writing <see cref="T:System.DateTime"/> values to BSON.</value> - </member> - <member name="M:Newtonsoft.Json.Bson.BsonWriter.#ctor(System.IO.Stream)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Bson.BsonWriter"/> class. - </summary> - <param name="stream">The stream.</param> - </member> - <member name="M:Newtonsoft.Json.Bson.BsonWriter.#ctor(System.IO.BinaryWriter)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Bson.BsonWriter"/> class. - </summary> - <param name="writer">The writer.</param> - </member> - <member name="M:Newtonsoft.Json.Bson.BsonWriter.Flush"> - <summary> - Flushes whatever is in the buffer to the underlying streams and also flushes the underlying stream. - </summary> - </member> - <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteEnd(Newtonsoft.Json.JsonToken)"> - <summary> - Writes the end. - </summary> - <param name="token">The token.</param> - </member> - <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteComment(System.String)"> - <summary> - Writes out a comment <code>/*...*/</code> containing the specified text. - </summary> - <param name="text">Text to place inside the comment.</param> - </member> - <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteStartConstructor(System.String)"> - <summary> - Writes the start of a constructor with the given name. - </summary> - <param name="name">The name of the constructor.</param> - </member> - <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteRaw(System.String)"> - <summary> - Writes raw JSON. - </summary> - <param name="json">The raw JSON to write.</param> - </member> - <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteRawValue(System.String)"> - <summary> - Writes raw JSON where a value is expected and updates the writer's state. - </summary> - <param name="json">The raw JSON to write.</param> - </member> - <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteStartArray"> - <summary> - Writes the beginning of a JSON array. - </summary> - </member> - <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteStartObject"> - <summary> - Writes the beginning of a JSON object. - </summary> - </member> - <member name="M:Newtonsoft.Json.Bson.BsonWriter.WritePropertyName(System.String)"> - <summary> - Writes the property name of a name/value pair on a JSON object. - </summary> - <param name="name">The name of the property.</param> - </member> - <member name="M:Newtonsoft.Json.Bson.BsonWriter.Close"> - <summary> - Closes this stream and the underlying stream. - </summary> - </member> - <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Object)"> - <summary> - Writes a <see cref="T:System.Object"/> value. - An error will raised if the value cannot be written as a single JSON token. - </summary> - <param name="value">The <see cref="T:System.Object"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteNull"> - <summary> - Writes a null value. - </summary> - </member> - <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteUndefined"> - <summary> - Writes an undefined value. - </summary> - </member> - <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.String)"> - <summary> - Writes a <see cref="T:System.String"/> value. - </summary> - <param name="value">The <see cref="T:System.String"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Int32)"> - <summary> - Writes a <see cref="T:System.Int32"/> value. - </summary> - <param name="value">The <see cref="T:System.Int32"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.UInt32)"> - <summary> - Writes a <see cref="T:System.UInt32"/> value. - </summary> - <param name="value">The <see cref="T:System.UInt32"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Int64)"> - <summary> - Writes a <see cref="T:System.Int64"/> value. - </summary> - <param name="value">The <see cref="T:System.Int64"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.UInt64)"> - <summary> - Writes a <see cref="T:System.UInt64"/> value. - </summary> - <param name="value">The <see cref="T:System.UInt64"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Single)"> - <summary> - Writes a <see cref="T:System.Single"/> value. - </summary> - <param name="value">The <see cref="T:System.Single"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Double)"> - <summary> - Writes a <see cref="T:System.Double"/> value. - </summary> - <param name="value">The <see cref="T:System.Double"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Boolean)"> - <summary> - Writes a <see cref="T:System.Boolean"/> value. - </summary> - <param name="value">The <see cref="T:System.Boolean"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Int16)"> - <summary> - Writes a <see cref="T:System.Int16"/> value. - </summary> - <param name="value">The <see cref="T:System.Int16"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.UInt16)"> - <summary> - Writes a <see cref="T:System.UInt16"/> value. - </summary> - <param name="value">The <see cref="T:System.UInt16"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Char)"> - <summary> - Writes a <see cref="T:System.Char"/> value. - </summary> - <param name="value">The <see cref="T:System.Char"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Byte)"> - <summary> - Writes a <see cref="T:System.Byte"/> value. - </summary> - <param name="value">The <see cref="T:System.Byte"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.SByte)"> - <summary> - Writes a <see cref="T:System.SByte"/> value. - </summary> - <param name="value">The <see cref="T:System.SByte"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Decimal)"> - <summary> - Writes a <see cref="T:System.Decimal"/> value. - </summary> - <param name="value">The <see cref="T:System.Decimal"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.DateTime)"> - <summary> - Writes a <see cref="T:System.DateTime"/> value. - </summary> - <param name="value">The <see cref="T:System.DateTime"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.DateTimeOffset)"> - <summary> - Writes a <see cref="T:System.DateTimeOffset"/> value. - </summary> - <param name="value">The <see cref="T:System.DateTimeOffset"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Byte[])"> - <summary> - Writes a <see cref="T:System.Byte"/>[] value. - </summary> - <param name="value">The <see cref="T:System.Byte"/>[] value to write.</param> - </member> - <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Guid)"> - <summary> - Writes a <see cref="T:System.Guid"/> value. - </summary> - <param name="value">The <see cref="T:System.Guid"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.TimeSpan)"> - <summary> - Writes a <see cref="T:System.TimeSpan"/> value. - </summary> - <param name="value">The <see cref="T:System.TimeSpan"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Uri)"> - <summary> - Writes a <see cref="T:System.Uri"/> value. - </summary> - <param name="value">The <see cref="T:System.Uri"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteObjectId(System.Byte[])"> - <summary> - Writes a <see cref="T:System.Byte"/>[] value that represents a BSON object id. - </summary> - <param name="value">The Object ID value to write.</param> - </member> - <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteRegex(System.String,System.String)"> - <summary> - Writes a BSON regex. - </summary> - <param name="pattern">The regex pattern.</param> - <param name="options">The regex options.</param> - </member> - <member name="T:Newtonsoft.Json.ConstructorHandling"> - <summary> - Specifies how constructors are used when initializing objects during deserialization by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>. - </summary> - </member> - <member name="F:Newtonsoft.Json.ConstructorHandling.Default"> - <summary> - First attempt to use the public default constructor, then fall back to single paramatized constructor, then the non-public default constructor. - </summary> - </member> - <member name="F:Newtonsoft.Json.ConstructorHandling.AllowNonPublicDefaultConstructor"> - <summary> - Json.NET will use a non-public default constructor before falling back to a paramatized constructor. - </summary> - </member> - <member name="T:Newtonsoft.Json.Converters.BinaryConverter"> - <summary> - Converts a binary value to and from a base 64 string value. - </summary> - </member> - <member name="M:Newtonsoft.Json.Converters.BinaryConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)"> - <summary> - Writes the JSON representation of the object. - </summary> - <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param> - <param name="value">The value.</param> - <param name="serializer">The calling serializer.</param> - </member> - <member name="M:Newtonsoft.Json.Converters.BinaryConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)"> - <summary> - Reads the JSON representation of the object. - </summary> - <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param> - <param name="objectType">Type of the object.</param> - <param name="existingValue">The existing value of object being read.</param> - <param name="serializer">The calling serializer.</param> - <returns>The object value.</returns> - </member> - <member name="M:Newtonsoft.Json.Converters.BinaryConverter.CanConvert(System.Type)"> - <summary> - Determines whether this instance can convert the specified object type. - </summary> - <param name="objectType">Type of the object.</param> - <returns> - <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>. - </returns> - </member> - <member name="T:Newtonsoft.Json.Converters.BsonObjectIdConverter"> - <summary> - Converts a <see cref="T:Newtonsoft.Json.Bson.BsonObjectId"/> to and from JSON and BSON. - </summary> - </member> - <member name="M:Newtonsoft.Json.Converters.BsonObjectIdConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)"> - <summary> - Writes the JSON representation of the object. - </summary> - <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param> - <param name="value">The value.</param> - <param name="serializer">The calling serializer.</param> - </member> - <member name="M:Newtonsoft.Json.Converters.BsonObjectIdConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)"> - <summary> - Reads the JSON representation of the object. - </summary> - <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param> - <param name="objectType">Type of the object.</param> - <param name="existingValue">The existing value of object being read.</param> - <param name="serializer">The calling serializer.</param> - <returns>The object value.</returns> - </member> - <member name="M:Newtonsoft.Json.Converters.BsonObjectIdConverter.CanConvert(System.Type)"> - <summary> - Determines whether this instance can convert the specified object type. - </summary> - <param name="objectType">Type of the object.</param> - <returns> - <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>. - </returns> - </member> - <member name="T:Newtonsoft.Json.Converters.CustomCreationConverter`1"> - <summary> - Create a custom object - </summary> - <typeparam name="T">The object type to convert.</typeparam> - </member> - <member name="M:Newtonsoft.Json.Converters.CustomCreationConverter`1.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)"> - <summary> - Writes the JSON representation of the object. - </summary> - <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param> - <param name="value">The value.</param> - <param name="serializer">The calling serializer.</param> - </member> - <member name="M:Newtonsoft.Json.Converters.CustomCreationConverter`1.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)"> - <summary> - Reads the JSON representation of the object. - </summary> - <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param> - <param name="objectType">Type of the object.</param> - <param name="existingValue">The existing value of object being read.</param> - <param name="serializer">The calling serializer.</param> - <returns>The object value.</returns> - </member> - <member name="M:Newtonsoft.Json.Converters.CustomCreationConverter`1.Create(System.Type)"> - <summary> - Creates an object which will then be populated by the serializer. - </summary> - <param name="objectType">Type of the object.</param> - <returns>The created object.</returns> - </member> - <member name="M:Newtonsoft.Json.Converters.CustomCreationConverter`1.CanConvert(System.Type)"> - <summary> - Determines whether this instance can convert the specified object type. - </summary> - <param name="objectType">Type of the object.</param> - <returns> - <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>. - </returns> - </member> - <member name="P:Newtonsoft.Json.Converters.CustomCreationConverter`1.CanWrite"> - <summary> - Gets a value indicating whether this <see cref="T:Newtonsoft.Json.JsonConverter"/> can write JSON. - </summary> - <value> - <c>true</c> if this <see cref="T:Newtonsoft.Json.JsonConverter"/> can write JSON; otherwise, <c>false</c>. - </value> - </member> - <member name="T:Newtonsoft.Json.Converters.DataSetConverter"> - <summary> - Converts a <see cref="T:System.Data.DataSet"/> to and from JSON. - </summary> - </member> - <member name="M:Newtonsoft.Json.Converters.DataSetConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)"> - <summary> - Writes the JSON representation of the object. - </summary> - <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param> - <param name="value">The value.</param> - <param name="serializer">The calling serializer.</param> - </member> - <member name="M:Newtonsoft.Json.Converters.DataSetConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)"> - <summary> - Reads the JSON representation of the object. - </summary> - <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param> - <param name="objectType">Type of the object.</param> - <param name="existingValue">The existing value of object being read.</param> - <param name="serializer">The calling serializer.</param> - <returns>The object value.</returns> - </member> - <member name="M:Newtonsoft.Json.Converters.DataSetConverter.CanConvert(System.Type)"> - <summary> - Determines whether this instance can convert the specified value type. - </summary> - <param name="valueType">Type of the value.</param> - <returns> - <c>true</c> if this instance can convert the specified value type; otherwise, <c>false</c>. - </returns> - </member> - <member name="T:Newtonsoft.Json.Converters.DataTableConverter"> - <summary> - Converts a <see cref="T:System.Data.DataTable"/> to and from JSON. - </summary> - </member> - <member name="M:Newtonsoft.Json.Converters.DataTableConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)"> - <summary> - Writes the JSON representation of the object. - </summary> - <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param> - <param name="value">The value.</param> - <param name="serializer">The calling serializer.</param> - </member> - <member name="M:Newtonsoft.Json.Converters.DataTableConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)"> - <summary> - Reads the JSON representation of the object. - </summary> - <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param> - <param name="objectType">Type of the object.</param> - <param name="existingValue">The existing value of object being read.</param> - <param name="serializer">The calling serializer.</param> - <returns>The object value.</returns> - </member> - <member name="M:Newtonsoft.Json.Converters.DataTableConverter.CanConvert(System.Type)"> - <summary> - Determines whether this instance can convert the specified value type. - </summary> - <param name="valueType">Type of the value.</param> - <returns> - <c>true</c> if this instance can convert the specified value type; otherwise, <c>false</c>. - </returns> - </member> - <member name="T:Newtonsoft.Json.Converters.DateTimeConverterBase"> - <summary> - Provides a base class for converting a <see cref="T:System.DateTime"/> to and from JSON. - </summary> - </member> - <member name="M:Newtonsoft.Json.Converters.DateTimeConverterBase.CanConvert(System.Type)"> - <summary> - Determines whether this instance can convert the specified object type. - </summary> - <param name="objectType">Type of the object.</param> - <returns> - <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>. - </returns> - </member> - <member name="T:Newtonsoft.Json.Converters.DiscriminatedUnionConverter"> - <summary> - Converts a F# discriminated union type to and from JSON. - </summary> - </member> - <member name="M:Newtonsoft.Json.Converters.DiscriminatedUnionConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)"> - <summary> - Writes the JSON representation of the object. - </summary> - <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param> - <param name="value">The value.</param> - <param name="serializer">The calling serializer.</param> - </member> - <member name="M:Newtonsoft.Json.Converters.DiscriminatedUnionConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)"> - <summary> - Reads the JSON representation of the object. - </summary> - <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param> - <param name="objectType">Type of the object.</param> - <param name="existingValue">The existing value of object being read.</param> - <param name="serializer">The calling serializer.</param> - <returns>The object value.</returns> - </member> - <member name="M:Newtonsoft.Json.Converters.DiscriminatedUnionConverter.CanConvert(System.Type)"> - <summary> - Determines whether this instance can convert the specified object type. - </summary> - <param name="objectType">Type of the object.</param> - <returns> - <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>. - </returns> - </member> - <member name="T:Newtonsoft.Json.Converters.EntityKeyMemberConverter"> - <summary> - Converts an Entity Framework EntityKey to and from JSON. - </summary> - </member> - <member name="M:Newtonsoft.Json.Converters.EntityKeyMemberConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)"> - <summary> - Writes the JSON representation of the object. - </summary> - <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param> - <param name="value">The value.</param> - <param name="serializer">The calling serializer.</param> - </member> - <member name="M:Newtonsoft.Json.Converters.EntityKeyMemberConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)"> - <summary> - Reads the JSON representation of the object. - </summary> - <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param> - <param name="objectType">Type of the object.</param> - <param name="existingValue">The existing value of object being read.</param> - <param name="serializer">The calling serializer.</param> - <returns>The object value.</returns> - </member> - <member name="M:Newtonsoft.Json.Converters.EntityKeyMemberConverter.CanConvert(System.Type)"> - <summary> - Determines whether this instance can convert the specified object type. - </summary> - <param name="objectType">Type of the object.</param> - <returns> - <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>. - </returns> - </member> - <member name="T:Newtonsoft.Json.Converters.ExpandoObjectConverter"> - <summary> - Converts an ExpandoObject to and from JSON. - </summary> - </member> - <member name="M:Newtonsoft.Json.Converters.ExpandoObjectConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)"> - <summary> - Writes the JSON representation of the object. - </summary> - <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param> - <param name="value">The value.</param> - <param name="serializer">The calling serializer.</param> - </member> - <member name="M:Newtonsoft.Json.Converters.ExpandoObjectConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)"> - <summary> - Reads the JSON representation of the object. - </summary> - <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param> - <param name="objectType">Type of the object.</param> - <param name="existingValue">The existing value of object being read.</param> - <param name="serializer">The calling serializer.</param> - <returns>The object value.</returns> - </member> - <member name="M:Newtonsoft.Json.Converters.ExpandoObjectConverter.CanConvert(System.Type)"> - <summary> - Determines whether this instance can convert the specified object type. - </summary> - <param name="objectType">Type of the object.</param> - <returns> - <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>. - </returns> - </member> - <member name="P:Newtonsoft.Json.Converters.ExpandoObjectConverter.CanWrite"> - <summary> - Gets a value indicating whether this <see cref="T:Newtonsoft.Json.JsonConverter"/> can write JSON. - </summary> - <value> - <c>true</c> if this <see cref="T:Newtonsoft.Json.JsonConverter"/> can write JSON; otherwise, <c>false</c>. - </value> - </member> - <member name="T:Newtonsoft.Json.Converters.IsoDateTimeConverter"> - <summary> - Converts a <see cref="T:System.DateTime"/> to and from the ISO 8601 date format (e.g. 2008-04-12T12:53Z). - </summary> - </member> - <member name="P:Newtonsoft.Json.Converters.IsoDateTimeConverter.DateTimeStyles"> - <summary> - Gets or sets the date time styles used when converting a date to and from JSON. - </summary> - <value>The date time styles used when converting a date to and from JSON.</value> - </member> - <member name="P:Newtonsoft.Json.Converters.IsoDateTimeConverter.DateTimeFormat"> - <summary> - Gets or sets the date time format used when converting a date to and from JSON. - </summary> - <value>The date time format used when converting a date to and from JSON.</value> - </member> - <member name="P:Newtonsoft.Json.Converters.IsoDateTimeConverter.Culture"> - <summary> - Gets or sets the culture used when converting a date to and from JSON. - </summary> - <value>The culture used when converting a date to and from JSON.</value> - </member> - <member name="M:Newtonsoft.Json.Converters.IsoDateTimeConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)"> - <summary> - Writes the JSON representation of the object. - </summary> - <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param> - <param name="value">The value.</param> - <param name="serializer">The calling serializer.</param> - </member> - <member name="M:Newtonsoft.Json.Converters.IsoDateTimeConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)"> - <summary> - Reads the JSON representation of the object. - </summary> - <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param> - <param name="objectType">Type of the object.</param> - <param name="existingValue">The existing value of object being read.</param> - <param name="serializer">The calling serializer.</param> - <returns>The object value.</returns> - </member> - <member name="T:Newtonsoft.Json.Converters.JavaScriptDateTimeConverter"> - <summary> - Converts a <see cref="T:System.DateTime"/> to and from a JavaScript date constructor (e.g. new Date(52231943)). - </summary> - </member> - <member name="M:Newtonsoft.Json.Converters.JavaScriptDateTimeConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)"> - <summary> - Writes the JSON representation of the object. - </summary> - <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param> - <param name="value">The value.</param> - <param name="serializer">The calling serializer.</param> - </member> - <member name="M:Newtonsoft.Json.Converters.JavaScriptDateTimeConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)"> - <summary> - Reads the JSON representation of the object. - </summary> - <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param> - <param name="objectType">Type of the object.</param> - <param name="existingValue">The existing property value of the JSON that is being converted.</param> - <param name="serializer">The calling serializer.</param> - <returns>The object value.</returns> - </member> - <member name="T:Newtonsoft.Json.Converters.KeyValuePairConverter"> - <summary> - Converts a <see cref="T:System.Collections.Generic.KeyValuePair`2"/> to and from JSON. - </summary> - </member> - <member name="M:Newtonsoft.Json.Converters.KeyValuePairConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)"> - <summary> - Writes the JSON representation of the object. - </summary> - <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param> - <param name="value">The value.</param> - <param name="serializer">The calling serializer.</param> - </member> - <member name="M:Newtonsoft.Json.Converters.KeyValuePairConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)"> - <summary> - Reads the JSON representation of the object. - </summary> - <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param> - <param name="objectType">Type of the object.</param> - <param name="existingValue">The existing value of object being read.</param> - <param name="serializer">The calling serializer.</param> - <returns>The object value.</returns> - </member> - <member name="M:Newtonsoft.Json.Converters.KeyValuePairConverter.CanConvert(System.Type)"> - <summary> - Determines whether this instance can convert the specified object type. - </summary> - <param name="objectType">Type of the object.</param> - <returns> - <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>. - </returns> - </member> - <member name="T:Newtonsoft.Json.Converters.RegexConverter"> - <summary> - Converts a <see cref="T:System.Text.RegularExpressions.Regex"/> to and from JSON and BSON. - </summary> - </member> - <member name="M:Newtonsoft.Json.Converters.RegexConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)"> - <summary> - Writes the JSON representation of the object. - </summary> - <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param> - <param name="value">The value.</param> - <param name="serializer">The calling serializer.</param> - </member> - <member name="M:Newtonsoft.Json.Converters.RegexConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)"> - <summary> - Reads the JSON representation of the object. - </summary> - <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param> - <param name="objectType">Type of the object.</param> - <param name="existingValue">The existing value of object being read.</param> - <param name="serializer">The calling serializer.</param> - <returns>The object value.</returns> - </member> - <member name="M:Newtonsoft.Json.Converters.RegexConverter.CanConvert(System.Type)"> - <summary> - Determines whether this instance can convert the specified object type. - </summary> - <param name="objectType">Type of the object.</param> - <returns> - <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>. - </returns> - </member> - <member name="T:Newtonsoft.Json.Converters.StringEnumConverter"> - <summary> - Converts an <see cref="T:System.Enum"/> to and from its name string value. - </summary> - </member> - <member name="P:Newtonsoft.Json.Converters.StringEnumConverter.CamelCaseText"> - <summary> - Gets or sets a value indicating whether the written enum text should be camel case. - </summary> - <value><c>true</c> if the written enum text will be camel case; otherwise, <c>false</c>.</value> - </member> - <member name="P:Newtonsoft.Json.Converters.StringEnumConverter.AllowIntegerValues"> - <summary> - Gets or sets a value indicating whether integer values are allowed. - </summary> - <value><c>true</c> if integers are allowed; otherwise, <c>false</c>.</value> - </member> - <member name="M:Newtonsoft.Json.Converters.StringEnumConverter.#ctor"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Converters.StringEnumConverter"/> class. - </summary> - </member> - <member name="M:Newtonsoft.Json.Converters.StringEnumConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)"> - <summary> - Writes the JSON representation of the object. - </summary> - <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param> - <param name="value">The value.</param> - <param name="serializer">The calling serializer.</param> - </member> - <member name="M:Newtonsoft.Json.Converters.StringEnumConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)"> - <summary> - Reads the JSON representation of the object. - </summary> - <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param> - <param name="objectType">Type of the object.</param> - <param name="existingValue">The existing value of object being read.</param> - <param name="serializer">The calling serializer.</param> - <returns>The object value.</returns> - </member> - <member name="M:Newtonsoft.Json.Converters.StringEnumConverter.CanConvert(System.Type)"> - <summary> - Determines whether this instance can convert the specified object type. - </summary> - <param name="objectType">Type of the object.</param> - <returns> - <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>. - </returns> - </member> - <member name="T:Newtonsoft.Json.Converters.VersionConverter"> - <summary> - Converts a <see cref="T:System.Version"/> to and from a string (e.g. "1.2.3.4"). - </summary> - </member> - <member name="M:Newtonsoft.Json.Converters.VersionConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)"> - <summary> - Writes the JSON representation of the object. - </summary> - <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param> - <param name="value">The value.</param> - <param name="serializer">The calling serializer.</param> - </member> - <member name="M:Newtonsoft.Json.Converters.VersionConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)"> - <summary> - Reads the JSON representation of the object. - </summary> - <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param> - <param name="objectType">Type of the object.</param> - <param name="existingValue">The existing property value of the JSON that is being converted.</param> - <param name="serializer">The calling serializer.</param> - <returns>The object value.</returns> - </member> - <member name="M:Newtonsoft.Json.Converters.VersionConverter.CanConvert(System.Type)"> - <summary> - Determines whether this instance can convert the specified object type. - </summary> - <param name="objectType">Type of the object.</param> - <returns> - <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>. - </returns> - </member> - <member name="T:Newtonsoft.Json.Converters.XmlNodeConverter"> - <summary> - Converts XML to and from JSON. - </summary> - </member> - <member name="P:Newtonsoft.Json.Converters.XmlNodeConverter.DeserializeRootElementName"> - <summary> - Gets or sets the name of the root element to insert when deserializing to XML if the JSON structure has produces multiple root elements. - </summary> - <value>The name of the deserialize root element.</value> - </member> - <member name="P:Newtonsoft.Json.Converters.XmlNodeConverter.WriteArrayAttribute"> - <summary> - Gets or sets a flag to indicate whether to write the Json.NET array attribute. - This attribute helps preserve arrays when converting the written XML back to JSON. - </summary> - <value><c>true</c> if the array attibute is written to the XML; otherwise, <c>false</c>.</value> - </member> - <member name="P:Newtonsoft.Json.Converters.XmlNodeConverter.OmitRootObject"> - <summary> - Gets or sets a value indicating whether to write the root JSON object. - </summary> - <value><c>true</c> if the JSON root object is omitted; otherwise, <c>false</c>.</value> - </member> - <member name="M:Newtonsoft.Json.Converters.XmlNodeConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)"> - <summary> - Writes the JSON representation of the object. - </summary> - <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param> - <param name="serializer">The calling serializer.</param> - <param name="value">The value.</param> - </member> - <member name="M:Newtonsoft.Json.Converters.XmlNodeConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)"> - <summary> - Reads the JSON representation of the object. - </summary> - <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param> - <param name="objectType">Type of the object.</param> - <param name="existingValue">The existing value of object being read.</param> - <param name="serializer">The calling serializer.</param> - <returns>The object value.</returns> - </member> - <member name="M:Newtonsoft.Json.Converters.XmlNodeConverter.IsNamespaceAttribute(System.String,System.String@)"> - <summary> - Checks if the attributeName is a namespace attribute. - </summary> - <param name="attributeName">Attribute name to test.</param> - <param name="prefix">The attribute name prefix if it has one, otherwise an empty string.</param> - <returns>True if attribute name is for a namespace attribute, otherwise false.</returns> - </member> - <member name="M:Newtonsoft.Json.Converters.XmlNodeConverter.CanConvert(System.Type)"> - <summary> - Determines whether this instance can convert the specified value type. - </summary> - <param name="valueType">Type of the value.</param> - <returns> - <c>true</c> if this instance can convert the specified value type; otherwise, <c>false</c>. - </returns> - </member> - <member name="T:Newtonsoft.Json.FloatParseHandling"> - <summary> - Specifies how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text. - </summary> - </member> - <member name="F:Newtonsoft.Json.FloatParseHandling.Double"> - <summary> - Floating point numbers are parsed to <see cref="F:Newtonsoft.Json.FloatParseHandling.Double"/>. - </summary> - </member> - <member name="F:Newtonsoft.Json.FloatParseHandling.Decimal"> - <summary> - Floating point numbers are parsed to <see cref="F:Newtonsoft.Json.FloatParseHandling.Decimal"/>. - </summary> - </member> - <member name="T:Newtonsoft.Json.DateFormatHandling"> - <summary> - Specifies how dates are formatted when writing JSON text. - </summary> - </member> - <member name="F:Newtonsoft.Json.DateFormatHandling.IsoDateFormat"> - <summary> - Dates are written in the ISO 8601 format, e.g. "2012-03-21T05:40Z". - </summary> - </member> - <member name="F:Newtonsoft.Json.DateFormatHandling.MicrosoftDateFormat"> - <summary> - Dates are written in the Microsoft JSON format, e.g. "\/Date(1198908717056)\/". - </summary> - </member> - <member name="T:Newtonsoft.Json.DateParseHandling"> - <summary> - Specifies how date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON text. - </summary> - </member> - <member name="F:Newtonsoft.Json.DateParseHandling.None"> - <summary> - Date formatted strings are not parsed to a date type and are read as strings. - </summary> - </member> - <member name="F:Newtonsoft.Json.DateParseHandling.DateTime"> - <summary> - Date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed to <see cref="F:Newtonsoft.Json.DateParseHandling.DateTime"/>. - </summary> - </member> - <member name="F:Newtonsoft.Json.DateParseHandling.DateTimeOffset"> - <summary> - Date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed to <see cref="F:Newtonsoft.Json.DateParseHandling.DateTimeOffset"/>. - </summary> - </member> - <member name="T:Newtonsoft.Json.DateTimeZoneHandling"> - <summary> - Specifies how to treat the time value when converting between string and <see cref="T:System.DateTime"/>. - </summary> - </member> - <member name="F:Newtonsoft.Json.DateTimeZoneHandling.Local"> - <summary> - Treat as local time. If the <see cref="T:System.DateTime"/> object represents a Coordinated Universal Time (UTC), it is converted to the local time. - </summary> - </member> - <member name="F:Newtonsoft.Json.DateTimeZoneHandling.Utc"> - <summary> - Treat as a UTC. If the <see cref="T:System.DateTime"/> object represents a local time, it is converted to a UTC. - </summary> - </member> - <member name="F:Newtonsoft.Json.DateTimeZoneHandling.Unspecified"> - <summary> - Treat as a local time if a <see cref="T:System.DateTime"/> is being converted to a string. - If a string is being converted to <see cref="T:System.DateTime"/>, convert to a local time if a time zone is specified. - </summary> - </member> - <member name="F:Newtonsoft.Json.DateTimeZoneHandling.RoundtripKind"> - <summary> - Time zone information should be preserved when converting. - </summary> - </member> - <member name="T:Newtonsoft.Json.DefaultValueHandling"> - <summary> - Specifies default value handling options for the <see cref="T:Newtonsoft.Json.JsonSerializer"/>. - </summary> - <example> - <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\SerializationTests.cs" region="ReducingSerializedJsonSizeDefaultValueHandlingObject" title="DefaultValueHandling Class" /> - <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\SerializationTests.cs" region="ReducingSerializedJsonSizeDefaultValueHandlingExample" title="DefaultValueHandling Ignore Example" /> - </example> - </member> - <member name="F:Newtonsoft.Json.DefaultValueHandling.Include"> - <summary> - Include members where the member value is the same as the member's default value when serializing objects. - Included members are written to JSON. Has no effect when deserializing. - </summary> - </member> - <member name="F:Newtonsoft.Json.DefaultValueHandling.Ignore"> - <summary> - Ignore members where the member value is the same as the member's default value when serializing objects - so that is is not written to JSON. - This option will ignore all default values (e.g. <c>null</c> for objects and nullable types; <c>0</c> for integers, - decimals and floating point numbers; and <c>false</c> for booleans). The default value ignored can be changed by - placing the <see cref="T:System.ComponentModel.DefaultValueAttribute"/> on the property. - </summary> - </member> - <member name="F:Newtonsoft.Json.DefaultValueHandling.Populate"> - <summary> - Members with a default value but no JSON will be set to their default value when deserializing. - </summary> - </member> - <member name="F:Newtonsoft.Json.DefaultValueHandling.IgnoreAndPopulate"> - <summary> - Ignore members where the member value is the same as the member's default value when serializing objects - and sets members to their default value when deserializing. - </summary> - </member> - <member name="T:Newtonsoft.Json.FloatFormatHandling"> - <summary> - Specifies float format handling options when writing special floating point numbers, e.g. <see cref="F:System.Double.NaN"/>, - <see cref="F:System.Double.PositiveInfinity"/> and <see cref="F:System.Double.NegativeInfinity"/> with <see cref="T:Newtonsoft.Json.JsonWriter"/>. - </summary> - </member> - <member name="F:Newtonsoft.Json.FloatFormatHandling.String"> - <summary> - Write special floating point values as strings in JSON, e.g. "NaN", "Infinity", "-Infinity". - </summary> - </member> - <member name="F:Newtonsoft.Json.FloatFormatHandling.Symbol"> - <summary> - Write special floating point values as symbols in JSON, e.g. NaN, Infinity, -Infinity. - Note that this will produce non-valid JSON. - </summary> - </member> - <member name="F:Newtonsoft.Json.FloatFormatHandling.DefaultValue"> - <summary> - Write special floating point values as the property's default value in JSON, e.g. 0.0 for a <see cref="T:System.Double"/> property, null for a <see cref="T:System.Nullable`1"/> property. - </summary> - </member> - <member name="T:Newtonsoft.Json.Formatting"> - <summary> - Specifies formatting options for the <see cref="T:Newtonsoft.Json.JsonTextWriter"/>. - </summary> - </member> - <member name="F:Newtonsoft.Json.Formatting.None"> - <summary> - No special formatting is applied. This is the default. - </summary> - </member> - <member name="F:Newtonsoft.Json.Formatting.Indented"> - <summary> - Causes child objects to be indented according to the <see cref="P:Newtonsoft.Json.JsonTextWriter.Indentation"/> and <see cref="P:Newtonsoft.Json.JsonTextWriter.IndentChar"/> settings. - </summary> - </member> - <member name="T:Newtonsoft.Json.IArrayPool`1"> - <summary> - Provides an interface for using pooled arrays. - </summary> - <typeparam name="T">The array type content.</typeparam> - </member> - <member name="M:Newtonsoft.Json.IArrayPool`1.Rent(System.Int32)"> - <summary> - Rent a array from the pool. This array must be returned when it is no longer needed. - </summary> - <param name="minimumLength">The minimum required length of the array. The returned array may be longer.</param> - <returns>The rented array from the pool. This array must be returned when it is no longer needed.</returns> - </member> - <member name="M:Newtonsoft.Json.IArrayPool`1.Return(`0[])"> - <summary> - Return an array to the pool. - </summary> - <param name="array">The array that is being returned.</param> - </member> - <member name="T:Newtonsoft.Json.IJsonLineInfo"> - <summary> - Provides an interface to enable a class to return line and position information. - </summary> - </member> - <member name="M:Newtonsoft.Json.IJsonLineInfo.HasLineInfo"> - <summary> - Gets a value indicating whether the class can return line information. - </summary> - <returns> - <c>true</c> if LineNumber and LinePosition can be provided; otherwise, <c>false</c>. - </returns> - </member> - <member name="P:Newtonsoft.Json.IJsonLineInfo.LineNumber"> - <summary> - Gets the current line number. - </summary> - <value>The current line number or 0 if no line information is available (for example, HasLineInfo returns false).</value> - </member> - <member name="P:Newtonsoft.Json.IJsonLineInfo.LinePosition"> - <summary> - Gets the current line position. - </summary> - <value>The current line position or 0 if no line information is available (for example, HasLineInfo returns false).</value> - </member> - <member name="T:Newtonsoft.Json.JsonArrayAttribute"> - <summary> - Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> how to serialize the collection. - </summary> - </member> - <member name="P:Newtonsoft.Json.JsonArrayAttribute.AllowNullItems"> - <summary> - Gets or sets a value indicating whether null items are allowed in the collection. - </summary> - <value><c>true</c> if null items are allowed in the collection; otherwise, <c>false</c>.</value> - </member> - <member name="M:Newtonsoft.Json.JsonArrayAttribute.#ctor"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonArrayAttribute"/> class. - </summary> - </member> - <member name="M:Newtonsoft.Json.JsonArrayAttribute.#ctor(System.Boolean)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonObjectAttribute"/> class with a flag indicating whether the array can contain null items - </summary> - <param name="allowNullItems">A flag indicating whether the array can contain null items.</param> - </member> - <member name="M:Newtonsoft.Json.JsonArrayAttribute.#ctor(System.String)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonArrayAttribute"/> class with the specified container Id. - </summary> - <param name="id">The container Id.</param> - </member> - <member name="T:Newtonsoft.Json.JsonConstructorAttribute"> - <summary> - Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> to use the specified constructor when deserializing that object. - </summary> - </member> - <member name="T:Newtonsoft.Json.JsonContainerAttribute"> - <summary> - Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> how to serialize the object. - </summary> - </member> - <member name="P:Newtonsoft.Json.JsonContainerAttribute.Id"> - <summary> - Gets or sets the id. - </summary> - <value>The id.</value> - </member> - <member name="P:Newtonsoft.Json.JsonContainerAttribute.Title"> - <summary> - Gets or sets the title. - </summary> - <value>The title.</value> - </member> - <member name="P:Newtonsoft.Json.JsonContainerAttribute.Description"> - <summary> - Gets or sets the description. - </summary> - <value>The description.</value> - </member> - <member name="P:Newtonsoft.Json.JsonContainerAttribute.ItemConverterType"> - <summary> - Gets the collection's items converter. - </summary> - <value>The collection's items converter.</value> - </member> - <member name="P:Newtonsoft.Json.JsonContainerAttribute.ItemConverterParameters"> - <summary> - The parameter list to use when constructing the JsonConverter described by ItemConverterType. - If null, the default constructor is used. - When non-null, there must be a constructor defined in the JsonConverter that exactly matches the number, - order, and type of these parameters. - </summary> - <example> - [JsonContainer(ItemConverterType = typeof(MyContainerConverter), ItemConverterParameters = new object[] { 123, "Four" })] - </example> - </member> - <member name="P:Newtonsoft.Json.JsonContainerAttribute.IsReference"> - <summary> - Gets or sets a value that indicates whether to preserve object references. - </summary> - <value> - <c>true</c> to keep object reference; otherwise, <c>false</c>. The default is <c>false</c>. - </value> - </member> - <member name="P:Newtonsoft.Json.JsonContainerAttribute.ItemIsReference"> - <summary> - Gets or sets a value that indicates whether to preserve collection's items references. - </summary> - <value> - <c>true</c> to keep collection's items object references; otherwise, <c>false</c>. The default is <c>false</c>. - </value> - </member> - <member name="P:Newtonsoft.Json.JsonContainerAttribute.ItemReferenceLoopHandling"> - <summary> - Gets or sets the reference loop handling used when serializing the collection's items. - </summary> - <value>The reference loop handling.</value> - </member> - <member name="P:Newtonsoft.Json.JsonContainerAttribute.ItemTypeNameHandling"> - <summary> - Gets or sets the type name handling used when serializing the collection's items. - </summary> - <value>The type name handling.</value> - </member> - <member name="M:Newtonsoft.Json.JsonContainerAttribute.#ctor"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonContainerAttribute"/> class. - </summary> - </member> - <member name="M:Newtonsoft.Json.JsonContainerAttribute.#ctor(System.String)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonContainerAttribute"/> class with the specified container Id. - </summary> - <param name="id">The container Id.</param> - </member> - <member name="T:Newtonsoft.Json.JsonConvert"> - <summary> - Provides methods for converting between common language runtime types and JSON types. - </summary> - <example> - <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\SerializationTests.cs" region="SerializeObject" title="Serializing and Deserializing JSON with JsonConvert" /> - </example> - </member> - <member name="P:Newtonsoft.Json.JsonConvert.DefaultSettings"> - <summary> - Gets or sets a function that creates default <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>. - Default settings are automatically used by serialization methods on <see cref="T:Newtonsoft.Json.JsonConvert"/>, - and <see cref="M:Newtonsoft.Json.Linq.JToken.ToObject``1"/> and <see cref="M:Newtonsoft.Json.Linq.JToken.FromObject(System.Object)"/> on <see cref="T:Newtonsoft.Json.Linq.JToken"/>. - To serialize without using any default settings create a <see cref="T:Newtonsoft.Json.JsonSerializer"/> with - <see cref="M:Newtonsoft.Json.JsonSerializer.Create"/>. - </summary> - </member> - <member name="F:Newtonsoft.Json.JsonConvert.True"> - <summary> - Represents JavaScript's boolean value true as a string. This field is read-only. - </summary> - </member> - <member name="F:Newtonsoft.Json.JsonConvert.False"> - <summary> - Represents JavaScript's boolean value false as a string. This field is read-only. - </summary> - </member> - <member name="F:Newtonsoft.Json.JsonConvert.Null"> - <summary> - Represents JavaScript's null as a string. This field is read-only. - </summary> - </member> - <member name="F:Newtonsoft.Json.JsonConvert.Undefined"> - <summary> - Represents JavaScript's undefined as a string. This field is read-only. - </summary> - </member> - <member name="F:Newtonsoft.Json.JsonConvert.PositiveInfinity"> - <summary> - Represents JavaScript's positive infinity as a string. This field is read-only. - </summary> - </member> - <member name="F:Newtonsoft.Json.JsonConvert.NegativeInfinity"> - <summary> - Represents JavaScript's negative infinity as a string. This field is read-only. - </summary> - </member> - <member name="F:Newtonsoft.Json.JsonConvert.NaN"> - <summary> - Represents JavaScript's NaN as a string. This field is read-only. - </summary> - </member> - <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.DateTime)"> - <summary> - Converts the <see cref="T:System.DateTime"/> to its JSON string representation. - </summary> - <param name="value">The value to convert.</param> - <returns>A JSON string representation of the <see cref="T:System.DateTime"/>.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.DateTime,Newtonsoft.Json.DateFormatHandling,Newtonsoft.Json.DateTimeZoneHandling)"> - <summary> - Converts the <see cref="T:System.DateTime"/> to its JSON string representation using the <see cref="T:Newtonsoft.Json.DateFormatHandling"/> specified. - </summary> - <param name="value">The value to convert.</param> - <param name="format">The format the date will be converted to.</param> - <param name="timeZoneHandling">The time zone handling when the date is converted to a string.</param> - <returns>A JSON string representation of the <see cref="T:System.DateTime"/>.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.DateTimeOffset)"> - <summary> - Converts the <see cref="T:System.DateTimeOffset"/> to its JSON string representation. - </summary> - <param name="value">The value to convert.</param> - <returns>A JSON string representation of the <see cref="T:System.DateTimeOffset"/>.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.DateTimeOffset,Newtonsoft.Json.DateFormatHandling)"> - <summary> - Converts the <see cref="T:System.DateTimeOffset"/> to its JSON string representation using the <see cref="T:Newtonsoft.Json.DateFormatHandling"/> specified. - </summary> - <param name="value">The value to convert.</param> - <param name="format">The format the date will be converted to.</param> - <returns>A JSON string representation of the <see cref="T:System.DateTimeOffset"/>.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Boolean)"> - <summary> - Converts the <see cref="T:System.Boolean"/> to its JSON string representation. - </summary> - <param name="value">The value to convert.</param> - <returns>A JSON string representation of the <see cref="T:System.Boolean"/>.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Char)"> - <summary> - Converts the <see cref="T:System.Char"/> to its JSON string representation. - </summary> - <param name="value">The value to convert.</param> - <returns>A JSON string representation of the <see cref="T:System.Char"/>.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Enum)"> - <summary> - Converts the <see cref="T:System.Enum"/> to its JSON string representation. - </summary> - <param name="value">The value to convert.</param> - <returns>A JSON string representation of the <see cref="T:System.Enum"/>.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Int32)"> - <summary> - Converts the <see cref="T:System.Int32"/> to its JSON string representation. - </summary> - <param name="value">The value to convert.</param> - <returns>A JSON string representation of the <see cref="T:System.Int32"/>.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Int16)"> - <summary> - Converts the <see cref="T:System.Int16"/> to its JSON string representation. - </summary> - <param name="value">The value to convert.</param> - <returns>A JSON string representation of the <see cref="T:System.Int16"/>.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.UInt16)"> - <summary> - Converts the <see cref="T:System.UInt16"/> to its JSON string representation. - </summary> - <param name="value">The value to convert.</param> - <returns>A JSON string representation of the <see cref="T:System.UInt16"/>.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.UInt32)"> - <summary> - Converts the <see cref="T:System.UInt32"/> to its JSON string representation. - </summary> - <param name="value">The value to convert.</param> - <returns>A JSON string representation of the <see cref="T:System.UInt32"/>.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Int64)"> - <summary> - Converts the <see cref="T:System.Int64"/> to its JSON string representation. - </summary> - <param name="value">The value to convert.</param> - <returns>A JSON string representation of the <see cref="T:System.Int64"/>.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.UInt64)"> - <summary> - Converts the <see cref="T:System.UInt64"/> to its JSON string representation. - </summary> - <param name="value">The value to convert.</param> - <returns>A JSON string representation of the <see cref="T:System.UInt64"/>.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Single)"> - <summary> - Converts the <see cref="T:System.Single"/> to its JSON string representation. - </summary> - <param name="value">The value to convert.</param> - <returns>A JSON string representation of the <see cref="T:System.Single"/>.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Double)"> - <summary> - Converts the <see cref="T:System.Double"/> to its JSON string representation. - </summary> - <param name="value">The value to convert.</param> - <returns>A JSON string representation of the <see cref="T:System.Double"/>.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Byte)"> - <summary> - Converts the <see cref="T:System.Byte"/> to its JSON string representation. - </summary> - <param name="value">The value to convert.</param> - <returns>A JSON string representation of the <see cref="T:System.Byte"/>.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.SByte)"> - <summary> - Converts the <see cref="T:System.SByte"/> to its JSON string representation. - </summary> - <param name="value">The value to convert.</param> - <returns>A JSON string representation of the <see cref="T:System.SByte"/>.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Decimal)"> - <summary> - Converts the <see cref="T:System.Decimal"/> to its JSON string representation. - </summary> - <param name="value">The value to convert.</param> - <returns>A JSON string representation of the <see cref="T:System.SByte"/>.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Guid)"> - <summary> - Converts the <see cref="T:System.Guid"/> to its JSON string representation. - </summary> - <param name="value">The value to convert.</param> - <returns>A JSON string representation of the <see cref="T:System.Guid"/>.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.TimeSpan)"> - <summary> - Converts the <see cref="T:System.TimeSpan"/> to its JSON string representation. - </summary> - <param name="value">The value to convert.</param> - <returns>A JSON string representation of the <see cref="T:System.TimeSpan"/>.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Uri)"> - <summary> - Converts the <see cref="T:System.Uri"/> to its JSON string representation. - </summary> - <param name="value">The value to convert.</param> - <returns>A JSON string representation of the <see cref="T:System.Uri"/>.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.String)"> - <summary> - Converts the <see cref="T:System.String"/> to its JSON string representation. - </summary> - <param name="value">The value to convert.</param> - <returns>A JSON string representation of the <see cref="T:System.String"/>.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.String,System.Char)"> - <summary> - Converts the <see cref="T:System.String"/> to its JSON string representation. - </summary> - <param name="value">The value to convert.</param> - <param name="delimiter">The string delimiter character.</param> - <returns>A JSON string representation of the <see cref="T:System.String"/>.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.String,System.Char,Newtonsoft.Json.StringEscapeHandling)"> - <summary> - Converts the <see cref="T:System.String"/> to its JSON string representation. - </summary> - <param name="value">The value to convert.</param> - <param name="delimiter">The string delimiter character.</param> - <param name="stringEscapeHandling">The string escape handling.</param> - <returns>A JSON string representation of the <see cref="T:System.String"/>.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Object)"> - <summary> - Converts the <see cref="T:System.Object"/> to its JSON string representation. - </summary> - <param name="value">The value to convert.</param> - <returns>A JSON string representation of the <see cref="T:System.Object"/>.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonConvert.SerializeObject(System.Object)"> - <summary> - Serializes the specified object to a JSON string. - </summary> - <param name="value">The object to serialize.</param> - <returns>A JSON string representation of the object.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonConvert.SerializeObject(System.Object,Newtonsoft.Json.Formatting)"> - <summary> - Serializes the specified object to a JSON string using formatting. - </summary> - <param name="value">The object to serialize.</param> - <param name="formatting">Indicates how the output is formatted.</param> - <returns> - A JSON string representation of the object. - </returns> - </member> - <member name="M:Newtonsoft.Json.JsonConvert.SerializeObject(System.Object,Newtonsoft.Json.JsonConverter[])"> - <summary> - Serializes the specified object to a JSON string using a collection of <see cref="T:Newtonsoft.Json.JsonConverter"/>. - </summary> - <param name="value">The object to serialize.</param> - <param name="converters">A collection converters used while serializing.</param> - <returns>A JSON string representation of the object.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonConvert.SerializeObject(System.Object,Newtonsoft.Json.Formatting,Newtonsoft.Json.JsonConverter[])"> - <summary> - Serializes the specified object to a JSON string using formatting and a collection of <see cref="T:Newtonsoft.Json.JsonConverter"/>. - </summary> - <param name="value">The object to serialize.</param> - <param name="formatting">Indicates how the output is formatted.</param> - <param name="converters">A collection converters used while serializing.</param> - <returns>A JSON string representation of the object.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonConvert.SerializeObject(System.Object,Newtonsoft.Json.JsonSerializerSettings)"> - <summary> - Serializes the specified object to a JSON string using <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>. - </summary> - <param name="value">The object to serialize.</param> - <param name="settings">The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to serialize the object. - If this is null, default serialization settings will be used.</param> - <returns> - A JSON string representation of the object. - </returns> - </member> - <member name="M:Newtonsoft.Json.JsonConvert.SerializeObject(System.Object,System.Type,Newtonsoft.Json.JsonSerializerSettings)"> - <summary> - Serializes the specified object to a JSON string using a type, formatting and <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>. - </summary> - <param name="value">The object to serialize.</param> - <param name="settings">The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to serialize the object. - If this is null, default serialization settings will be used.</param> - <param name="type"> - The type of the value being serialized. - This parameter is used when <see cref="T:Newtonsoft.Json.TypeNameHandling"/> is Auto to write out the type name if the type of the value does not match. - Specifing the type is optional. - </param> - <returns> - A JSON string representation of the object. - </returns> - </member> - <member name="M:Newtonsoft.Json.JsonConvert.SerializeObject(System.Object,Newtonsoft.Json.Formatting,Newtonsoft.Json.JsonSerializerSettings)"> - <summary> - Serializes the specified object to a JSON string using formatting and <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>. - </summary> - <param name="value">The object to serialize.</param> - <param name="formatting">Indicates how the output is formatted.</param> - <param name="settings">The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to serialize the object. - If this is null, default serialization settings will be used.</param> - <returns> - A JSON string representation of the object. - </returns> - </member> - <member name="M:Newtonsoft.Json.JsonConvert.SerializeObject(System.Object,System.Type,Newtonsoft.Json.Formatting,Newtonsoft.Json.JsonSerializerSettings)"> - <summary> - Serializes the specified object to a JSON string using a type, formatting and <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>. - </summary> - <param name="value">The object to serialize.</param> - <param name="formatting">Indicates how the output is formatted.</param> - <param name="settings">The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to serialize the object. - If this is null, default serialization settings will be used.</param> - <param name="type"> - The type of the value being serialized. - This parameter is used when <see cref="T:Newtonsoft.Json.TypeNameHandling"/> is Auto to write out the type name if the type of the value does not match. - Specifing the type is optional. - </param> - <returns> - A JSON string representation of the object. - </returns> - </member> - <member name="M:Newtonsoft.Json.JsonConvert.SerializeObjectAsync(System.Object)"> - <summary> - Asynchronously serializes the specified object to a JSON string. - Serialization will happen on a new thread. - </summary> - <param name="value">The object to serialize.</param> - <returns> - A task that represents the asynchronous serialize operation. The value of the <c>TResult</c> parameter contains a JSON string representation of the object. - </returns> - </member> - <member name="M:Newtonsoft.Json.JsonConvert.SerializeObjectAsync(System.Object,Newtonsoft.Json.Formatting)"> - <summary> - Asynchronously serializes the specified object to a JSON string using formatting. - Serialization will happen on a new thread. - </summary> - <param name="value">The object to serialize.</param> - <param name="formatting">Indicates how the output is formatted.</param> - <returns> - A task that represents the asynchronous serialize operation. The value of the <c>TResult</c> parameter contains a JSON string representation of the object. - </returns> - </member> - <member name="M:Newtonsoft.Json.JsonConvert.SerializeObjectAsync(System.Object,Newtonsoft.Json.Formatting,Newtonsoft.Json.JsonSerializerSettings)"> - <summary> - Asynchronously serializes the specified object to a JSON string using formatting and a collection of <see cref="T:Newtonsoft.Json.JsonConverter"/>. - Serialization will happen on a new thread. - </summary> - <param name="value">The object to serialize.</param> - <param name="formatting">Indicates how the output is formatted.</param> - <param name="settings">The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to serialize the object. - If this is null, default serialization settings will be used.</param> - <returns> - A task that represents the asynchronous serialize operation. The value of the <c>TResult</c> parameter contains a JSON string representation of the object. - </returns> - </member> - <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObject(System.String)"> - <summary> - Deserializes the JSON to a .NET object. - </summary> - <param name="value">The JSON to deserialize.</param> - <returns>The deserialized object from the JSON string.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObject(System.String,Newtonsoft.Json.JsonSerializerSettings)"> - <summary> - Deserializes the JSON to a .NET object using <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>. - </summary> - <param name="value">The JSON to deserialize.</param> - <param name="settings"> - The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to deserialize the object. - If this is null, default serialization settings will be used. - </param> - <returns>The deserialized object from the JSON string.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObject(System.String,System.Type)"> - <summary> - Deserializes the JSON to the specified .NET type. - </summary> - <param name="value">The JSON to deserialize.</param> - <param name="type">The <see cref="T:System.Type"/> of object being deserialized.</param> - <returns>The deserialized object from the JSON string.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObject``1(System.String)"> - <summary> - Deserializes the JSON to the specified .NET type. - </summary> - <typeparam name="T">The type of the object to deserialize to.</typeparam> - <param name="value">The JSON to deserialize.</param> - <returns>The deserialized object from the JSON string.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonConvert.DeserializeAnonymousType``1(System.String,``0)"> - <summary> - Deserializes the JSON to the given anonymous type. - </summary> - <typeparam name="T"> - The anonymous type to deserialize to. This can't be specified - traditionally and must be infered from the anonymous type passed - as a parameter. - </typeparam> - <param name="value">The JSON to deserialize.</param> - <param name="anonymousTypeObject">The anonymous type object.</param> - <returns>The deserialized anonymous type from the JSON string.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonConvert.DeserializeAnonymousType``1(System.String,``0,Newtonsoft.Json.JsonSerializerSettings)"> - <summary> - Deserializes the JSON to the given anonymous type using <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>. - </summary> - <typeparam name="T"> - The anonymous type to deserialize to. This can't be specified - traditionally and must be infered from the anonymous type passed - as a parameter. - </typeparam> - <param name="value">The JSON to deserialize.</param> - <param name="anonymousTypeObject">The anonymous type object.</param> - <param name="settings"> - The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to deserialize the object. - If this is null, default serialization settings will be used. - </param> - <returns>The deserialized anonymous type from the JSON string.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObject``1(System.String,Newtonsoft.Json.JsonConverter[])"> - <summary> - Deserializes the JSON to the specified .NET type using a collection of <see cref="T:Newtonsoft.Json.JsonConverter"/>. - </summary> - <typeparam name="T">The type of the object to deserialize to.</typeparam> - <param name="value">The JSON to deserialize.</param> - <param name="converters">Converters to use while deserializing.</param> - <returns>The deserialized object from the JSON string.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObject``1(System.String,Newtonsoft.Json.JsonSerializerSettings)"> - <summary> - Deserializes the JSON to the specified .NET type using <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>. - </summary> - <typeparam name="T">The type of the object to deserialize to.</typeparam> - <param name="value">The object to deserialize.</param> - <param name="settings"> - The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to deserialize the object. - If this is null, default serialization settings will be used. - </param> - <returns>The deserialized object from the JSON string.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObject(System.String,System.Type,Newtonsoft.Json.JsonConverter[])"> - <summary> - Deserializes the JSON to the specified .NET type using a collection of <see cref="T:Newtonsoft.Json.JsonConverter"/>. - </summary> - <param name="value">The JSON to deserialize.</param> - <param name="type">The type of the object to deserialize.</param> - <param name="converters">Converters to use while deserializing.</param> - <returns>The deserialized object from the JSON string.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObject(System.String,System.Type,Newtonsoft.Json.JsonSerializerSettings)"> - <summary> - Deserializes the JSON to the specified .NET type using <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>. - </summary> - <param name="value">The JSON to deserialize.</param> - <param name="type">The type of the object to deserialize to.</param> - <param name="settings"> - The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to deserialize the object. - If this is null, default serialization settings will be used. - </param> - <returns>The deserialized object from the JSON string.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObjectAsync``1(System.String)"> - <summary> - Asynchronously deserializes the JSON to the specified .NET type. - Deserialization will happen on a new thread. - </summary> - <typeparam name="T">The type of the object to deserialize to.</typeparam> - <param name="value">The JSON to deserialize.</param> - <returns> - A task that represents the asynchronous deserialize operation. The value of the <c>TResult</c> parameter contains the deserialized object from the JSON string. - </returns> - </member> - <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObjectAsync``1(System.String,Newtonsoft.Json.JsonSerializerSettings)"> - <summary> - Asynchronously deserializes the JSON to the specified .NET type using <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>. - Deserialization will happen on a new thread. - </summary> - <typeparam name="T">The type of the object to deserialize to.</typeparam> - <param name="value">The JSON to deserialize.</param> - <param name="settings"> - The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to deserialize the object. - If this is null, default serialization settings will be used. - </param> - <returns> - A task that represents the asynchronous deserialize operation. The value of the <c>TResult</c> parameter contains the deserialized object from the JSON string. - </returns> - </member> - <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObjectAsync(System.String)"> - <summary> - Asynchronously deserializes the JSON to the specified .NET type. - Deserialization will happen on a new thread. - </summary> - <param name="value">The JSON to deserialize.</param> - <returns> - A task that represents the asynchronous deserialize operation. The value of the <c>TResult</c> parameter contains the deserialized object from the JSON string. - </returns> - </member> - <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObjectAsync(System.String,System.Type,Newtonsoft.Json.JsonSerializerSettings)"> - <summary> - Asynchronously deserializes the JSON to the specified .NET type using <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>. - Deserialization will happen on a new thread. - </summary> - <param name="value">The JSON to deserialize.</param> - <param name="type">The type of the object to deserialize to.</param> - <param name="settings"> - The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to deserialize the object. - If this is null, default serialization settings will be used. - </param> - <returns> - A task that represents the asynchronous deserialize operation. The value of the <c>TResult</c> parameter contains the deserialized object from the JSON string. - </returns> - </member> - <member name="M:Newtonsoft.Json.JsonConvert.PopulateObject(System.String,System.Object)"> - <summary> - Populates the object with values from the JSON string. - </summary> - <param name="value">The JSON to populate values from.</param> - <param name="target">The target object to populate values onto.</param> - </member> - <member name="M:Newtonsoft.Json.JsonConvert.PopulateObject(System.String,System.Object,Newtonsoft.Json.JsonSerializerSettings)"> - <summary> - Populates the object with values from the JSON string using <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>. - </summary> - <param name="value">The JSON to populate values from.</param> - <param name="target">The target object to populate values onto.</param> - <param name="settings"> - The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to deserialize the object. - If this is null, default serialization settings will be used. - </param> - </member> - <member name="M:Newtonsoft.Json.JsonConvert.PopulateObjectAsync(System.String,System.Object,Newtonsoft.Json.JsonSerializerSettings)"> - <summary> - Asynchronously populates the object with values from the JSON string using <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>. - </summary> - <param name="value">The JSON to populate values from.</param> - <param name="target">The target object to populate values onto.</param> - <param name="settings"> - The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to deserialize the object. - If this is null, default serialization settings will be used. - </param> - <returns> - A task that represents the asynchronous populate operation. - </returns> - </member> - <member name="M:Newtonsoft.Json.JsonConvert.SerializeXmlNode(System.Xml.XmlNode)"> - <summary> - Serializes the XML node to a JSON string. - </summary> - <param name="node">The node to serialize.</param> - <returns>A JSON string of the XmlNode.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonConvert.SerializeXmlNode(System.Xml.XmlNode,Newtonsoft.Json.Formatting)"> - <summary> - Serializes the XML node to a JSON string using formatting. - </summary> - <param name="node">The node to serialize.</param> - <param name="formatting">Indicates how the output is formatted.</param> - <returns>A JSON string of the XmlNode.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonConvert.SerializeXmlNode(System.Xml.XmlNode,Newtonsoft.Json.Formatting,System.Boolean)"> - <summary> - Serializes the XML node to a JSON string using formatting and omits the root object if <paramref name="omitRootObject"/> is <c>true</c>. - </summary> - <param name="node">The node to serialize.</param> - <param name="formatting">Indicates how the output is formatted.</param> - <param name="omitRootObject">Omits writing the root object.</param> - <returns>A JSON string of the XmlNode.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonConvert.DeserializeXmlNode(System.String)"> - <summary> - Deserializes the XmlNode from a JSON string. - </summary> - <param name="value">The JSON string.</param> - <returns>The deserialized XmlNode</returns> - </member> - <member name="M:Newtonsoft.Json.JsonConvert.DeserializeXmlNode(System.String,System.String)"> - <summary> - Deserializes the XmlNode from a JSON string nested in a root elment specified by <paramref name="deserializeRootElementName"/>. - </summary> - <param name="value">The JSON string.</param> - <param name="deserializeRootElementName">The name of the root element to append when deserializing.</param> - <returns>The deserialized XmlNode</returns> - </member> - <member name="M:Newtonsoft.Json.JsonConvert.DeserializeXmlNode(System.String,System.String,System.Boolean)"> - <summary> - Deserializes the XmlNode from a JSON string nested in a root elment specified by <paramref name="deserializeRootElementName"/> - and writes a .NET array attribute for collections. - </summary> - <param name="value">The JSON string.</param> - <param name="deserializeRootElementName">The name of the root element to append when deserializing.</param> - <param name="writeArrayAttribute"> - A flag to indicate whether to write the Json.NET array attribute. - This attribute helps preserve arrays when converting the written XML back to JSON. - </param> - <returns>The deserialized XmlNode</returns> - </member> - <member name="M:Newtonsoft.Json.JsonConvert.SerializeXNode(System.Xml.Linq.XObject)"> - <summary> - Serializes the <see cref="T:System.Xml.Linq.XNode"/> to a JSON string. - </summary> - <param name="node">The node to convert to JSON.</param> - <returns>A JSON string of the XNode.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonConvert.SerializeXNode(System.Xml.Linq.XObject,Newtonsoft.Json.Formatting)"> - <summary> - Serializes the <see cref="T:System.Xml.Linq.XNode"/> to a JSON string using formatting. - </summary> - <param name="node">The node to convert to JSON.</param> - <param name="formatting">Indicates how the output is formatted.</param> - <returns>A JSON string of the XNode.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonConvert.SerializeXNode(System.Xml.Linq.XObject,Newtonsoft.Json.Formatting,System.Boolean)"> - <summary> - Serializes the <see cref="T:System.Xml.Linq.XNode"/> to a JSON string using formatting and omits the root object if <paramref name="omitRootObject"/> is <c>true</c>. - </summary> - <param name="node">The node to serialize.</param> - <param name="formatting">Indicates how the output is formatted.</param> - <param name="omitRootObject">Omits writing the root object.</param> - <returns>A JSON string of the XNode.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonConvert.DeserializeXNode(System.String)"> - <summary> - Deserializes the <see cref="T:System.Xml.Linq.XNode"/> from a JSON string. - </summary> - <param name="value">The JSON string.</param> - <returns>The deserialized XNode</returns> - </member> - <member name="M:Newtonsoft.Json.JsonConvert.DeserializeXNode(System.String,System.String)"> - <summary> - Deserializes the <see cref="T:System.Xml.Linq.XNode"/> from a JSON string nested in a root elment specified by <paramref name="deserializeRootElementName"/>. - </summary> - <param name="value">The JSON string.</param> - <param name="deserializeRootElementName">The name of the root element to append when deserializing.</param> - <returns>The deserialized XNode</returns> - </member> - <member name="M:Newtonsoft.Json.JsonConvert.DeserializeXNode(System.String,System.String,System.Boolean)"> - <summary> - Deserializes the <see cref="T:System.Xml.Linq.XNode"/> from a JSON string nested in a root elment specified by <paramref name="deserializeRootElementName"/> - and writes a .NET array attribute for collections. - </summary> - <param name="value">The JSON string.</param> - <param name="deserializeRootElementName">The name of the root element to append when deserializing.</param> - <param name="writeArrayAttribute"> - A flag to indicate whether to write the Json.NET array attribute. - This attribute helps preserve arrays when converting the written XML back to JSON. - </param> - <returns>The deserialized XNode</returns> - </member> - <member name="T:Newtonsoft.Json.JsonConverter"> - <summary> - Converts an object to and from JSON. - </summary> - </member> - <member name="M:Newtonsoft.Json.JsonConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)"> - <summary> - Writes the JSON representation of the object. - </summary> - <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param> - <param name="value">The value.</param> - <param name="serializer">The calling serializer.</param> - </member> - <member name="M:Newtonsoft.Json.JsonConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)"> - <summary> - Reads the JSON representation of the object. - </summary> - <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param> - <param name="objectType">Type of the object.</param> - <param name="existingValue">The existing value of object being read.</param> - <param name="serializer">The calling serializer.</param> - <returns>The object value.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonConverter.CanConvert(System.Type)"> - <summary> - Determines whether this instance can convert the specified object type. - </summary> - <param name="objectType">Type of the object.</param> - <returns> - <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>. - </returns> - </member> - <member name="M:Newtonsoft.Json.JsonConverter.GetSchema"> - <summary> - <para> - Gets the <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of the JSON produced by the JsonConverter. - </para> - <note type="caution"> - JSON Schema validation has been moved to its own package. See <see href="http://www.newtonsoft.com/jsonschema">http://www.newtonsoft.com/jsonschema</see> for more details. - </note> - </summary> - <returns>The <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of the JSON produced by the JsonConverter.</returns> - </member> - <member name="P:Newtonsoft.Json.JsonConverter.CanRead"> - <summary> - Gets a value indicating whether this <see cref="T:Newtonsoft.Json.JsonConverter"/> can read JSON. - </summary> - <value><c>true</c> if this <see cref="T:Newtonsoft.Json.JsonConverter"/> can read JSON; otherwise, <c>false</c>.</value> - </member> - <member name="P:Newtonsoft.Json.JsonConverter.CanWrite"> - <summary> - Gets a value indicating whether this <see cref="T:Newtonsoft.Json.JsonConverter"/> can write JSON. - </summary> - <value><c>true</c> if this <see cref="T:Newtonsoft.Json.JsonConverter"/> can write JSON; otherwise, <c>false</c>.</value> - </member> - <member name="T:Newtonsoft.Json.JsonConverterAttribute"> - <summary> - Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> to use the specified <see cref="T:Newtonsoft.Json.JsonConverter"/> when serializing the member or class. - </summary> - </member> - <member name="P:Newtonsoft.Json.JsonConverterAttribute.ConverterType"> - <summary> - Gets the <see cref="T:System.Type"/> of the converter. - </summary> - <value>The <see cref="T:System.Type"/> of the converter.</value> - </member> - <member name="P:Newtonsoft.Json.JsonConverterAttribute.ConverterParameters"> - <summary> - The parameter list to use when constructing the JsonConverter described by ConverterType. - If null, the default constructor is used. - </summary> - </member> - <member name="M:Newtonsoft.Json.JsonConverterAttribute.#ctor(System.Type)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonConverterAttribute"/> class. - </summary> - <param name="converterType">Type of the converter.</param> - </member> - <member name="M:Newtonsoft.Json.JsonConverterAttribute.#ctor(System.Type,System.Object[])"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonConverterAttribute"/> class. - </summary> - <param name="converterType">Type of the converter.</param> - <param name="converterParameters">Parameter list to use when constructing the JsonConverter. Can be null.</param> - </member> - <member name="T:Newtonsoft.Json.JsonConverterCollection"> - <summary> - Represents a collection of <see cref="T:Newtonsoft.Json.JsonConverter"/>. - </summary> - </member> - <member name="T:Newtonsoft.Json.JsonDictionaryAttribute"> - <summary> - Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> how to serialize the collection. - </summary> - </member> - <member name="M:Newtonsoft.Json.JsonDictionaryAttribute.#ctor"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonDictionaryAttribute"/> class. - </summary> - </member> - <member name="M:Newtonsoft.Json.JsonDictionaryAttribute.#ctor(System.String)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonDictionaryAttribute"/> class with the specified container Id. - </summary> - <param name="id">The container Id.</param> - </member> - <member name="T:Newtonsoft.Json.JsonException"> - <summary> - The exception thrown when an error occurs during JSON serialization or deserialization. - </summary> - </member> - <member name="M:Newtonsoft.Json.JsonException.#ctor"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonException"/> class. - </summary> - </member> - <member name="M:Newtonsoft.Json.JsonException.#ctor(System.String)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonException"/> class - with a specified error message. - </summary> - <param name="message">The error message that explains the reason for the exception.</param> - </member> - <member name="M:Newtonsoft.Json.JsonException.#ctor(System.String,System.Exception)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonException"/> class - with a specified error message and a reference to the inner exception that is the cause of this exception. - </summary> - <param name="message">The error message that explains the reason for the exception.</param> - <param name="innerException">The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.</param> - </member> - <member name="M:Newtonsoft.Json.JsonException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonException"/> class. - </summary> - <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"/> that holds the serialized object data about the exception being thrown.</param> - <param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext"/> that contains contextual information about the source or destination.</param> - <exception cref="T:System.ArgumentNullException">The <paramref name="info"/> parameter is null. </exception> - <exception cref="T:System.Runtime.Serialization.SerializationException">The class name is null or <see cref="P:System.Exception.HResult"/> is zero (0). </exception> - </member> - <member name="T:Newtonsoft.Json.JsonExtensionDataAttribute"> - <summary> - Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> to deserialize properties with no matching class member into the specified collection - and write values during serialization. - </summary> - </member> - <member name="P:Newtonsoft.Json.JsonExtensionDataAttribute.WriteData"> - <summary> - Gets or sets a value that indicates whether to write extension data when serializing the object. - </summary> - <value> - <c>true</c> to write extension data when serializing the object; otherwise, <c>false</c>. The default is <c>true</c>. - </value> - </member> - <member name="P:Newtonsoft.Json.JsonExtensionDataAttribute.ReadData"> - <summary> - Gets or sets a value that indicates whether to read extension data when deserializing the object. - </summary> - <value> - <c>true</c> to read extension data when deserializing the object; otherwise, <c>false</c>. The default is <c>true</c>. - </value> - </member> - <member name="M:Newtonsoft.Json.JsonExtensionDataAttribute.#ctor"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonExtensionDataAttribute"/> class. - </summary> - </member> - <member name="T:Newtonsoft.Json.JsonIgnoreAttribute"> - <summary> - Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> not to serialize the public field or public read/write property value. - </summary> - </member> - <member name="T:Newtonsoft.Json.JsonObjectAttribute"> - <summary> - Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> how to serialize the object. - </summary> - </member> - <member name="P:Newtonsoft.Json.JsonObjectAttribute.MemberSerialization"> - <summary> - Gets or sets the member serialization. - </summary> - <value>The member serialization.</value> - </member> - <member name="P:Newtonsoft.Json.JsonObjectAttribute.ItemRequired"> - <summary> - Gets or sets a value that indicates whether the object's properties are required. - </summary> - <value> - A value indicating whether the object's properties are required. - </value> - </member> - <member name="M:Newtonsoft.Json.JsonObjectAttribute.#ctor"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonObjectAttribute"/> class. - </summary> - </member> - <member name="M:Newtonsoft.Json.JsonObjectAttribute.#ctor(Newtonsoft.Json.MemberSerialization)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonObjectAttribute"/> class with the specified member serialization. - </summary> - <param name="memberSerialization">The member serialization.</param> - </member> - <member name="M:Newtonsoft.Json.JsonObjectAttribute.#ctor(System.String)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonObjectAttribute"/> class with the specified container Id. - </summary> - <param name="id">The container Id.</param> - </member> - <member name="T:Newtonsoft.Json.JsonPropertyAttribute"> - <summary> - Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> to always serialize the member with the specified name. - </summary> - </member> - <member name="P:Newtonsoft.Json.JsonPropertyAttribute.ItemConverterType"> - <summary> - Gets or sets the converter used when serializing the property's collection items. - </summary> - <value>The collection's items converter.</value> - </member> - <member name="P:Newtonsoft.Json.JsonPropertyAttribute.ItemConverterParameters"> - <summary> - The parameter list to use when constructing the JsonConverter described by ItemConverterType. - If null, the default constructor is used. - When non-null, there must be a constructor defined in the JsonConverter that exactly matches the number, - order, and type of these parameters. - </summary> - <example> - [JsonProperty(ItemConverterType = typeof(MyContainerConverter), ItemConverterParameters = new object[] { 123, "Four" })] - </example> - </member> - <member name="P:Newtonsoft.Json.JsonPropertyAttribute.NullValueHandling"> - <summary> - Gets or sets the null value handling used when serializing this property. - </summary> - <value>The null value handling.</value> - </member> - <member name="P:Newtonsoft.Json.JsonPropertyAttribute.DefaultValueHandling"> - <summary> - Gets or sets the default value handling used when serializing this property. - </summary> - <value>The default value handling.</value> - </member> - <member name="P:Newtonsoft.Json.JsonPropertyAttribute.ReferenceLoopHandling"> - <summary> - Gets or sets the reference loop handling used when serializing this property. - </summary> - <value>The reference loop handling.</value> - </member> - <member name="P:Newtonsoft.Json.JsonPropertyAttribute.ObjectCreationHandling"> - <summary> - Gets or sets the object creation handling used when deserializing this property. - </summary> - <value>The object creation handling.</value> - </member> - <member name="P:Newtonsoft.Json.JsonPropertyAttribute.TypeNameHandling"> - <summary> - Gets or sets the type name handling used when serializing this property. - </summary> - <value>The type name handling.</value> - </member> - <member name="P:Newtonsoft.Json.JsonPropertyAttribute.IsReference"> - <summary> - Gets or sets whether this property's value is serialized as a reference. - </summary> - <value>Whether this property's value is serialized as a reference.</value> - </member> - <member name="P:Newtonsoft.Json.JsonPropertyAttribute.Order"> - <summary> - Gets or sets the order of serialization of a member. - </summary> - <value>The numeric order of serialization.</value> - </member> - <member name="P:Newtonsoft.Json.JsonPropertyAttribute.Required"> - <summary> - Gets or sets a value indicating whether this property is required. - </summary> - <value> - A value indicating whether this property is required. - </value> - </member> - <member name="P:Newtonsoft.Json.JsonPropertyAttribute.PropertyName"> - <summary> - Gets or sets the name of the property. - </summary> - <value>The name of the property.</value> - </member> - <member name="P:Newtonsoft.Json.JsonPropertyAttribute.ItemReferenceLoopHandling"> - <summary> - Gets or sets the the reference loop handling used when serializing the property's collection items. - </summary> - <value>The collection's items reference loop handling.</value> - </member> - <member name="P:Newtonsoft.Json.JsonPropertyAttribute.ItemTypeNameHandling"> - <summary> - Gets or sets the the type name handling used when serializing the property's collection items. - </summary> - <value>The collection's items type name handling.</value> - </member> - <member name="P:Newtonsoft.Json.JsonPropertyAttribute.ItemIsReference"> - <summary> - Gets or sets whether this property's collection items are serialized as a reference. - </summary> - <value>Whether this property's collection items are serialized as a reference.</value> - </member> - <member name="M:Newtonsoft.Json.JsonPropertyAttribute.#ctor"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonPropertyAttribute"/> class. - </summary> - </member> - <member name="M:Newtonsoft.Json.JsonPropertyAttribute.#ctor(System.String)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonPropertyAttribute"/> class with the specified name. - </summary> - <param name="propertyName">Name of the property.</param> - </member> - <member name="T:Newtonsoft.Json.JsonReader"> - <summary> - Represents a reader that provides fast, non-cached, forward-only access to serialized JSON data. - </summary> - </member> - <member name="T:Newtonsoft.Json.JsonReader.State"> - <summary> - Specifies the state of the reader. - </summary> - </member> - <member name="F:Newtonsoft.Json.JsonReader.State.Start"> - <summary> - The Read method has not been called. - </summary> - </member> - <member name="F:Newtonsoft.Json.JsonReader.State.Complete"> - <summary> - The end of the file has been reached successfully. - </summary> - </member> - <member name="F:Newtonsoft.Json.JsonReader.State.Property"> - <summary> - Reader is at a property. - </summary> - </member> - <member name="F:Newtonsoft.Json.JsonReader.State.ObjectStart"> - <summary> - Reader is at the start of an object. - </summary> - </member> - <member name="F:Newtonsoft.Json.JsonReader.State.Object"> - <summary> - Reader is in an object. - </summary> - </member> - <member name="F:Newtonsoft.Json.JsonReader.State.ArrayStart"> - <summary> - Reader is at the start of an array. - </summary> - </member> - <member name="F:Newtonsoft.Json.JsonReader.State.Array"> - <summary> - Reader is in an array. - </summary> - </member> - <member name="F:Newtonsoft.Json.JsonReader.State.Closed"> - <summary> - The Close method has been called. - </summary> - </member> - <member name="F:Newtonsoft.Json.JsonReader.State.PostValue"> - <summary> - Reader has just read a value. - </summary> - </member> - <member name="F:Newtonsoft.Json.JsonReader.State.ConstructorStart"> - <summary> - Reader is at the start of a constructor. - </summary> - </member> - <member name="F:Newtonsoft.Json.JsonReader.State.Constructor"> - <summary> - Reader in a constructor. - </summary> - </member> - <member name="F:Newtonsoft.Json.JsonReader.State.Error"> - <summary> - An error occurred that prevents the read operation from continuing. - </summary> - </member> - <member name="F:Newtonsoft.Json.JsonReader.State.Finished"> - <summary> - The end of the file has been reached successfully. - </summary> - </member> - <member name="P:Newtonsoft.Json.JsonReader.CurrentState"> - <summary> - Gets the current reader state. - </summary> - <value>The current reader state.</value> - </member> - <member name="P:Newtonsoft.Json.JsonReader.CloseInput"> - <summary> - Gets or sets a value indicating whether the underlying stream or - <see cref="T:System.IO.TextReader"/> should be closed when the reader is closed. - </summary> - <value> - true to close the underlying stream or <see cref="T:System.IO.TextReader"/> when - the reader is closed; otherwise false. The default is true. - </value> - </member> - <member name="P:Newtonsoft.Json.JsonReader.SupportMultipleContent"> - <summary> - Gets or sets a value indicating whether multiple pieces of JSON content can - be read from a continuous stream without erroring. - </summary> - <value> - true to support reading multiple pieces of JSON content; otherwise false. The default is false. - </value> - </member> - <member name="P:Newtonsoft.Json.JsonReader.QuoteChar"> - <summary> - Gets the quotation mark character used to enclose the value of a string. - </summary> - </member> - <member name="P:Newtonsoft.Json.JsonReader.DateTimeZoneHandling"> - <summary> - Get or set how <see cref="T:System.DateTime"/> time zones are handling when reading JSON. - </summary> - </member> - <member name="P:Newtonsoft.Json.JsonReader.DateParseHandling"> - <summary> - Get or set how date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON. - </summary> - </member> - <member name="P:Newtonsoft.Json.JsonReader.FloatParseHandling"> - <summary> - Get or set how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text. - </summary> - </member> - <member name="P:Newtonsoft.Json.JsonReader.DateFormatString"> - <summary> - Get or set how custom date formatted strings are parsed when reading JSON. - </summary> - </member> - <member name="P:Newtonsoft.Json.JsonReader.MaxDepth"> - <summary> - Gets or sets the maximum depth allowed when reading JSON. Reading past this depth will throw a <see cref="T:Newtonsoft.Json.JsonReaderException"/>. - </summary> - </member> - <member name="P:Newtonsoft.Json.JsonReader.TokenType"> - <summary> - Gets the type of the current JSON token. - </summary> - </member> - <member name="P:Newtonsoft.Json.JsonReader.Value"> - <summary> - Gets the text value of the current JSON token. - </summary> - </member> - <member name="P:Newtonsoft.Json.JsonReader.ValueType"> - <summary> - Gets The Common Language Runtime (CLR) type for the current JSON token. - </summary> - </member> - <member name="P:Newtonsoft.Json.JsonReader.Depth"> - <summary> - Gets the depth of the current token in the JSON document. - </summary> - <value>The depth of the current token in the JSON document.</value> - </member> - <member name="P:Newtonsoft.Json.JsonReader.Path"> - <summary> - Gets the path of the current JSON token. - </summary> - </member> - <member name="P:Newtonsoft.Json.JsonReader.Culture"> - <summary> - Gets or sets the culture used when reading JSON. Defaults to <see cref="P:System.Globalization.CultureInfo.InvariantCulture"/>. - </summary> - </member> - <member name="M:Newtonsoft.Json.JsonReader.#ctor"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonReader"/> class with the specified <see cref="T:System.IO.TextReader"/>. - </summary> - </member> - <member name="M:Newtonsoft.Json.JsonReader.Read"> - <summary> - Reads the next JSON token from the stream. - </summary> - <returns>true if the next token was read successfully; false if there are no more tokens to read.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonReader.ReadAsInt32"> - <summary> - Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>. - </summary> - <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonReader.ReadAsString"> - <summary> - Reads the next JSON token from the stream as a <see cref="T:System.String"/>. - </summary> - <returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonReader.ReadAsBytes"> - <summary> - Reads the next JSON token from the stream as a <see cref="T:System.Byte"/>[]. - </summary> - <returns>A <see cref="T:System.Byte"/>[] or a null reference if the next JSON token is null. This method will return <c>null</c> at the end of an array.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonReader.ReadAsDouble"> - <summary> - Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>. - </summary> - <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonReader.ReadAsBoolean"> - <summary> - Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>. - </summary> - <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonReader.ReadAsDecimal"> - <summary> - Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>. - </summary> - <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonReader.ReadAsDateTime"> - <summary> - Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>. - </summary> - <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonReader.ReadAsDateTimeOffset"> - <summary> - Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>. - </summary> - <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonReader.Skip"> - <summary> - Skips the children of the current token. - </summary> - </member> - <member name="M:Newtonsoft.Json.JsonReader.SetToken(Newtonsoft.Json.JsonToken)"> - <summary> - Sets the current token. - </summary> - <param name="newToken">The new token.</param> - </member> - <member name="M:Newtonsoft.Json.JsonReader.SetToken(Newtonsoft.Json.JsonToken,System.Object)"> - <summary> - Sets the current token and value. - </summary> - <param name="newToken">The new token.</param> - <param name="value">The value.</param> - </member> - <member name="M:Newtonsoft.Json.JsonReader.SetStateBasedOnCurrent"> - <summary> - Sets the state based on current token type. - </summary> - </member> - <member name="M:Newtonsoft.Json.JsonReader.System#IDisposable#Dispose"> - <summary> - Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. - </summary> - </member> - <member name="M:Newtonsoft.Json.JsonReader.Dispose(System.Boolean)"> - <summary> - Releases unmanaged and - optionally - managed resources - </summary> - <param name="disposing"><c>true</c> to release both managed and unmanaged resources; <c>false</c> to release only unmanaged resources.</param> - </member> - <member name="M:Newtonsoft.Json.JsonReader.Close"> - <summary> - Changes the <see cref="T:Newtonsoft.Json.JsonReader.State"/> to Closed. - </summary> - </member> - <member name="T:Newtonsoft.Json.JsonReaderException"> - <summary> - The exception thrown when an error occurs while reading JSON text. - </summary> - </member> - <member name="P:Newtonsoft.Json.JsonReaderException.LineNumber"> - <summary> - Gets the line number indicating where the error occurred. - </summary> - <value>The line number indicating where the error occurred.</value> - </member> - <member name="P:Newtonsoft.Json.JsonReaderException.LinePosition"> - <summary> - Gets the line position indicating where the error occurred. - </summary> - <value>The line position indicating where the error occurred.</value> - </member> - <member name="P:Newtonsoft.Json.JsonReaderException.Path"> - <summary> - Gets the path to the JSON where the error occurred. - </summary> - <value>The path to the JSON where the error occurred.</value> - </member> - <member name="M:Newtonsoft.Json.JsonReaderException.#ctor"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonReaderException"/> class. - </summary> - </member> - <member name="M:Newtonsoft.Json.JsonReaderException.#ctor(System.String)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonReaderException"/> class - with a specified error message. - </summary> - <param name="message">The error message that explains the reason for the exception.</param> - </member> - <member name="M:Newtonsoft.Json.JsonReaderException.#ctor(System.String,System.Exception)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonReaderException"/> class - with a specified error message and a reference to the inner exception that is the cause of this exception. - </summary> - <param name="message">The error message that explains the reason for the exception.</param> - <param name="innerException">The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.</param> - </member> - <member name="M:Newtonsoft.Json.JsonReaderException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonReaderException"/> class. - </summary> - <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"/> that holds the serialized object data about the exception being thrown.</param> - <param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext"/> that contains contextual information about the source or destination.</param> - <exception cref="T:System.ArgumentNullException">The <paramref name="info"/> parameter is null. </exception> - <exception cref="T:System.Runtime.Serialization.SerializationException">The class name is null or <see cref="P:System.Exception.HResult"/> is zero (0). </exception> - </member> - <member name="T:Newtonsoft.Json.JsonRequiredAttribute"> - <summary> - Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> to always serialize the member, and require the member has a value. - </summary> - </member> - <member name="T:Newtonsoft.Json.JsonSerializationException"> - <summary> - The exception thrown when an error occurs during JSON serialization or deserialization. - </summary> - </member> - <member name="M:Newtonsoft.Json.JsonSerializationException.#ctor"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonSerializationException"/> class. - </summary> - </member> - <member name="M:Newtonsoft.Json.JsonSerializationException.#ctor(System.String)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonSerializationException"/> class - with a specified error message. - </summary> - <param name="message">The error message that explains the reason for the exception.</param> - </member> - <member name="M:Newtonsoft.Json.JsonSerializationException.#ctor(System.String,System.Exception)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonSerializationException"/> class - with a specified error message and a reference to the inner exception that is the cause of this exception. - </summary> - <param name="message">The error message that explains the reason for the exception.</param> - <param name="innerException">The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.</param> - </member> - <member name="M:Newtonsoft.Json.JsonSerializationException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonSerializationException"/> class. - </summary> - <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"/> that holds the serialized object data about the exception being thrown.</param> - <param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext"/> that contains contextual information about the source or destination.</param> - <exception cref="T:System.ArgumentNullException">The <paramref name="info"/> parameter is null. </exception> - <exception cref="T:System.Runtime.Serialization.SerializationException">The class name is null or <see cref="P:System.Exception.HResult"/> is zero (0). </exception> - </member> - <member name="T:Newtonsoft.Json.JsonSerializer"> - <summary> - Serializes and deserializes objects into and from the JSON format. - The <see cref="T:Newtonsoft.Json.JsonSerializer"/> enables you to control how objects are encoded into JSON. - </summary> - </member> - <member name="E:Newtonsoft.Json.JsonSerializer.Error"> - <summary> - Occurs when the <see cref="T:Newtonsoft.Json.JsonSerializer"/> errors during serialization and deserialization. - </summary> - </member> - <member name="P:Newtonsoft.Json.JsonSerializer.ReferenceResolver"> - <summary> - Gets or sets the <see cref="T:Newtonsoft.Json.Serialization.IReferenceResolver"/> used by the serializer when resolving references. - </summary> - </member> - <member name="P:Newtonsoft.Json.JsonSerializer.Binder"> - <summary> - Gets or sets the <see cref="T:System.Runtime.Serialization.SerializationBinder"/> used by the serializer when resolving type names. - </summary> - </member> - <member name="P:Newtonsoft.Json.JsonSerializer.TraceWriter"> - <summary> - Gets or sets the <see cref="T:Newtonsoft.Json.Serialization.ITraceWriter"/> used by the serializer when writing trace messages. - </summary> - <value>The trace writer.</value> - </member> - <member name="P:Newtonsoft.Json.JsonSerializer.EqualityComparer"> - <summary> - Gets or sets the equality comparer used by the serializer when comparing references. - </summary> - <value>The equality comparer.</value> - </member> - <member name="P:Newtonsoft.Json.JsonSerializer.TypeNameHandling"> - <summary> - Gets or sets how type name writing and reading is handled by the serializer. - </summary> - <remarks> - <see cref="P:Newtonsoft.Json.JsonSerializer.TypeNameHandling"/> should be used with caution when your application deserializes JSON from an external source. - Incoming types should be validated with a custom <see cref="T:System.Runtime.Serialization.SerializationBinder"/> - when deserializing with a value other than <c>TypeNameHandling.None</c>. - </remarks> - </member> - <member name="P:Newtonsoft.Json.JsonSerializer.TypeNameAssemblyFormat"> - <summary> - Gets or sets how a type name assembly is written and resolved by the serializer. - </summary> - <value>The type name assembly format.</value> - </member> - <member name="P:Newtonsoft.Json.JsonSerializer.PreserveReferencesHandling"> - <summary> - Gets or sets how object references are preserved by the serializer. - </summary> - </member> - <member name="P:Newtonsoft.Json.JsonSerializer.ReferenceLoopHandling"> - <summary> - Get or set how reference loops (e.g. a class referencing itself) is handled. - </summary> - </member> - <member name="P:Newtonsoft.Json.JsonSerializer.MissingMemberHandling"> - <summary> - Get or set how missing members (e.g. JSON contains a property that isn't a member on the object) are handled during deserialization. - </summary> - </member> - <member name="P:Newtonsoft.Json.JsonSerializer.NullValueHandling"> - <summary> - Get or set how null values are handled during serialization and deserialization. - </summary> - </member> - <member name="P:Newtonsoft.Json.JsonSerializer.DefaultValueHandling"> - <summary> - Get or set how null default are handled during serialization and deserialization. - </summary> - </member> - <member name="P:Newtonsoft.Json.JsonSerializer.ObjectCreationHandling"> - <summary> - Gets or sets how objects are created during deserialization. - </summary> - <value>The object creation handling.</value> - </member> - <member name="P:Newtonsoft.Json.JsonSerializer.ConstructorHandling"> - <summary> - Gets or sets how constructors are used during deserialization. - </summary> - <value>The constructor handling.</value> - </member> - <member name="P:Newtonsoft.Json.JsonSerializer.MetadataPropertyHandling"> - <summary> - Gets or sets how metadata properties are used during deserialization. - </summary> - <value>The metadata properties handling.</value> - </member> - <member name="P:Newtonsoft.Json.JsonSerializer.Converters"> - <summary> - Gets a collection <see cref="T:Newtonsoft.Json.JsonConverter"/> that will be used during serialization. - </summary> - <value>Collection <see cref="T:Newtonsoft.Json.JsonConverter"/> that will be used during serialization.</value> - </member> - <member name="P:Newtonsoft.Json.JsonSerializer.ContractResolver"> - <summary> - Gets or sets the contract resolver used by the serializer when - serializing .NET objects to JSON and vice versa. - </summary> - </member> - <member name="P:Newtonsoft.Json.JsonSerializer.Context"> - <summary> - Gets or sets the <see cref="T:System.Runtime.Serialization.StreamingContext"/> used by the serializer when invoking serialization callback methods. - </summary> - <value>The context.</value> - </member> - <member name="P:Newtonsoft.Json.JsonSerializer.Formatting"> - <summary> - Indicates how JSON text output is formatted. - </summary> - </member> - <member name="P:Newtonsoft.Json.JsonSerializer.DateFormatHandling"> - <summary> - Get or set how dates are written to JSON text. - </summary> - </member> - <member name="P:Newtonsoft.Json.JsonSerializer.DateTimeZoneHandling"> - <summary> - Get or set how <see cref="T:System.DateTime"/> time zones are handling during serialization and deserialization. - </summary> - </member> - <member name="P:Newtonsoft.Json.JsonSerializer.DateParseHandling"> - <summary> - Get or set how date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON. - </summary> - </member> - <member name="P:Newtonsoft.Json.JsonSerializer.FloatParseHandling"> - <summary> - Get or set how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text. - </summary> - </member> - <member name="P:Newtonsoft.Json.JsonSerializer.FloatFormatHandling"> - <summary> - Get or set how special floating point numbers, e.g. <see cref="F:System.Double.NaN"/>, - <see cref="F:System.Double.PositiveInfinity"/> and <see cref="F:System.Double.NegativeInfinity"/>, - are written as JSON text. - </summary> - </member> - <member name="P:Newtonsoft.Json.JsonSerializer.StringEscapeHandling"> - <summary> - Get or set how strings are escaped when writing JSON text. - </summary> - </member> - <member name="P:Newtonsoft.Json.JsonSerializer.DateFormatString"> - <summary> - Get or set how <see cref="T:System.DateTime"/> and <see cref="T:System.DateTimeOffset"/> values are formatted when writing JSON text, and the expected date format when reading JSON text. - </summary> - </member> - <member name="P:Newtonsoft.Json.JsonSerializer.Culture"> - <summary> - Gets or sets the culture used when reading JSON. Defaults to <see cref="P:System.Globalization.CultureInfo.InvariantCulture"/>. - </summary> - </member> - <member name="P:Newtonsoft.Json.JsonSerializer.MaxDepth"> - <summary> - Gets or sets the maximum depth allowed when reading JSON. Reading past this depth will throw a <see cref="T:Newtonsoft.Json.JsonReaderException"/>. - </summary> - </member> - <member name="P:Newtonsoft.Json.JsonSerializer.CheckAdditionalContent"> - <summary> - Gets a value indicating whether there will be a check for additional JSON content after deserializing an object. - </summary> - <value> - <c>true</c> if there will be a check for additional JSON content after deserializing an object; otherwise, <c>false</c>. - </value> - </member> - <member name="M:Newtonsoft.Json.JsonSerializer.#ctor"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonSerializer"/> class. - </summary> - </member> - <member name="M:Newtonsoft.Json.JsonSerializer.Create"> - <summary> - Creates a new <see cref="T:Newtonsoft.Json.JsonSerializer"/> instance. - The <see cref="T:Newtonsoft.Json.JsonSerializer"/> will not use default settings - from <see cref="P:Newtonsoft.Json.JsonConvert.DefaultSettings"/>. - </summary> - <returns> - A new <see cref="T:Newtonsoft.Json.JsonSerializer"/> instance. - The <see cref="T:Newtonsoft.Json.JsonSerializer"/> will not use default settings - from <see cref="P:Newtonsoft.Json.JsonConvert.DefaultSettings"/>. - </returns> - </member> - <member name="M:Newtonsoft.Json.JsonSerializer.Create(Newtonsoft.Json.JsonSerializerSettings)"> - <summary> - Creates a new <see cref="T:Newtonsoft.Json.JsonSerializer"/> instance using the specified <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>. - The <see cref="T:Newtonsoft.Json.JsonSerializer"/> will not use default settings - from <see cref="P:Newtonsoft.Json.JsonConvert.DefaultSettings"/>. - </summary> - <param name="settings">The settings to be applied to the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.</param> - <returns> - A new <see cref="T:Newtonsoft.Json.JsonSerializer"/> instance using the specified <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>. - The <see cref="T:Newtonsoft.Json.JsonSerializer"/> will not use default settings - from <see cref="P:Newtonsoft.Json.JsonConvert.DefaultSettings"/>. - </returns> - </member> - <member name="M:Newtonsoft.Json.JsonSerializer.CreateDefault"> - <summary> - Creates a new <see cref="T:Newtonsoft.Json.JsonSerializer"/> instance. - The <see cref="T:Newtonsoft.Json.JsonSerializer"/> will use default settings - from <see cref="P:Newtonsoft.Json.JsonConvert.DefaultSettings"/>. - </summary> - <returns> - A new <see cref="T:Newtonsoft.Json.JsonSerializer"/> instance. - The <see cref="T:Newtonsoft.Json.JsonSerializer"/> will use default settings - from <see cref="P:Newtonsoft.Json.JsonConvert.DefaultSettings"/>. - </returns> - </member> - <member name="M:Newtonsoft.Json.JsonSerializer.CreateDefault(Newtonsoft.Json.JsonSerializerSettings)"> - <summary> - Creates a new <see cref="T:Newtonsoft.Json.JsonSerializer"/> instance using the specified <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>. - The <see cref="T:Newtonsoft.Json.JsonSerializer"/> will use default settings - from <see cref="P:Newtonsoft.Json.JsonConvert.DefaultSettings"/> as well as the specified <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>. - </summary> - <param name="settings">The settings to be applied to the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.</param> - <returns> - A new <see cref="T:Newtonsoft.Json.JsonSerializer"/> instance using the specified <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>. - The <see cref="T:Newtonsoft.Json.JsonSerializer"/> will use default settings - from <see cref="P:Newtonsoft.Json.JsonConvert.DefaultSettings"/> as well as the specified <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>. - </returns> - </member> - <member name="M:Newtonsoft.Json.JsonSerializer.Populate(System.IO.TextReader,System.Object)"> - <summary> - Populates the JSON values onto the target object. - </summary> - <param name="reader">The <see cref="T:System.IO.TextReader"/> that contains the JSON structure to reader values from.</param> - <param name="target">The target object to populate values onto.</param> - </member> - <member name="M:Newtonsoft.Json.JsonSerializer.Populate(Newtonsoft.Json.JsonReader,System.Object)"> - <summary> - Populates the JSON values onto the target object. - </summary> - <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> that contains the JSON structure to reader values from.</param> - <param name="target">The target object to populate values onto.</param> - </member> - <member name="M:Newtonsoft.Json.JsonSerializer.Deserialize(Newtonsoft.Json.JsonReader)"> - <summary> - Deserializes the JSON structure contained by the specified <see cref="T:Newtonsoft.Json.JsonReader"/>. - </summary> - <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> that contains the JSON structure to deserialize.</param> - <returns>The <see cref="T:System.Object"/> being deserialized.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonSerializer.Deserialize(System.IO.TextReader,System.Type)"> - <summary> - Deserializes the JSON structure contained by the specified <see cref="T:System.IO.StringReader"/> - into an instance of the specified type. - </summary> - <param name="reader">The <see cref="T:System.IO.TextReader"/> containing the object.</param> - <param name="objectType">The <see cref="T:System.Type"/> of object being deserialized.</param> - <returns>The instance of <paramref name="objectType"/> being deserialized.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonSerializer.Deserialize``1(Newtonsoft.Json.JsonReader)"> - <summary> - Deserializes the JSON structure contained by the specified <see cref="T:Newtonsoft.Json.JsonReader"/> - into an instance of the specified type. - </summary> - <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> containing the object.</param> - <typeparam name="T">The type of the object to deserialize.</typeparam> - <returns>The instance of <typeparamref name="T"/> being deserialized.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonSerializer.Deserialize(Newtonsoft.Json.JsonReader,System.Type)"> - <summary> - Deserializes the JSON structure contained by the specified <see cref="T:Newtonsoft.Json.JsonReader"/> - into an instance of the specified type. - </summary> - <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> containing the object.</param> - <param name="objectType">The <see cref="T:System.Type"/> of object being deserialized.</param> - <returns>The instance of <paramref name="objectType"/> being deserialized.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonSerializer.Serialize(System.IO.TextWriter,System.Object)"> - <summary> - Serializes the specified <see cref="T:System.Object"/> and writes the JSON structure - to a <c>Stream</c> using the specified <see cref="T:System.IO.TextWriter"/>. - </summary> - <param name="textWriter">The <see cref="T:System.IO.TextWriter"/> used to write the JSON structure.</param> - <param name="value">The <see cref="T:System.Object"/> to serialize.</param> - </member> - <member name="M:Newtonsoft.Json.JsonSerializer.Serialize(Newtonsoft.Json.JsonWriter,System.Object,System.Type)"> - <summary> - Serializes the specified <see cref="T:System.Object"/> and writes the JSON structure - to a <c>Stream</c> using the specified <see cref="T:System.IO.TextWriter"/>. - </summary> - <param name="jsonWriter">The <see cref="T:Newtonsoft.Json.JsonWriter"/> used to write the JSON structure.</param> - <param name="value">The <see cref="T:System.Object"/> to serialize.</param> - <param name="objectType"> - The type of the value being serialized. - This parameter is used when <see cref="P:Newtonsoft.Json.JsonSerializer.TypeNameHandling"/> is Auto to write out the type name if the type of the value does not match. - Specifing the type is optional. - </param> - </member> - <member name="M:Newtonsoft.Json.JsonSerializer.Serialize(System.IO.TextWriter,System.Object,System.Type)"> - <summary> - Serializes the specified <see cref="T:System.Object"/> and writes the JSON structure - to a <c>Stream</c> using the specified <see cref="T:System.IO.TextWriter"/>. - </summary> - <param name="textWriter">The <see cref="T:System.IO.TextWriter"/> used to write the JSON structure.</param> - <param name="value">The <see cref="T:System.Object"/> to serialize.</param> - <param name="objectType"> - The type of the value being serialized. - This parameter is used when <see cref="P:Newtonsoft.Json.JsonSerializer.TypeNameHandling"/> is Auto to write out the type name if the type of the value does not match. - Specifing the type is optional. - </param> - </member> - <member name="M:Newtonsoft.Json.JsonSerializer.Serialize(Newtonsoft.Json.JsonWriter,System.Object)"> - <summary> - Serializes the specified <see cref="T:System.Object"/> and writes the JSON structure - to a <c>Stream</c> using the specified <see cref="T:Newtonsoft.Json.JsonWriter"/>. - </summary> - <param name="jsonWriter">The <see cref="T:Newtonsoft.Json.JsonWriter"/> used to write the JSON structure.</param> - <param name="value">The <see cref="T:System.Object"/> to serialize.</param> - </member> - <member name="T:Newtonsoft.Json.JsonSerializerSettings"> - <summary> - Specifies the settings on a <see cref="T:Newtonsoft.Json.JsonSerializer"/> object. - </summary> - </member> - <member name="P:Newtonsoft.Json.JsonSerializerSettings.ReferenceLoopHandling"> - <summary> - Gets or sets how reference loops (e.g. a class referencing itself) is handled. - </summary> - <value>Reference loop handling.</value> - </member> - <member name="P:Newtonsoft.Json.JsonSerializerSettings.MissingMemberHandling"> - <summary> - Gets or sets how missing members (e.g. JSON contains a property that isn't a member on the object) are handled during deserialization. - </summary> - <value>Missing member handling.</value> - </member> - <member name="P:Newtonsoft.Json.JsonSerializerSettings.ObjectCreationHandling"> - <summary> - Gets or sets how objects are created during deserialization. - </summary> - <value>The object creation handling.</value> - </member> - <member name="P:Newtonsoft.Json.JsonSerializerSettings.NullValueHandling"> - <summary> - Gets or sets how null values are handled during serialization and deserialization. - </summary> - <value>Null value handling.</value> - </member> - <member name="P:Newtonsoft.Json.JsonSerializerSettings.DefaultValueHandling"> - <summary> - Gets or sets how null default are handled during serialization and deserialization. - </summary> - <value>The default value handling.</value> - </member> - <member name="P:Newtonsoft.Json.JsonSerializerSettings.Converters"> - <summary> - Gets or sets a <see cref="T:Newtonsoft.Json.JsonConverter"/> collection that will be used during serialization. - </summary> - <value>The converters.</value> - </member> - <member name="P:Newtonsoft.Json.JsonSerializerSettings.PreserveReferencesHandling"> - <summary> - Gets or sets how object references are preserved by the serializer. - </summary> - <value>The preserve references handling.</value> - </member> - <member name="P:Newtonsoft.Json.JsonSerializerSettings.TypeNameHandling"> - <summary> - Gets or sets how type name writing and reading is handled by the serializer. - </summary> - <remarks> - <see cref="P:Newtonsoft.Json.JsonSerializerSettings.TypeNameHandling"/> should be used with caution when your application deserializes JSON from an external source. - Incoming types should be validated with a custom <see cref="T:System.Runtime.Serialization.SerializationBinder"/> - when deserializing with a value other than <c>TypeNameHandling.None</c>. - </remarks> - <value>The type name handling.</value> - </member> - <member name="P:Newtonsoft.Json.JsonSerializerSettings.MetadataPropertyHandling"> - <summary> - Gets or sets how metadata properties are used during deserialization. - </summary> - <value>The metadata properties handling.</value> - </member> - <member name="P:Newtonsoft.Json.JsonSerializerSettings.TypeNameAssemblyFormat"> - <summary> - Gets or sets how a type name assembly is written and resolved by the serializer. - </summary> - <value>The type name assembly format.</value> - </member> - <member name="P:Newtonsoft.Json.JsonSerializerSettings.ConstructorHandling"> - <summary> - Gets or sets how constructors are used during deserialization. - </summary> - <value>The constructor handling.</value> - </member> - <member name="P:Newtonsoft.Json.JsonSerializerSettings.ContractResolver"> - <summary> - Gets or sets the contract resolver used by the serializer when - serializing .NET objects to JSON and vice versa. - </summary> - <value>The contract resolver.</value> - </member> - <member name="P:Newtonsoft.Json.JsonSerializerSettings.EqualityComparer"> - <summary> - Gets or sets the equality comparer used by the serializer when comparing references. - </summary> - <value>The equality comparer.</value> - </member> - <member name="P:Newtonsoft.Json.JsonSerializerSettings.ReferenceResolver"> - <summary> - Gets or sets the <see cref="T:Newtonsoft.Json.Serialization.IReferenceResolver"/> used by the serializer when resolving references. - </summary> - <value>The reference resolver.</value> - </member> - <member name="P:Newtonsoft.Json.JsonSerializerSettings.ReferenceResolverProvider"> - <summary> - Gets or sets a function that creates the <see cref="T:Newtonsoft.Json.Serialization.IReferenceResolver"/> used by the serializer when resolving references. - </summary> - <value>A function that creates the <see cref="T:Newtonsoft.Json.Serialization.IReferenceResolver"/> used by the serializer when resolving references.</value> - </member> - <member name="P:Newtonsoft.Json.JsonSerializerSettings.TraceWriter"> - <summary> - Gets or sets the <see cref="T:Newtonsoft.Json.Serialization.ITraceWriter"/> used by the serializer when writing trace messages. - </summary> - <value>The trace writer.</value> - </member> - <member name="P:Newtonsoft.Json.JsonSerializerSettings.Binder"> - <summary> - Gets or sets the <see cref="T:System.Runtime.Serialization.SerializationBinder"/> used by the serializer when resolving type names. - </summary> - <value>The binder.</value> - </member> - <member name="P:Newtonsoft.Json.JsonSerializerSettings.Error"> - <summary> - Gets or sets the error handler called during serialization and deserialization. - </summary> - <value>The error handler called during serialization and deserialization.</value> - </member> - <member name="P:Newtonsoft.Json.JsonSerializerSettings.Context"> - <summary> - Gets or sets the <see cref="T:System.Runtime.Serialization.StreamingContext"/> used by the serializer when invoking serialization callback methods. - </summary> - <value>The context.</value> - </member> - <member name="P:Newtonsoft.Json.JsonSerializerSettings.DateFormatString"> - <summary> - Get or set how <see cref="T:System.DateTime"/> and <see cref="T:System.DateTimeOffset"/> values are formatted when writing JSON text, and the expected date format when reading JSON text. - </summary> - </member> - <member name="P:Newtonsoft.Json.JsonSerializerSettings.MaxDepth"> - <summary> - Gets or sets the maximum depth allowed when reading JSON. Reading past this depth will throw a <see cref="T:Newtonsoft.Json.JsonReaderException"/>. - </summary> - </member> - <member name="P:Newtonsoft.Json.JsonSerializerSettings.Formatting"> - <summary> - Indicates how JSON text output is formatted. - </summary> - </member> - <member name="P:Newtonsoft.Json.JsonSerializerSettings.DateFormatHandling"> - <summary> - Get or set how dates are written to JSON text. - </summary> - </member> - <member name="P:Newtonsoft.Json.JsonSerializerSettings.DateTimeZoneHandling"> - <summary> - Get or set how <see cref="T:System.DateTime"/> time zones are handling during serialization and deserialization. - </summary> - </member> - <member name="P:Newtonsoft.Json.JsonSerializerSettings.DateParseHandling"> - <summary> - Get or set how date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON. - </summary> - </member> - <member name="P:Newtonsoft.Json.JsonSerializerSettings.FloatFormatHandling"> - <summary> - Get or set how special floating point numbers, e.g. <see cref="F:System.Double.NaN"/>, - <see cref="F:System.Double.PositiveInfinity"/> and <see cref="F:System.Double.NegativeInfinity"/>, - are written as JSON. - </summary> - </member> - <member name="P:Newtonsoft.Json.JsonSerializerSettings.FloatParseHandling"> - <summary> - Get or set how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text. - </summary> - </member> - <member name="P:Newtonsoft.Json.JsonSerializerSettings.StringEscapeHandling"> - <summary> - Get or set how strings are escaped when writing JSON text. - </summary> - </member> - <member name="P:Newtonsoft.Json.JsonSerializerSettings.Culture"> - <summary> - Gets or sets the culture used when reading JSON. Defaults to <see cref="P:System.Globalization.CultureInfo.InvariantCulture"/>. - </summary> - </member> - <member name="P:Newtonsoft.Json.JsonSerializerSettings.CheckAdditionalContent"> - <summary> - Gets a value indicating whether there will be a check for additional content after deserializing an object. - </summary> - <value> - <c>true</c> if there will be a check for additional content after deserializing an object; otherwise, <c>false</c>. - </value> - </member> - <member name="M:Newtonsoft.Json.JsonSerializerSettings.#ctor"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> class. - </summary> - </member> - <member name="T:Newtonsoft.Json.JsonTextReader"> - <summary> - Represents a reader that provides fast, non-cached, forward-only access to JSON text data. - </summary> - </member> - <member name="M:Newtonsoft.Json.JsonTextReader.#ctor(System.IO.TextReader)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonReader"/> class with the specified <see cref="T:System.IO.TextReader"/>. - </summary> - <param name="reader">The <c>TextReader</c> containing the XML data to read.</param> - </member> - <member name="P:Newtonsoft.Json.JsonTextReader.ArrayPool"> - <summary> - Gets or sets the reader's character buffer pool. - </summary> - </member> - <member name="M:Newtonsoft.Json.JsonTextReader.Read"> - <summary> - Reads the next JSON token from the stream. - </summary> - <returns> - true if the next token was read successfully; false if there are no more tokens to read. - </returns> - </member> - <member name="M:Newtonsoft.Json.JsonTextReader.ReadAsInt32"> - <summary> - Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>. - </summary> - <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonTextReader.ReadAsDateTime"> - <summary> - Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>. - </summary> - <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonTextReader.ReadAsString"> - <summary> - Reads the next JSON token from the stream as a <see cref="T:System.String"/>. - </summary> - <returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonTextReader.ReadAsBytes"> - <summary> - Reads the next JSON token from the stream as a <see cref="T:System.Byte"/>[]. - </summary> - <returns>A <see cref="T:System.Byte"/>[] or a null reference if the next JSON token is null. This method will return <c>null</c> at the end of an array.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonTextReader.ReadAsBoolean"> - <summary> - Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>. - </summary> - <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonTextReader.ReadAsDateTimeOffset"> - <summary> - Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>. - </summary> - <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonTextReader.ReadAsDecimal"> - <summary> - Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>. - </summary> - <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonTextReader.ReadAsDouble"> - <summary> - Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>. - </summary> - <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonTextReader.Close"> - <summary> - Changes the state to closed. - </summary> - </member> - <member name="M:Newtonsoft.Json.JsonTextReader.HasLineInfo"> - <summary> - Gets a value indicating whether the class can return line information. - </summary> - <returns> - <c>true</c> if LineNumber and LinePosition can be provided; otherwise, <c>false</c>. - </returns> - </member> - <member name="P:Newtonsoft.Json.JsonTextReader.LineNumber"> - <summary> - Gets the current line number. - </summary> - <value> - The current line number or 0 if no line information is available (for example, HasLineInfo returns false). - </value> - </member> - <member name="P:Newtonsoft.Json.JsonTextReader.LinePosition"> - <summary> - Gets the current line position. - </summary> - <value> - The current line position or 0 if no line information is available (for example, HasLineInfo returns false). - </value> - </member> - <member name="T:Newtonsoft.Json.JsonTextWriter"> - <summary> - Represents a writer that provides a fast, non-cached, forward-only way of generating JSON data. - </summary> - </member> - <member name="P:Newtonsoft.Json.JsonTextWriter.ArrayPool"> - <summary> - Gets or sets the writer's character array pool. - </summary> - </member> - <member name="P:Newtonsoft.Json.JsonTextWriter.Indentation"> - <summary> - Gets or sets how many IndentChars to write for each level in the hierarchy when <see cref="T:Newtonsoft.Json.Formatting"/> is set to <c>Formatting.Indented</c>. - </summary> - </member> - <member name="P:Newtonsoft.Json.JsonTextWriter.QuoteChar"> - <summary> - Gets or sets which character to use to quote attribute values. - </summary> - </member> - <member name="P:Newtonsoft.Json.JsonTextWriter.IndentChar"> - <summary> - Gets or sets which character to use for indenting when <see cref="T:Newtonsoft.Json.Formatting"/> is set to <c>Formatting.Indented</c>. - </summary> - </member> - <member name="P:Newtonsoft.Json.JsonTextWriter.QuoteName"> - <summary> - Gets or sets a value indicating whether object names will be surrounded with quotes. - </summary> - </member> - <member name="M:Newtonsoft.Json.JsonTextWriter.#ctor(System.IO.TextWriter)"> - <summary> - Creates an instance of the <c>JsonWriter</c> class using the specified <see cref="T:System.IO.TextWriter"/>. - </summary> - <param name="textWriter">The <c>TextWriter</c> to write to.</param> - </member> - <member name="M:Newtonsoft.Json.JsonTextWriter.Flush"> - <summary> - Flushes whatever is in the buffer to the underlying streams and also flushes the underlying stream. - </summary> - </member> - <member name="M:Newtonsoft.Json.JsonTextWriter.Close"> - <summary> - Closes this stream and the underlying stream. - </summary> - </member> - <member name="M:Newtonsoft.Json.JsonTextWriter.WriteStartObject"> - <summary> - Writes the beginning of a JSON object. - </summary> - </member> - <member name="M:Newtonsoft.Json.JsonTextWriter.WriteStartArray"> - <summary> - Writes the beginning of a JSON array. - </summary> - </member> - <member name="M:Newtonsoft.Json.JsonTextWriter.WriteStartConstructor(System.String)"> - <summary> - Writes the start of a constructor with the given name. - </summary> - <param name="name">The name of the constructor.</param> - </member> - <member name="M:Newtonsoft.Json.JsonTextWriter.WriteEnd(Newtonsoft.Json.JsonToken)"> - <summary> - Writes the specified end token. - </summary> - <param name="token">The end token to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonTextWriter.WritePropertyName(System.String)"> - <summary> - Writes the property name of a name/value pair on a JSON object. - </summary> - <param name="name">The name of the property.</param> - </member> - <member name="M:Newtonsoft.Json.JsonTextWriter.WritePropertyName(System.String,System.Boolean)"> - <summary> - Writes the property name of a name/value pair on a JSON object. - </summary> - <param name="name">The name of the property.</param> - <param name="escape">A flag to indicate whether the text should be escaped when it is written as a JSON property name.</param> - </member> - <member name="M:Newtonsoft.Json.JsonTextWriter.WriteIndent"> - <summary> - Writes indent characters. - </summary> - </member> - <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValueDelimiter"> - <summary> - Writes the JSON value delimiter. - </summary> - </member> - <member name="M:Newtonsoft.Json.JsonTextWriter.WriteIndentSpace"> - <summary> - Writes an indent space. - </summary> - </member> - <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Object)"> - <summary> - Writes a <see cref="T:System.Object"/> value. - An error will raised if the value cannot be written as a single JSON token. - </summary> - <param name="value">The <see cref="T:System.Object"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonTextWriter.WriteNull"> - <summary> - Writes a null value. - </summary> - </member> - <member name="M:Newtonsoft.Json.JsonTextWriter.WriteUndefined"> - <summary> - Writes an undefined value. - </summary> - </member> - <member name="M:Newtonsoft.Json.JsonTextWriter.WriteRaw(System.String)"> - <summary> - Writes raw JSON. - </summary> - <param name="json">The raw JSON to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.String)"> - <summary> - Writes a <see cref="T:System.String"/> value. - </summary> - <param name="value">The <see cref="T:System.String"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Int32)"> - <summary> - Writes a <see cref="T:System.Int32"/> value. - </summary> - <param name="value">The <see cref="T:System.Int32"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.UInt32)"> - <summary> - Writes a <see cref="T:System.UInt32"/> value. - </summary> - <param name="value">The <see cref="T:System.UInt32"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Int64)"> - <summary> - Writes a <see cref="T:System.Int64"/> value. - </summary> - <param name="value">The <see cref="T:System.Int64"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.UInt64)"> - <summary> - Writes a <see cref="T:System.UInt64"/> value. - </summary> - <param name="value">The <see cref="T:System.UInt64"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Single)"> - <summary> - Writes a <see cref="T:System.Single"/> value. - </summary> - <param name="value">The <see cref="T:System.Single"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Nullable{System.Single})"> - <summary> - Writes a <see cref="T:System.Nullable`1"/> value. - </summary> - <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Double)"> - <summary> - Writes a <see cref="T:System.Double"/> value. - </summary> - <param name="value">The <see cref="T:System.Double"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Nullable{System.Double})"> - <summary> - Writes a <see cref="T:System.Nullable`1"/> value. - </summary> - <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Boolean)"> - <summary> - Writes a <see cref="T:System.Boolean"/> value. - </summary> - <param name="value">The <see cref="T:System.Boolean"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Int16)"> - <summary> - Writes a <see cref="T:System.Int16"/> value. - </summary> - <param name="value">The <see cref="T:System.Int16"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.UInt16)"> - <summary> - Writes a <see cref="T:System.UInt16"/> value. - </summary> - <param name="value">The <see cref="T:System.UInt16"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Char)"> - <summary> - Writes a <see cref="T:System.Char"/> value. - </summary> - <param name="value">The <see cref="T:System.Char"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Byte)"> - <summary> - Writes a <see cref="T:System.Byte"/> value. - </summary> - <param name="value">The <see cref="T:System.Byte"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.SByte)"> - <summary> - Writes a <see cref="T:System.SByte"/> value. - </summary> - <param name="value">The <see cref="T:System.SByte"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Decimal)"> - <summary> - Writes a <see cref="T:System.Decimal"/> value. - </summary> - <param name="value">The <see cref="T:System.Decimal"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.DateTime)"> - <summary> - Writes a <see cref="T:System.DateTime"/> value. - </summary> - <param name="value">The <see cref="T:System.DateTime"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Byte[])"> - <summary> - Writes a <see cref="T:System.Byte"/>[] value. - </summary> - <param name="value">The <see cref="T:System.Byte"/>[] value to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.DateTimeOffset)"> - <summary> - Writes a <see cref="T:System.DateTimeOffset"/> value. - </summary> - <param name="value">The <see cref="T:System.DateTimeOffset"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Guid)"> - <summary> - Writes a <see cref="T:System.Guid"/> value. - </summary> - <param name="value">The <see cref="T:System.Guid"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.TimeSpan)"> - <summary> - Writes a <see cref="T:System.TimeSpan"/> value. - </summary> - <param name="value">The <see cref="T:System.TimeSpan"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Uri)"> - <summary> - Writes a <see cref="T:System.Uri"/> value. - </summary> - <param name="value">The <see cref="T:System.Uri"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonTextWriter.WriteComment(System.String)"> - <summary> - Writes out a comment <code>/*...*/</code> containing the specified text. - </summary> - <param name="text">Text to place inside the comment.</param> - </member> - <member name="M:Newtonsoft.Json.JsonTextWriter.WriteWhitespace(System.String)"> - <summary> - Writes out the given white space. - </summary> - <param name="ws">The string of white space characters.</param> - </member> - <member name="T:Newtonsoft.Json.JsonToken"> - <summary> - Specifies the type of JSON token. - </summary> - </member> - <member name="F:Newtonsoft.Json.JsonToken.None"> - <summary> - This is returned by the <see cref="T:Newtonsoft.Json.JsonReader"/> if a <see cref="M:Newtonsoft.Json.JsonReader.Read"/> method has not been called. - </summary> - </member> - <member name="F:Newtonsoft.Json.JsonToken.StartObject"> - <summary> - An object start token. - </summary> - </member> - <member name="F:Newtonsoft.Json.JsonToken.StartArray"> - <summary> - An array start token. - </summary> - </member> - <member name="F:Newtonsoft.Json.JsonToken.StartConstructor"> - <summary> - A constructor start token. - </summary> - </member> - <member name="F:Newtonsoft.Json.JsonToken.PropertyName"> - <summary> - An object property name. - </summary> - </member> - <member name="F:Newtonsoft.Json.JsonToken.Comment"> - <summary> - A comment. - </summary> - </member> - <member name="F:Newtonsoft.Json.JsonToken.Raw"> - <summary> - Raw JSON. - </summary> - </member> - <member name="F:Newtonsoft.Json.JsonToken.Integer"> - <summary> - An integer. - </summary> - </member> - <member name="F:Newtonsoft.Json.JsonToken.Float"> - <summary> - A float. - </summary> - </member> - <member name="F:Newtonsoft.Json.JsonToken.String"> - <summary> - A string. - </summary> - </member> - <member name="F:Newtonsoft.Json.JsonToken.Boolean"> - <summary> - A boolean. - </summary> - </member> - <member name="F:Newtonsoft.Json.JsonToken.Null"> - <summary> - A null token. - </summary> - </member> - <member name="F:Newtonsoft.Json.JsonToken.Undefined"> - <summary> - An undefined token. - </summary> - </member> - <member name="F:Newtonsoft.Json.JsonToken.EndObject"> - <summary> - An object end token. - </summary> - </member> - <member name="F:Newtonsoft.Json.JsonToken.EndArray"> - <summary> - An array end token. - </summary> - </member> - <member name="F:Newtonsoft.Json.JsonToken.EndConstructor"> - <summary> - A constructor end token. - </summary> - </member> - <member name="F:Newtonsoft.Json.JsonToken.Date"> - <summary> - A Date. - </summary> - </member> - <member name="F:Newtonsoft.Json.JsonToken.Bytes"> - <summary> - Byte data. - </summary> - </member> - <member name="T:Newtonsoft.Json.JsonValidatingReader"> - <summary> - <para> - Represents a reader that provides <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> validation. - </para> - <note type="caution"> - JSON Schema validation has been moved to its own package. See <see href="http://www.newtonsoft.com/jsonschema">http://www.newtonsoft.com/jsonschema</see> for more details. - </note> - </summary> - </member> - <member name="E:Newtonsoft.Json.JsonValidatingReader.ValidationEventHandler"> - <summary> - Sets an event handler for receiving schema validation errors. - </summary> - </member> - <member name="P:Newtonsoft.Json.JsonValidatingReader.Value"> - <summary> - Gets the text value of the current JSON token. - </summary> - <value></value> - </member> - <member name="P:Newtonsoft.Json.JsonValidatingReader.Depth"> - <summary> - Gets the depth of the current token in the JSON document. - </summary> - <value>The depth of the current token in the JSON document.</value> - </member> - <member name="P:Newtonsoft.Json.JsonValidatingReader.Path"> - <summary> - Gets the path of the current JSON token. - </summary> - </member> - <member name="P:Newtonsoft.Json.JsonValidatingReader.QuoteChar"> - <summary> - Gets the quotation mark character used to enclose the value of a string. - </summary> - <value></value> - </member> - <member name="P:Newtonsoft.Json.JsonValidatingReader.TokenType"> - <summary> - Gets the type of the current JSON token. - </summary> - <value></value> - </member> - <member name="P:Newtonsoft.Json.JsonValidatingReader.ValueType"> - <summary> - Gets the Common Language Runtime (CLR) type for the current JSON token. - </summary> - <value></value> - </member> - <member name="M:Newtonsoft.Json.JsonValidatingReader.#ctor(Newtonsoft.Json.JsonReader)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonValidatingReader"/> class that - validates the content returned from the given <see cref="T:Newtonsoft.Json.JsonReader"/>. - </summary> - <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from while validating.</param> - </member> - <member name="P:Newtonsoft.Json.JsonValidatingReader.Schema"> - <summary> - Gets or sets the schema. - </summary> - <value>The schema.</value> - </member> - <member name="P:Newtonsoft.Json.JsonValidatingReader.Reader"> - <summary> - Gets the <see cref="T:Newtonsoft.Json.JsonReader"/> used to construct this <see cref="T:Newtonsoft.Json.JsonValidatingReader"/>. - </summary> - <value>The <see cref="T:Newtonsoft.Json.JsonReader"/> specified in the constructor.</value> - </member> - <member name="M:Newtonsoft.Json.JsonValidatingReader.ReadAsInt32"> - <summary> - Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>. - </summary> - <returns>A <see cref="T:System.Nullable`1"/>.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonValidatingReader.ReadAsBytes"> - <summary> - Reads the next JSON token from the stream as a <see cref="T:System.Byte"/>[]. - </summary> - <returns> - A <see cref="T:System.Byte"/>[] or a null reference if the next JSON token is null. - </returns> - </member> - <member name="M:Newtonsoft.Json.JsonValidatingReader.ReadAsDecimal"> - <summary> - Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>. - </summary> - <returns>A <see cref="T:System.Nullable`1"/>.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonValidatingReader.ReadAsDouble"> - <summary> - Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>. - </summary> - <returns>A <see cref="T:System.Nullable`1"/>.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonValidatingReader.ReadAsBoolean"> - <summary> - Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>. - </summary> - <returns>A <see cref="T:System.Nullable`1"/>.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonValidatingReader.ReadAsString"> - <summary> - Reads the next JSON token from the stream as a <see cref="T:System.String"/>. - </summary> - <returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonValidatingReader.ReadAsDateTime"> - <summary> - Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>. - </summary> - <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonValidatingReader.ReadAsDateTimeOffset"> - <summary> - Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>. - </summary> - <returns>A <see cref="T:System.Nullable`1"/>.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonValidatingReader.Read"> - <summary> - Reads the next JSON token from the stream. - </summary> - <returns> - true if the next token was read successfully; false if there are no more tokens to read. - </returns> - </member> - <member name="T:Newtonsoft.Json.JsonWriter"> - <summary> - Represents a writer that provides a fast, non-cached, forward-only way of generating JSON data. - </summary> - </member> - <member name="P:Newtonsoft.Json.JsonWriter.CloseOutput"> - <summary> - Gets or sets a value indicating whether the underlying stream or - <see cref="T:System.IO.TextReader"/> should be closed when the writer is closed. - </summary> - <value> - true to close the underlying stream or <see cref="T:System.IO.TextReader"/> when - the writer is closed; otherwise false. The default is true. - </value> - </member> - <member name="P:Newtonsoft.Json.JsonWriter.Top"> - <summary> - Gets the top. - </summary> - <value>The top.</value> - </member> - <member name="P:Newtonsoft.Json.JsonWriter.WriteState"> - <summary> - Gets the state of the writer. - </summary> - </member> - <member name="P:Newtonsoft.Json.JsonWriter.Path"> - <summary> - Gets the path of the writer. - </summary> - </member> - <member name="P:Newtonsoft.Json.JsonWriter.Formatting"> - <summary> - Indicates how JSON text output is formatted. - </summary> - </member> - <member name="P:Newtonsoft.Json.JsonWriter.DateFormatHandling"> - <summary> - Get or set how dates are written to JSON text. - </summary> - </member> - <member name="P:Newtonsoft.Json.JsonWriter.DateTimeZoneHandling"> - <summary> - Get or set how <see cref="T:System.DateTime"/> time zones are handling when writing JSON text. - </summary> - </member> - <member name="P:Newtonsoft.Json.JsonWriter.StringEscapeHandling"> - <summary> - Get or set how strings are escaped when writing JSON text. - </summary> - </member> - <member name="P:Newtonsoft.Json.JsonWriter.FloatFormatHandling"> - <summary> - Get or set how special floating point numbers, e.g. <see cref="F:System.Double.NaN"/>, - <see cref="F:System.Double.PositiveInfinity"/> and <see cref="F:System.Double.NegativeInfinity"/>, - are written to JSON text. - </summary> - </member> - <member name="P:Newtonsoft.Json.JsonWriter.DateFormatString"> - <summary> - Get or set how <see cref="T:System.DateTime"/> and <see cref="T:System.DateTimeOffset"/> values are formatting when writing JSON text. - </summary> - </member> - <member name="P:Newtonsoft.Json.JsonWriter.Culture"> - <summary> - Gets or sets the culture used when writing JSON. Defaults to <see cref="P:System.Globalization.CultureInfo.InvariantCulture"/>. - </summary> - </member> - <member name="M:Newtonsoft.Json.JsonWriter.#ctor"> - <summary> - Creates an instance of the <c>JsonWriter</c> class. - </summary> - </member> - <member name="M:Newtonsoft.Json.JsonWriter.Flush"> - <summary> - Flushes whatever is in the buffer to the underlying streams and also flushes the underlying stream. - </summary> - </member> - <member name="M:Newtonsoft.Json.JsonWriter.Close"> - <summary> - Closes this stream and the underlying stream. - </summary> - </member> - <member name="M:Newtonsoft.Json.JsonWriter.WriteStartObject"> - <summary> - Writes the beginning of a JSON object. - </summary> - </member> - <member name="M:Newtonsoft.Json.JsonWriter.WriteEndObject"> - <summary> - Writes the end of a JSON object. - </summary> - </member> - <member name="M:Newtonsoft.Json.JsonWriter.WriteStartArray"> - <summary> - Writes the beginning of a JSON array. - </summary> - </member> - <member name="M:Newtonsoft.Json.JsonWriter.WriteEndArray"> - <summary> - Writes the end of an array. - </summary> - </member> - <member name="M:Newtonsoft.Json.JsonWriter.WriteStartConstructor(System.String)"> - <summary> - Writes the start of a constructor with the given name. - </summary> - <param name="name">The name of the constructor.</param> - </member> - <member name="M:Newtonsoft.Json.JsonWriter.WriteEndConstructor"> - <summary> - Writes the end constructor. - </summary> - </member> - <member name="M:Newtonsoft.Json.JsonWriter.WritePropertyName(System.String)"> - <summary> - Writes the property name of a name/value pair on a JSON object. - </summary> - <param name="name">The name of the property.</param> - </member> - <member name="M:Newtonsoft.Json.JsonWriter.WritePropertyName(System.String,System.Boolean)"> - <summary> - Writes the property name of a name/value pair on a JSON object. - </summary> - <param name="name">The name of the property.</param> - <param name="escape">A flag to indicate whether the text should be escaped when it is written as a JSON property name.</param> - </member> - <member name="M:Newtonsoft.Json.JsonWriter.WriteEnd"> - <summary> - Writes the end of the current JSON object or array. - </summary> - </member> - <member name="M:Newtonsoft.Json.JsonWriter.WriteToken(Newtonsoft.Json.JsonReader)"> - <summary> - Writes the current <see cref="T:Newtonsoft.Json.JsonReader"/> token and its children. - </summary> - <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read the token from.</param> - </member> - <member name="M:Newtonsoft.Json.JsonWriter.WriteToken(Newtonsoft.Json.JsonReader,System.Boolean)"> - <summary> - Writes the current <see cref="T:Newtonsoft.Json.JsonReader"/> token. - </summary> - <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read the token from.</param> - <param name="writeChildren">A flag indicating whether the current token's children should be written.</param> - </member> - <member name="M:Newtonsoft.Json.JsonWriter.WriteToken(Newtonsoft.Json.JsonToken,System.Object)"> - <summary> - Writes the <see cref="T:Newtonsoft.Json.JsonToken"/> token and its value. - </summary> - <param name="token">The <see cref="T:Newtonsoft.Json.JsonToken"/> to write.</param> - <param name="value"> - The value to write. - A value is only required for tokens that have an associated value, e.g. the <see cref="T:System.String"/> property name for <see cref="F:Newtonsoft.Json.JsonToken.PropertyName"/>. - A null value can be passed to the method for token's that don't have a value, e.g. <see cref="F:Newtonsoft.Json.JsonToken.StartObject"/>.</param> - </member> - <member name="M:Newtonsoft.Json.JsonWriter.WriteToken(Newtonsoft.Json.JsonToken)"> - <summary> - Writes the <see cref="T:Newtonsoft.Json.JsonToken"/> token. - </summary> - <param name="token">The <see cref="T:Newtonsoft.Json.JsonToken"/> to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonWriter.WriteEnd(Newtonsoft.Json.JsonToken)"> - <summary> - Writes the specified end token. - </summary> - <param name="token">The end token to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonWriter.WriteIndent"> - <summary> - Writes indent characters. - </summary> - </member> - <member name="M:Newtonsoft.Json.JsonWriter.WriteValueDelimiter"> - <summary> - Writes the JSON value delimiter. - </summary> - </member> - <member name="M:Newtonsoft.Json.JsonWriter.WriteIndentSpace"> - <summary> - Writes an indent space. - </summary> - </member> - <member name="M:Newtonsoft.Json.JsonWriter.WriteNull"> - <summary> - Writes a null value. - </summary> - </member> - <member name="M:Newtonsoft.Json.JsonWriter.WriteUndefined"> - <summary> - Writes an undefined value. - </summary> - </member> - <member name="M:Newtonsoft.Json.JsonWriter.WriteRaw(System.String)"> - <summary> - Writes raw JSON without changing the writer's state. - </summary> - <param name="json">The raw JSON to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonWriter.WriteRawValue(System.String)"> - <summary> - Writes raw JSON where a value is expected and updates the writer's state. - </summary> - <param name="json">The raw JSON to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.String)"> - <summary> - Writes a <see cref="T:System.String"/> value. - </summary> - <param name="value">The <see cref="T:System.String"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Int32)"> - <summary> - Writes a <see cref="T:System.Int32"/> value. - </summary> - <param name="value">The <see cref="T:System.Int32"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.UInt32)"> - <summary> - Writes a <see cref="T:System.UInt32"/> value. - </summary> - <param name="value">The <see cref="T:System.UInt32"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Int64)"> - <summary> - Writes a <see cref="T:System.Int64"/> value. - </summary> - <param name="value">The <see cref="T:System.Int64"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.UInt64)"> - <summary> - Writes a <see cref="T:System.UInt64"/> value. - </summary> - <param name="value">The <see cref="T:System.UInt64"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Single)"> - <summary> - Writes a <see cref="T:System.Single"/> value. - </summary> - <param name="value">The <see cref="T:System.Single"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Double)"> - <summary> - Writes a <see cref="T:System.Double"/> value. - </summary> - <param name="value">The <see cref="T:System.Double"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Boolean)"> - <summary> - Writes a <see cref="T:System.Boolean"/> value. - </summary> - <param name="value">The <see cref="T:System.Boolean"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Int16)"> - <summary> - Writes a <see cref="T:System.Int16"/> value. - </summary> - <param name="value">The <see cref="T:System.Int16"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.UInt16)"> - <summary> - Writes a <see cref="T:System.UInt16"/> value. - </summary> - <param name="value">The <see cref="T:System.UInt16"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Char)"> - <summary> - Writes a <see cref="T:System.Char"/> value. - </summary> - <param name="value">The <see cref="T:System.Char"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Byte)"> - <summary> - Writes a <see cref="T:System.Byte"/> value. - </summary> - <param name="value">The <see cref="T:System.Byte"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.SByte)"> - <summary> - Writes a <see cref="T:System.SByte"/> value. - </summary> - <param name="value">The <see cref="T:System.SByte"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Decimal)"> - <summary> - Writes a <see cref="T:System.Decimal"/> value. - </summary> - <param name="value">The <see cref="T:System.Decimal"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.DateTime)"> - <summary> - Writes a <see cref="T:System.DateTime"/> value. - </summary> - <param name="value">The <see cref="T:System.DateTime"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.DateTimeOffset)"> - <summary> - Writes a <see cref="T:System.DateTimeOffset"/> value. - </summary> - <param name="value">The <see cref="T:System.DateTimeOffset"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Guid)"> - <summary> - Writes a <see cref="T:System.Guid"/> value. - </summary> - <param name="value">The <see cref="T:System.Guid"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.TimeSpan)"> - <summary> - Writes a <see cref="T:System.TimeSpan"/> value. - </summary> - <param name="value">The <see cref="T:System.TimeSpan"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Int32})"> - <summary> - Writes a <see cref="T:System.Nullable`1"/> value. - </summary> - <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.UInt32})"> - <summary> - Writes a <see cref="T:System.Nullable`1"/> value. - </summary> - <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Int64})"> - <summary> - Writes a <see cref="T:System.Nullable`1"/> value. - </summary> - <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.UInt64})"> - <summary> - Writes a <see cref="T:System.Nullable`1"/> value. - </summary> - <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Single})"> - <summary> - Writes a <see cref="T:System.Nullable`1"/> value. - </summary> - <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Double})"> - <summary> - Writes a <see cref="T:System.Nullable`1"/> value. - </summary> - <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Boolean})"> - <summary> - Writes a <see cref="T:System.Nullable`1"/> value. - </summary> - <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Int16})"> - <summary> - Writes a <see cref="T:System.Nullable`1"/> value. - </summary> - <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.UInt16})"> - <summary> - Writes a <see cref="T:System.Nullable`1"/> value. - </summary> - <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Char})"> - <summary> - Writes a <see cref="T:System.Nullable`1"/> value. - </summary> - <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Byte})"> - <summary> - Writes a <see cref="T:System.Nullable`1"/> value. - </summary> - <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.SByte})"> - <summary> - Writes a <see cref="T:System.Nullable`1"/> value. - </summary> - <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Decimal})"> - <summary> - Writes a <see cref="T:System.Nullable`1"/> value. - </summary> - <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.DateTime})"> - <summary> - Writes a <see cref="T:System.Nullable`1"/> value. - </summary> - <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.DateTimeOffset})"> - <summary> - Writes a <see cref="T:System.Nullable`1"/> value. - </summary> - <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Guid})"> - <summary> - Writes a <see cref="T:System.Nullable`1"/> value. - </summary> - <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.TimeSpan})"> - <summary> - Writes a <see cref="T:System.Nullable`1"/> value. - </summary> - <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Byte[])"> - <summary> - Writes a <see cref="T:System.Byte"/>[] value. - </summary> - <param name="value">The <see cref="T:System.Byte"/>[] value to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Uri)"> - <summary> - Writes a <see cref="T:System.Uri"/> value. - </summary> - <param name="value">The <see cref="T:System.Uri"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Object)"> - <summary> - Writes a <see cref="T:System.Object"/> value. - An error will raised if the value cannot be written as a single JSON token. - </summary> - <param name="value">The <see cref="T:System.Object"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonWriter.WriteComment(System.String)"> - <summary> - Writes out a comment <code>/*...*/</code> containing the specified text. - </summary> - <param name="text">Text to place inside the comment.</param> - </member> - <member name="M:Newtonsoft.Json.JsonWriter.WriteWhitespace(System.String)"> - <summary> - Writes out the given white space. - </summary> - <param name="ws">The string of white space characters.</param> - </member> - <member name="M:Newtonsoft.Json.JsonWriter.Dispose(System.Boolean)"> - <summary> - Releases unmanaged and - optionally - managed resources - </summary> - <param name="disposing"><c>true</c> to release both managed and unmanaged resources; <c>false</c> to release only unmanaged resources.</param> - </member> - <member name="M:Newtonsoft.Json.JsonWriter.SetWriteState(Newtonsoft.Json.JsonToken,System.Object)"> - <summary> - Sets the state of the JsonWriter, - </summary> - <param name="token">The JsonToken being written.</param> - <param name="value">The value being written.</param> - </member> - <member name="T:Newtonsoft.Json.JsonWriterException"> - <summary> - The exception thrown when an error occurs while reading JSON text. - </summary> - </member> - <member name="P:Newtonsoft.Json.JsonWriterException.Path"> - <summary> - Gets the path to the JSON where the error occurred. - </summary> - <value>The path to the JSON where the error occurred.</value> - </member> - <member name="M:Newtonsoft.Json.JsonWriterException.#ctor"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonWriterException"/> class. - </summary> - </member> - <member name="M:Newtonsoft.Json.JsonWriterException.#ctor(System.String)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonWriterException"/> class - with a specified error message. - </summary> - <param name="message">The error message that explains the reason for the exception.</param> - </member> - <member name="M:Newtonsoft.Json.JsonWriterException.#ctor(System.String,System.Exception)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonWriterException"/> class - with a specified error message and a reference to the inner exception that is the cause of this exception. - </summary> - <param name="message">The error message that explains the reason for the exception.</param> - <param name="innerException">The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.</param> - </member> - <member name="M:Newtonsoft.Json.JsonWriterException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonWriterException"/> class. - </summary> - <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"/> that holds the serialized object data about the exception being thrown.</param> - <param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext"/> that contains contextual information about the source or destination.</param> - <exception cref="T:System.ArgumentNullException">The <paramref name="info"/> parameter is null. </exception> - <exception cref="T:System.Runtime.Serialization.SerializationException">The class name is null or <see cref="P:System.Exception.HResult"/> is zero (0). </exception> - </member> - <member name="T:Newtonsoft.Json.Linq.CommentHandling"> - <summary> - Specifies how JSON comments are handled when loading JSON. - </summary> - </member> - <member name="F:Newtonsoft.Json.Linq.CommentHandling.Ignore"> - <summary> - Ignore comments. - </summary> - </member> - <member name="F:Newtonsoft.Json.Linq.CommentHandling.Load"> - <summary> - Load comments as a <see cref="T:Newtonsoft.Json.Linq.JValue"/> with type <see cref="F:Newtonsoft.Json.Linq.JTokenType.Comment"/>. - </summary> - </member> - <member name="T:Newtonsoft.Json.Linq.LineInfoHandling"> - <summary> - Specifies how line information is handled when loading JSON. - </summary> - </member> - <member name="F:Newtonsoft.Json.Linq.LineInfoHandling.Ignore"> - <summary> - Ignore line information. - </summary> - </member> - <member name="F:Newtonsoft.Json.Linq.LineInfoHandling.Load"> - <summary> - Load line information. - </summary> - </member> - <member name="T:Newtonsoft.Json.Linq.Extensions"> - <summary> - Contains the LINQ to JSON extension methods. - </summary> - </member> - <member name="M:Newtonsoft.Json.Linq.Extensions.Ancestors``1(System.Collections.Generic.IEnumerable{``0})"> - <summary> - Returns a collection of tokens that contains the ancestors of every token in the source collection. - </summary> - <typeparam name="T">The type of the objects in source, constrained to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</typeparam> - <param name="source">An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the source collection.</param> - <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the ancestors of every token in the source collection.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.Extensions.AncestorsAndSelf``1(System.Collections.Generic.IEnumerable{``0})"> - <summary> - Returns a collection of tokens that contains every token in the source collection, and the ancestors of every token in the source collection. - </summary> - <typeparam name="T">The type of the objects in source, constrained to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</typeparam> - <param name="source">An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the source collection.</param> - <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains every token in the source collection, the ancestors of every token in the source collection.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.Extensions.Descendants``1(System.Collections.Generic.IEnumerable{``0})"> - <summary> - Returns a collection of tokens that contains the descendants of every token in the source collection. - </summary> - <typeparam name="T">The type of the objects in source, constrained to <see cref="T:Newtonsoft.Json.Linq.JContainer"/>.</typeparam> - <param name="source">An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the source collection.</param> - <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the descendants of every token in the source collection.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.Extensions.DescendantsAndSelf``1(System.Collections.Generic.IEnumerable{``0})"> - <summary> - Returns a collection of tokens that contains every token in the source collection, and the descendants of every token in the source collection. - </summary> - <typeparam name="T">The type of the objects in source, constrained to <see cref="T:Newtonsoft.Json.Linq.JContainer"/>.</typeparam> - <param name="source">An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the source collection.</param> - <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains every token in the source collection, and the descendants of every token in the source collection.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.Extensions.Properties(System.Collections.Generic.IEnumerable{Newtonsoft.Json.Linq.JObject})"> - <summary> - Returns a collection of child properties of every object in the source collection. - </summary> - <param name="source">An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JObject"/> that contains the source collection.</param> - <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JProperty"/> that contains the properties of every object in the source collection.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.Extensions.Values(System.Collections.Generic.IEnumerable{Newtonsoft.Json.Linq.JToken},System.Object)"> - <summary> - Returns a collection of child values of every object in the source collection with the given key. - </summary> - <param name="source">An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the source collection.</param> - <param name="key">The token key.</param> - <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the values of every token in the source collection with the given key.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.Extensions.Values(System.Collections.Generic.IEnumerable{Newtonsoft.Json.Linq.JToken})"> - <summary> - Returns a collection of child values of every object in the source collection. - </summary> - <param name="source">An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the source collection.</param> - <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the values of every token in the source collection.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.Extensions.Values``1(System.Collections.Generic.IEnumerable{Newtonsoft.Json.Linq.JToken},System.Object)"> - <summary> - Returns a collection of converted child values of every object in the source collection with the given key. - </summary> - <typeparam name="U">The type to convert the values to.</typeparam> - <param name="source">An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the source collection.</param> - <param name="key">The token key.</param> - <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> that contains the converted values of every token in the source collection with the given key.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.Extensions.Values``1(System.Collections.Generic.IEnumerable{Newtonsoft.Json.Linq.JToken})"> - <summary> - Returns a collection of converted child values of every object in the source collection. - </summary> - <typeparam name="U">The type to convert the values to.</typeparam> - <param name="source">An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the source collection.</param> - <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> that contains the converted values of every token in the source collection.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.Extensions.Value``1(System.Collections.Generic.IEnumerable{Newtonsoft.Json.Linq.JToken})"> - <summary> - Converts the value. - </summary> - <typeparam name="U">The type to convert the value to.</typeparam> - <param name="value">A <see cref="T:Newtonsoft.Json.Linq.JToken"/> cast as a <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</param> - <returns>A converted value.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.Extensions.Value``2(System.Collections.Generic.IEnumerable{``0})"> - <summary> - Converts the value. - </summary> - <typeparam name="T">The source collection type.</typeparam> - <typeparam name="U">The type to convert the value to.</typeparam> - <param name="value">A <see cref="T:Newtonsoft.Json.Linq.JToken"/> cast as a <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</param> - <returns>A converted value.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.Extensions.Children``1(System.Collections.Generic.IEnumerable{``0})"> - <summary> - Returns a collection of child tokens of every array in the source collection. - </summary> - <typeparam name="T">The source collection type.</typeparam> - <param name="source">An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the source collection.</param> - <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the values of every token in the source collection.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.Extensions.Children``2(System.Collections.Generic.IEnumerable{``0})"> - <summary> - Returns a collection of converted child tokens of every array in the source collection. - </summary> - <param name="source">An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the source collection.</param> - <typeparam name="U">The type to convert the values to.</typeparam> - <typeparam name="T">The source collection type.</typeparam> - <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> that contains the converted values of every token in the source collection.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.Extensions.AsJEnumerable(System.Collections.Generic.IEnumerable{Newtonsoft.Json.Linq.JToken})"> - <summary> - Returns the input typed as <see cref="T:Newtonsoft.Json.Linq.IJEnumerable`1"/>. - </summary> - <param name="source">An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the source collection.</param> - <returns>The input typed as <see cref="T:Newtonsoft.Json.Linq.IJEnumerable`1"/>.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.Extensions.AsJEnumerable``1(System.Collections.Generic.IEnumerable{``0})"> - <summary> - Returns the input typed as <see cref="T:Newtonsoft.Json.Linq.IJEnumerable`1"/>. - </summary> - <typeparam name="T">The source collection type.</typeparam> - <param name="source">An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the source collection.</param> - <returns>The input typed as <see cref="T:Newtonsoft.Json.Linq.IJEnumerable`1"/>.</returns> - </member> - <member name="T:Newtonsoft.Json.Linq.IJEnumerable`1"> - <summary> - Represents a collection of <see cref="T:Newtonsoft.Json.Linq.JToken"/> objects. - </summary> - <typeparam name="T">The type of token</typeparam> - </member> - <member name="P:Newtonsoft.Json.Linq.IJEnumerable`1.Item(System.Object)"> - <summary> - Gets the <see cref="T:Newtonsoft.Json.Linq.IJEnumerable`1"/> with the specified key. - </summary> - <value></value> - </member> - <member name="T:Newtonsoft.Json.Linq.JArray"> - <summary> - Represents a JSON array. - </summary> - <example> - <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\LinqToJsonTests.cs" region="LinqToJsonCreateParseArray" title="Parsing a JSON Array from Text" /> - </example> - </member> - <member name="P:Newtonsoft.Json.Linq.JArray.ChildrenTokens"> - <summary> - Gets the container's children tokens. - </summary> - <value>The container's children tokens.</value> - </member> - <member name="P:Newtonsoft.Json.Linq.JArray.Type"> - <summary> - Gets the node type for this <see cref="T:Newtonsoft.Json.Linq.JToken"/>. - </summary> - <value>The type.</value> - </member> - <member name="M:Newtonsoft.Json.Linq.JArray.#ctor"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JArray"/> class. - </summary> - </member> - <member name="M:Newtonsoft.Json.Linq.JArray.#ctor(Newtonsoft.Json.Linq.JArray)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JArray"/> class from another <see cref="T:Newtonsoft.Json.Linq.JArray"/> object. - </summary> - <param name="other">A <see cref="T:Newtonsoft.Json.Linq.JArray"/> object to copy from.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JArray.#ctor(System.Object[])"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JArray"/> class with the specified content. - </summary> - <param name="content">The contents of the array.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JArray.#ctor(System.Object)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JArray"/> class with the specified content. - </summary> - <param name="content">The contents of the array.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JArray.Load(Newtonsoft.Json.JsonReader)"> - <summary> - Loads an <see cref="T:Newtonsoft.Json.Linq.JArray"/> from a <see cref="T:Newtonsoft.Json.JsonReader"/>. - </summary> - <param name="reader">A <see cref="T:Newtonsoft.Json.JsonReader"/> that will be read for the content of the <see cref="T:Newtonsoft.Json.Linq.JArray"/>.</param> - <returns>A <see cref="T:Newtonsoft.Json.Linq.JArray"/> that contains the JSON that was read from the specified <see cref="T:Newtonsoft.Json.JsonReader"/>.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JArray.Load(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Linq.JsonLoadSettings)"> - <summary> - Loads an <see cref="T:Newtonsoft.Json.Linq.JArray"/> from a <see cref="T:Newtonsoft.Json.JsonReader"/>. - </summary> - <param name="reader">A <see cref="T:Newtonsoft.Json.JsonReader"/> that will be read for the content of the <see cref="T:Newtonsoft.Json.Linq.JArray"/>.</param> - <param name="settings">The <see cref="T:Newtonsoft.Json.Linq.JsonLoadSettings"/> used to load the JSON. - If this is null, default load settings will be used.</param> - <returns>A <see cref="T:Newtonsoft.Json.Linq.JArray"/> that contains the JSON that was read from the specified <see cref="T:Newtonsoft.Json.JsonReader"/>.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JArray.Parse(System.String)"> - <summary> - Load a <see cref="T:Newtonsoft.Json.Linq.JArray"/> from a string that contains JSON. - </summary> - <param name="json">A <see cref="T:System.String"/> that contains JSON.</param> - <returns>A <see cref="T:Newtonsoft.Json.Linq.JArray"/> populated from the string that contains JSON.</returns> - <example> - <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\LinqToJsonTests.cs" region="LinqToJsonCreateParseArray" title="Parsing a JSON Array from Text" /> - </example> - </member> - <member name="M:Newtonsoft.Json.Linq.JArray.Parse(System.String,Newtonsoft.Json.Linq.JsonLoadSettings)"> - <summary> - Load a <see cref="T:Newtonsoft.Json.Linq.JArray"/> from a string that contains JSON. - </summary> - <param name="json">A <see cref="T:System.String"/> that contains JSON.</param> - <param name="settings">The <see cref="T:Newtonsoft.Json.Linq.JsonLoadSettings"/> used to load the JSON. - If this is null, default load settings will be used.</param> - <returns>A <see cref="T:Newtonsoft.Json.Linq.JArray"/> populated from the string that contains JSON.</returns> - <example> - <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\LinqToJsonTests.cs" region="LinqToJsonCreateParseArray" title="Parsing a JSON Array from Text" /> - </example> - </member> - <member name="M:Newtonsoft.Json.Linq.JArray.FromObject(System.Object)"> - <summary> - Creates a <see cref="T:Newtonsoft.Json.Linq.JArray"/> from an object. - </summary> - <param name="o">The object that will be used to create <see cref="T:Newtonsoft.Json.Linq.JArray"/>.</param> - <returns>A <see cref="T:Newtonsoft.Json.Linq.JArray"/> with the values of the specified object</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JArray.FromObject(System.Object,Newtonsoft.Json.JsonSerializer)"> - <summary> - Creates a <see cref="T:Newtonsoft.Json.Linq.JArray"/> from an object. - </summary> - <param name="o">The object that will be used to create <see cref="T:Newtonsoft.Json.Linq.JArray"/>.</param> - <param name="jsonSerializer">The <see cref="T:Newtonsoft.Json.JsonSerializer"/> that will be used to read the object.</param> - <returns>A <see cref="T:Newtonsoft.Json.Linq.JArray"/> with the values of the specified object</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JArray.WriteTo(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.JsonConverter[])"> - <summary> - Writes this token to a <see cref="T:Newtonsoft.Json.JsonWriter"/>. - </summary> - <param name="writer">A <see cref="T:Newtonsoft.Json.JsonWriter"/> into which this method will write.</param> - <param name="converters">A collection of <see cref="T:Newtonsoft.Json.JsonConverter"/> which will be used when writing the token.</param> - </member> - <member name="P:Newtonsoft.Json.Linq.JArray.Item(System.Object)"> - <summary> - Gets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key. - </summary> - <value>The <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key.</value> - </member> - <member name="P:Newtonsoft.Json.Linq.JArray.Item(System.Int32)"> - <summary> - Gets or sets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> at the specified index. - </summary> - <value></value> - </member> - <member name="M:Newtonsoft.Json.Linq.JArray.IndexOf(Newtonsoft.Json.Linq.JToken)"> - <summary> - Determines the index of a specific item in the <see cref="T:System.Collections.Generic.IList`1"/>. - </summary> - <param name="item">The object to locate in the <see cref="T:System.Collections.Generic.IList`1"/>.</param> - <returns> - The index of <paramref name="item"/> if found in the list; otherwise, -1. - </returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JArray.Insert(System.Int32,Newtonsoft.Json.Linq.JToken)"> - <summary> - Inserts an item to the <see cref="T:System.Collections.Generic.IList`1"/> at the specified index. - </summary> - <param name="index">The zero-based index at which <paramref name="item"/> should be inserted.</param> - <param name="item">The object to insert into the <see cref="T:System.Collections.Generic.IList`1"/>.</param> - <exception cref="T:System.ArgumentOutOfRangeException"> - <paramref name="index"/> is not a valid index in the <see cref="T:System.Collections.Generic.IList`1"/>.</exception> - <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.Generic.IList`1"/> is read-only.</exception> - </member> - <member name="M:Newtonsoft.Json.Linq.JArray.RemoveAt(System.Int32)"> - <summary> - Removes the <see cref="T:System.Collections.Generic.IList`1"/> item at the specified index. - </summary> - <param name="index">The zero-based index of the item to remove.</param> - <exception cref="T:System.ArgumentOutOfRangeException"> - <paramref name="index"/> is not a valid index in the <see cref="T:System.Collections.Generic.IList`1"/>.</exception> - <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.Generic.IList`1"/> is read-only.</exception> - </member> - <member name="M:Newtonsoft.Json.Linq.JArray.GetEnumerator"> - <summary> - Returns an enumerator that iterates through the collection. - </summary> - <returns> - A <see cref="T:System.Collections.Generic.IEnumerator`1" /> that can be used to iterate through the collection. - </returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JArray.Add(Newtonsoft.Json.Linq.JToken)"> - <summary> - Adds an item to the <see cref="T:System.Collections.Generic.ICollection`1"/>. - </summary> - <param name="item">The object to add to the <see cref="T:System.Collections.Generic.ICollection`1"/>.</param> - <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.Generic.ICollection`1"/> is read-only.</exception> - </member> - <member name="M:Newtonsoft.Json.Linq.JArray.Clear"> - <summary> - Removes all items from the <see cref="T:System.Collections.Generic.ICollection`1"/>. - </summary> - <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.Generic.ICollection`1"/> is read-only. </exception> - </member> - <member name="M:Newtonsoft.Json.Linq.JArray.Contains(Newtonsoft.Json.Linq.JToken)"> - <summary> - Determines whether the <see cref="T:System.Collections.Generic.ICollection`1"/> contains a specific value. - </summary> - <param name="item">The object to locate in the <see cref="T:System.Collections.Generic.ICollection`1"/>.</param> - <returns> - true if <paramref name="item"/> is found in the <see cref="T:System.Collections.Generic.ICollection`1"/>; otherwise, false. - </returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JArray.CopyTo(Newtonsoft.Json.Linq.JToken[],System.Int32)"> - <summary> - Copies to. - </summary> - <param name="array">The array.</param> - <param name="arrayIndex">Index of the array.</param> - </member> - <member name="P:Newtonsoft.Json.Linq.JArray.IsReadOnly"> - <summary> - Gets a value indicating whether the <see cref="T:System.Collections.Generic.ICollection`1" /> is read-only. - </summary> - <returns>true if the <see cref="T:System.Collections.Generic.ICollection`1" /> is read-only; otherwise, false.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JArray.Remove(Newtonsoft.Json.Linq.JToken)"> - <summary> - Removes the first occurrence of a specific object from the <see cref="T:System.Collections.Generic.ICollection`1"/>. - </summary> - <param name="item">The object to remove from the <see cref="T:System.Collections.Generic.ICollection`1"/>.</param> - <returns> - true if <paramref name="item"/> was successfully removed from the <see cref="T:System.Collections.Generic.ICollection`1"/>; otherwise, false. This method also returns false if <paramref name="item"/> is not found in the original <see cref="T:System.Collections.Generic.ICollection`1"/>. - </returns> - <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.Generic.ICollection`1"/> is read-only.</exception> - </member> - <member name="T:Newtonsoft.Json.Linq.JConstructor"> - <summary> - Represents a JSON constructor. - </summary> - </member> - <member name="P:Newtonsoft.Json.Linq.JConstructor.ChildrenTokens"> - <summary> - Gets the container's children tokens. - </summary> - <value>The container's children tokens.</value> - </member> - <member name="P:Newtonsoft.Json.Linq.JConstructor.Name"> - <summary> - Gets or sets the name of this constructor. - </summary> - <value>The constructor name.</value> - </member> - <member name="P:Newtonsoft.Json.Linq.JConstructor.Type"> - <summary> - Gets the node type for this <see cref="T:Newtonsoft.Json.Linq.JToken"/>. - </summary> - <value>The type.</value> - </member> - <member name="M:Newtonsoft.Json.Linq.JConstructor.#ctor"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> class. - </summary> - </member> - <member name="M:Newtonsoft.Json.Linq.JConstructor.#ctor(Newtonsoft.Json.Linq.JConstructor)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> class from another <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> object. - </summary> - <param name="other">A <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> object to copy from.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JConstructor.#ctor(System.String,System.Object[])"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> class with the specified name and content. - </summary> - <param name="name">The constructor name.</param> - <param name="content">The contents of the constructor.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JConstructor.#ctor(System.String,System.Object)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> class with the specified name and content. - </summary> - <param name="name">The constructor name.</param> - <param name="content">The contents of the constructor.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JConstructor.#ctor(System.String)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> class with the specified name. - </summary> - <param name="name">The constructor name.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JConstructor.WriteTo(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.JsonConverter[])"> - <summary> - Writes this token to a <see cref="T:Newtonsoft.Json.JsonWriter"/>. - </summary> - <param name="writer">A <see cref="T:Newtonsoft.Json.JsonWriter"/> into which this method will write.</param> - <param name="converters">A collection of <see cref="T:Newtonsoft.Json.JsonConverter"/> which will be used when writing the token.</param> - </member> - <member name="P:Newtonsoft.Json.Linq.JConstructor.Item(System.Object)"> - <summary> - Gets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key. - </summary> - <value>The <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key.</value> - </member> - <member name="M:Newtonsoft.Json.Linq.JConstructor.Load(Newtonsoft.Json.JsonReader)"> - <summary> - Loads an <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> from a <see cref="T:Newtonsoft.Json.JsonReader"/>. - </summary> - <param name="reader">A <see cref="T:Newtonsoft.Json.JsonReader"/> that will be read for the content of the <see cref="T:Newtonsoft.Json.Linq.JConstructor"/>.</param> - <returns>A <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> that contains the JSON that was read from the specified <see cref="T:Newtonsoft.Json.JsonReader"/>.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JConstructor.Load(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Linq.JsonLoadSettings)"> - <summary> - Loads an <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> from a <see cref="T:Newtonsoft.Json.JsonReader"/>. - </summary> - <param name="reader">A <see cref="T:Newtonsoft.Json.JsonReader"/> that will be read for the content of the <see cref="T:Newtonsoft.Json.Linq.JConstructor"/>.</param> - <param name="settings">The <see cref="T:Newtonsoft.Json.Linq.JsonLoadSettings"/> used to load the JSON. - If this is null, default load settings will be used.</param> - <returns>A <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> that contains the JSON that was read from the specified <see cref="T:Newtonsoft.Json.JsonReader"/>.</returns> - </member> - <member name="T:Newtonsoft.Json.Linq.JContainer"> - <summary> - Represents a token that can contain other tokens. - </summary> - </member> - <member name="E:Newtonsoft.Json.Linq.JContainer.ListChanged"> - <summary> - Occurs when the list changes or an item in the list changes. - </summary> - </member> - <member name="E:Newtonsoft.Json.Linq.JContainer.AddingNew"> - <summary> - Occurs before an item is added to the collection. - </summary> - </member> - <member name="E:Newtonsoft.Json.Linq.JContainer.CollectionChanged"> - <summary> - Occurs when the items list of the collection has changed, or the collection is reset. - </summary> - </member> - <member name="P:Newtonsoft.Json.Linq.JContainer.ChildrenTokens"> - <summary> - Gets the container's children tokens. - </summary> - <value>The container's children tokens.</value> - </member> - <member name="M:Newtonsoft.Json.Linq.JContainer.OnAddingNew(System.ComponentModel.AddingNewEventArgs)"> - <summary> - Raises the <see cref="E:Newtonsoft.Json.Linq.JContainer.AddingNew"/> event. - </summary> - <param name="e">The <see cref="T:System.ComponentModel.AddingNewEventArgs"/> instance containing the event data.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JContainer.OnListChanged(System.ComponentModel.ListChangedEventArgs)"> - <summary> - Raises the <see cref="E:Newtonsoft.Json.Linq.JContainer.ListChanged"/> event. - </summary> - <param name="e">The <see cref="T:System.ComponentModel.ListChangedEventArgs"/> instance containing the event data.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JContainer.OnCollectionChanged(System.Collections.Specialized.NotifyCollectionChangedEventArgs)"> - <summary> - Raises the <see cref="E:Newtonsoft.Json.Linq.JContainer.CollectionChanged"/> event. - </summary> - <param name="e">The <see cref="T:System.Collections.Specialized.NotifyCollectionChangedEventArgs"/> instance containing the event data.</param> - </member> - <member name="P:Newtonsoft.Json.Linq.JContainer.HasValues"> - <summary> - Gets a value indicating whether this token has child tokens. - </summary> - <value> - <c>true</c> if this token has child values; otherwise, <c>false</c>. - </value> - </member> - <member name="P:Newtonsoft.Json.Linq.JContainer.First"> - <summary> - Get the first child token of this token. - </summary> - <value> - A <see cref="T:Newtonsoft.Json.Linq.JToken"/> containing the first child token of the <see cref="T:Newtonsoft.Json.Linq.JToken"/>. - </value> - </member> - <member name="P:Newtonsoft.Json.Linq.JContainer.Last"> - <summary> - Get the last child token of this token. - </summary> - <value> - A <see cref="T:Newtonsoft.Json.Linq.JToken"/> containing the last child token of the <see cref="T:Newtonsoft.Json.Linq.JToken"/>. - </value> - </member> - <member name="M:Newtonsoft.Json.Linq.JContainer.Children"> - <summary> - Returns a collection of the child tokens of this token, in document order. - </summary> - <returns> - An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> containing the child tokens of this <see cref="T:Newtonsoft.Json.Linq.JToken"/>, in document order. - </returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JContainer.Values``1"> - <summary> - Returns a collection of the child values of this token, in document order. - </summary> - <typeparam name="T">The type to convert the values to.</typeparam> - <returns> - A <see cref="T:System.Collections.Generic.IEnumerable`1"/> containing the child values of this <see cref="T:Newtonsoft.Json.Linq.JToken"/>, in document order. - </returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JContainer.Descendants"> - <summary> - Returns a collection of the descendant tokens for this token in document order. - </summary> - <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> containing the descendant tokens of the <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JContainer.DescendantsAndSelf"> - <summary> - Returns a collection of the tokens that contain this token, and all descendant tokens of this token, in document order. - </summary> - <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> containing this token, and all the descendant tokens of the <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JContainer.Add(System.Object)"> - <summary> - Adds the specified content as children of this <see cref="T:Newtonsoft.Json.Linq.JToken"/>. - </summary> - <param name="content">The content to be added.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JContainer.AddFirst(System.Object)"> - <summary> - Adds the specified content as the first children of this <see cref="T:Newtonsoft.Json.Linq.JToken"/>. - </summary> - <param name="content">The content to be added.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JContainer.CreateWriter"> - <summary> - Creates an <see cref="T:Newtonsoft.Json.JsonWriter"/> that can be used to add tokens to the <see cref="T:Newtonsoft.Json.Linq.JToken"/>. - </summary> - <returns>An <see cref="T:Newtonsoft.Json.JsonWriter"/> that is ready to have content written to it.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JContainer.ReplaceAll(System.Object)"> - <summary> - Replaces the children nodes of this token with the specified content. - </summary> - <param name="content">The content.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JContainer.RemoveAll"> - <summary> - Removes the child nodes from this token. - </summary> - </member> - <member name="M:Newtonsoft.Json.Linq.JContainer.Merge(System.Object)"> - <summary> - Merge the specified content into this <see cref="T:Newtonsoft.Json.Linq.JToken"/>. - </summary> - <param name="content">The content to be merged.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JContainer.Merge(System.Object,Newtonsoft.Json.Linq.JsonMergeSettings)"> - <summary> - Merge the specified content into this <see cref="T:Newtonsoft.Json.Linq.JToken"/> using <see cref="T:Newtonsoft.Json.Linq.JsonMergeSettings"/>. - </summary> - <param name="content">The content to be merged.</param> - <param name="settings">The <see cref="T:Newtonsoft.Json.Linq.JsonMergeSettings"/> used to merge the content.</param> - </member> - <member name="P:Newtonsoft.Json.Linq.JContainer.Count"> - <summary> - Gets the count of child JSON tokens. - </summary> - <value>The count of child JSON tokens</value> - </member> - <member name="T:Newtonsoft.Json.Linq.JEnumerable`1"> - <summary> - Represents a collection of <see cref="T:Newtonsoft.Json.Linq.JToken"/> objects. - </summary> - <typeparam name="T">The type of token</typeparam> - </member> - <member name="F:Newtonsoft.Json.Linq.JEnumerable`1.Empty"> - <summary> - An empty collection of <see cref="T:Newtonsoft.Json.Linq.JToken"/> objects. - </summary> - </member> - <member name="M:Newtonsoft.Json.Linq.JEnumerable`1.#ctor(System.Collections.Generic.IEnumerable{`0})"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JEnumerable`1"/> struct. - </summary> - <param name="enumerable">The enumerable.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JEnumerable`1.GetEnumerator"> - <summary> - Returns an enumerator that iterates through the collection. - </summary> - <returns> - A <see cref="T:System.Collections.Generic.IEnumerator`1"/> that can be used to iterate through the collection. - </returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JEnumerable`1.System#Collections#IEnumerable#GetEnumerator"> - <summary> - Returns an enumerator that iterates through a collection. - </summary> - <returns> - An <see cref="T:System.Collections.IEnumerator"/> object that can be used to iterate through the collection. - </returns> - </member> - <member name="P:Newtonsoft.Json.Linq.JEnumerable`1.Item(System.Object)"> - <summary> - Gets the <see cref="T:Newtonsoft.Json.Linq.IJEnumerable`1"/> with the specified key. - </summary> - <value></value> - </member> - <member name="M:Newtonsoft.Json.Linq.JEnumerable`1.Equals(Newtonsoft.Json.Linq.JEnumerable{`0})"> - <summary> - Determines whether the specified <see cref="T:Newtonsoft.Json.Linq.JEnumerable`1"/> is equal to this instance. - </summary> - <param name="other">The <see cref="T:Newtonsoft.Json.Linq.JEnumerable`1"/> to compare with this instance.</param> - <returns> - <c>true</c> if the specified <see cref="T:Newtonsoft.Json.Linq.JEnumerable`1"/> is equal to this instance; otherwise, <c>false</c>. - </returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JEnumerable`1.Equals(System.Object)"> - <summary> - Determines whether the specified <see cref="T:System.Object"/> is equal to this instance. - </summary> - <param name="obj">The <see cref="T:System.Object"/> to compare with this instance.</param> - <returns> - <c>true</c> if the specified <see cref="T:System.Object"/> is equal to this instance; otherwise, <c>false</c>. - </returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JEnumerable`1.GetHashCode"> - <summary> - Returns a hash code for this instance. - </summary> - <returns> - A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. - </returns> - </member> - <member name="T:Newtonsoft.Json.Linq.JObject"> - <summary> - Represents a JSON object. - </summary> - <example> - <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\LinqToJsonTests.cs" region="LinqToJsonCreateParse" title="Parsing a JSON Object from Text" /> - </example> - </member> - <member name="P:Newtonsoft.Json.Linq.JObject.ChildrenTokens"> - <summary> - Gets the container's children tokens. - </summary> - <value>The container's children tokens.</value> - </member> - <member name="E:Newtonsoft.Json.Linq.JObject.PropertyChanged"> - <summary> - Occurs when a property value changes. - </summary> - </member> - <member name="E:Newtonsoft.Json.Linq.JObject.PropertyChanging"> - <summary> - Occurs when a property value is changing. - </summary> - </member> - <member name="M:Newtonsoft.Json.Linq.JObject.#ctor"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JObject"/> class. - </summary> - </member> - <member name="M:Newtonsoft.Json.Linq.JObject.#ctor(Newtonsoft.Json.Linq.JObject)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JObject"/> class from another <see cref="T:Newtonsoft.Json.Linq.JObject"/> object. - </summary> - <param name="other">A <see cref="T:Newtonsoft.Json.Linq.JObject"/> object to copy from.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JObject.#ctor(System.Object[])"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JObject"/> class with the specified content. - </summary> - <param name="content">The contents of the object.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JObject.#ctor(System.Object)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JObject"/> class with the specified content. - </summary> - <param name="content">The contents of the object.</param> - </member> - <member name="P:Newtonsoft.Json.Linq.JObject.Type"> - <summary> - Gets the node type for this <see cref="T:Newtonsoft.Json.Linq.JToken"/>. - </summary> - <value>The type.</value> - </member> - <member name="M:Newtonsoft.Json.Linq.JObject.Properties"> - <summary> - Gets an <see cref="T:System.Collections.Generic.IEnumerable`1"/> of this object's properties. - </summary> - <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of this object's properties.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JObject.Property(System.String)"> - <summary> - Gets a <see cref="T:Newtonsoft.Json.Linq.JProperty"/> the specified name. - </summary> - <param name="name">The property name.</param> - <returns>A <see cref="T:Newtonsoft.Json.Linq.JProperty"/> with the specified name or null.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JObject.PropertyValues"> - <summary> - Gets an <see cref="T:Newtonsoft.Json.Linq.JEnumerable`1"/> of this object's property values. - </summary> - <returns>An <see cref="T:Newtonsoft.Json.Linq.JEnumerable`1"/> of this object's property values.</returns> - </member> - <member name="P:Newtonsoft.Json.Linq.JObject.Item(System.Object)"> - <summary> - Gets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key. - </summary> - <value>The <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key.</value> - </member> - <member name="P:Newtonsoft.Json.Linq.JObject.Item(System.String)"> - <summary> - Gets or sets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified property name. - </summary> - <value></value> - </member> - <member name="M:Newtonsoft.Json.Linq.JObject.Load(Newtonsoft.Json.JsonReader)"> - <summary> - Loads an <see cref="T:Newtonsoft.Json.Linq.JObject"/> from a <see cref="T:Newtonsoft.Json.JsonReader"/>. - </summary> - <param name="reader">A <see cref="T:Newtonsoft.Json.JsonReader"/> that will be read for the content of the <see cref="T:Newtonsoft.Json.Linq.JObject"/>.</param> - <returns>A <see cref="T:Newtonsoft.Json.Linq.JObject"/> that contains the JSON that was read from the specified <see cref="T:Newtonsoft.Json.JsonReader"/>.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JObject.Load(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Linq.JsonLoadSettings)"> - <summary> - Loads an <see cref="T:Newtonsoft.Json.Linq.JObject"/> from a <see cref="T:Newtonsoft.Json.JsonReader"/>. - </summary> - <param name="reader">A <see cref="T:Newtonsoft.Json.JsonReader"/> that will be read for the content of the <see cref="T:Newtonsoft.Json.Linq.JObject"/>.</param> - <param name="settings">The <see cref="T:Newtonsoft.Json.Linq.JsonLoadSettings"/> used to load the JSON. - If this is null, default load settings will be used.</param> - <returns>A <see cref="T:Newtonsoft.Json.Linq.JObject"/> that contains the JSON that was read from the specified <see cref="T:Newtonsoft.Json.JsonReader"/>.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JObject.Parse(System.String)"> - <summary> - Load a <see cref="T:Newtonsoft.Json.Linq.JObject"/> from a string that contains JSON. - </summary> - <param name="json">A <see cref="T:System.String"/> that contains JSON.</param> - <returns>A <see cref="T:Newtonsoft.Json.Linq.JObject"/> populated from the string that contains JSON.</returns> - <example> - <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\LinqToJsonTests.cs" region="LinqToJsonCreateParse" title="Parsing a JSON Object from Text" /> - </example> - </member> - <member name="M:Newtonsoft.Json.Linq.JObject.Parse(System.String,Newtonsoft.Json.Linq.JsonLoadSettings)"> - <summary> - Load a <see cref="T:Newtonsoft.Json.Linq.JObject"/> from a string that contains JSON. - </summary> - <param name="json">A <see cref="T:System.String"/> that contains JSON.</param> - <param name="settings">The <see cref="T:Newtonsoft.Json.Linq.JsonLoadSettings"/> used to load the JSON. - If this is null, default load settings will be used.</param> - <returns>A <see cref="T:Newtonsoft.Json.Linq.JObject"/> populated from the string that contains JSON.</returns> - <example> - <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\LinqToJsonTests.cs" region="LinqToJsonCreateParse" title="Parsing a JSON Object from Text" /> - </example> - </member> - <member name="M:Newtonsoft.Json.Linq.JObject.FromObject(System.Object)"> - <summary> - Creates a <see cref="T:Newtonsoft.Json.Linq.JObject"/> from an object. - </summary> - <param name="o">The object that will be used to create <see cref="T:Newtonsoft.Json.Linq.JObject"/>.</param> - <returns>A <see cref="T:Newtonsoft.Json.Linq.JObject"/> with the values of the specified object</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JObject.FromObject(System.Object,Newtonsoft.Json.JsonSerializer)"> - <summary> - Creates a <see cref="T:Newtonsoft.Json.Linq.JObject"/> from an object. - </summary> - <param name="o">The object that will be used to create <see cref="T:Newtonsoft.Json.Linq.JObject"/>.</param> - <param name="jsonSerializer">The <see cref="T:Newtonsoft.Json.JsonSerializer"/> that will be used to read the object.</param> - <returns>A <see cref="T:Newtonsoft.Json.Linq.JObject"/> with the values of the specified object</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JObject.WriteTo(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.JsonConverter[])"> - <summary> - Writes this token to a <see cref="T:Newtonsoft.Json.JsonWriter"/>. - </summary> - <param name="writer">A <see cref="T:Newtonsoft.Json.JsonWriter"/> into which this method will write.</param> - <param name="converters">A collection of <see cref="T:Newtonsoft.Json.JsonConverter"/> which will be used when writing the token.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JObject.GetValue(System.String)"> - <summary> - Gets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified property name. - </summary> - <param name="propertyName">Name of the property.</param> - <returns>The <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified property name.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JObject.GetValue(System.String,System.StringComparison)"> - <summary> - Gets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified property name. - The exact property name will be searched for first and if no matching property is found then - the <see cref="T:System.StringComparison"/> will be used to match a property. - </summary> - <param name="propertyName">Name of the property.</param> - <param name="comparison">One of the enumeration values that specifies how the strings will be compared.</param> - <returns>The <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified property name.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JObject.TryGetValue(System.String,System.StringComparison,Newtonsoft.Json.Linq.JToken@)"> - <summary> - Tries to get the <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified property name. - The exact property name will be searched for first and if no matching property is found then - the <see cref="T:System.StringComparison"/> will be used to match a property. - </summary> - <param name="propertyName">Name of the property.</param> - <param name="value">The value.</param> - <param name="comparison">One of the enumeration values that specifies how the strings will be compared.</param> - <returns>true if a value was successfully retrieved; otherwise, false.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JObject.Add(System.String,Newtonsoft.Json.Linq.JToken)"> - <summary> - Adds the specified property name. - </summary> - <param name="propertyName">Name of the property.</param> - <param name="value">The value.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JObject.Remove(System.String)"> - <summary> - Removes the property with the specified name. - </summary> - <param name="propertyName">Name of the property.</param> - <returns>true if item was successfully removed; otherwise, false.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JObject.TryGetValue(System.String,Newtonsoft.Json.Linq.JToken@)"> - <summary> - Tries the get value. - </summary> - <param name="propertyName">Name of the property.</param> - <param name="value">The value.</param> - <returns>true if a value was successfully retrieved; otherwise, false.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JObject.GetEnumerator"> - <summary> - Returns an enumerator that iterates through the collection. - </summary> - <returns> - A <see cref="T:System.Collections.Generic.IEnumerator`1"/> that can be used to iterate through the collection. - </returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JObject.OnPropertyChanged(System.String)"> - <summary> - Raises the <see cref="E:Newtonsoft.Json.Linq.JObject.PropertyChanged"/> event with the provided arguments. - </summary> - <param name="propertyName">Name of the property.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JObject.OnPropertyChanging(System.String)"> - <summary> - Raises the <see cref="E:Newtonsoft.Json.Linq.JObject.PropertyChanging"/> event with the provided arguments. - </summary> - <param name="propertyName">Name of the property.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JObject.System#ComponentModel#ICustomTypeDescriptor#GetProperties"> - <summary> - Returns the properties for this instance of a component. - </summary> - <returns> - A <see cref="T:System.ComponentModel.PropertyDescriptorCollection"/> that represents the properties for this component instance. - </returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JObject.System#ComponentModel#ICustomTypeDescriptor#GetProperties(System.Attribute[])"> - <summary> - Returns the properties for this instance of a component using the attribute array as a filter. - </summary> - <param name="attributes">An array of type <see cref="T:System.Attribute"/> that is used as a filter.</param> - <returns> - A <see cref="T:System.ComponentModel.PropertyDescriptorCollection"/> that represents the filtered properties for this component instance. - </returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JObject.System#ComponentModel#ICustomTypeDescriptor#GetAttributes"> - <summary> - Returns a collection of custom attributes for this instance of a component. - </summary> - <returns> - An <see cref="T:System.ComponentModel.AttributeCollection"/> containing the attributes for this object. - </returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JObject.System#ComponentModel#ICustomTypeDescriptor#GetClassName"> - <summary> - Returns the class name of this instance of a component. - </summary> - <returns> - The class name of the object, or null if the class does not have a name. - </returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JObject.System#ComponentModel#ICustomTypeDescriptor#GetComponentName"> - <summary> - Returns the name of this instance of a component. - </summary> - <returns> - The name of the object, or null if the object does not have a name. - </returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JObject.System#ComponentModel#ICustomTypeDescriptor#GetConverter"> - <summary> - Returns a type converter for this instance of a component. - </summary> - <returns> - A <see cref="T:System.ComponentModel.TypeConverter"/> that is the converter for this object, or null if there is no <see cref="T:System.ComponentModel.TypeConverter"/> for this object. - </returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JObject.System#ComponentModel#ICustomTypeDescriptor#GetDefaultEvent"> - <summary> - Returns the default event for this instance of a component. - </summary> - <returns> - An <see cref="T:System.ComponentModel.EventDescriptor"/> that represents the default event for this object, or null if this object does not have events. - </returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JObject.System#ComponentModel#ICustomTypeDescriptor#GetDefaultProperty"> - <summary> - Returns the default property for this instance of a component. - </summary> - <returns> - A <see cref="T:System.ComponentModel.PropertyDescriptor"/> that represents the default property for this object, or null if this object does not have properties. - </returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JObject.System#ComponentModel#ICustomTypeDescriptor#GetEditor(System.Type)"> - <summary> - Returns an editor of the specified type for this instance of a component. - </summary> - <param name="editorBaseType">A <see cref="T:System.Type"/> that represents the editor for this object.</param> - <returns> - An <see cref="T:System.Object"/> of the specified type that is the editor for this object, or null if the editor cannot be found. - </returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JObject.System#ComponentModel#ICustomTypeDescriptor#GetEvents(System.Attribute[])"> - <summary> - Returns the events for this instance of a component using the specified attribute array as a filter. - </summary> - <param name="attributes">An array of type <see cref="T:System.Attribute"/> that is used as a filter.</param> - <returns> - An <see cref="T:System.ComponentModel.EventDescriptorCollection"/> that represents the filtered events for this component instance. - </returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JObject.System#ComponentModel#ICustomTypeDescriptor#GetEvents"> - <summary> - Returns the events for this instance of a component. - </summary> - <returns> - An <see cref="T:System.ComponentModel.EventDescriptorCollection"/> that represents the events for this component instance. - </returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JObject.System#ComponentModel#ICustomTypeDescriptor#GetPropertyOwner(System.ComponentModel.PropertyDescriptor)"> - <summary> - Returns an object that contains the property described by the specified property descriptor. - </summary> - <param name="pd">A <see cref="T:System.ComponentModel.PropertyDescriptor"/> that represents the property whose owner is to be found.</param> - <returns> - An <see cref="T:System.Object"/> that represents the owner of the specified property. - </returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JObject.GetMetaObject(System.Linq.Expressions.Expression)"> - <summary> - Returns the <see cref="T:System.Dynamic.DynamicMetaObject"/> responsible for binding operations performed on this object. - </summary> - <param name="parameter">The expression tree representation of the runtime value.</param> - <returns> - The <see cref="T:System.Dynamic.DynamicMetaObject"/> to bind this object. - </returns> - </member> - <member name="T:Newtonsoft.Json.Linq.JsonMergeSettings"> - <summary> - Specifies the settings used when merging JSON. - </summary> - </member> - <member name="P:Newtonsoft.Json.Linq.JsonMergeSettings.MergeArrayHandling"> - <summary> - Gets or sets the method used when merging JSON arrays. - </summary> - <value>The method used when merging JSON arrays.</value> - </member> - <member name="T:Newtonsoft.Json.Linq.JProperty"> - <summary> - Represents a JSON property. - </summary> - </member> - <member name="P:Newtonsoft.Json.Linq.JProperty.ChildrenTokens"> - <summary> - Gets the container's children tokens. - </summary> - <value>The container's children tokens.</value> - </member> - <member name="P:Newtonsoft.Json.Linq.JProperty.Name"> - <summary> - Gets the property name. - </summary> - <value>The property name.</value> - </member> - <member name="P:Newtonsoft.Json.Linq.JProperty.Value"> - <summary> - Gets or sets the property value. - </summary> - <value>The property value.</value> - </member> - <member name="M:Newtonsoft.Json.Linq.JProperty.#ctor(Newtonsoft.Json.Linq.JProperty)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JProperty"/> class from another <see cref="T:Newtonsoft.Json.Linq.JProperty"/> object. - </summary> - <param name="other">A <see cref="T:Newtonsoft.Json.Linq.JProperty"/> object to copy from.</param> - </member> - <member name="P:Newtonsoft.Json.Linq.JProperty.Type"> - <summary> - Gets the node type for this <see cref="T:Newtonsoft.Json.Linq.JToken"/>. - </summary> - <value>The type.</value> - </member> - <member name="M:Newtonsoft.Json.Linq.JProperty.#ctor(System.String,System.Object[])"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JProperty"/> class. - </summary> - <param name="name">The property name.</param> - <param name="content">The property content.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JProperty.#ctor(System.String,System.Object)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JProperty"/> class. - </summary> - <param name="name">The property name.</param> - <param name="content">The property content.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JProperty.WriteTo(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.JsonConverter[])"> - <summary> - Writes this token to a <see cref="T:Newtonsoft.Json.JsonWriter"/>. - </summary> - <param name="writer">A <see cref="T:Newtonsoft.Json.JsonWriter"/> into which this method will write.</param> - <param name="converters">A collection of <see cref="T:Newtonsoft.Json.JsonConverter"/> which will be used when writing the token.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JProperty.Load(Newtonsoft.Json.JsonReader)"> - <summary> - Loads an <see cref="T:Newtonsoft.Json.Linq.JProperty"/> from a <see cref="T:Newtonsoft.Json.JsonReader"/>. - </summary> - <param name="reader">A <see cref="T:Newtonsoft.Json.JsonReader"/> that will be read for the content of the <see cref="T:Newtonsoft.Json.Linq.JProperty"/>.</param> - <returns>A <see cref="T:Newtonsoft.Json.Linq.JProperty"/> that contains the JSON that was read from the specified <see cref="T:Newtonsoft.Json.JsonReader"/>.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JProperty.Load(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Linq.JsonLoadSettings)"> - <summary> - Loads an <see cref="T:Newtonsoft.Json.Linq.JProperty"/> from a <see cref="T:Newtonsoft.Json.JsonReader"/>. - </summary> - <param name="reader">A <see cref="T:Newtonsoft.Json.JsonReader"/> that will be read for the content of the <see cref="T:Newtonsoft.Json.Linq.JProperty"/>.</param> - <param name="settings">The <see cref="T:Newtonsoft.Json.Linq.JsonLoadSettings"/> used to load the JSON. - If this is null, default load settings will be used.</param> - <returns>A <see cref="T:Newtonsoft.Json.Linq.JProperty"/> that contains the JSON that was read from the specified <see cref="T:Newtonsoft.Json.JsonReader"/>.</returns> - </member> - <member name="T:Newtonsoft.Json.Linq.JPropertyDescriptor"> - <summary> - Represents a view of a <see cref="T:Newtonsoft.Json.Linq.JProperty"/>. - </summary> - </member> - <member name="M:Newtonsoft.Json.Linq.JPropertyDescriptor.#ctor(System.String)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JPropertyDescriptor"/> class. - </summary> - <param name="name">The name.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JPropertyDescriptor.CanResetValue(System.Object)"> - <summary> - When overridden in a derived class, returns whether resetting an object changes its value. - </summary> - <returns> - true if resetting the component changes its value; otherwise, false. - </returns> - <param name="component">The component to test for reset capability. - </param> - </member> - <member name="M:Newtonsoft.Json.Linq.JPropertyDescriptor.GetValue(System.Object)"> - <summary> - When overridden in a derived class, gets the current value of the property on a component. - </summary> - <returns> - The value of a property for a given component. - </returns> - <param name="component">The component with the property for which to retrieve the value. - </param> - </member> - <member name="M:Newtonsoft.Json.Linq.JPropertyDescriptor.ResetValue(System.Object)"> - <summary> - When overridden in a derived class, resets the value for this property of the component to the default value. - </summary> - <param name="component">The component with the property value that is to be reset to the default value. - </param> - </member> - <member name="M:Newtonsoft.Json.Linq.JPropertyDescriptor.SetValue(System.Object,System.Object)"> - <summary> - When overridden in a derived class, sets the value of the component to a different value. - </summary> - <param name="component">The component with the property value that is to be set. - </param><param name="value">The new value. - </param> - </member> - <member name="M:Newtonsoft.Json.Linq.JPropertyDescriptor.ShouldSerializeValue(System.Object)"> - <summary> - When overridden in a derived class, determines a value indicating whether the value of this property needs to be persisted. - </summary> - <returns> - true if the property should be persisted; otherwise, false. - </returns> - <param name="component">The component with the property to be examined for persistence. - </param> - </member> - <member name="P:Newtonsoft.Json.Linq.JPropertyDescriptor.ComponentType"> - <summary> - When overridden in a derived class, gets the type of the component this property is bound to. - </summary> - <returns> - A <see cref="T:System.Type"/> that represents the type of component this property is bound to. When the <see cref="M:System.ComponentModel.PropertyDescriptor.GetValue(System.Object)"/> or <see cref="M:System.ComponentModel.PropertyDescriptor.SetValue(System.Object,System.Object)"/> methods are invoked, the object specified might be an instance of this type. - </returns> - </member> - <member name="P:Newtonsoft.Json.Linq.JPropertyDescriptor.IsReadOnly"> - <summary> - When overridden in a derived class, gets a value indicating whether this property is read-only. - </summary> - <returns> - true if the property is read-only; otherwise, false. - </returns> - </member> - <member name="P:Newtonsoft.Json.Linq.JPropertyDescriptor.PropertyType"> - <summary> - When overridden in a derived class, gets the type of the property. - </summary> - <returns> - A <see cref="T:System.Type"/> that represents the type of the property. - </returns> - </member> - <member name="P:Newtonsoft.Json.Linq.JPropertyDescriptor.NameHashCode"> - <summary> - Gets the hash code for the name of the member. - </summary> - <value></value> - <returns> - The hash code for the name of the member. - </returns> - </member> - <member name="T:Newtonsoft.Json.Linq.JRaw"> - <summary> - Represents a raw JSON string. - </summary> - </member> - <member name="M:Newtonsoft.Json.Linq.JRaw.#ctor(Newtonsoft.Json.Linq.JRaw)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JRaw"/> class from another <see cref="T:Newtonsoft.Json.Linq.JRaw"/> object. - </summary> - <param name="other">A <see cref="T:Newtonsoft.Json.Linq.JRaw"/> object to copy from.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JRaw.#ctor(System.Object)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JRaw"/> class. - </summary> - <param name="rawJson">The raw json.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JRaw.Create(Newtonsoft.Json.JsonReader)"> - <summary> - Creates an instance of <see cref="T:Newtonsoft.Json.Linq.JRaw"/> with the content of the reader's current token. - </summary> - <param name="reader">The reader.</param> - <returns>An instance of <see cref="T:Newtonsoft.Json.Linq.JRaw"/> with the content of the reader's current token.</returns> - </member> - <member name="T:Newtonsoft.Json.Linq.JToken"> - <summary> - Represents an abstract JSON token. - </summary> - </member> - <member name="P:Newtonsoft.Json.Linq.JToken.EqualityComparer"> - <summary> - Gets a comparer that can compare two tokens for value equality. - </summary> - <value>A <see cref="T:Newtonsoft.Json.Linq.JTokenEqualityComparer"/> that can compare two nodes for value equality.</value> - </member> - <member name="P:Newtonsoft.Json.Linq.JToken.Parent"> - <summary> - Gets or sets the parent. - </summary> - <value>The parent.</value> - </member> - <member name="P:Newtonsoft.Json.Linq.JToken.Root"> - <summary> - Gets the root <see cref="T:Newtonsoft.Json.Linq.JToken"/> of this <see cref="T:Newtonsoft.Json.Linq.JToken"/>. - </summary> - <value>The root <see cref="T:Newtonsoft.Json.Linq.JToken"/> of this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</value> - </member> - <member name="P:Newtonsoft.Json.Linq.JToken.Type"> - <summary> - Gets the node type for this <see cref="T:Newtonsoft.Json.Linq.JToken"/>. - </summary> - <value>The type.</value> - </member> - <member name="P:Newtonsoft.Json.Linq.JToken.HasValues"> - <summary> - Gets a value indicating whether this token has child tokens. - </summary> - <value> - <c>true</c> if this token has child values; otherwise, <c>false</c>. - </value> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.DeepEquals(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)"> - <summary> - Compares the values of two tokens, including the values of all descendant tokens. - </summary> - <param name="t1">The first <see cref="T:Newtonsoft.Json.Linq.JToken"/> to compare.</param> - <param name="t2">The second <see cref="T:Newtonsoft.Json.Linq.JToken"/> to compare.</param> - <returns>true if the tokens are equal; otherwise false.</returns> - </member> - <member name="P:Newtonsoft.Json.Linq.JToken.Next"> - <summary> - Gets the next sibling token of this node. - </summary> - <value>The <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the next sibling token.</value> - </member> - <member name="P:Newtonsoft.Json.Linq.JToken.Previous"> - <summary> - Gets the previous sibling token of this node. - </summary> - <value>The <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the previous sibling token.</value> - </member> - <member name="P:Newtonsoft.Json.Linq.JToken.Path"> - <summary> - Gets the path of the JSON token. - </summary> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.AddAfterSelf(System.Object)"> - <summary> - Adds the specified content immediately after this token. - </summary> - <param name="content">A content object that contains simple content or a collection of content objects to be added after this token.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.AddBeforeSelf(System.Object)"> - <summary> - Adds the specified content immediately before this token. - </summary> - <param name="content">A content object that contains simple content or a collection of content objects to be added before this token.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.Ancestors"> - <summary> - Returns a collection of the ancestor tokens of this token. - </summary> - <returns>A collection of the ancestor tokens of this token.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.AncestorsAndSelf"> - <summary> - Returns a collection of tokens that contain this token, and the ancestors of this token. - </summary> - <returns>A collection of tokens that contain this token, and the ancestors of this token.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.AfterSelf"> - <summary> - Returns a collection of the sibling tokens after this token, in document order. - </summary> - <returns>A collection of the sibling tokens after this tokens, in document order.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.BeforeSelf"> - <summary> - Returns a collection of the sibling tokens before this token, in document order. - </summary> - <returns>A collection of the sibling tokens before this token, in document order.</returns> - </member> - <member name="P:Newtonsoft.Json.Linq.JToken.Item(System.Object)"> - <summary> - Gets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key. - </summary> - <value>The <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key.</value> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.Value``1(System.Object)"> - <summary> - Gets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key converted to the specified type. - </summary> - <typeparam name="T">The type to convert the token to.</typeparam> - <param name="key">The token key.</param> - <returns>The converted token value.</returns> - </member> - <member name="P:Newtonsoft.Json.Linq.JToken.First"> - <summary> - Get the first child token of this token. - </summary> - <value>A <see cref="T:Newtonsoft.Json.Linq.JToken"/> containing the first child token of the <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</value> - </member> - <member name="P:Newtonsoft.Json.Linq.JToken.Last"> - <summary> - Get the last child token of this token. - </summary> - <value>A <see cref="T:Newtonsoft.Json.Linq.JToken"/> containing the last child token of the <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</value> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.Children"> - <summary> - Returns a collection of the child tokens of this token, in document order. - </summary> - <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> containing the child tokens of this <see cref="T:Newtonsoft.Json.Linq.JToken"/>, in document order.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.Children``1"> - <summary> - Returns a collection of the child tokens of this token, in document order, filtered by the specified type. - </summary> - <typeparam name="T">The type to filter the child tokens on.</typeparam> - <returns>A <see cref="T:Newtonsoft.Json.Linq.JEnumerable`1"/> containing the child tokens of this <see cref="T:Newtonsoft.Json.Linq.JToken"/>, in document order.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.Values``1"> - <summary> - Returns a collection of the child values of this token, in document order. - </summary> - <typeparam name="T">The type to convert the values to.</typeparam> - <returns>A <see cref="T:System.Collections.Generic.IEnumerable`1"/> containing the child values of this <see cref="T:Newtonsoft.Json.Linq.JToken"/>, in document order.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.Remove"> - <summary> - Removes this token from its parent. - </summary> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.Replace(Newtonsoft.Json.Linq.JToken)"> - <summary> - Replaces this token with the specified token. - </summary> - <param name="value">The value.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.WriteTo(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.JsonConverter[])"> - <summary> - Writes this token to a <see cref="T:Newtonsoft.Json.JsonWriter"/>. - </summary> - <param name="writer">A <see cref="T:Newtonsoft.Json.JsonWriter"/> into which this method will write.</param> - <param name="converters">A collection of <see cref="T:Newtonsoft.Json.JsonConverter"/> which will be used when writing the token.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.ToString"> - <summary> - Returns the indented JSON for this token. - </summary> - <returns> - The indented JSON for this token. - </returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.ToString(Newtonsoft.Json.Formatting,Newtonsoft.Json.JsonConverter[])"> - <summary> - Returns the JSON for this token using the given formatting and converters. - </summary> - <param name="formatting">Indicates how the output is formatted.</param> - <param name="converters">A collection of <see cref="T:Newtonsoft.Json.JsonConverter"/> which will be used when writing the token.</param> - <returns>The JSON for this token using the given formatting and converters.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Boolean"> - <summary> - Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Boolean"/>. - </summary> - <param name="value">The value.</param> - <returns>The result of the conversion.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.DateTimeOffset"> - <summary> - Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.DateTimeOffset"/>. - </summary> - <param name="value">The value.</param> - <returns>The result of the conversion.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Boolean}"> - <summary> - Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>. - </summary> - <param name="value">The value.</param> - <returns>The result of the conversion.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Int64"> - <summary> - Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Int64"/>. - </summary> - <param name="value">The value.</param> - <returns>The result of the conversion.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.DateTime}"> - <summary> - Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>. - </summary> - <param name="value">The value.</param> - <returns>The result of the conversion.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.DateTimeOffset}"> - <summary> - Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>. - </summary> - <param name="value">The value.</param> - <returns>The result of the conversion.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Decimal}"> - <summary> - Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>. - </summary> - <param name="value">The value.</param> - <returns>The result of the conversion.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Double}"> - <summary> - Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>. - </summary> - <param name="value">The value.</param> - <returns>The result of the conversion.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Char}"> - <summary> - Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>. - </summary> - <param name="value">The value.</param> - <returns>The result of the conversion.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Int32"> - <summary> - Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Int32"/>. - </summary> - <param name="value">The value.</param> - <returns>The result of the conversion.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Int16"> - <summary> - Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Int16"/>. - </summary> - <param name="value">The value.</param> - <returns>The result of the conversion.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.UInt16"> - <summary> - Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.UInt16"/>. - </summary> - <param name="value">The value.</param> - <returns>The result of the conversion.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Char"> - <summary> - Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Char"/>. - </summary> - <param name="value">The value.</param> - <returns>The result of the conversion.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Byte"> - <summary> - Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Byte"/>. - </summary> - <param name="value">The value.</param> - <returns>The result of the conversion.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.SByte"> - <summary> - Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.SByte"/>. - </summary> - <param name="value">The value.</param> - <returns>The result of the conversion.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Int32}"> - <summary> - Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>. - </summary> - <param name="value">The value.</param> - <returns>The result of the conversion.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Int16}"> - <summary> - Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>. - </summary> - <param name="value">The value.</param> - <returns>The result of the conversion.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.UInt16}"> - <summary> - Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>. - </summary> - <param name="value">The value.</param> - <returns>The result of the conversion.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Byte}"> - <summary> - Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>. - </summary> - <param name="value">The value.</param> - <returns>The result of the conversion.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.SByte}"> - <summary> - Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>. - </summary> - <param name="value">The value.</param> - <returns>The result of the conversion.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.DateTime"> - <summary> - Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.DateTime"/>. - </summary> - <param name="value">The value.</param> - <returns>The result of the conversion.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Int64}"> - <summary> - Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>. - </summary> - <param name="value">The value.</param> - <returns>The result of the conversion.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Single}"> - <summary> - Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>. - </summary> - <param name="value">The value.</param> - <returns>The result of the conversion.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Decimal"> - <summary> - Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Decimal"/>. - </summary> - <param name="value">The value.</param> - <returns>The result of the conversion.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.UInt32}"> - <summary> - Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>. - </summary> - <param name="value">The value.</param> - <returns>The result of the conversion.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.UInt64}"> - <summary> - Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>. - </summary> - <param name="value">The value.</param> - <returns>The result of the conversion.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Double"> - <summary> - Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Double"/>. - </summary> - <param name="value">The value.</param> - <returns>The result of the conversion.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Single"> - <summary> - Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Single"/>. - </summary> - <param name="value">The value.</param> - <returns>The result of the conversion.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.String"> - <summary> - Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.String"/>. - </summary> - <param name="value">The value.</param> - <returns>The result of the conversion.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.UInt32"> - <summary> - Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.UInt32"/>. - </summary> - <param name="value">The value.</param> - <returns>The result of the conversion.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.UInt64"> - <summary> - Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.UInt64"/>. - </summary> - <param name="value">The value.</param> - <returns>The result of the conversion.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Byte[]"> - <summary> - Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Byte"/>[]. - </summary> - <param name="value">The value.</param> - <returns>The result of the conversion.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Guid"> - <summary> - Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Guid"/>. - </summary> - <param name="value">The value.</param> - <returns>The result of the conversion.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Guid}"> - <summary> - Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Guid"/>. - </summary> - <param name="value">The value.</param> - <returns>The result of the conversion.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.TimeSpan"> - <summary> - Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.TimeSpan"/>. - </summary> - <param name="value">The value.</param> - <returns>The result of the conversion.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.TimeSpan}"> - <summary> - Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.TimeSpan"/>. - </summary> - <param name="value">The value.</param> - <returns>The result of the conversion.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Uri"> - <summary> - Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Uri"/>. - </summary> - <param name="value">The value.</param> - <returns>The result of the conversion.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Boolean)~Newtonsoft.Json.Linq.JToken"> - <summary> - Performs an implicit conversion from <see cref="T:System.Boolean"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>. - </summary> - <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param> - <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.DateTimeOffset)~Newtonsoft.Json.Linq.JToken"> - <summary> - Performs an implicit conversion from <see cref="T:System.DateTimeOffset"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>. - </summary> - <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param> - <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Byte)~Newtonsoft.Json.Linq.JToken"> - <summary> - Performs an implicit conversion from <see cref="T:System.Byte"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>. - </summary> - <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param> - <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.Byte})~Newtonsoft.Json.Linq.JToken"> - <summary> - Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>. - </summary> - <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param> - <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.SByte)~Newtonsoft.Json.Linq.JToken"> - <summary> - Performs an implicit conversion from <see cref="T:System.SByte"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>. - </summary> - <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param> - <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.SByte})~Newtonsoft.Json.Linq.JToken"> - <summary> - Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>. - </summary> - <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param> - <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.Boolean})~Newtonsoft.Json.Linq.JToken"> - <summary> - Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>. - </summary> - <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param> - <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Int64)~Newtonsoft.Json.Linq.JToken"> - <summary> - Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>. - </summary> - <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param> - <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.DateTime})~Newtonsoft.Json.Linq.JToken"> - <summary> - Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>. - </summary> - <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param> - <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.DateTimeOffset})~Newtonsoft.Json.Linq.JToken"> - <summary> - Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>. - </summary> - <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param> - <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.Decimal})~Newtonsoft.Json.Linq.JToken"> - <summary> - Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>. - </summary> - <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param> - <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.Double})~Newtonsoft.Json.Linq.JToken"> - <summary> - Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>. - </summary> - <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param> - <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Int16)~Newtonsoft.Json.Linq.JToken"> - <summary> - Performs an implicit conversion from <see cref="T:System.Int16"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>. - </summary> - <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param> - <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.UInt16)~Newtonsoft.Json.Linq.JToken"> - <summary> - Performs an implicit conversion from <see cref="T:System.UInt16"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>. - </summary> - <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param> - <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Int32)~Newtonsoft.Json.Linq.JToken"> - <summary> - Performs an implicit conversion from <see cref="T:System.Int32"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>. - </summary> - <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param> - <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.Int32})~Newtonsoft.Json.Linq.JToken"> - <summary> - Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>. - </summary> - <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param> - <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.DateTime)~Newtonsoft.Json.Linq.JToken"> - <summary> - Performs an implicit conversion from <see cref="T:System.DateTime"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>. - </summary> - <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param> - <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.Int64})~Newtonsoft.Json.Linq.JToken"> - <summary> - Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>. - </summary> - <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param> - <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.Single})~Newtonsoft.Json.Linq.JToken"> - <summary> - Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>. - </summary> - <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param> - <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Decimal)~Newtonsoft.Json.Linq.JToken"> - <summary> - Performs an implicit conversion from <see cref="T:System.Decimal"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>. - </summary> - <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param> - <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.Int16})~Newtonsoft.Json.Linq.JToken"> - <summary> - Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>. - </summary> - <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param> - <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.UInt16})~Newtonsoft.Json.Linq.JToken"> - <summary> - Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>. - </summary> - <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param> - <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.UInt32})~Newtonsoft.Json.Linq.JToken"> - <summary> - Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>. - </summary> - <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param> - <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.UInt64})~Newtonsoft.Json.Linq.JToken"> - <summary> - Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>. - </summary> - <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param> - <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Double)~Newtonsoft.Json.Linq.JToken"> - <summary> - Performs an implicit conversion from <see cref="T:System.Double"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>. - </summary> - <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param> - <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Single)~Newtonsoft.Json.Linq.JToken"> - <summary> - Performs an implicit conversion from <see cref="T:System.Single"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>. - </summary> - <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param> - <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.String)~Newtonsoft.Json.Linq.JToken"> - <summary> - Performs an implicit conversion from <see cref="T:System.String"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>. - </summary> - <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param> - <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.UInt32)~Newtonsoft.Json.Linq.JToken"> - <summary> - Performs an implicit conversion from <see cref="T:System.UInt32"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>. - </summary> - <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param> - <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.UInt64)~Newtonsoft.Json.Linq.JToken"> - <summary> - Performs an implicit conversion from <see cref="T:System.UInt64"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>. - </summary> - <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param> - <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Byte[])~Newtonsoft.Json.Linq.JToken"> - <summary> - Performs an implicit conversion from <see cref="T:System.Byte"/>[] to <see cref="T:Newtonsoft.Json.Linq.JToken"/>. - </summary> - <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param> - <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Uri)~Newtonsoft.Json.Linq.JToken"> - <summary> - Performs an implicit conversion from <see cref="T:System.Uri"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>. - </summary> - <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param> - <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.TimeSpan)~Newtonsoft.Json.Linq.JToken"> - <summary> - Performs an implicit conversion from <see cref="T:System.TimeSpan"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>. - </summary> - <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param> - <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.TimeSpan})~Newtonsoft.Json.Linq.JToken"> - <summary> - Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>. - </summary> - <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param> - <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Guid)~Newtonsoft.Json.Linq.JToken"> - <summary> - Performs an implicit conversion from <see cref="T:System.Guid"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>. - </summary> - <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param> - <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.Guid})~Newtonsoft.Json.Linq.JToken"> - <summary> - Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>. - </summary> - <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param> - <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.CreateReader"> - <summary> - Creates an <see cref="T:Newtonsoft.Json.JsonReader"/> for this token. - </summary> - <returns>An <see cref="T:Newtonsoft.Json.JsonReader"/> that can be used to read this token and its descendants.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.FromObject(System.Object)"> - <summary> - Creates a <see cref="T:Newtonsoft.Json.Linq.JToken"/> from an object. - </summary> - <param name="o">The object that will be used to create <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</param> - <returns>A <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the value of the specified object</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.FromObject(System.Object,Newtonsoft.Json.JsonSerializer)"> - <summary> - Creates a <see cref="T:Newtonsoft.Json.Linq.JToken"/> from an object using the specified <see cref="T:Newtonsoft.Json.JsonSerializer"/>. - </summary> - <param name="o">The object that will be used to create <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</param> - <param name="jsonSerializer">The <see cref="T:Newtonsoft.Json.JsonSerializer"/> that will be used when reading the object.</param> - <returns>A <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the value of the specified object</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.ToObject``1"> - <summary> - Creates the specified .NET type from the <see cref="T:Newtonsoft.Json.Linq.JToken"/>. - </summary> - <typeparam name="T">The object type that the token will be deserialized to.</typeparam> - <returns>The new object created from the JSON value.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.ToObject(System.Type)"> - <summary> - Creates the specified .NET type from the <see cref="T:Newtonsoft.Json.Linq.JToken"/>. - </summary> - <param name="objectType">The object type that the token will be deserialized to.</param> - <returns>The new object created from the JSON value.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.ToObject``1(Newtonsoft.Json.JsonSerializer)"> - <summary> - Creates the specified .NET type from the <see cref="T:Newtonsoft.Json.Linq.JToken"/> using the specified <see cref="T:Newtonsoft.Json.JsonSerializer"/>. - </summary> - <typeparam name="T">The object type that the token will be deserialized to.</typeparam> - <param name="jsonSerializer">The <see cref="T:Newtonsoft.Json.JsonSerializer"/> that will be used when creating the object.</param> - <returns>The new object created from the JSON value.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.ToObject(System.Type,Newtonsoft.Json.JsonSerializer)"> - <summary> - Creates the specified .NET type from the <see cref="T:Newtonsoft.Json.Linq.JToken"/> using the specified <see cref="T:Newtonsoft.Json.JsonSerializer"/>. - </summary> - <param name="objectType">The object type that the token will be deserialized to.</param> - <param name="jsonSerializer">The <see cref="T:Newtonsoft.Json.JsonSerializer"/> that will be used when creating the object.</param> - <returns>The new object created from the JSON value.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.ReadFrom(Newtonsoft.Json.JsonReader)"> - <summary> - Creates a <see cref="T:Newtonsoft.Json.Linq.JToken"/> from a <see cref="T:Newtonsoft.Json.JsonReader"/>. - </summary> - <param name="reader">An <see cref="T:Newtonsoft.Json.JsonReader"/> positioned at the token to read into this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</param> - <returns> - An <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the token and its descendant tokens - that were read from the reader. The runtime type of the token is determined - by the token type of the first token encountered in the reader. - </returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.ReadFrom(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Linq.JsonLoadSettings)"> - <summary> - Creates a <see cref="T:Newtonsoft.Json.Linq.JToken"/> from a <see cref="T:Newtonsoft.Json.JsonReader"/>. - </summary> - <param name="reader">An <see cref="T:Newtonsoft.Json.JsonReader"/> positioned at the token to read into this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</param> - <param name="settings">The <see cref="T:Newtonsoft.Json.Linq.JsonLoadSettings"/> used to load the JSON. - If this is null, default load settings will be used.</param> - <returns> - An <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the token and its descendant tokens - that were read from the reader. The runtime type of the token is determined - by the token type of the first token encountered in the reader. - </returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.Parse(System.String)"> - <summary> - Load a <see cref="T:Newtonsoft.Json.Linq.JToken"/> from a string that contains JSON. - </summary> - <param name="json">A <see cref="T:System.String"/> that contains JSON.</param> - <returns>A <see cref="T:Newtonsoft.Json.Linq.JToken"/> populated from the string that contains JSON.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.Parse(System.String,Newtonsoft.Json.Linq.JsonLoadSettings)"> - <summary> - Load a <see cref="T:Newtonsoft.Json.Linq.JToken"/> from a string that contains JSON. - </summary> - <param name="json">A <see cref="T:System.String"/> that contains JSON.</param> - <param name="settings">The <see cref="T:Newtonsoft.Json.Linq.JsonLoadSettings"/> used to load the JSON. - If this is null, default load settings will be used.</param> - <returns>A <see cref="T:Newtonsoft.Json.Linq.JToken"/> populated from the string that contains JSON.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.Load(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Linq.JsonLoadSettings)"> - <summary> - Creates a <see cref="T:Newtonsoft.Json.Linq.JToken"/> from a <see cref="T:Newtonsoft.Json.JsonReader"/>. - </summary> - <param name="reader">An <see cref="T:Newtonsoft.Json.JsonReader"/> positioned at the token to read into this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</param> - <param name="settings">The <see cref="T:Newtonsoft.Json.Linq.JsonLoadSettings"/> used to load the JSON. - If this is null, default load settings will be used.</param> - <returns> - An <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the token and its descendant tokens - that were read from the reader. The runtime type of the token is determined - by the token type of the first token encountered in the reader. - </returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.Load(Newtonsoft.Json.JsonReader)"> - <summary> - Creates a <see cref="T:Newtonsoft.Json.Linq.JToken"/> from a <see cref="T:Newtonsoft.Json.JsonReader"/>. - </summary> - <param name="reader">An <see cref="T:Newtonsoft.Json.JsonReader"/> positioned at the token to read into this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</param> - <returns> - An <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the token and its descendant tokens - that were read from the reader. The runtime type of the token is determined - by the token type of the first token encountered in the reader. - </returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.SelectToken(System.String)"> - <summary> - Selects a <see cref="T:Newtonsoft.Json.Linq.JToken"/> using a JPath expression. Selects the token that matches the object path. - </summary> - <param name="path"> - A <see cref="T:System.String"/> that contains a JPath expression. - </param> - <returns>A <see cref="T:Newtonsoft.Json.Linq.JToken"/>, or null.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.SelectToken(System.String,System.Boolean)"> - <summary> - Selects a <see cref="T:Newtonsoft.Json.Linq.JToken"/> using a JPath expression. Selects the token that matches the object path. - </summary> - <param name="path"> - A <see cref="T:System.String"/> that contains a JPath expression. - </param> - <param name="errorWhenNoMatch">A flag to indicate whether an error should be thrown if no tokens are found when evaluating part of the expression.</param> - <returns>A <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.SelectTokens(System.String)"> - <summary> - Selects a collection of elements using a JPath expression. - </summary> - <param name="path"> - A <see cref="T:System.String"/> that contains a JPath expression. - </param> - <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> that contains the selected elements.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.SelectTokens(System.String,System.Boolean)"> - <summary> - Selects a collection of elements using a JPath expression. - </summary> - <param name="path"> - A <see cref="T:System.String"/> that contains a JPath expression. - </param> - <param name="errorWhenNoMatch">A flag to indicate whether an error should be thrown if no tokens are found when evaluating part of the expression.</param> - <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> that contains the selected elements.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.GetMetaObject(System.Linq.Expressions.Expression)"> - <summary> - Returns the <see cref="T:System.Dynamic.DynamicMetaObject"/> responsible for binding operations performed on this object. - </summary> - <param name="parameter">The expression tree representation of the runtime value.</param> - <returns> - The <see cref="T:System.Dynamic.DynamicMetaObject"/> to bind this object. - </returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.System#Dynamic#IDynamicMetaObjectProvider#GetMetaObject(System.Linq.Expressions.Expression)"> - <summary> - Returns the <see cref="T:System.Dynamic.DynamicMetaObject"/> responsible for binding operations performed on this object. - </summary> - <param name="parameter">The expression tree representation of the runtime value.</param> - <returns> - The <see cref="T:System.Dynamic.DynamicMetaObject"/> to bind this object. - </returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.DeepClone"> - <summary> - Creates a new instance of the <see cref="T:Newtonsoft.Json.Linq.JToken"/>. All child tokens are recursively cloned. - </summary> - <returns>A new instance of the <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.AddAnnotation(System.Object)"> - <summary> - Adds an object to the annotation list of this <see cref="T:Newtonsoft.Json.Linq.JToken"/>. - </summary> - <param name="annotation">The annotation to add.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.Annotation``1"> - <summary> - Get the first annotation object of the specified type from this <see cref="T:Newtonsoft.Json.Linq.JToken"/>. - </summary> - <typeparam name="T">The type of the annotation to retrieve.</typeparam> - <returns>The first annotation object that matches the specified type, or <c>null</c> if no annotation is of the specified type.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.Annotation(System.Type)"> - <summary> - Gets the first annotation object of the specified type from this <see cref="T:Newtonsoft.Json.Linq.JToken"/>. - </summary> - <param name="type">The <see cref="P:Newtonsoft.Json.Linq.JToken.Type"/> of the annotation to retrieve.</param> - <returns>The first annotation object that matches the specified type, or <c>null</c> if no annotation is of the specified type.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.Annotations``1"> - <summary> - Gets a collection of annotations of the specified type for this <see cref="T:Newtonsoft.Json.Linq.JToken"/>. - </summary> - <typeparam name="T">The type of the annotations to retrieve.</typeparam> - <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> that contains the annotations for this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.Annotations(System.Type)"> - <summary> - Gets a collection of annotations of the specified type for this <see cref="T:Newtonsoft.Json.Linq.JToken"/>. - </summary> - <param name="type">The <see cref="P:Newtonsoft.Json.Linq.JToken.Type"/> of the annotations to retrieve.</param> - <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:System.Object"/> that contains the annotations that match the specified type for this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.RemoveAnnotations``1"> - <summary> - Removes the annotations of the specified type from this <see cref="T:Newtonsoft.Json.Linq.JToken"/>. - </summary> - <typeparam name="T">The type of annotations to remove.</typeparam> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.RemoveAnnotations(System.Type)"> - <summary> - Removes the annotations of the specified type from this <see cref="T:Newtonsoft.Json.Linq.JToken"/>. - </summary> - <param name="type">The <see cref="P:Newtonsoft.Json.Linq.JToken.Type"/> of annotations to remove.</param> - </member> - <member name="T:Newtonsoft.Json.Linq.JTokenEqualityComparer"> - <summary> - Compares tokens to determine whether they are equal. - </summary> - </member> - <member name="M:Newtonsoft.Json.Linq.JTokenEqualityComparer.Equals(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)"> - <summary> - Determines whether the specified objects are equal. - </summary> - <param name="x">The first object of type <see cref="T:Newtonsoft.Json.Linq.JToken"/> to compare.</param> - <param name="y">The second object of type <see cref="T:Newtonsoft.Json.Linq.JToken"/> to compare.</param> - <returns> - true if the specified objects are equal; otherwise, false. - </returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JTokenEqualityComparer.GetHashCode(Newtonsoft.Json.Linq.JToken)"> - <summary> - Returns a hash code for the specified object. - </summary> - <param name="obj">The <see cref="T:System.Object"/> for which a hash code is to be returned.</param> - <returns>A hash code for the specified object.</returns> - <exception cref="T:System.ArgumentNullException">The type of <paramref name="obj"/> is a reference type and <paramref name="obj"/> is null.</exception> - </member> - <member name="T:Newtonsoft.Json.Linq.JTokenReader"> - <summary> - Represents a reader that provides fast, non-cached, forward-only access to serialized JSON data. - </summary> - </member> - <member name="P:Newtonsoft.Json.Linq.JTokenReader.CurrentToken"> - <summary> - Gets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> at the reader's current position. - </summary> - </member> - <member name="M:Newtonsoft.Json.Linq.JTokenReader.#ctor(Newtonsoft.Json.Linq.JToken)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JTokenReader"/> class. - </summary> - <param name="token">The token to read from.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JTokenReader.Read"> - <summary> - Reads the next JSON token from the stream. - </summary> - <returns> - true if the next token was read successfully; false if there are no more tokens to read. - </returns> - </member> - <member name="P:Newtonsoft.Json.Linq.JTokenReader.Path"> - <summary> - Gets the path of the current JSON token. - </summary> - </member> - <member name="T:Newtonsoft.Json.Linq.JTokenType"> - <summary> - Specifies the type of token. - </summary> - </member> - <member name="F:Newtonsoft.Json.Linq.JTokenType.None"> - <summary> - No token type has been set. - </summary> - </member> - <member name="F:Newtonsoft.Json.Linq.JTokenType.Object"> - <summary> - A JSON object. - </summary> - </member> - <member name="F:Newtonsoft.Json.Linq.JTokenType.Array"> - <summary> - A JSON array. - </summary> - </member> - <member name="F:Newtonsoft.Json.Linq.JTokenType.Constructor"> - <summary> - A JSON constructor. - </summary> - </member> - <member name="F:Newtonsoft.Json.Linq.JTokenType.Property"> - <summary> - A JSON object property. - </summary> - </member> - <member name="F:Newtonsoft.Json.Linq.JTokenType.Comment"> - <summary> - A comment. - </summary> - </member> - <member name="F:Newtonsoft.Json.Linq.JTokenType.Integer"> - <summary> - An integer value. - </summary> - </member> - <member name="F:Newtonsoft.Json.Linq.JTokenType.Float"> - <summary> - A float value. - </summary> - </member> - <member name="F:Newtonsoft.Json.Linq.JTokenType.String"> - <summary> - A string value. - </summary> - </member> - <member name="F:Newtonsoft.Json.Linq.JTokenType.Boolean"> - <summary> - A boolean value. - </summary> - </member> - <member name="F:Newtonsoft.Json.Linq.JTokenType.Null"> - <summary> - A null value. - </summary> - </member> - <member name="F:Newtonsoft.Json.Linq.JTokenType.Undefined"> - <summary> - An undefined value. - </summary> - </member> - <member name="F:Newtonsoft.Json.Linq.JTokenType.Date"> - <summary> - A date value. - </summary> - </member> - <member name="F:Newtonsoft.Json.Linq.JTokenType.Raw"> - <summary> - A raw JSON value. - </summary> - </member> - <member name="F:Newtonsoft.Json.Linq.JTokenType.Bytes"> - <summary> - A collection of bytes value. - </summary> - </member> - <member name="F:Newtonsoft.Json.Linq.JTokenType.Guid"> - <summary> - A Guid value. - </summary> - </member> - <member name="F:Newtonsoft.Json.Linq.JTokenType.Uri"> - <summary> - A Uri value. - </summary> - </member> - <member name="F:Newtonsoft.Json.Linq.JTokenType.TimeSpan"> - <summary> - A TimeSpan value. - </summary> - </member> - <member name="T:Newtonsoft.Json.Linq.JTokenWriter"> - <summary> - Represents a writer that provides a fast, non-cached, forward-only way of generating JSON data. - </summary> - </member> - <member name="P:Newtonsoft.Json.Linq.JTokenWriter.CurrentToken"> - <summary> - Gets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> at the writer's current position. - </summary> - </member> - <member name="P:Newtonsoft.Json.Linq.JTokenWriter.Token"> - <summary> - Gets the token being writen. - </summary> - <value>The token being writen.</value> - </member> - <member name="M:Newtonsoft.Json.Linq.JTokenWriter.#ctor(Newtonsoft.Json.Linq.JContainer)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JTokenWriter"/> class writing to the given <see cref="T:Newtonsoft.Json.Linq.JContainer"/>. - </summary> - <param name="container">The container being written to.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JTokenWriter.#ctor"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JTokenWriter"/> class. - </summary> - </member> - <member name="M:Newtonsoft.Json.Linq.JTokenWriter.Flush"> - <summary> - Flushes whatever is in the buffer to the underlying streams and also flushes the underlying stream. - </summary> - </member> - <member name="M:Newtonsoft.Json.Linq.JTokenWriter.Close"> - <summary> - Closes this stream and the underlying stream. - </summary> - </member> - <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteStartObject"> - <summary> - Writes the beginning of a JSON object. - </summary> - </member> - <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteStartArray"> - <summary> - Writes the beginning of a JSON array. - </summary> - </member> - <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteStartConstructor(System.String)"> - <summary> - Writes the start of a constructor with the given name. - </summary> - <param name="name">The name of the constructor.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteEnd(Newtonsoft.Json.JsonToken)"> - <summary> - Writes the end. - </summary> - <param name="token">The token.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WritePropertyName(System.String)"> - <summary> - Writes the property name of a name/value pair on a JSON object. - </summary> - <param name="name">The name of the property.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Object)"> - <summary> - Writes a <see cref="T:System.Object"/> value. - An error will raised if the value cannot be written as a single JSON token. - </summary> - <param name="value">The <see cref="T:System.Object"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteNull"> - <summary> - Writes a null value. - </summary> - </member> - <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteUndefined"> - <summary> - Writes an undefined value. - </summary> - </member> - <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteRaw(System.String)"> - <summary> - Writes raw JSON. - </summary> - <param name="json">The raw JSON to write.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteComment(System.String)"> - <summary> - Writes out a comment <code>/*...*/</code> containing the specified text. - </summary> - <param name="text">Text to place inside the comment.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.String)"> - <summary> - Writes a <see cref="T:System.String"/> value. - </summary> - <param name="value">The <see cref="T:System.String"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Int32)"> - <summary> - Writes a <see cref="T:System.Int32"/> value. - </summary> - <param name="value">The <see cref="T:System.Int32"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.UInt32)"> - <summary> - Writes a <see cref="T:System.UInt32"/> value. - </summary> - <param name="value">The <see cref="T:System.UInt32"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Int64)"> - <summary> - Writes a <see cref="T:System.Int64"/> value. - </summary> - <param name="value">The <see cref="T:System.Int64"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.UInt64)"> - <summary> - Writes a <see cref="T:System.UInt64"/> value. - </summary> - <param name="value">The <see cref="T:System.UInt64"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Single)"> - <summary> - Writes a <see cref="T:System.Single"/> value. - </summary> - <param name="value">The <see cref="T:System.Single"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Double)"> - <summary> - Writes a <see cref="T:System.Double"/> value. - </summary> - <param name="value">The <see cref="T:System.Double"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Boolean)"> - <summary> - Writes a <see cref="T:System.Boolean"/> value. - </summary> - <param name="value">The <see cref="T:System.Boolean"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Int16)"> - <summary> - Writes a <see cref="T:System.Int16"/> value. - </summary> - <param name="value">The <see cref="T:System.Int16"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.UInt16)"> - <summary> - Writes a <see cref="T:System.UInt16"/> value. - </summary> - <param name="value">The <see cref="T:System.UInt16"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Char)"> - <summary> - Writes a <see cref="T:System.Char"/> value. - </summary> - <param name="value">The <see cref="T:System.Char"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Byte)"> - <summary> - Writes a <see cref="T:System.Byte"/> value. - </summary> - <param name="value">The <see cref="T:System.Byte"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.SByte)"> - <summary> - Writes a <see cref="T:System.SByte"/> value. - </summary> - <param name="value">The <see cref="T:System.SByte"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Decimal)"> - <summary> - Writes a <see cref="T:System.Decimal"/> value. - </summary> - <param name="value">The <see cref="T:System.Decimal"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.DateTime)"> - <summary> - Writes a <see cref="T:System.DateTime"/> value. - </summary> - <param name="value">The <see cref="T:System.DateTime"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.DateTimeOffset)"> - <summary> - Writes a <see cref="T:System.DateTimeOffset"/> value. - </summary> - <param name="value">The <see cref="T:System.DateTimeOffset"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Byte[])"> - <summary> - Writes a <see cref="T:System.Byte"/>[] value. - </summary> - <param name="value">The <see cref="T:System.Byte"/>[] value to write.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.TimeSpan)"> - <summary> - Writes a <see cref="T:System.TimeSpan"/> value. - </summary> - <param name="value">The <see cref="T:System.TimeSpan"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Guid)"> - <summary> - Writes a <see cref="T:System.Guid"/> value. - </summary> - <param name="value">The <see cref="T:System.Guid"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Uri)"> - <summary> - Writes a <see cref="T:System.Uri"/> value. - </summary> - <param name="value">The <see cref="T:System.Uri"/> value to write.</param> - </member> - <member name="T:Newtonsoft.Json.Linq.JValue"> - <summary> - Represents a value in JSON (string, integer, date, etc). - </summary> - </member> - <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(Newtonsoft.Json.Linq.JValue)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class from another <see cref="T:Newtonsoft.Json.Linq.JValue"/> object. - </summary> - <param name="other">A <see cref="T:Newtonsoft.Json.Linq.JValue"/> object to copy from.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.Int64)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value. - </summary> - <param name="value">The value.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.Decimal)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value. - </summary> - <param name="value">The value.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.Char)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value. - </summary> - <param name="value">The value.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.UInt64)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value. - </summary> - <param name="value">The value.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.Double)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value. - </summary> - <param name="value">The value.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.Single)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value. - </summary> - <param name="value">The value.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.DateTime)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value. - </summary> - <param name="value">The value.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.DateTimeOffset)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value. - </summary> - <param name="value">The value.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.Boolean)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value. - </summary> - <param name="value">The value.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.String)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value. - </summary> - <param name="value">The value.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.Guid)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value. - </summary> - <param name="value">The value.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.Uri)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value. - </summary> - <param name="value">The value.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.TimeSpan)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value. - </summary> - <param name="value">The value.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.Object)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value. - </summary> - <param name="value">The value.</param> - </member> - <member name="P:Newtonsoft.Json.Linq.JValue.HasValues"> - <summary> - Gets a value indicating whether this token has child tokens. - </summary> - <value> - <c>true</c> if this token has child values; otherwise, <c>false</c>. - </value> - </member> - <member name="M:Newtonsoft.Json.Linq.JValue.CreateComment(System.String)"> - <summary> - Creates a <see cref="T:Newtonsoft.Json.Linq.JValue"/> comment with the given value. - </summary> - <param name="value">The value.</param> - <returns>A <see cref="T:Newtonsoft.Json.Linq.JValue"/> comment with the given value.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JValue.CreateString(System.String)"> - <summary> - Creates a <see cref="T:Newtonsoft.Json.Linq.JValue"/> string with the given value. - </summary> - <param name="value">The value.</param> - <returns>A <see cref="T:Newtonsoft.Json.Linq.JValue"/> string with the given value.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JValue.CreateNull"> - <summary> - Creates a <see cref="T:Newtonsoft.Json.Linq.JValue"/> null value. - </summary> - <returns>A <see cref="T:Newtonsoft.Json.Linq.JValue"/> null value.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JValue.CreateUndefined"> - <summary> - Creates a <see cref="T:Newtonsoft.Json.Linq.JValue"/> null value. - </summary> - <returns>A <see cref="T:Newtonsoft.Json.Linq.JValue"/> null value.</returns> - </member> - <member name="P:Newtonsoft.Json.Linq.JValue.Type"> - <summary> - Gets the node type for this <see cref="T:Newtonsoft.Json.Linq.JToken"/>. - </summary> - <value>The type.</value> - </member> - <member name="P:Newtonsoft.Json.Linq.JValue.Value"> - <summary> - Gets or sets the underlying token value. - </summary> - <value>The underlying token value.</value> - </member> - <member name="M:Newtonsoft.Json.Linq.JValue.WriteTo(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.JsonConverter[])"> - <summary> - Writes this token to a <see cref="T:Newtonsoft.Json.JsonWriter"/>. - </summary> - <param name="writer">A <see cref="T:Newtonsoft.Json.JsonWriter"/> into which this method will write.</param> - <param name="converters">A collection of <see cref="T:Newtonsoft.Json.JsonConverter"/> which will be used when writing the token.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JValue.Equals(Newtonsoft.Json.Linq.JValue)"> - <summary> - Indicates whether the current object is equal to another object of the same type. - </summary> - <returns> - true if the current object is equal to the <paramref name="other"/> parameter; otherwise, false. - </returns> - <param name="other">An object to compare with this object.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JValue.Equals(System.Object)"> - <summary> - Determines whether the specified <see cref="T:System.Object"/> is equal to the current <see cref="T:System.Object"/>. - </summary> - <param name="obj">The <see cref="T:System.Object"/> to compare with the current <see cref="T:System.Object"/>.</param> - <returns> - true if the specified <see cref="T:System.Object"/> is equal to the current <see cref="T:System.Object"/>; otherwise, false. - </returns> - <exception cref="T:System.NullReferenceException"> - The <paramref name="obj"/> parameter is null. - </exception> - </member> - <member name="M:Newtonsoft.Json.Linq.JValue.GetHashCode"> - <summary> - Serves as a hash function for a particular type. - </summary> - <returns> - A hash code for the current <see cref="T:System.Object"/>. - </returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JValue.ToString"> - <summary> - Returns a <see cref="T:System.String"/> that represents this instance. - </summary> - <returns> - A <see cref="T:System.String"/> that represents this instance. - </returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JValue.ToString(System.String)"> - <summary> - Returns a <see cref="T:System.String"/> that represents this instance. - </summary> - <param name="format">The format.</param> - <returns> - A <see cref="T:System.String"/> that represents this instance. - </returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JValue.ToString(System.IFormatProvider)"> - <summary> - Returns a <see cref="T:System.String"/> that represents this instance. - </summary> - <param name="formatProvider">The format provider.</param> - <returns> - A <see cref="T:System.String"/> that represents this instance. - </returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JValue.ToString(System.String,System.IFormatProvider)"> - <summary> - Returns a <see cref="T:System.String"/> that represents this instance. - </summary> - <param name="format">The format.</param> - <param name="formatProvider">The format provider.</param> - <returns> - A <see cref="T:System.String"/> that represents this instance. - </returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JValue.GetMetaObject(System.Linq.Expressions.Expression)"> - <summary> - Returns the <see cref="T:System.Dynamic.DynamicMetaObject"/> responsible for binding operations performed on this object. - </summary> - <param name="parameter">The expression tree representation of the runtime value.</param> - <returns> - The <see cref="T:System.Dynamic.DynamicMetaObject"/> to bind this object. - </returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JValue.CompareTo(Newtonsoft.Json.Linq.JValue)"> - <summary> - Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. - </summary> - <param name="obj">An object to compare with this instance.</param> - <returns> - A 32-bit signed integer that indicates the relative order of the objects being compared. The return value has these meanings: - Value - Meaning - Less than zero - This instance is less than <paramref name="obj"/>. - Zero - This instance is equal to <paramref name="obj"/>. - Greater than zero - This instance is greater than <paramref name="obj"/>. - </returns> - <exception cref="T:System.ArgumentException"> - <paramref name="obj"/> is not the same type as this instance. - </exception> - </member> - <member name="T:Newtonsoft.Json.Linq.JsonLoadSettings"> - <summary> - Specifies the settings used when loading JSON. - </summary> - </member> - <member name="P:Newtonsoft.Json.Linq.JsonLoadSettings.CommentHandling"> - <summary> - Gets or sets how JSON comments are handled when loading JSON. - </summary> - <value>The JSON comment handling.</value> - </member> - <member name="P:Newtonsoft.Json.Linq.JsonLoadSettings.LineInfoHandling"> - <summary> - Gets or sets how JSON line info is handled when loading JSON. - </summary> - <value>The JSON line info handling.</value> - </member> - <member name="T:Newtonsoft.Json.Linq.MergeArrayHandling"> - <summary> - Specifies how JSON arrays are merged together. - </summary> - </member> - <member name="F:Newtonsoft.Json.Linq.MergeArrayHandling.Concat"> - <summary>Concatenate arrays.</summary> - </member> - <member name="F:Newtonsoft.Json.Linq.MergeArrayHandling.Union"> - <summary>Union arrays, skipping items that already exist.</summary> - </member> - <member name="F:Newtonsoft.Json.Linq.MergeArrayHandling.Replace"> - <summary>Replace all array items.</summary> - </member> - <member name="F:Newtonsoft.Json.Linq.MergeArrayHandling.Merge"> - <summary>Merge array items together, matched by index.</summary> - </member> - <member name="T:Newtonsoft.Json.MemberSerialization"> - <summary> - Specifies the member serialization options for the <see cref="T:Newtonsoft.Json.JsonSerializer"/>. - </summary> - </member> - <member name="F:Newtonsoft.Json.MemberSerialization.OptOut"> - <summary> - All public members are serialized by default. Members can be excluded using <see cref="T:Newtonsoft.Json.JsonIgnoreAttribute"/> or <see cref="T:System.NonSerializedAttribute"/>. - This is the default member serialization mode. - </summary> - </member> - <member name="F:Newtonsoft.Json.MemberSerialization.OptIn"> - <summary> - Only members must be marked with <see cref="T:Newtonsoft.Json.JsonPropertyAttribute"/> or <see cref="T:System.Runtime.Serialization.DataMemberAttribute"/> are serialized. - This member serialization mode can also be set by marking the class with <see cref="T:System.Runtime.Serialization.DataContractAttribute"/>. - </summary> - </member> - <member name="F:Newtonsoft.Json.MemberSerialization.Fields"> - <summary> - All public and private fields are serialized. Members can be excluded using <see cref="T:Newtonsoft.Json.JsonIgnoreAttribute"/> or <see cref="T:System.NonSerializedAttribute"/>. - This member serialization mode can also be set by marking the class with <see cref="T:System.SerializableAttribute"/> - and setting IgnoreSerializableAttribute on <see cref="T:Newtonsoft.Json.Serialization.DefaultContractResolver"/> to false. - </summary> - </member> - <member name="T:Newtonsoft.Json.MetadataPropertyHandling"> - <summary> - Specifies metadata property handling options for the <see cref="T:Newtonsoft.Json.JsonSerializer"/>. - </summary> - </member> - <member name="F:Newtonsoft.Json.MetadataPropertyHandling.Default"> - <summary> - Read metadata properties located at the start of a JSON object. - </summary> - </member> - <member name="F:Newtonsoft.Json.MetadataPropertyHandling.ReadAhead"> - <summary> - Read metadata properties located anywhere in a JSON object. Note that this setting will impact performance. - </summary> - </member> - <member name="F:Newtonsoft.Json.MetadataPropertyHandling.Ignore"> - <summary> - Do not try to read metadata properties. - </summary> - </member> - <member name="T:Newtonsoft.Json.MissingMemberHandling"> - <summary> - Specifies missing member handling options for the <see cref="T:Newtonsoft.Json.JsonSerializer"/>. - </summary> - </member> - <member name="F:Newtonsoft.Json.MissingMemberHandling.Ignore"> - <summary> - Ignore a missing member and do not attempt to deserialize it. - </summary> - </member> - <member name="F:Newtonsoft.Json.MissingMemberHandling.Error"> - <summary> - Throw a <see cref="T:Newtonsoft.Json.JsonSerializationException"/> when a missing member is encountered during deserialization. - </summary> - </member> - <member name="T:Newtonsoft.Json.NullValueHandling"> - <summary> - Specifies null value handling options for the <see cref="T:Newtonsoft.Json.JsonSerializer"/>. - </summary> - <example> - <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\SerializationTests.cs" region="ReducingSerializedJsonSizeNullValueHandlingObject" title="NullValueHandling Class" /> - <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\SerializationTests.cs" region="ReducingSerializedJsonSizeNullValueHandlingExample" title="NullValueHandling Ignore Example" /> - </example> - </member> - <member name="F:Newtonsoft.Json.NullValueHandling.Include"> - <summary> - Include null values when serializing and deserializing objects. - </summary> - </member> - <member name="F:Newtonsoft.Json.NullValueHandling.Ignore"> - <summary> - Ignore null values when serializing and deserializing objects. - </summary> - </member> - <member name="T:Newtonsoft.Json.ObjectCreationHandling"> - <summary> - Specifies how object creation is handled by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>. - </summary> - </member> - <member name="F:Newtonsoft.Json.ObjectCreationHandling.Auto"> - <summary> - Reuse existing objects, create new objects when needed. - </summary> - </member> - <member name="F:Newtonsoft.Json.ObjectCreationHandling.Reuse"> - <summary> - Only reuse existing objects. - </summary> - </member> - <member name="F:Newtonsoft.Json.ObjectCreationHandling.Replace"> - <summary> - Always create new objects. - </summary> - </member> - <member name="T:Newtonsoft.Json.PreserveReferencesHandling"> - <summary> - Specifies reference handling options for the <see cref="T:Newtonsoft.Json.JsonSerializer"/>. - Note that references cannot be preserved when a value is set via a non-default constructor such as types that implement ISerializable. - </summary> - <example> - <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\SerializationTests.cs" region="PreservingObjectReferencesOn" title="Preserve Object References" /> - </example> - </member> - <member name="F:Newtonsoft.Json.PreserveReferencesHandling.None"> - <summary> - Do not preserve references when serializing types. - </summary> - </member> - <member name="F:Newtonsoft.Json.PreserveReferencesHandling.Objects"> - <summary> - Preserve references when serializing into a JSON object structure. - </summary> - </member> - <member name="F:Newtonsoft.Json.PreserveReferencesHandling.Arrays"> - <summary> - Preserve references when serializing into a JSON array structure. - </summary> - </member> - <member name="F:Newtonsoft.Json.PreserveReferencesHandling.All"> - <summary> - Preserve references when serializing. - </summary> - </member> - <member name="T:Newtonsoft.Json.ReferenceLoopHandling"> - <summary> - Specifies reference loop handling options for the <see cref="T:Newtonsoft.Json.JsonSerializer"/>. - </summary> - </member> - <member name="F:Newtonsoft.Json.ReferenceLoopHandling.Error"> - <summary> - Throw a <see cref="T:Newtonsoft.Json.JsonSerializationException"/> when a loop is encountered. - </summary> - </member> - <member name="F:Newtonsoft.Json.ReferenceLoopHandling.Ignore"> - <summary> - Ignore loop references and do not serialize. - </summary> - </member> - <member name="F:Newtonsoft.Json.ReferenceLoopHandling.Serialize"> - <summary> - Serialize loop references. - </summary> - </member> - <member name="T:Newtonsoft.Json.Required"> - <summary> - Indicating whether a property is required. - </summary> - </member> - <member name="F:Newtonsoft.Json.Required.Default"> - <summary> - The property is not required. The default state. - </summary> - </member> - <member name="F:Newtonsoft.Json.Required.AllowNull"> - <summary> - The property must be defined in JSON but can be a null value. - </summary> - </member> - <member name="F:Newtonsoft.Json.Required.Always"> - <summary> - The property must be defined in JSON and cannot be a null value. - </summary> - </member> - <member name="F:Newtonsoft.Json.Required.DisallowNull"> - <summary> - The property is not required but it cannot be a null value. - </summary> - </member> - <member name="T:Newtonsoft.Json.Schema.Extensions"> - <summary> - <para> - Contains the JSON schema extension methods. - </para> - <note type="caution"> - JSON Schema validation has been moved to its own package. See <see href="http://www.newtonsoft.com/jsonschema">http://www.newtonsoft.com/jsonschema</see> for more details. - </note> - </summary> - </member> - <member name="M:Newtonsoft.Json.Schema.Extensions.IsValid(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Schema.JsonSchema)"> - <summary> - <para> - Determines whether the <see cref="T:Newtonsoft.Json.Linq.JToken"/> is valid. - </para> - <note type="caution"> - JSON Schema validation has been moved to its own package. See <see href="http://www.newtonsoft.com/jsonschema">http://www.newtonsoft.com/jsonschema</see> for more details. - </note> - </summary> - <param name="source">The source <see cref="T:Newtonsoft.Json.Linq.JToken"/> to test.</param> - <param name="schema">The schema to test with.</param> - <returns> - <c>true</c> if the specified <see cref="T:Newtonsoft.Json.Linq.JToken"/> is valid; otherwise, <c>false</c>. - </returns> - </member> - <member name="M:Newtonsoft.Json.Schema.Extensions.IsValid(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Schema.JsonSchema,System.Collections.Generic.IList{System.String}@)"> - <summary> - <para> - Determines whether the <see cref="T:Newtonsoft.Json.Linq.JToken"/> is valid. - </para> - <note type="caution"> - JSON Schema validation has been moved to its own package. See <see href="http://www.newtonsoft.com/jsonschema">http://www.newtonsoft.com/jsonschema</see> for more details. - </note> - </summary> - <param name="source">The source <see cref="T:Newtonsoft.Json.Linq.JToken"/> to test.</param> - <param name="schema">The schema to test with.</param> - <param name="errorMessages">When this method returns, contains any error messages generated while validating. </param> - <returns> - <c>true</c> if the specified <see cref="T:Newtonsoft.Json.Linq.JToken"/> is valid; otherwise, <c>false</c>. - </returns> - </member> - <member name="M:Newtonsoft.Json.Schema.Extensions.Validate(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Schema.JsonSchema)"> - <summary> - <para> - Validates the specified <see cref="T:Newtonsoft.Json.Linq.JToken"/>. - </para> - <note type="caution"> - JSON Schema validation has been moved to its own package. See <see href="http://www.newtonsoft.com/jsonschema">http://www.newtonsoft.com/jsonschema</see> for more details. - </note> - </summary> - <param name="source">The source <see cref="T:Newtonsoft.Json.Linq.JToken"/> to test.</param> - <param name="schema">The schema to test with.</param> - </member> - <member name="M:Newtonsoft.Json.Schema.Extensions.Validate(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Schema.JsonSchema,Newtonsoft.Json.Schema.ValidationEventHandler)"> - <summary> - <para> - Validates the specified <see cref="T:Newtonsoft.Json.Linq.JToken"/>. - </para> - <note type="caution"> - JSON Schema validation has been moved to its own package. See <see href="http://www.newtonsoft.com/jsonschema">http://www.newtonsoft.com/jsonschema</see> for more details. - </note> - </summary> - <param name="source">The source <see cref="T:Newtonsoft.Json.Linq.JToken"/> to test.</param> - <param name="schema">The schema to test with.</param> - <param name="validationEventHandler">The validation event handler.</param> - </member> - <member name="T:Newtonsoft.Json.Schema.JsonSchema"> - <summary> - <para> - An in-memory representation of a JSON Schema. - </para> - <note type="caution"> - JSON Schema validation has been moved to its own package. See <see href="http://www.newtonsoft.com/jsonschema">http://www.newtonsoft.com/jsonschema</see> for more details. - </note> - </summary> - </member> - <member name="P:Newtonsoft.Json.Schema.JsonSchema.Id"> - <summary> - Gets or sets the id. - </summary> - </member> - <member name="P:Newtonsoft.Json.Schema.JsonSchema.Title"> - <summary> - Gets or sets the title. - </summary> - </member> - <member name="P:Newtonsoft.Json.Schema.JsonSchema.Required"> - <summary> - Gets or sets whether the object is required. - </summary> - </member> - <member name="P:Newtonsoft.Json.Schema.JsonSchema.ReadOnly"> - <summary> - Gets or sets whether the object is read only. - </summary> - </member> - <member name="P:Newtonsoft.Json.Schema.JsonSchema.Hidden"> - <summary> - Gets or sets whether the object is visible to users. - </summary> - </member> - <member name="P:Newtonsoft.Json.Schema.JsonSchema.Transient"> - <summary> - Gets or sets whether the object is transient. - </summary> - </member> - <member name="P:Newtonsoft.Json.Schema.JsonSchema.Description"> - <summary> - Gets or sets the description of the object. - </summary> - </member> - <member name="P:Newtonsoft.Json.Schema.JsonSchema.Type"> - <summary> - Gets or sets the types of values allowed by the object. - </summary> - <value>The type.</value> - </member> - <member name="P:Newtonsoft.Json.Schema.JsonSchema.Pattern"> - <summary> - Gets or sets the pattern. - </summary> - <value>The pattern.</value> - </member> - <member name="P:Newtonsoft.Json.Schema.JsonSchema.MinimumLength"> - <summary> - Gets or sets the minimum length. - </summary> - <value>The minimum length.</value> - </member> - <member name="P:Newtonsoft.Json.Schema.JsonSchema.MaximumLength"> - <summary> - Gets or sets the maximum length. - </summary> - <value>The maximum length.</value> - </member> - <member name="P:Newtonsoft.Json.Schema.JsonSchema.DivisibleBy"> - <summary> - Gets or sets a number that the value should be divisble by. - </summary> - <value>A number that the value should be divisble by.</value> - </member> - <member name="P:Newtonsoft.Json.Schema.JsonSchema.Minimum"> - <summary> - Gets or sets the minimum. - </summary> - <value>The minimum.</value> - </member> - <member name="P:Newtonsoft.Json.Schema.JsonSchema.Maximum"> - <summary> - Gets or sets the maximum. - </summary> - <value>The maximum.</value> - </member> - <member name="P:Newtonsoft.Json.Schema.JsonSchema.ExclusiveMinimum"> - <summary> - Gets or sets a flag indicating whether the value can not equal the number defined by the "minimum" attribute. - </summary> - <value>A flag indicating whether the value can not equal the number defined by the "minimum" attribute.</value> - </member> - <member name="P:Newtonsoft.Json.Schema.JsonSchema.ExclusiveMaximum"> - <summary> - Gets or sets a flag indicating whether the value can not equal the number defined by the "maximum" attribute. - </summary> - <value>A flag indicating whether the value can not equal the number defined by the "maximum" attribute.</value> - </member> - <member name="P:Newtonsoft.Json.Schema.JsonSchema.MinimumItems"> - <summary> - Gets or sets the minimum number of items. - </summary> - <value>The minimum number of items.</value> - </member> - <member name="P:Newtonsoft.Json.Schema.JsonSchema.MaximumItems"> - <summary> - Gets or sets the maximum number of items. - </summary> - <value>The maximum number of items.</value> - </member> - <member name="P:Newtonsoft.Json.Schema.JsonSchema.Items"> - <summary> - Gets or sets the <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of items. - </summary> - <value>The <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of items.</value> - </member> - <member name="P:Newtonsoft.Json.Schema.JsonSchema.PositionalItemsValidation"> - <summary> - Gets or sets a value indicating whether items in an array are validated using the <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> instance at their array position from <see cref="P:Newtonsoft.Json.Schema.JsonSchema.Items"/>. - </summary> - <value> - <c>true</c> if items are validated using their array position; otherwise, <c>false</c>. - </value> - </member> - <member name="P:Newtonsoft.Json.Schema.JsonSchema.AdditionalItems"> - <summary> - Gets or sets the <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of additional items. - </summary> - <value>The <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of additional items.</value> - </member> - <member name="P:Newtonsoft.Json.Schema.JsonSchema.AllowAdditionalItems"> - <summary> - Gets or sets a value indicating whether additional items are allowed. - </summary> - <value> - <c>true</c> if additional items are allowed; otherwise, <c>false</c>. - </value> - </member> - <member name="P:Newtonsoft.Json.Schema.JsonSchema.UniqueItems"> - <summary> - Gets or sets whether the array items must be unique. - </summary> - </member> - <member name="P:Newtonsoft.Json.Schema.JsonSchema.Properties"> - <summary> - Gets or sets the <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of properties. - </summary> - <value>The <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of properties.</value> - </member> - <member name="P:Newtonsoft.Json.Schema.JsonSchema.AdditionalProperties"> - <summary> - Gets or sets the <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of additional properties. - </summary> - <value>The <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of additional properties.</value> - </member> - <member name="P:Newtonsoft.Json.Schema.JsonSchema.PatternProperties"> - <summary> - Gets or sets the pattern properties. - </summary> - <value>The pattern properties.</value> - </member> - <member name="P:Newtonsoft.Json.Schema.JsonSchema.AllowAdditionalProperties"> - <summary> - Gets or sets a value indicating whether additional properties are allowed. - </summary> - <value> - <c>true</c> if additional properties are allowed; otherwise, <c>false</c>. - </value> - </member> - <member name="P:Newtonsoft.Json.Schema.JsonSchema.Requires"> - <summary> - Gets or sets the required property if this property is present. - </summary> - <value>The required property if this property is present.</value> - </member> - <member name="P:Newtonsoft.Json.Schema.JsonSchema.Enum"> - <summary> - Gets or sets the a collection of valid enum values allowed. - </summary> - <value>A collection of valid enum values allowed.</value> - </member> - <member name="P:Newtonsoft.Json.Schema.JsonSchema.Disallow"> - <summary> - Gets or sets disallowed types. - </summary> - <value>The disallow types.</value> - </member> - <member name="P:Newtonsoft.Json.Schema.JsonSchema.Default"> - <summary> - Gets or sets the default value. - </summary> - <value>The default value.</value> - </member> - <member name="P:Newtonsoft.Json.Schema.JsonSchema.Extends"> - <summary> - Gets or sets the collection of <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> that this schema extends. - </summary> - <value>The collection of <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> that this schema extends.</value> - </member> - <member name="P:Newtonsoft.Json.Schema.JsonSchema.Format"> - <summary> - Gets or sets the format. - </summary> - <value>The format.</value> - </member> - <member name="M:Newtonsoft.Json.Schema.JsonSchema.#ctor"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> class. - </summary> - </member> - <member name="M:Newtonsoft.Json.Schema.JsonSchema.Read(Newtonsoft.Json.JsonReader)"> - <summary> - Reads a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from the specified <see cref="T:Newtonsoft.Json.JsonReader"/>. - </summary> - <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> containing the JSON Schema to read.</param> - <returns>The <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> object representing the JSON Schema.</returns> - </member> - <member name="M:Newtonsoft.Json.Schema.JsonSchema.Read(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Schema.JsonSchemaResolver)"> - <summary> - Reads a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from the specified <see cref="T:Newtonsoft.Json.JsonReader"/>. - </summary> - <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> containing the JSON Schema to read.</param> - <param name="resolver">The <see cref="T:Newtonsoft.Json.Schema.JsonSchemaResolver"/> to use when resolving schema references.</param> - <returns>The <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> object representing the JSON Schema.</returns> - </member> - <member name="M:Newtonsoft.Json.Schema.JsonSchema.Parse(System.String)"> - <summary> - Load a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from a string that contains schema JSON. - </summary> - <param name="json">A <see cref="T:System.String"/> that contains JSON.</param> - <returns>A <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> populated from the string that contains JSON.</returns> - </member> - <member name="M:Newtonsoft.Json.Schema.JsonSchema.Parse(System.String,Newtonsoft.Json.Schema.JsonSchemaResolver)"> - <summary> - Parses the specified json. - </summary> - <param name="json">The json.</param> - <param name="resolver">The resolver.</param> - <returns>A <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> populated from the string that contains JSON.</returns> - </member> - <member name="M:Newtonsoft.Json.Schema.JsonSchema.WriteTo(Newtonsoft.Json.JsonWriter)"> - <summary> - Writes this schema to a <see cref="T:Newtonsoft.Json.JsonWriter"/>. - </summary> - <param name="writer">A <see cref="T:Newtonsoft.Json.JsonWriter"/> into which this method will write.</param> - </member> - <member name="M:Newtonsoft.Json.Schema.JsonSchema.WriteTo(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.Schema.JsonSchemaResolver)"> - <summary> - Writes this schema to a <see cref="T:Newtonsoft.Json.JsonWriter"/> using the specified <see cref="T:Newtonsoft.Json.Schema.JsonSchemaResolver"/>. - </summary> - <param name="writer">A <see cref="T:Newtonsoft.Json.JsonWriter"/> into which this method will write.</param> - <param name="resolver">The resolver used.</param> - </member> - <member name="M:Newtonsoft.Json.Schema.JsonSchema.ToString"> - <summary> - Returns a <see cref="T:System.String"/> that represents the current <see cref="T:System.Object"/>. - </summary> - <returns> - A <see cref="T:System.String"/> that represents the current <see cref="T:System.Object"/>. - </returns> - </member> - <member name="T:Newtonsoft.Json.Schema.JsonSchemaException"> - <summary> - <para> - Returns detailed information about the schema exception. - </para> - <note type="caution"> - JSON Schema validation has been moved to its own package. See <see href="http://www.newtonsoft.com/jsonschema">http://www.newtonsoft.com/jsonschema</see> for more details. - </note> - </summary> - </member> - <member name="P:Newtonsoft.Json.Schema.JsonSchemaException.LineNumber"> - <summary> - Gets the line number indicating where the error occurred. - </summary> - <value>The line number indicating where the error occurred.</value> - </member> - <member name="P:Newtonsoft.Json.Schema.JsonSchemaException.LinePosition"> - <summary> - Gets the line position indicating where the error occurred. - </summary> - <value>The line position indicating where the error occurred.</value> - </member> - <member name="P:Newtonsoft.Json.Schema.JsonSchemaException.Path"> - <summary> - Gets the path to the JSON where the error occurred. - </summary> - <value>The path to the JSON where the error occurred.</value> - </member> - <member name="M:Newtonsoft.Json.Schema.JsonSchemaException.#ctor"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Schema.JsonSchemaException"/> class. - </summary> - </member> - <member name="M:Newtonsoft.Json.Schema.JsonSchemaException.#ctor(System.String)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Schema.JsonSchemaException"/> class - with a specified error message. - </summary> - <param name="message">The error message that explains the reason for the exception.</param> - </member> - <member name="M:Newtonsoft.Json.Schema.JsonSchemaException.#ctor(System.String,System.Exception)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Schema.JsonSchemaException"/> class - with a specified error message and a reference to the inner exception that is the cause of this exception. - </summary> - <param name="message">The error message that explains the reason for the exception.</param> - <param name="innerException">The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.</param> - </member> - <member name="M:Newtonsoft.Json.Schema.JsonSchemaException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Schema.JsonSchemaException"/> class. - </summary> - <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"/> that holds the serialized object data about the exception being thrown.</param> - <param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext"/> that contains contextual information about the source or destination.</param> - <exception cref="T:System.ArgumentNullException">The <paramref name="info"/> parameter is null. </exception> - <exception cref="T:System.Runtime.Serialization.SerializationException">The class name is null or <see cref="P:System.Exception.HResult"/> is zero (0). </exception> - </member> - <member name="T:Newtonsoft.Json.Schema.JsonSchemaGenerator"> - <summary> - <para> - Generates a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from a specified <see cref="T:System.Type"/>. - </para> - <note type="caution"> - JSON Schema validation has been moved to its own package. See <see href="http://www.newtonsoft.com/jsonschema">http://www.newtonsoft.com/jsonschema</see> for more details. - </note> - </summary> - </member> - <member name="P:Newtonsoft.Json.Schema.JsonSchemaGenerator.UndefinedSchemaIdHandling"> - <summary> - Gets or sets how undefined schemas are handled by the serializer. - </summary> - </member> - <member name="P:Newtonsoft.Json.Schema.JsonSchemaGenerator.ContractResolver"> - <summary> - Gets or sets the contract resolver. - </summary> - <value>The contract resolver.</value> - </member> - <member name="M:Newtonsoft.Json.Schema.JsonSchemaGenerator.Generate(System.Type)"> - <summary> - Generate a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from the specified type. - </summary> - <param name="type">The type to generate a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from.</param> - <returns>A <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> generated from the specified type.</returns> - </member> - <member name="M:Newtonsoft.Json.Schema.JsonSchemaGenerator.Generate(System.Type,Newtonsoft.Json.Schema.JsonSchemaResolver)"> - <summary> - Generate a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from the specified type. - </summary> - <param name="type">The type to generate a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from.</param> - <param name="resolver">The <see cref="T:Newtonsoft.Json.Schema.JsonSchemaResolver"/> used to resolve schema references.</param> - <returns>A <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> generated from the specified type.</returns> - </member> - <member name="M:Newtonsoft.Json.Schema.JsonSchemaGenerator.Generate(System.Type,System.Boolean)"> - <summary> - Generate a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from the specified type. - </summary> - <param name="type">The type to generate a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from.</param> - <param name="rootSchemaNullable">Specify whether the generated root <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> will be nullable.</param> - <returns>A <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> generated from the specified type.</returns> - </member> - <member name="M:Newtonsoft.Json.Schema.JsonSchemaGenerator.Generate(System.Type,Newtonsoft.Json.Schema.JsonSchemaResolver,System.Boolean)"> - <summary> - Generate a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from the specified type. - </summary> - <param name="type">The type to generate a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from.</param> - <param name="resolver">The <see cref="T:Newtonsoft.Json.Schema.JsonSchemaResolver"/> used to resolve schema references.</param> - <param name="rootSchemaNullable">Specify whether the generated root <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> will be nullable.</param> - <returns>A <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> generated from the specified type.</returns> - </member> - <member name="T:Newtonsoft.Json.Schema.JsonSchemaResolver"> - <summary> - <para> - Resolves <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from an id. - </para> - <note type="caution"> - JSON Schema validation has been moved to its own package. See <see href="http://www.newtonsoft.com/jsonschema">http://www.newtonsoft.com/jsonschema</see> for more details. - </note> - </summary> - </member> - <member name="P:Newtonsoft.Json.Schema.JsonSchemaResolver.LoadedSchemas"> - <summary> - Gets or sets the loaded schemas. - </summary> - <value>The loaded schemas.</value> - </member> - <member name="M:Newtonsoft.Json.Schema.JsonSchemaResolver.#ctor"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Schema.JsonSchemaResolver"/> class. - </summary> - </member> - <member name="M:Newtonsoft.Json.Schema.JsonSchemaResolver.GetSchema(System.String)"> - <summary> - Gets a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> for the specified reference. - </summary> - <param name="reference">The id.</param> - <returns>A <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> for the specified reference.</returns> - </member> - <member name="T:Newtonsoft.Json.Schema.JsonSchemaType"> - <summary> - <para> - The value types allowed by the <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/>. - </para> - <note type="caution"> - JSON Schema validation has been moved to its own package. See <see href="http://www.newtonsoft.com/jsonschema">http://www.newtonsoft.com/jsonschema</see> for more details. - </note> - </summary> - </member> - <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.None"> - <summary> - No type specified. - </summary> - </member> - <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.String"> - <summary> - String type. - </summary> - </member> - <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.Float"> - <summary> - Float type. - </summary> - </member> - <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.Integer"> - <summary> - Integer type. - </summary> - </member> - <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.Boolean"> - <summary> - Boolean type. - </summary> - </member> - <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.Object"> - <summary> - Object type. - </summary> - </member> - <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.Array"> - <summary> - Array type. - </summary> - </member> - <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.Null"> - <summary> - Null type. - </summary> - </member> - <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.Any"> - <summary> - Any type. - </summary> - </member> - <member name="T:Newtonsoft.Json.Schema.UndefinedSchemaIdHandling"> - <summary> - <para> - Specifies undefined schema Id handling options for the <see cref="T:Newtonsoft.Json.Schema.JsonSchemaGenerator"/>. - </para> - <note type="caution"> - JSON Schema validation has been moved to its own package. See <see href="http://www.newtonsoft.com/jsonschema">http://www.newtonsoft.com/jsonschema</see> for more details. - </note> - </summary> - </member> - <member name="F:Newtonsoft.Json.Schema.UndefinedSchemaIdHandling.None"> - <summary> - Do not infer a schema Id. - </summary> - </member> - <member name="F:Newtonsoft.Json.Schema.UndefinedSchemaIdHandling.UseTypeName"> - <summary> - Use the .NET type name as the schema Id. - </summary> - </member> - <member name="F:Newtonsoft.Json.Schema.UndefinedSchemaIdHandling.UseAssemblyQualifiedName"> - <summary> - Use the assembly qualified .NET type name as the schema Id. - </summary> - </member> - <member name="T:Newtonsoft.Json.Schema.ValidationEventArgs"> - <summary> - <para> - Returns detailed information related to the <see cref="T:Newtonsoft.Json.Schema.ValidationEventHandler"/>. - </para> - <note type="caution"> - JSON Schema validation has been moved to its own package. See <see href="http://www.newtonsoft.com/jsonschema">http://www.newtonsoft.com/jsonschema</see> for more details. - </note> - </summary> - </member> - <member name="P:Newtonsoft.Json.Schema.ValidationEventArgs.Exception"> - <summary> - Gets the <see cref="T:Newtonsoft.Json.Schema.JsonSchemaException"/> associated with the validation error. - </summary> - <value>The JsonSchemaException associated with the validation error.</value> - </member> - <member name="P:Newtonsoft.Json.Schema.ValidationEventArgs.Path"> - <summary> - Gets the path of the JSON location where the validation error occurred. - </summary> - <value>The path of the JSON location where the validation error occurred.</value> - </member> - <member name="P:Newtonsoft.Json.Schema.ValidationEventArgs.Message"> - <summary> - Gets the text description corresponding to the validation error. - </summary> - <value>The text description.</value> - </member> - <member name="T:Newtonsoft.Json.Schema.ValidationEventHandler"> - <summary> - <para> - Represents the callback method that will handle JSON schema validation events and the <see cref="T:Newtonsoft.Json.Schema.ValidationEventArgs"/>. - </para> - <note type="caution"> - JSON Schema validation has been moved to its own package. See <see href="http://www.newtonsoft.com/jsonschema">http://www.newtonsoft.com/jsonschema</see> for more details. - </note> - </summary> - </member> - <member name="T:Newtonsoft.Json.Serialization.CamelCasePropertyNamesContractResolver"> - <summary> - Resolves member mappings for a type, camel casing property names. - </summary> - </member> - <member name="M:Newtonsoft.Json.Serialization.CamelCasePropertyNamesContractResolver.#ctor"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.CamelCasePropertyNamesContractResolver"/> class. - </summary> - </member> - <member name="M:Newtonsoft.Json.Serialization.CamelCasePropertyNamesContractResolver.ResolvePropertyName(System.String)"> - <summary> - Resolves the name of the property. - </summary> - <param name="propertyName">Name of the property.</param> - <returns>The property name camel cased.</returns> - </member> - <member name="T:Newtonsoft.Json.Serialization.DefaultContractResolver"> - <summary> - Used by <see cref="T:Newtonsoft.Json.JsonSerializer"/> to resolves a <see cref="T:Newtonsoft.Json.Serialization.JsonContract"/> for a given <see cref="T:System.Type"/>. - </summary> - </member> - <member name="P:Newtonsoft.Json.Serialization.DefaultContractResolver.DynamicCodeGeneration"> - <summary> - Gets a value indicating whether members are being get and set using dynamic code generation. - This value is determined by the runtime permissions available. - </summary> - <value> - <c>true</c> if using dynamic code generation; otherwise, <c>false</c>. - </value> - </member> - <member name="P:Newtonsoft.Json.Serialization.DefaultContractResolver.DefaultMembersSearchFlags"> - <summary> - Gets or sets the default members search flags. - </summary> - <value>The default members search flags.</value> - </member> - <member name="P:Newtonsoft.Json.Serialization.DefaultContractResolver.SerializeCompilerGeneratedMembers"> - <summary> - Gets or sets a value indicating whether compiler generated members should be serialized. - </summary> - <value> - <c>true</c> if serialized compiler generated members; otherwise, <c>false</c>. - </value> - </member> - <member name="P:Newtonsoft.Json.Serialization.DefaultContractResolver.IgnoreSerializableInterface"> - <summary> - Gets or sets a value indicating whether to ignore the <see cref="T:System.Runtime.Serialization.ISerializable"/> interface when serializing and deserializing types. - </summary> - <value> - <c>true</c> if the <see cref="T:System.Runtime.Serialization.ISerializable"/> interface will be ignored when serializing and deserializing types; otherwise, <c>false</c>. - </value> - </member> - <member name="P:Newtonsoft.Json.Serialization.DefaultContractResolver.IgnoreSerializableAttribute"> - <summary> - Gets or sets a value indicating whether to ignore the <see cref="T:System.SerializableAttribute"/> attribute when serializing and deserializing types. - </summary> - <value> - <c>true</c> if the <see cref="T:System.SerializableAttribute"/> attribute will be ignored when serializing and deserializing types; otherwise, <c>false</c>. - </value> - </member> - <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.#ctor"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.DefaultContractResolver"/> class. - </summary> - </member> - <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.#ctor(System.Boolean)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.DefaultContractResolver"/> class. - </summary> - <param name="shareCache"> - If set to <c>true</c> the <see cref="T:Newtonsoft.Json.Serialization.DefaultContractResolver"/> will use a cached shared with other resolvers of the same type. - Sharing the cache will significantly improve performance with multiple resolver instances because expensive reflection will only - happen once. This setting can cause unexpected behavior if different instances of the resolver are suppose to produce different - results. When set to false it is highly recommended to reuse <see cref="T:Newtonsoft.Json.Serialization.DefaultContractResolver"/> instances with the <see cref="T:Newtonsoft.Json.JsonSerializer"/>. - </param> - </member> - <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.ResolveContract(System.Type)"> - <summary> - Resolves the contract for a given type. - </summary> - <param name="type">The type to resolve a contract for.</param> - <returns>The contract for a given type.</returns> - </member> - <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.GetSerializableMembers(System.Type)"> - <summary> - Gets the serializable members for the type. - </summary> - <param name="objectType">The type to get serializable members for.</param> - <returns>The serializable members for the type.</returns> - </member> - <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateObjectContract(System.Type)"> - <summary> - Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonObjectContract"/> for the given type. - </summary> - <param name="objectType">Type of the object.</param> - <returns>A <see cref="T:Newtonsoft.Json.Serialization.JsonObjectContract"/> for the given type.</returns> - </member> - <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateConstructorParameters(System.Reflection.ConstructorInfo,Newtonsoft.Json.Serialization.JsonPropertyCollection)"> - <summary> - Creates the constructor parameters. - </summary> - <param name="constructor">The constructor to create properties for.</param> - <param name="memberProperties">The type's member properties.</param> - <returns>Properties for the given <see cref="T:System.Reflection.ConstructorInfo"/>.</returns> - </member> - <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreatePropertyFromConstructorParameter(Newtonsoft.Json.Serialization.JsonProperty,System.Reflection.ParameterInfo)"> - <summary> - Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> for the given <see cref="T:System.Reflection.ParameterInfo"/>. - </summary> - <param name="matchingMemberProperty">The matching member property.</param> - <param name="parameterInfo">The constructor parameter.</param> - <returns>A created <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> for the given <see cref="T:System.Reflection.ParameterInfo"/>.</returns> - </member> - <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.ResolveContractConverter(System.Type)"> - <summary> - Resolves the default <see cref="T:Newtonsoft.Json.JsonConverter" /> for the contract. - </summary> - <param name="objectType">Type of the object.</param> - <returns>The contract's default <see cref="T:Newtonsoft.Json.JsonConverter" />.</returns> - </member> - <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateDictionaryContract(System.Type)"> - <summary> - Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonDictionaryContract"/> for the given type. - </summary> - <param name="objectType">Type of the object.</param> - <returns>A <see cref="T:Newtonsoft.Json.Serialization.JsonDictionaryContract"/> for the given type.</returns> - </member> - <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateArrayContract(System.Type)"> - <summary> - Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonArrayContract"/> for the given type. - </summary> - <param name="objectType">Type of the object.</param> - <returns>A <see cref="T:Newtonsoft.Json.Serialization.JsonArrayContract"/> for the given type.</returns> - </member> - <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreatePrimitiveContract(System.Type)"> - <summary> - Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonPrimitiveContract"/> for the given type. - </summary> - <param name="objectType">Type of the object.</param> - <returns>A <see cref="T:Newtonsoft.Json.Serialization.JsonPrimitiveContract"/> for the given type.</returns> - </member> - <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateLinqContract(System.Type)"> - <summary> - Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonLinqContract"/> for the given type. - </summary> - <param name="objectType">Type of the object.</param> - <returns>A <see cref="T:Newtonsoft.Json.Serialization.JsonLinqContract"/> for the given type.</returns> - </member> - <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateISerializableContract(System.Type)"> - <summary> - Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonISerializableContract"/> for the given type. - </summary> - <param name="objectType">Type of the object.</param> - <returns>A <see cref="T:Newtonsoft.Json.Serialization.JsonISerializableContract"/> for the given type.</returns> - </member> - <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateDynamicContract(System.Type)"> - <summary> - Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonDynamicContract"/> for the given type. - </summary> - <param name="objectType">Type of the object.</param> - <returns>A <see cref="T:Newtonsoft.Json.Serialization.JsonDynamicContract"/> for the given type.</returns> - </member> - <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateStringContract(System.Type)"> - <summary> - Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonStringContract"/> for the given type. - </summary> - <param name="objectType">Type of the object.</param> - <returns>A <see cref="T:Newtonsoft.Json.Serialization.JsonStringContract"/> for the given type.</returns> - </member> - <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateContract(System.Type)"> - <summary> - Determines which contract type is created for the given type. - </summary> - <param name="objectType">Type of the object.</param> - <returns>A <see cref="T:Newtonsoft.Json.Serialization.JsonContract"/> for the given type.</returns> - </member> - <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateProperties(System.Type,Newtonsoft.Json.MemberSerialization)"> - <summary> - Creates properties for the given <see cref="T:Newtonsoft.Json.Serialization.JsonContract"/>. - </summary> - <param name="type">The type to create properties for.</param> - /// <param name="memberSerialization">The member serialization mode for the type.</param> - <returns>Properties for the given <see cref="T:Newtonsoft.Json.Serialization.JsonContract"/>.</returns> - </member> - <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateMemberValueProvider(System.Reflection.MemberInfo)"> - <summary> - Creates the <see cref="T:Newtonsoft.Json.Serialization.IValueProvider"/> used by the serializer to get and set values from a member. - </summary> - <param name="member">The member.</param> - <returns>The <see cref="T:Newtonsoft.Json.Serialization.IValueProvider"/> used by the serializer to get and set values from a member.</returns> - </member> - <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateProperty(System.Reflection.MemberInfo,Newtonsoft.Json.MemberSerialization)"> - <summary> - Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> for the given <see cref="T:System.Reflection.MemberInfo"/>. - </summary> - <param name="memberSerialization">The member's parent <see cref="T:Newtonsoft.Json.MemberSerialization"/>.</param> - <param name="member">The member to create a <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> for.</param> - <returns>A created <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> for the given <see cref="T:System.Reflection.MemberInfo"/>.</returns> - </member> - <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.ResolvePropertyName(System.String)"> - <summary> - Resolves the name of the property. - </summary> - <param name="propertyName">Name of the property.</param> - <returns>Resolved name of the property.</returns> - </member> - <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.ResolveDictionaryKey(System.String)"> - <summary> - Resolves the key of the dictionary. By default <see cref="M:Newtonsoft.Json.Serialization.DefaultContractResolver.ResolvePropertyName(System.String)"/> is used to resolve dictionary keys. - </summary> - <param name="dictionaryKey">Key of the dictionary.</param> - <returns>Resolved key of the dictionary.</returns> - </member> - <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.GetResolvedPropertyName(System.String)"> - <summary> - Gets the resolved name of the property. - </summary> - <param name="propertyName">Name of the property.</param> - <returns>Name of the property.</returns> - </member> - <member name="T:Newtonsoft.Json.Serialization.DefaultSerializationBinder"> - <summary> - The default serialization binder used when resolving and loading classes from type names. - </summary> - </member> - <member name="M:Newtonsoft.Json.Serialization.DefaultSerializationBinder.BindToType(System.String,System.String)"> - <summary> - When overridden in a derived class, controls the binding of a serialized object to a type. - </summary> - <param name="assemblyName">Specifies the <see cref="T:System.Reflection.Assembly"/> name of the serialized object.</param> - <param name="typeName">Specifies the <see cref="T:System.Type"/> name of the serialized object.</param> - <returns> - The type of the object the formatter creates a new instance of. - </returns> - </member> - <member name="M:Newtonsoft.Json.Serialization.DefaultSerializationBinder.BindToName(System.Type,System.String@,System.String@)"> - <summary> - When overridden in a derived class, controls the binding of a serialized object to a type. - </summary> - <param name="serializedType">The type of the object the formatter creates a new instance of.</param> - <param name="assemblyName">Specifies the <see cref="T:System.Reflection.Assembly"/> name of the serialized object. </param> - <param name="typeName">Specifies the <see cref="T:System.Type"/> name of the serialized object. </param> - </member> - <member name="T:Newtonsoft.Json.Serialization.DiagnosticsTraceWriter"> - <summary> - Represents a trace writer that writes to the application's <see cref="T:System.Diagnostics.TraceListener"/> instances. - </summary> - </member> - <member name="P:Newtonsoft.Json.Serialization.DiagnosticsTraceWriter.LevelFilter"> - <summary> - Gets the <see cref="T:System.Diagnostics.TraceLevel"/> that will be used to filter the trace messages passed to the writer. - For example a filter level of <code>Info</code> will exclude <code>Verbose</code> messages and include <code>Info</code>, - <code>Warning</code> and <code>Error</code> messages. - </summary> - <value> - The <see cref="T:System.Diagnostics.TraceLevel"/> that will be used to filter the trace messages passed to the writer. - </value> - </member> - <member name="M:Newtonsoft.Json.Serialization.DiagnosticsTraceWriter.Trace(System.Diagnostics.TraceLevel,System.String,System.Exception)"> - <summary> - Writes the specified trace level, message and optional exception. - </summary> - <param name="level">The <see cref="T:System.Diagnostics.TraceLevel"/> at which to write this trace.</param> - <param name="message">The trace message.</param> - <param name="ex">The trace exception. This parameter is optional.</param> - </member> - <member name="T:Newtonsoft.Json.Serialization.DynamicValueProvider"> - <summary> - Get and set values for a <see cref="T:System.Reflection.MemberInfo"/> using dynamic methods. - </summary> - </member> - <member name="M:Newtonsoft.Json.Serialization.DynamicValueProvider.#ctor(System.Reflection.MemberInfo)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.DynamicValueProvider"/> class. - </summary> - <param name="memberInfo">The member info.</param> - </member> - <member name="M:Newtonsoft.Json.Serialization.DynamicValueProvider.SetValue(System.Object,System.Object)"> - <summary> - Sets the value. - </summary> - <param name="target">The target to set the value on.</param> - <param name="value">The value to set on the target.</param> - </member> - <member name="M:Newtonsoft.Json.Serialization.DynamicValueProvider.GetValue(System.Object)"> - <summary> - Gets the value. - </summary> - <param name="target">The target to get the value from.</param> - <returns>The value.</returns> - </member> - <member name="T:Newtonsoft.Json.Serialization.ErrorContext"> - <summary> - Provides information surrounding an error. - </summary> - </member> - <member name="P:Newtonsoft.Json.Serialization.ErrorContext.Error"> - <summary> - Gets the error. - </summary> - <value>The error.</value> - </member> - <member name="P:Newtonsoft.Json.Serialization.ErrorContext.OriginalObject"> - <summary> - Gets the original object that caused the error. - </summary> - <value>The original object that caused the error.</value> - </member> - <member name="P:Newtonsoft.Json.Serialization.ErrorContext.Member"> - <summary> - Gets the member that caused the error. - </summary> - <value>The member that caused the error.</value> - </member> - <member name="P:Newtonsoft.Json.Serialization.ErrorContext.Path"> - <summary> - Gets the path of the JSON location where the error occurred. - </summary> - <value>The path of the JSON location where the error occurred.</value> - </member> - <member name="P:Newtonsoft.Json.Serialization.ErrorContext.Handled"> - <summary> - Gets or sets a value indicating whether this <see cref="T:Newtonsoft.Json.Serialization.ErrorContext"/> is handled. - </summary> - <value><c>true</c> if handled; otherwise, <c>false</c>.</value> - </member> - <member name="T:Newtonsoft.Json.Serialization.ErrorEventArgs"> - <summary> - Provides data for the Error event. - </summary> - </member> - <member name="P:Newtonsoft.Json.Serialization.ErrorEventArgs.CurrentObject"> - <summary> - Gets the current object the error event is being raised against. - </summary> - <value>The current object the error event is being raised against.</value> - </member> - <member name="P:Newtonsoft.Json.Serialization.ErrorEventArgs.ErrorContext"> - <summary> - Gets the error context. - </summary> - <value>The error context.</value> - </member> - <member name="M:Newtonsoft.Json.Serialization.ErrorEventArgs.#ctor(System.Object,Newtonsoft.Json.Serialization.ErrorContext)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.ErrorEventArgs"/> class. - </summary> - <param name="currentObject">The current object.</param> - <param name="errorContext">The error context.</param> - </member> - <member name="T:Newtonsoft.Json.Serialization.ExpressionValueProvider"> - <summary> - Get and set values for a <see cref="T:System.Reflection.MemberInfo"/> using dynamic methods. - </summary> - </member> - <member name="M:Newtonsoft.Json.Serialization.ExpressionValueProvider.#ctor(System.Reflection.MemberInfo)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.ExpressionValueProvider"/> class. - </summary> - <param name="memberInfo">The member info.</param> - </member> - <member name="M:Newtonsoft.Json.Serialization.ExpressionValueProvider.SetValue(System.Object,System.Object)"> - <summary> - Sets the value. - </summary> - <param name="target">The target to set the value on.</param> - <param name="value">The value to set on the target.</param> - </member> - <member name="M:Newtonsoft.Json.Serialization.ExpressionValueProvider.GetValue(System.Object)"> - <summary> - Gets the value. - </summary> - <param name="target">The target to get the value from.</param> - <returns>The value.</returns> - </member> - <member name="T:Newtonsoft.Json.Serialization.IAttributeProvider"> - <summary> - Provides methods to get attributes. - </summary> - </member> - <member name="M:Newtonsoft.Json.Serialization.IAttributeProvider.GetAttributes(System.Boolean)"> - <summary> - Returns a collection of all of the attributes, or an empty collection if there are no attributes. - </summary> - <param name="inherit">When true, look up the hierarchy chain for the inherited custom attribute.</param> - <returns>A collection of <see cref="T:System.Attribute"/>s, or an empty collection.</returns> - </member> - <member name="M:Newtonsoft.Json.Serialization.IAttributeProvider.GetAttributes(System.Type,System.Boolean)"> - <summary> - Returns a collection of attributes, identified by type, or an empty collection if there are no attributes. - </summary> - <param name="attributeType">The type of the attributes.</param> - <param name="inherit">When true, look up the hierarchy chain for the inherited custom attribute.</param> - <returns>A collection of <see cref="T:System.Attribute"/>s, or an empty collection.</returns> - </member> - <member name="T:Newtonsoft.Json.Serialization.IContractResolver"> - <summary> - Used by <see cref="T:Newtonsoft.Json.JsonSerializer"/> to resolves a <see cref="T:Newtonsoft.Json.Serialization.JsonContract"/> for a given <see cref="T:System.Type"/>. - </summary> - <example> - <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\SerializationTests.cs" region="ReducingSerializedJsonSizeContractResolverObject" title="IContractResolver Class" /> - <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\SerializationTests.cs" region="ReducingSerializedJsonSizeContractResolverExample" title="IContractResolver Example" /> - </example> - </member> - <member name="M:Newtonsoft.Json.Serialization.IContractResolver.ResolveContract(System.Type)"> - <summary> - Resolves the contract for a given type. - </summary> - <param name="type">The type to resolve a contract for.</param> - <returns>The contract for a given type.</returns> - </member> - <member name="T:Newtonsoft.Json.Serialization.IReferenceResolver"> - <summary> - Used to resolve references when serializing and deserializing JSON by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>. - </summary> - </member> - <member name="M:Newtonsoft.Json.Serialization.IReferenceResolver.ResolveReference(System.Object,System.String)"> - <summary> - Resolves a reference to its object. - </summary> - <param name="context">The serialization context.</param> - <param name="reference">The reference to resolve.</param> - <returns>The object that</returns> - </member> - <member name="M:Newtonsoft.Json.Serialization.IReferenceResolver.GetReference(System.Object,System.Object)"> - <summary> - Gets the reference for the sepecified object. - </summary> - <param name="context">The serialization context.</param> - <param name="value">The object to get a reference for.</param> - <returns>The reference to the object.</returns> - </member> - <member name="M:Newtonsoft.Json.Serialization.IReferenceResolver.IsReferenced(System.Object,System.Object)"> - <summary> - Determines whether the specified object is referenced. - </summary> - <param name="context">The serialization context.</param> - <param name="value">The object to test for a reference.</param> - <returns> - <c>true</c> if the specified object is referenced; otherwise, <c>false</c>. - </returns> - </member> - <member name="M:Newtonsoft.Json.Serialization.IReferenceResolver.AddReference(System.Object,System.String,System.Object)"> - <summary> - Adds a reference to the specified object. - </summary> - <param name="context">The serialization context.</param> - <param name="reference">The reference.</param> - <param name="value">The object to reference.</param> - </member> - <member name="T:Newtonsoft.Json.Serialization.ITraceWriter"> - <summary> - Represents a trace writer. - </summary> - </member> - <member name="P:Newtonsoft.Json.Serialization.ITraceWriter.LevelFilter"> - <summary> - Gets the <see cref="T:System.Diagnostics.TraceLevel"/> that will be used to filter the trace messages passed to the writer. - For example a filter level of <code>Info</code> will exclude <code>Verbose</code> messages and include <code>Info</code>, - <code>Warning</code> and <code>Error</code> messages. - </summary> - <value>The <see cref="T:System.Diagnostics.TraceLevel"/> that will be used to filter the trace messages passed to the writer.</value> - </member> - <member name="M:Newtonsoft.Json.Serialization.ITraceWriter.Trace(System.Diagnostics.TraceLevel,System.String,System.Exception)"> - <summary> - Writes the specified trace level, message and optional exception. - </summary> - <param name="level">The <see cref="T:System.Diagnostics.TraceLevel"/> at which to write this trace.</param> - <param name="message">The trace message.</param> - <param name="ex">The trace exception. This parameter is optional.</param> - </member> - <member name="T:Newtonsoft.Json.Serialization.IValueProvider"> - <summary> - Provides methods to get and set values. - </summary> - </member> - <member name="M:Newtonsoft.Json.Serialization.IValueProvider.SetValue(System.Object,System.Object)"> - <summary> - Sets the value. - </summary> - <param name="target">The target to set the value on.</param> - <param name="value">The value to set on the target.</param> - </member> - <member name="M:Newtonsoft.Json.Serialization.IValueProvider.GetValue(System.Object)"> - <summary> - Gets the value. - </summary> - <param name="target">The target to get the value from.</param> - <returns>The value.</returns> - </member> - <member name="T:Newtonsoft.Json.Serialization.JsonArrayContract"> - <summary> - Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>. - </summary> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonArrayContract.CollectionItemType"> - <summary> - Gets the <see cref="T:System.Type"/> of the collection items. - </summary> - <value>The <see cref="T:System.Type"/> of the collection items.</value> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonArrayContract.IsMultidimensionalArray"> - <summary> - Gets a value indicating whether the collection type is a multidimensional array. - </summary> - <value><c>true</c> if the collection type is a multidimensional array; otherwise, <c>false</c>.</value> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonArrayContract.OverrideCreator"> - <summary> - Gets or sets the function used to create the object. When set this function will override <see cref="P:Newtonsoft.Json.Serialization.JsonContract.DefaultCreator"/>. - </summary> - <value>The function used to create the object.</value> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonArrayContract.HasParameterizedCreator"> - <summary> - Gets a value indicating whether the creator has a parameter with the collection values. - </summary> - <value><c>true</c> if the creator has a parameter with the collection values; otherwise, <c>false</c>.</value> - </member> - <member name="M:Newtonsoft.Json.Serialization.JsonArrayContract.#ctor(System.Type)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonArrayContract"/> class. - </summary> - <param name="underlyingType">The underlying type for the contract.</param> - </member> - <member name="T:Newtonsoft.Json.Serialization.JsonContainerContract"> - <summary> - Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>. - </summary> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonContainerContract.ItemConverter"> - <summary> - Gets or sets the default collection items <see cref="T:Newtonsoft.Json.JsonConverter" />. - </summary> - <value>The converter.</value> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonContainerContract.ItemIsReference"> - <summary> - Gets or sets a value indicating whether the collection items preserve object references. - </summary> - <value><c>true</c> if collection items preserve object references; otherwise, <c>false</c>.</value> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonContainerContract.ItemReferenceLoopHandling"> - <summary> - Gets or sets the collection item reference loop handling. - </summary> - <value>The reference loop handling.</value> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonContainerContract.ItemTypeNameHandling"> - <summary> - Gets or sets the collection item type name handling. - </summary> - <value>The type name handling.</value> - </member> - <member name="M:Newtonsoft.Json.Serialization.JsonContainerContract.#ctor(System.Type)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonContainerContract"/> class. - </summary> - <param name="underlyingType">The underlying type for the contract.</param> - </member> - <member name="T:Newtonsoft.Json.Serialization.SerializationCallback"> - <summary> - Handles <see cref="T:Newtonsoft.Json.JsonSerializer"/> serialization callback events. - </summary> - <param name="o">The object that raised the callback event.</param> - <param name="context">The streaming context.</param> - </member> - <member name="T:Newtonsoft.Json.Serialization.SerializationErrorCallback"> - <summary> - Handles <see cref="T:Newtonsoft.Json.JsonSerializer"/> serialization error callback events. - </summary> - <param name="o">The object that raised the callback event.</param> - <param name="context">The streaming context.</param> - <param name="errorContext">The error context.</param> - </member> - <member name="T:Newtonsoft.Json.Serialization.ExtensionDataSetter"> - <summary> - Sets extension data for an object during deserialization. - </summary> - <param name="o">The object to set extension data on.</param> - <param name="key">The extension data key.</param> - <param name="value">The extension data value.</param> - </member> - <member name="T:Newtonsoft.Json.Serialization.ExtensionDataGetter"> - <summary> - Gets extension data for an object during serialization. - </summary> - <param name="o">The object to set extension data on.</param> - </member> - <member name="T:Newtonsoft.Json.Serialization.JsonContract"> - <summary> - Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>. - </summary> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonContract.UnderlyingType"> - <summary> - Gets the underlying type for the contract. - </summary> - <value>The underlying type for the contract.</value> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonContract.CreatedType"> - <summary> - Gets or sets the type created during deserialization. - </summary> - <value>The type created during deserialization.</value> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonContract.IsReference"> - <summary> - Gets or sets whether this type contract is serialized as a reference. - </summary> - <value>Whether this type contract is serialized as a reference.</value> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonContract.Converter"> - <summary> - Gets or sets the default <see cref="T:Newtonsoft.Json.JsonConverter" /> for this contract. - </summary> - <value>The converter.</value> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonContract.OnDeserializedCallbacks"> - <summary> - Gets or sets all methods called immediately after deserialization of the object. - </summary> - <value>The methods called immediately after deserialization of the object.</value> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonContract.OnDeserializingCallbacks"> - <summary> - Gets or sets all methods called during deserialization of the object. - </summary> - <value>The methods called during deserialization of the object.</value> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonContract.OnSerializedCallbacks"> - <summary> - Gets or sets all methods called after serialization of the object graph. - </summary> - <value>The methods called after serialization of the object graph.</value> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonContract.OnSerializingCallbacks"> - <summary> - Gets or sets all methods called before serialization of the object. - </summary> - <value>The methods called before serialization of the object.</value> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonContract.OnErrorCallbacks"> - <summary> - Gets or sets all method called when an error is thrown during the serialization of the object. - </summary> - <value>The methods called when an error is thrown during the serialization of the object.</value> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonContract.OnDeserialized"> - <summary> - Gets or sets the method called immediately after deserialization of the object. - </summary> - <value>The method called immediately after deserialization of the object.</value> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonContract.OnDeserializing"> - <summary> - Gets or sets the method called during deserialization of the object. - </summary> - <value>The method called during deserialization of the object.</value> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonContract.OnSerialized"> - <summary> - Gets or sets the method called after serialization of the object graph. - </summary> - <value>The method called after serialization of the object graph.</value> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonContract.OnSerializing"> - <summary> - Gets or sets the method called before serialization of the object. - </summary> - <value>The method called before serialization of the object.</value> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonContract.OnError"> - <summary> - Gets or sets the method called when an error is thrown during the serialization of the object. - </summary> - <value>The method called when an error is thrown during the serialization of the object.</value> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonContract.DefaultCreator"> - <summary> - Gets or sets the default creator method used to create the object. - </summary> - <value>The default creator method used to create the object.</value> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonContract.DefaultCreatorNonPublic"> - <summary> - Gets or sets a value indicating whether the default creator is non public. - </summary> - <value><c>true</c> if the default object creator is non-public; otherwise, <c>false</c>.</value> - </member> - <member name="T:Newtonsoft.Json.Serialization.JsonDictionaryContract"> - <summary> - Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>. - </summary> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonDictionaryContract.PropertyNameResolver"> - <summary> - Gets or sets the property name resolver. - </summary> - <value>The property name resolver.</value> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonDictionaryContract.DictionaryKeyResolver"> - <summary> - Gets or sets the dictionary key resolver. - </summary> - <value>The dictionary key resolver.</value> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonDictionaryContract.DictionaryKeyType"> - <summary> - Gets the <see cref="T:System.Type"/> of the dictionary keys. - </summary> - <value>The <see cref="T:System.Type"/> of the dictionary keys.</value> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonDictionaryContract.DictionaryValueType"> - <summary> - Gets the <see cref="T:System.Type"/> of the dictionary values. - </summary> - <value>The <see cref="T:System.Type"/> of the dictionary values.</value> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonDictionaryContract.OverrideCreator"> - <summary> - Gets or sets the function used to create the object. When set this function will override <see cref="P:Newtonsoft.Json.Serialization.JsonContract.DefaultCreator"/>. - </summary> - <value>The function used to create the object.</value> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonDictionaryContract.HasParameterizedCreator"> - <summary> - Gets a value indicating whether the creator has a parameter with the dictionary values. - </summary> - <value><c>true</c> if the creator has a parameter with the dictionary values; otherwise, <c>false</c>.</value> - </member> - <member name="M:Newtonsoft.Json.Serialization.JsonDictionaryContract.#ctor(System.Type)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonDictionaryContract"/> class. - </summary> - <param name="underlyingType">The underlying type for the contract.</param> - </member> - <member name="T:Newtonsoft.Json.Serialization.JsonDynamicContract"> - <summary> - Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>. - </summary> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonDynamicContract.Properties"> - <summary> - Gets the object's properties. - </summary> - <value>The object's properties.</value> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonDynamicContract.PropertyNameResolver"> - <summary> - Gets or sets the property name resolver. - </summary> - <value>The property name resolver.</value> - </member> - <member name="M:Newtonsoft.Json.Serialization.JsonDynamicContract.#ctor(System.Type)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonDynamicContract"/> class. - </summary> - <param name="underlyingType">The underlying type for the contract.</param> - </member> - <member name="T:Newtonsoft.Json.Serialization.JsonISerializableContract"> - <summary> - Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>. - </summary> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonISerializableContract.ISerializableCreator"> - <summary> - Gets or sets the ISerializable object constructor. - </summary> - <value>The ISerializable object constructor.</value> - </member> - <member name="M:Newtonsoft.Json.Serialization.JsonISerializableContract.#ctor(System.Type)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonISerializableContract"/> class. - </summary> - <param name="underlyingType">The underlying type for the contract.</param> - </member> - <member name="T:Newtonsoft.Json.Serialization.JsonLinqContract"> - <summary> - Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>. - </summary> - </member> - <member name="M:Newtonsoft.Json.Serialization.JsonLinqContract.#ctor(System.Type)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonLinqContract"/> class. - </summary> - <param name="underlyingType">The underlying type for the contract.</param> - </member> - <member name="T:Newtonsoft.Json.Serialization.JsonObjectContract"> - <summary> - Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>. - </summary> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.MemberSerialization"> - <summary> - Gets or sets the object member serialization. - </summary> - <value>The member object serialization.</value> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.ItemRequired"> - <summary> - Gets or sets a value that indicates whether the object's properties are required. - </summary> - <value> - A value indicating whether the object's properties are required. - </value> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.Properties"> - <summary> - Gets the object's properties. - </summary> - <value>The object's properties.</value> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.ConstructorParameters"> - <summary> - Gets the constructor parameters required for any non-default constructor - </summary> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.CreatorParameters"> - <summary> - Gets a collection of <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> instances that define the parameters used with <see cref="P:Newtonsoft.Json.Serialization.JsonObjectContract.OverrideCreator"/>. - </summary> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.OverrideConstructor"> - <summary> - Gets or sets the override constructor used to create the object. - This is set when a constructor is marked up using the - JsonConstructor attribute. - </summary> - <value>The override constructor.</value> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.ParametrizedConstructor"> - <summary> - Gets or sets the parametrized constructor used to create the object. - </summary> - <value>The parametrized constructor.</value> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.OverrideCreator"> - <summary> - Gets or sets the function used to create the object. When set this function will override <see cref="P:Newtonsoft.Json.Serialization.JsonContract.DefaultCreator"/>. - This function is called with a collection of arguments which are defined by the <see cref="P:Newtonsoft.Json.Serialization.JsonObjectContract.CreatorParameters"/> collection. - </summary> - <value>The function used to create the object.</value> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.ExtensionDataSetter"> - <summary> - Gets or sets the extension data setter. - </summary> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.ExtensionDataGetter"> - <summary> - Gets or sets the extension data getter. - </summary> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.ExtensionDataValueType"> - <summary> - Gets or sets the extension data value type. - </summary> - </member> - <member name="M:Newtonsoft.Json.Serialization.JsonObjectContract.#ctor(System.Type)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonObjectContract"/> class. - </summary> - <param name="underlyingType">The underlying type for the contract.</param> - </member> - <member name="T:Newtonsoft.Json.Serialization.JsonPrimitiveContract"> - <summary> - Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>. - </summary> - </member> - <member name="M:Newtonsoft.Json.Serialization.JsonPrimitiveContract.#ctor(System.Type)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonPrimitiveContract"/> class. - </summary> - <param name="underlyingType">The underlying type for the contract.</param> - </member> - <member name="T:Newtonsoft.Json.Serialization.JsonProperty"> - <summary> - Maps a JSON property to a .NET member or constructor parameter. - </summary> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonProperty.PropertyName"> - <summary> - Gets or sets the name of the property. - </summary> - <value>The name of the property.</value> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonProperty.DeclaringType"> - <summary> - Gets or sets the type that declared this property. - </summary> - <value>The type that declared this property.</value> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonProperty.Order"> - <summary> - Gets or sets the order of serialization of a member. - </summary> - <value>The numeric order of serialization.</value> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonProperty.UnderlyingName"> - <summary> - Gets or sets the name of the underlying member or parameter. - </summary> - <value>The name of the underlying member or parameter.</value> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonProperty.ValueProvider"> - <summary> - Gets the <see cref="T:Newtonsoft.Json.Serialization.IValueProvider"/> that will get and set the <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> during serialization. - </summary> - <value>The <see cref="T:Newtonsoft.Json.Serialization.IValueProvider"/> that will get and set the <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> during serialization.</value> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonProperty.AttributeProvider"> - <summary> - Gets or sets the <see cref="T:Newtonsoft.Json.Serialization.IAttributeProvider"/> for this property. - </summary> - <value>The <see cref="T:Newtonsoft.Json.Serialization.IAttributeProvider"/> for this property.</value> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonProperty.PropertyType"> - <summary> - Gets or sets the type of the property. - </summary> - <value>The type of the property.</value> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonProperty.Converter"> - <summary> - Gets or sets the <see cref="T:Newtonsoft.Json.JsonConverter" /> for the property. - If set this converter takes presidence over the contract converter for the property type. - </summary> - <value>The converter.</value> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonProperty.MemberConverter"> - <summary> - Gets or sets the member converter. - </summary> - <value>The member converter.</value> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonProperty.Ignored"> - <summary> - Gets or sets a value indicating whether this <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> is ignored. - </summary> - <value><c>true</c> if ignored; otherwise, <c>false</c>.</value> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonProperty.Readable"> - <summary> - Gets or sets a value indicating whether this <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> is readable. - </summary> - <value><c>true</c> if readable; otherwise, <c>false</c>.</value> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonProperty.Writable"> - <summary> - Gets or sets a value indicating whether this <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> is writable. - </summary> - <value><c>true</c> if writable; otherwise, <c>false</c>.</value> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonProperty.HasMemberAttribute"> - <summary> - Gets or sets a value indicating whether this <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> has a member attribute. - </summary> - <value><c>true</c> if has a member attribute; otherwise, <c>false</c>.</value> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonProperty.DefaultValue"> - <summary> - Gets the default value. - </summary> - <value>The default value.</value> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonProperty.Required"> - <summary> - Gets or sets a value indicating whether this <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> is required. - </summary> - <value>A value indicating whether this <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> is required.</value> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonProperty.IsReference"> - <summary> - Gets or sets a value indicating whether this property preserves object references. - </summary> - <value> - <c>true</c> if this instance is reference; otherwise, <c>false</c>. - </value> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonProperty.NullValueHandling"> - <summary> - Gets or sets the property null value handling. - </summary> - <value>The null value handling.</value> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonProperty.DefaultValueHandling"> - <summary> - Gets or sets the property default value handling. - </summary> - <value>The default value handling.</value> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonProperty.ReferenceLoopHandling"> - <summary> - Gets or sets the property reference loop handling. - </summary> - <value>The reference loop handling.</value> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonProperty.ObjectCreationHandling"> - <summary> - Gets or sets the property object creation handling. - </summary> - <value>The object creation handling.</value> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonProperty.TypeNameHandling"> - <summary> - Gets or sets or sets the type name handling. - </summary> - <value>The type name handling.</value> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonProperty.ShouldSerialize"> - <summary> - Gets or sets a predicate used to determine whether the property should be serialize. - </summary> - <value>A predicate used to determine whether the property should be serialize.</value> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonProperty.ShouldDeserialize"> - <summary> - Gets or sets a predicate used to determine whether the property should be deserialized. - </summary> - <value>A predicate used to determine whether the property should be deserialized.</value> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonProperty.GetIsSpecified"> - <summary> - Gets or sets a predicate used to determine whether the property should be serialized. - </summary> - <value>A predicate used to determine whether the property should be serialized.</value> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonProperty.SetIsSpecified"> - <summary> - Gets or sets an action used to set whether the property has been deserialized. - </summary> - <value>An action used to set whether the property has been deserialized.</value> - </member> - <member name="M:Newtonsoft.Json.Serialization.JsonProperty.ToString"> - <summary> - Returns a <see cref="T:System.String"/> that represents this instance. - </summary> - <returns> - A <see cref="T:System.String"/> that represents this instance. - </returns> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonProperty.ItemConverter"> - <summary> - Gets or sets the converter used when serializing the property's collection items. - </summary> - <value>The collection's items converter.</value> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonProperty.ItemIsReference"> - <summary> - Gets or sets whether this property's collection items are serialized as a reference. - </summary> - <value>Whether this property's collection items are serialized as a reference.</value> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonProperty.ItemTypeNameHandling"> - <summary> - Gets or sets the the type name handling used when serializing the property's collection items. - </summary> - <value>The collection's items type name handling.</value> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonProperty.ItemReferenceLoopHandling"> - <summary> - Gets or sets the the reference loop handling used when serializing the property's collection items. - </summary> - <value>The collection's items reference loop handling.</value> - </member> - <member name="T:Newtonsoft.Json.Serialization.JsonPropertyCollection"> - <summary> - A collection of <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> objects. - </summary> - </member> - <member name="M:Newtonsoft.Json.Serialization.JsonPropertyCollection.#ctor(System.Type)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonPropertyCollection"/> class. - </summary> - <param name="type">The type.</param> - </member> - <member name="M:Newtonsoft.Json.Serialization.JsonPropertyCollection.GetKeyForItem(Newtonsoft.Json.Serialization.JsonProperty)"> - <summary> - When implemented in a derived class, extracts the key from the specified element. - </summary> - <param name="item">The element from which to extract the key.</param> - <returns>The key for the specified element.</returns> - </member> - <member name="M:Newtonsoft.Json.Serialization.JsonPropertyCollection.AddProperty(Newtonsoft.Json.Serialization.JsonProperty)"> - <summary> - Adds a <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> object. - </summary> - <param name="property">The property to add to the collection.</param> - </member> - <member name="M:Newtonsoft.Json.Serialization.JsonPropertyCollection.GetClosestMatchProperty(System.String)"> - <summary> - Gets the closest matching <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> object. - First attempts to get an exact case match of propertyName and then - a case insensitive match. - </summary> - <param name="propertyName">Name of the property.</param> - <returns>A matching property if found.</returns> - </member> - <member name="M:Newtonsoft.Json.Serialization.JsonPropertyCollection.GetProperty(System.String,System.StringComparison)"> - <summary> - Gets a property by property name. - </summary> - <param name="propertyName">The name of the property to get.</param> - <param name="comparisonType">Type property name string comparison.</param> - <returns>A matching property if found.</returns> - </member> - <member name="T:Newtonsoft.Json.Serialization.JsonStringContract"> - <summary> - Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>. - </summary> - </member> - <member name="M:Newtonsoft.Json.Serialization.JsonStringContract.#ctor(System.Type)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonStringContract"/> class. - </summary> - <param name="underlyingType">The underlying type for the contract.</param> - </member> - <member name="M:Newtonsoft.Json.Serialization.JsonTypeReflector.CreateJsonConverterInstance(System.Type,System.Object[])"> - <summary> - Lookup and create an instance of the JsonConverter type described by the argument. - </summary> - <param name="converterType">The JsonConverter type to create.</param> - <param name="converterArgs">Optional arguments to pass to an initializing constructor of the JsonConverter. - If null, the default constructor is used.</param> - </member> - <member name="M:Newtonsoft.Json.Serialization.JsonTypeReflector.GetJsonConverterCreator(System.Type)"> - <summary> - Create a factory function that can be used to create instances of a JsonConverter described by the - argument type. The returned function can then be used to either invoke the converter's default ctor, or any - parameterized constructors by way of an object array. - </summary> - </member> - <member name="T:Newtonsoft.Json.Serialization.MemoryTraceWriter"> - <summary> - Represents a trace writer that writes to memory. When the trace message limit is - reached then old trace messages will be removed as new messages are added. - </summary> - </member> - <member name="P:Newtonsoft.Json.Serialization.MemoryTraceWriter.LevelFilter"> - <summary> - Gets the <see cref="T:System.Diagnostics.TraceLevel"/> that will be used to filter the trace messages passed to the writer. - For example a filter level of <code>Info</code> will exclude <code>Verbose</code> messages and include <code>Info</code>, - <code>Warning</code> and <code>Error</code> messages. - </summary> - <value> - The <see cref="T:System.Diagnostics.TraceLevel"/> that will be used to filter the trace messages passed to the writer. - </value> - </member> - <member name="M:Newtonsoft.Json.Serialization.MemoryTraceWriter.#ctor"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.MemoryTraceWriter"/> class. - </summary> - </member> - <member name="M:Newtonsoft.Json.Serialization.MemoryTraceWriter.Trace(System.Diagnostics.TraceLevel,System.String,System.Exception)"> - <summary> - Writes the specified trace level, message and optional exception. - </summary> - <param name="level">The <see cref="T:System.Diagnostics.TraceLevel"/> at which to write this trace.</param> - <param name="message">The trace message.</param> - <param name="ex">The trace exception. This parameter is optional.</param> - </member> - <member name="M:Newtonsoft.Json.Serialization.MemoryTraceWriter.GetTraceMessages"> - <summary> - Returns an enumeration of the most recent trace messages. - </summary> - <returns>An enumeration of the most recent trace messages.</returns> - </member> - <member name="M:Newtonsoft.Json.Serialization.MemoryTraceWriter.ToString"> - <summary> - Returns a <see cref="T:System.String"/> of the most recent trace messages. - </summary> - <returns> - A <see cref="T:System.String"/> of the most recent trace messages. - </returns> - </member> - <member name="T:Newtonsoft.Json.Serialization.ObjectConstructor`1"> - <summary> - Represents a method that constructs an object. - </summary> - <typeparam name="T">The object type to create.</typeparam> - </member> - <member name="T:Newtonsoft.Json.Serialization.OnErrorAttribute"> - <summary> - When applied to a method, specifies that the method is called when an error occurs serializing an object. - </summary> - </member> - <member name="T:Newtonsoft.Json.Serialization.ReflectionAttributeProvider"> - <summary> - Provides methods to get attributes from a <see cref="T:System.Type"/>, <see cref="T:System.Reflection.MemberInfo"/>, <see cref="T:System.Reflection.ParameterInfo"/> or <see cref="T:System.Reflection.Assembly"/>. - </summary> - </member> - <member name="M:Newtonsoft.Json.Serialization.ReflectionAttributeProvider.#ctor(System.Object)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.ReflectionAttributeProvider"/> class. - </summary> - <param name="attributeProvider">The instance to get attributes for. This parameter should be a <see cref="T:System.Type"/>, <see cref="T:System.Reflection.MemberInfo"/>, <see cref="T:System.Reflection.ParameterInfo"/> or <see cref="T:System.Reflection.Assembly"/>.</param> - </member> - <member name="M:Newtonsoft.Json.Serialization.ReflectionAttributeProvider.GetAttributes(System.Boolean)"> - <summary> - Returns a collection of all of the attributes, or an empty collection if there are no attributes. - </summary> - <param name="inherit">When true, look up the hierarchy chain for the inherited custom attribute.</param> - <returns>A collection of <see cref="T:System.Attribute"/>s, or an empty collection.</returns> - </member> - <member name="M:Newtonsoft.Json.Serialization.ReflectionAttributeProvider.GetAttributes(System.Type,System.Boolean)"> - <summary> - Returns a collection of attributes, identified by type, or an empty collection if there are no attributes. - </summary> - <param name="attributeType">The type of the attributes.</param> - <param name="inherit">When true, look up the hierarchy chain for the inherited custom attribute.</param> - <returns>A collection of <see cref="T:System.Attribute"/>s, or an empty collection.</returns> - </member> - <member name="T:Newtonsoft.Json.Serialization.ReflectionValueProvider"> - <summary> - Get and set values for a <see cref="T:System.Reflection.MemberInfo"/> using reflection. - </summary> - </member> - <member name="M:Newtonsoft.Json.Serialization.ReflectionValueProvider.#ctor(System.Reflection.MemberInfo)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.ReflectionValueProvider"/> class. - </summary> - <param name="memberInfo">The member info.</param> - </member> - <member name="M:Newtonsoft.Json.Serialization.ReflectionValueProvider.SetValue(System.Object,System.Object)"> - <summary> - Sets the value. - </summary> - <param name="target">The target to set the value on.</param> - <param name="value">The value to set on the target.</param> - </member> - <member name="M:Newtonsoft.Json.Serialization.ReflectionValueProvider.GetValue(System.Object)"> - <summary> - Gets the value. - </summary> - <param name="target">The target to get the value from.</param> - <returns>The value.</returns> - </member> - <member name="T:Newtonsoft.Json.StringEscapeHandling"> - <summary> - Specifies how strings are escaped when writing JSON text. - </summary> - </member> - <member name="F:Newtonsoft.Json.StringEscapeHandling.Default"> - <summary> - Only control characters (e.g. newline) are escaped. - </summary> - </member> - <member name="F:Newtonsoft.Json.StringEscapeHandling.EscapeNonAscii"> - <summary> - All non-ASCII and control characters (e.g. newline) are escaped. - </summary> - </member> - <member name="F:Newtonsoft.Json.StringEscapeHandling.EscapeHtml"> - <summary> - HTML (<, >, &, ', ") and control characters (e.g. newline) are escaped. - </summary> - </member> - <member name="T:Newtonsoft.Json.TypeNameHandling"> - <summary> - Specifies type name handling options for the <see cref="T:Newtonsoft.Json.JsonSerializer"/>. - </summary> - <remarks> - <see cref="T:Newtonsoft.Json.TypeNameHandling"/> should be used with caution when your application deserializes JSON from an external source. - Incoming types should be validated with a custom <see cref="T:System.Runtime.Serialization.SerializationBinder"/> - when deserializing with a value other than <c>TypeNameHandling.None</c>. - </remarks> - </member> - <member name="F:Newtonsoft.Json.TypeNameHandling.None"> - <summary> - Do not include the .NET type name when serializing types. - </summary> - </member> - <member name="F:Newtonsoft.Json.TypeNameHandling.Objects"> - <summary> - Include the .NET type name when serializing into a JSON object structure. - </summary> - </member> - <member name="F:Newtonsoft.Json.TypeNameHandling.Arrays"> - <summary> - Include the .NET type name when serializing into a JSON array structure. - </summary> - </member> - <member name="F:Newtonsoft.Json.TypeNameHandling.All"> - <summary> - Always include the .NET type name when serializing. - </summary> - </member> - <member name="F:Newtonsoft.Json.TypeNameHandling.Auto"> - <summary> - Include the .NET type name when the type of the object being serialized is not the same as its declared type. - </summary> - </member> - <member name="M:Newtonsoft.Json.Utilities.CollectionUtils.IsNullOrEmpty``1(System.Collections.Generic.ICollection{``0})"> - <summary> - Determines whether the collection is null or empty. - </summary> - <param name="collection">The collection.</param> - <returns> - <c>true</c> if the collection is null or empty; otherwise, <c>false</c>. - </returns> - </member> - <member name="M:Newtonsoft.Json.Utilities.CollectionUtils.AddRange``1(System.Collections.Generic.IList{``0},System.Collections.Generic.IEnumerable{``0})"> - <summary> - Adds the elements of the specified collection to the specified generic IList. - </summary> - <param name="initial">The list to add to.</param> - <param name="collection">The collection of elements to add.</param> - </member> - <member name="M:Newtonsoft.Json.Utilities.CollectionUtils.IndexOf``1(System.Collections.Generic.IEnumerable{``0},``0,System.Collections.Generic.IEqualityComparer{``0})"> - <summary> - Returns the index of the first occurrence in a sequence by using a specified IEqualityComparer{TSource}. - </summary> - <typeparam name="TSource">The type of the elements of source.</typeparam> - <param name="list">A sequence in which to locate a value.</param> - <param name="value">The object to locate in the sequence</param> - <param name="comparer">An equality comparer to compare values.</param> - <returns>The zero-based index of the first occurrence of value within the entire sequence, if found; otherwise, –1.</returns> - </member> - <member name="M:Newtonsoft.Json.Utilities.ConvertUtils.ConvertOrCast(System.Object,System.Globalization.CultureInfo,System.Type)"> - <summary> - Converts the value to the specified type. If the value is unable to be converted, the - value is checked whether it assignable to the specified type. - </summary> - <param name="initialValue">The value to convert.</param> - <param name="culture">The culture to use when converting.</param> - <param name="targetType">The type to convert or cast the value to.</param> - <returns> - The converted type. If conversion was unsuccessful, the initial value - is returned if assignable to the target type. - </returns> - </member> - <member name="M:Newtonsoft.Json.Utilities.DynamicProxyMetaObject`1.CallMethodWithResult(System.String,System.Dynamic.DynamicMetaObjectBinder,System.Linq.Expressions.Expression[],Newtonsoft.Json.Utilities.DynamicProxyMetaObject{`0}.Fallback,Newtonsoft.Json.Utilities.DynamicProxyMetaObject{`0}.Fallback)"> - <summary> - Helper method for generating a MetaObject which calls a - specific method on Dynamic that returns a result - </summary> - </member> - <member name="M:Newtonsoft.Json.Utilities.DynamicProxyMetaObject`1.CallMethodReturnLast(System.String,System.Dynamic.DynamicMetaObjectBinder,System.Linq.Expressions.Expression[],Newtonsoft.Json.Utilities.DynamicProxyMetaObject{`0}.Fallback)"> - <summary> - Helper method for generating a MetaObject which calls a - specific method on Dynamic, but uses one of the arguments for - the result. - </summary> - </member> - <member name="M:Newtonsoft.Json.Utilities.DynamicProxyMetaObject`1.CallMethodNoResult(System.String,System.Dynamic.DynamicMetaObjectBinder,System.Linq.Expressions.Expression[],Newtonsoft.Json.Utilities.DynamicProxyMetaObject{`0}.Fallback)"> - <summary> - Helper method for generating a MetaObject which calls a - specific method on Dynamic, but uses one of the arguments for - the result. - </summary> - </member> - <member name="M:Newtonsoft.Json.Utilities.DynamicProxyMetaObject`1.GetRestrictions"> - <summary> - Returns a Restrictions object which includes our current restrictions merged - with a restriction limiting our type - </summary> - </member> - <member name="M:Newtonsoft.Json.Utilities.EnumUtils.GetNamesAndValues``1"> - <summary> - Gets a dictionary of the names and values of an Enum type. - </summary> - <returns></returns> - </member> - <member name="M:Newtonsoft.Json.Utilities.EnumUtils.GetNamesAndValues``1(System.Type)"> - <summary> - Gets a dictionary of the names and values of an Enum type. - </summary> - <param name="enumType">The enum type to get names and values for.</param> - <returns></returns> - </member> - <member name="M:Newtonsoft.Json.Utilities.ReflectionUtils.GetCollectionItemType(System.Type)"> - <summary> - Gets the type of the typed collection's items. - </summary> - <param name="type">The type.</param> - <returns>The type of the typed collection's items.</returns> - </member> - <member name="M:Newtonsoft.Json.Utilities.ReflectionUtils.GetMemberUnderlyingType(System.Reflection.MemberInfo)"> - <summary> - Gets the member's underlying type. - </summary> - <param name="member">The member.</param> - <returns>The underlying type of the member.</returns> - </member> - <member name="M:Newtonsoft.Json.Utilities.ReflectionUtils.IsIndexedProperty(System.Reflection.MemberInfo)"> - <summary> - Determines whether the member is an indexed property. - </summary> - <param name="member">The member.</param> - <returns> - <c>true</c> if the member is an indexed property; otherwise, <c>false</c>. - </returns> - </member> - <member name="M:Newtonsoft.Json.Utilities.ReflectionUtils.IsIndexedProperty(System.Reflection.PropertyInfo)"> - <summary> - Determines whether the property is an indexed property. - </summary> - <param name="property">The property.</param> - <returns> - <c>true</c> if the property is an indexed property; otherwise, <c>false</c>. - </returns> - </member> - <member name="M:Newtonsoft.Json.Utilities.ReflectionUtils.GetMemberValue(System.Reflection.MemberInfo,System.Object)"> - <summary> - Gets the member's value on the object. - </summary> - <param name="member">The member.</param> - <param name="target">The target object.</param> - <returns>The member's value on the object.</returns> - </member> - <member name="M:Newtonsoft.Json.Utilities.ReflectionUtils.SetMemberValue(System.Reflection.MemberInfo,System.Object,System.Object)"> - <summary> - Sets the member's value on the target object. - </summary> - <param name="member">The member.</param> - <param name="target">The target.</param> - <param name="value">The value.</param> - </member> - <member name="M:Newtonsoft.Json.Utilities.ReflectionUtils.CanReadMemberValue(System.Reflection.MemberInfo,System.Boolean)"> - <summary> - Determines whether the specified MemberInfo can be read. - </summary> - <param name="member">The MemberInfo to determine whether can be read.</param> - /// <param name="nonPublic">if set to <c>true</c> then allow the member to be gotten non-publicly.</param> - <returns> - <c>true</c> if the specified MemberInfo can be read; otherwise, <c>false</c>. - </returns> - </member> - <member name="M:Newtonsoft.Json.Utilities.ReflectionUtils.CanSetMemberValue(System.Reflection.MemberInfo,System.Boolean,System.Boolean)"> - <summary> - Determines whether the specified MemberInfo can be set. - </summary> - <param name="member">The MemberInfo to determine whether can be set.</param> - <param name="nonPublic">if set to <c>true</c> then allow the member to be set non-publicly.</param> - <param name="canSetReadOnly">if set to <c>true</c> then allow the member to be set if read-only.</param> - <returns> - <c>true</c> if the specified MemberInfo can be set; otherwise, <c>false</c>. - </returns> - </member> - <member name="T:Newtonsoft.Json.Utilities.StringBuffer"> - <summary> - Builds a string. Unlike StringBuilder this class lets you reuse it's internal buffer. - </summary> - </member> - <member name="M:Newtonsoft.Json.Utilities.StringUtils.IsWhiteSpace(System.String)"> - <summary> - Determines whether the string is all white space. Empty string will return false. - </summary> - <param name="s">The string to test whether it is all white space.</param> - <returns> - <c>true</c> if the string is all white space; otherwise, <c>false</c>. - </returns> - </member> - <member name="M:Newtonsoft.Json.Utilities.StringUtils.NullEmptyString(System.String)"> - <summary> - Nulls an empty string. - </summary> - <param name="s">The string.</param> - <returns>Null if the string was null, otherwise the string unchanged.</returns> - </member> - <member name="T:Newtonsoft.Json.WriteState"> - <summary> - Specifies the state of the <see cref="T:Newtonsoft.Json.JsonWriter"/>. - </summary> - </member> - <member name="F:Newtonsoft.Json.WriteState.Error"> - <summary> - An exception has been thrown, which has left the <see cref="T:Newtonsoft.Json.JsonWriter"/> in an invalid state. - You may call the <see cref="M:Newtonsoft.Json.JsonWriter.Close"/> method to put the <see cref="T:Newtonsoft.Json.JsonWriter"/> in the <c>Closed</c> state. - Any other <see cref="T:Newtonsoft.Json.JsonWriter"/> method calls results in an <see cref="T:System.InvalidOperationException"/> being thrown. - </summary> - </member> - <member name="F:Newtonsoft.Json.WriteState.Closed"> - <summary> - The <see cref="M:Newtonsoft.Json.JsonWriter.Close"/> method has been called. - </summary> - </member> - <member name="F:Newtonsoft.Json.WriteState.Object"> - <summary> - An object is being written. - </summary> - </member> - <member name="F:Newtonsoft.Json.WriteState.Array"> - <summary> - A array is being written. - </summary> - </member> - <member name="F:Newtonsoft.Json.WriteState.Constructor"> - <summary> - A constructor is being written. - </summary> - </member> - <member name="F:Newtonsoft.Json.WriteState.Property"> - <summary> - A property is being written. - </summary> - </member> - <member name="F:Newtonsoft.Json.WriteState.Start"> - <summary> - A write method has not been called. - </summary> - </member> - </members> -</doc> diff --git a/source/ShiftUI Designer/bin/Debug/ShiftOS.exe b/source/ShiftUI Designer/bin/Debug/ShiftOS.exe Binary files differdeleted file mode 100644 index c39801e..0000000 --- a/source/ShiftUI Designer/bin/Debug/ShiftOS.exe +++ /dev/null diff --git a/source/ShiftUI Designer/bin/Debug/ShiftOS.pdb b/source/ShiftUI Designer/bin/Debug/ShiftOS.pdb Binary files differdeleted file mode 100644 index e5ad275..0000000 --- a/source/ShiftUI Designer/bin/Debug/ShiftOS.pdb +++ /dev/null diff --git a/source/ShiftUI Designer/bin/Debug/ShiftUI Designer.exe b/source/ShiftUI Designer/bin/Debug/ShiftUI Designer.exe Binary files differdeleted file mode 100644 index 154a2f8..0000000 --- a/source/ShiftUI Designer/bin/Debug/ShiftUI Designer.exe +++ /dev/null diff --git a/source/ShiftUI Designer/bin/Debug/ShiftUI Designer.exe.config b/source/ShiftUI Designer/bin/Debug/ShiftUI Designer.exe.config deleted file mode 100644 index 88fa402..0000000 --- a/source/ShiftUI Designer/bin/Debug/ShiftUI Designer.exe.config +++ /dev/null @@ -1,6 +0,0 @@ -<?xml version="1.0" encoding="utf-8" ?> -<configuration> - <startup> - <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" /> - </startup> -</configuration>
\ No newline at end of file diff --git a/source/ShiftUI Designer/bin/Debug/ShiftUI Designer.pdb b/source/ShiftUI Designer/bin/Debug/ShiftUI Designer.pdb Binary files differdeleted file mode 100644 index c9df86d..0000000 --- a/source/ShiftUI Designer/bin/Debug/ShiftUI Designer.pdb +++ /dev/null diff --git a/source/ShiftUI Designer/bin/Debug/ShiftUI.dll b/source/ShiftUI Designer/bin/Debug/ShiftUI.dll Binary files differdeleted file mode 100644 index c615cc9..0000000 --- a/source/ShiftUI Designer/bin/Debug/ShiftUI.dll +++ /dev/null diff --git a/source/ShiftUI Designer/bin/Debug/ShiftUI.pdb b/source/ShiftUI Designer/bin/Debug/ShiftUI.pdb Binary files differdeleted file mode 100644 index 1a9be15..0000000 --- a/source/ShiftUI Designer/bin/Debug/ShiftUI.pdb +++ /dev/null diff --git a/source/ShiftUI Designer/bin/Debug/Svg.dll b/source/ShiftUI Designer/bin/Debug/Svg.dll Binary files differdeleted file mode 100644 index b1e4e94..0000000 --- a/source/ShiftUI Designer/bin/Debug/Svg.dll +++ /dev/null diff --git a/source/ShiftUI Designer/bin/Debug/Svg.pdb b/source/ShiftUI Designer/bin/Debug/Svg.pdb Binary files differdeleted file mode 100644 index 0f62c53..0000000 --- a/source/ShiftUI Designer/bin/Debug/Svg.pdb +++ /dev/null diff --git a/source/ShiftUI Designer/bin/Debug/Svg.xml b/source/ShiftUI Designer/bin/Debug/Svg.xml deleted file mode 100644 index f962b00..0000000 --- a/source/ShiftUI Designer/bin/Debug/Svg.xml +++ /dev/null @@ -1,4260 +0,0 @@ -<?xml version="1.0"?> -<doc> - <assembly> - <name>Svg</name> - </assembly> - <members> - <member name="T:Svg.SvgImage"> - <summary> - Represents and SVG image - </summary> - </member> - <member name="M:Svg.SvgImage.#ctor"> - <summary> - Initializes a new instance of the <see cref="T:Svg.SvgImage"/> class. - </summary> - </member> - <member name="P:Svg.SvgImage.Location"> - <summary> - Gets an <see cref="T:Svg.SvgPoint"/> representing the top left point of the rectangle. - </summary> - </member> - <member name="P:Svg.SvgImage.AspectRatio"> - <summary> - Gets or sets the aspect of the viewport. - </summary> - <value></value> - </member> - <member name="P:Svg.SvgImage.Bounds"> - <summary> - Gets the bounds of the element. - </summary> - <value>The bounds.</value> - </member> - <member name="M:Svg.SvgImage.Path(Svg.ISvgRenderer)"> - <summary> - Gets the <see cref="T:System.Drawing.Drawing2D.GraphicsPath"/> for this element. - </summary> - </member> - <member name="M:Svg.SvgImage.Render(Svg.ISvgRenderer)"> - <summary> - Renders the <see cref="T:Svg.SvgElement"/> and contents to the specified <see cref="T:System.Drawing.Graphics"/> object. - </summary> - </member> - <member name="T:Svg.SvgVisualElement"> - <summary> - The class that all SVG elements should derive from when they are to be rendered. - </summary> - </member> - <member name="M:Svg.SvgVisualElement.Path(Svg.ISvgRenderer)"> - <summary> - Gets the <see cref="T:System.Drawing.Drawing2D.GraphicsPath"/> for this element. - </summary> - </member> - <member name="P:Svg.SvgVisualElement.Bounds"> - <summary> - Gets the bounds of the element. - </summary> - <value>The bounds.</value> - </member> - <member name="P:Svg.SvgVisualElement.Clip"> - <summary> - Gets the associated <see cref="T:Svg.SvgClipPath"/> if one has been specified. - </summary> - </member> - <member name="P:Svg.SvgVisualElement.ClipPath"> - <summary> - Gets the associated <see cref="T:Svg.SvgClipPath"/> if one has been specified. - </summary> - </member> - <member name="P:Svg.SvgVisualElement.ClipRule"> - <summary> - Gets or sets the algorithm which is to be used to determine the clipping region. - </summary> - </member> - <member name="P:Svg.SvgVisualElement.Filter"> - <summary> - Gets the associated <see cref="T:Svg.SvgClipPath"/> if one has been specified. - </summary> - </member> - <member name="P:Svg.SvgVisualElement.RequiresSmoothRendering"> - <summary> - Gets or sets a value to determine if anti-aliasing should occur when the element is being rendered. - </summary> - </member> - <member name="M:Svg.SvgVisualElement.#ctor"> - <summary> - Initializes a new instance of the <see cref="!:SvgGraphicsElement"/> class. - </summary> - </member> - <member name="M:Svg.SvgVisualElement.Render(Svg.ISvgRenderer)"> - <summary> - Renders the <see cref="T:Svg.SvgElement"/> and contents to the specified <see cref="T:System.Drawing.Graphics"/> object. - </summary> - <param name="renderer">The <see cref="T:Svg.ISvgRenderer"/> object to render to.</param> - </member> - <member name="M:Svg.SvgVisualElement.RenderFill(Svg.ISvgRenderer)"> - <summary> - Renders the fill of the <see cref="T:Svg.SvgVisualElement"/> to the specified <see cref="T:Svg.ISvgRenderer"/> - </summary> - <param name="renderer">The <see cref="T:Svg.ISvgRenderer"/> object to render to.</param> - </member> - <member name="M:Svg.SvgVisualElement.RenderStroke(Svg.ISvgRenderer)"> - <summary> - Renders the stroke of the <see cref="T:Svg.SvgVisualElement"/> to the specified <see cref="T:Svg.ISvgRenderer"/> - </summary> - <param name="renderer">The <see cref="T:Svg.ISvgRenderer"/> object to render to.</param> - </member> - <member name="M:Svg.SvgVisualElement.SetClip(Svg.ISvgRenderer)"> - <summary> - Sets the clipping region of the specified <see cref="T:Svg.ISvgRenderer"/>. - </summary> - <param name="renderer">The <see cref="T:Svg.ISvgRenderer"/> to have its clipping region set.</param> - </member> - <member name="M:Svg.SvgVisualElement.ResetClip(Svg.ISvgRenderer)"> - <summary> - Resets the clipping region of the specified <see cref="T:Svg.ISvgRenderer"/> back to where it was before the <see cref="M:Svg.SvgVisualElement.SetClip(Svg.ISvgRenderer)"/> method was called. - </summary> - <param name="renderer">The <see cref="T:Svg.ISvgRenderer"/> to have its clipping region reset.</param> - </member> - <member name="M:Svg.SvgVisualElement.Svg#ISvgClipable#SetClip(Svg.ISvgRenderer)"> - <summary> - Sets the clipping region of the specified <see cref="T:Svg.ISvgRenderer"/>. - </summary> - <param name="renderer">The <see cref="T:Svg.ISvgRenderer"/> to have its clipping region set.</param> - </member> - <member name="M:Svg.SvgVisualElement.Svg#ISvgClipable#ResetClip(Svg.ISvgRenderer)"> - <summary> - Resets the clipping region of the specified <see cref="T:Svg.ISvgRenderer"/> back to where it was before the <see cref="M:Svg.SvgVisualElement.SetClip(Svg.ISvgRenderer)"/> method was called. - </summary> - <param name="renderer">The <see cref="T:Svg.ISvgRenderer"/> to have its clipping region reset.</param> - </member> - <member name="P:Svg.SvgVisualElement.Visible"> - <summary> - Gets or sets a value to determine whether the element will be rendered. - </summary> - </member> - <member name="P:Svg.SvgVisualElement.Display"> - <summary> - Gets or sets a value to determine whether the element will be rendered. - Needed to support SVG attribute display="none" - </summary> - </member> - <member name="P:Svg.SvgVisualElement.EnableBackground"> - <summary> - Gets or sets the fill <see cref="T:Svg.SvgPaintServer"/> of this element. - </summary> - </member> - <member name="T:Svg.SvgCircle"> - <summary> - An SVG element to render circles to the document. - </summary> - </member> - <member name="P:Svg.SvgCircle.Center"> - <summary> - Gets the center point of the circle. - </summary> - <value>The center.</value> - </member> - <member name="P:Svg.SvgCircle.Bounds"> - <summary> - Gets the bounds of the circle. - </summary> - <value>The rectangular bounds of the circle.</value> - </member> - <member name="P:Svg.SvgCircle.RequiresSmoothRendering"> - <summary> - Gets a value indicating whether the circle requires anti-aliasing when being rendered. - </summary> - <value> - <c>true</c> if the circle requires anti-aliasing; otherwise, <c>false</c>. - </value> - </member> - <member name="M:Svg.SvgCircle.Path(Svg.ISvgRenderer)"> - <summary> - Gets the <see cref="T:System.Drawing.Drawing2D.GraphicsPath"/> representing this element. - </summary> - </member> - <member name="M:Svg.SvgCircle.Render(Svg.ISvgRenderer)"> - <summary> - Renders the circle to the specified <see cref="T:System.Drawing.Graphics"/> object. - </summary> - <param name="graphics">The graphics object.</param> - </member> - <member name="M:Svg.SvgCircle.#ctor"> - <summary> - Initializes a new instance of the <see cref="T:Svg.SvgCircle"/> class. - </summary> - </member> - <member name="T:Svg.SvgEllipse"> - <summary> - Represents and SVG ellipse element. - </summary> - </member> - <member name="P:Svg.SvgEllipse.RequiresSmoothRendering"> - <summary> - Gets or sets a value to determine if anti-aliasing should occur when the element is being rendered. - </summary> - <value></value> - </member> - <member name="P:Svg.SvgEllipse.Bounds"> - <summary> - Gets the bounds of the element. - </summary> - <value>The bounds.</value> - </member> - <member name="M:Svg.SvgEllipse.Path(Svg.ISvgRenderer)"> - <summary> - Gets the <see cref="T:System.Drawing.Drawing2D.GraphicsPath"/> for this element. - </summary> - <value></value> - </member> - <member name="M:Svg.SvgEllipse.Render(Svg.ISvgRenderer)"> - <summary> - Renders the <see cref="T:Svg.SvgElement"/> and contents to the specified <see cref="T:System.Drawing.Graphics"/> object. - </summary> - <param name="graphics">The <see cref="T:System.Drawing.Graphics"/> object to render to.</param> - </member> - <member name="M:Svg.SvgEllipse.#ctor"> - <summary> - Initializes a new instance of the <see cref="T:Svg.SvgEllipse"/> class. - </summary> - </member> - <member name="T:Svg.SvgLine"> - <summary> - Represents and SVG line element. - </summary> - </member> - <member name="P:Svg.SvgLine.MarkerEnd"> - <summary> - Gets or sets the marker (end cap) of the path. - </summary> - </member> - <member name="P:Svg.SvgLine.MarkerMid"> - <summary> - Gets or sets the marker (start cap) of the path. - </summary> - </member> - <member name="P:Svg.SvgLine.MarkerStart"> - <summary> - Gets or sets the marker (start cap) of the path. - </summary> - </member> - <member name="M:Svg.SvgLine.RenderStroke(Svg.ISvgRenderer)"> - <summary> - Renders the stroke of the <see cref="T:Svg.SvgVisualElement"/> to the specified <see cref="T:Svg.ISvgRenderer"/> - </summary> - <param name="renderer">The <see cref="T:Svg.ISvgRenderer"/> object to render to.</param> - </member> - <member name="T:Svg.SvgPolygon"> - <summary> - SvgPolygon defines a closed shape consisting of a set of connected straight line segments. - </summary> - </member> - <member name="P:Svg.SvgPolygon.Points"> - <summary> - The points that make up the SvgPolygon - </summary> - </member> - <member name="P:Svg.SvgPolygon.MarkerEnd"> - <summary> - Gets or sets the marker (end cap) of the path. - </summary> - </member> - <member name="P:Svg.SvgPolygon.MarkerMid"> - <summary> - Gets or sets the marker (start cap) of the path. - </summary> - </member> - <member name="P:Svg.SvgPolygon.MarkerStart"> - <summary> - Gets or sets the marker (start cap) of the path. - </summary> - </member> - <member name="M:Svg.SvgPolygon.RenderStroke(Svg.ISvgRenderer)"> - <summary> - Renders the stroke of the <see cref="T:Svg.SvgVisualElement"/> to the specified <see cref="T:Svg.ISvgRenderer"/> - </summary> - <param name="renderer">The <see cref="T:Svg.ISvgRenderer"/> object to render to.</param> - </member> - <member name="T:Svg.SvgPolyline"> - <summary> - SvgPolyline defines a set of connected straight line segments. Typically, <see cref="T:Svg.SvgPolyline"/> defines open shapes. - </summary> - </member> - <member name="P:Svg.SvgPolyline.MarkerEnd"> - <summary> - Gets or sets the marker (end cap) of the path. - </summary> - </member> - <member name="P:Svg.SvgPolyline.MarkerMid"> - <summary> - Gets or sets the marker (start cap) of the path. - </summary> - </member> - <member name="P:Svg.SvgPolyline.MarkerStart"> - <summary> - Gets or sets the marker (start cap) of the path. - </summary> - </member> - <member name="M:Svg.SvgPolyline.RenderStroke(Svg.ISvgRenderer)"> - <summary> - Renders the stroke of the <see cref="T:Svg.SvgVisualElement"/> to the specified <see cref="T:Svg.ISvgRenderer"/> - </summary> - <param name="renderer">The <see cref="T:Svg.ISvgRenderer"/> object to render to.</param> - </member> - <member name="T:Svg.ISvgClipable"> - <summary> - Defines the methods and properties that an <see cref="T:Svg.SvgElement"/> must implement to support clipping. - </summary> - </member> - <member name="P:Svg.ISvgClipable.ClipPath"> - <summary> - Gets or sets the ID of the associated <see cref="T:Svg.SvgClipPath"/> if one has been specified. - </summary> - </member> - <member name="P:Svg.ISvgClipable.ClipRule"> - <summary> - Specifies the rule used to define the clipping region when the element is within a <see cref="T:Svg.SvgClipPath"/>. - </summary> - </member> - <member name="M:Svg.ISvgClipable.SetClip(Svg.ISvgRenderer)"> - <summary> - Sets the clipping region of the specified <see cref="T:Svg.ISvgRenderer"/>. - </summary> - <param name="renderer">The <see cref="T:Svg.ISvgRenderer"/> to have its clipping region set.</param> - </member> - <member name="M:Svg.ISvgClipable.ResetClip(Svg.ISvgRenderer)"> - <summary> - Resets the clipping region of the specified <see cref="T:Svg.ISvgRenderer"/> back to where it was before the <see cref="M:Svg.ISvgClipable.SetClip(Svg.ISvgRenderer)"/> method was called. - </summary> - <param name="renderer">The <see cref="T:Svg.ISvgRenderer"/> to have its clipping region reset.</param> - </member> - <member name="T:Svg.SvgClipRule"> - <summary> - Indicates the algorithm which is to be used to determine the clipping region. - </summary> - <remarks> - <para>This rule determines the "insideness" of a point on the canvas by drawing a ray from - that point to infinity in any direction and then examining the places where a segment of the - shape crosses the ray.</para> - </remarks> - </member> - <member name="F:Svg.SvgClipRule.NonZero"> - <summary> - This rule determines the "insideness" of a point on the canvas by drawing a ray from that point to infinity in any direction and then examining the places where a segment of the shape crosses the ray. Starting with a count of zero, add one each time a path segment crosses the ray from left to right and subtract one each time a path segment crosses the ray from right to left. After counting the crossings, if the result is zero then the point is outside the path. Otherwise, it is inside. - </summary> - </member> - <member name="F:Svg.SvgClipRule.EvenOdd"> - <summary> - This rule determines the "insideness" of a point on the canvas by drawing a ray from that point to infinity in any direction and counting the number of path segments from the given shape that the ray crosses. If this number is odd, the point is inside; if even, the point is outside. - </summary> - </member> - <member name="T:Svg.SvgClipPath"> - <summary> - Defines a path that can be used by other <see cref="T:Svg.ISvgClipable"/> elements. - </summary> - </member> - <member name="P:Svg.SvgClipPath.ClipPathUnits"> - <summary> - Specifies the coordinate system for the clipping path. - </summary> - </member> - <member name="M:Svg.SvgClipPath.#ctor"> - <summary> - Initializes a new instance of the <see cref="T:Svg.SvgClipPath"/> class. - </summary> - </member> - <member name="M:Svg.SvgClipPath.GetClipRegion(Svg.SvgVisualElement)"> - <summary> - Gets this <see cref="T:Svg.SvgClipPath"/>'s region to be used as a clipping region. - </summary> - <returns>A new <see cref="T:System.Drawing.Region"/> containing the <see cref="T:System.Drawing.Region"/> to be used for clipping.</returns> - </member> - <member name="M:Svg.SvgClipPath.CombinePaths(System.Drawing.Drawing2D.GraphicsPath,Svg.SvgElement)"> - <summary> - - </summary> - <param name="region"></param> - <param name="element"></param> - </member> - <member name="M:Svg.SvgClipPath.AddElement(Svg.SvgElement,System.Int32)"> - <summary> - Called by the underlying <see cref="T:Svg.SvgElement"/> when an element has been added to the - <see cref="!:Children"/> collection. - </summary> - <param name="child">The <see cref="T:Svg.SvgElement"/> that has been added.</param> - <param name="index">An <see cref="T:System.Int32"/> representing the index where the element was added to the collection.</param> - </member> - <member name="M:Svg.SvgClipPath.RemoveElement(Svg.SvgElement)"> - <summary> - Called by the underlying <see cref="T:Svg.SvgElement"/> when an element has been removed from the - <see cref="P:Svg.SvgElement.Children"/> collection. - </summary> - <param name="child">The <see cref="T:Svg.SvgElement"/> that has been removed.</param> - </member> - <member name="M:Svg.SvgClipPath.Render(Svg.ISvgRenderer)"> - <summary> - Renders the <see cref="T:Svg.SvgElement"/> and contents to the specified <see cref="T:Svg.ISvgRenderer"/> object. - </summary> - <param name="renderer">The <see cref="T:Svg.ISvgRenderer"/> object to render to.</param> - </member> - <member name="T:Svg.SvgPointCollection"> - <summary> - Represents a list of <see cref="!:SvgUnits"/> used with the <see cref="T:Svg.SvgPolyline"/> and <see cref="T:Svg.SvgPolygon"/>. - </summary> - </member> - <member name="T:Svg.SvgPointCollectionConverter"> - <summary> - A class to convert string into <see cref="T:Svg.SvgUnitCollection"/> instances. - </summary> - </member> - <member name="M:Svg.SvgPointCollectionConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)"> - <summary> - Converts the given object to the type of this converter, using the specified context and culture information. - </summary> - <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"/> that provides a format context.</param> - <param name="culture">The <see cref="T:System.Globalization.CultureInfo"/> to use as the current culture.</param> - <param name="value">The <see cref="T:System.Object"/> to convert.</param> - <returns> - An <see cref="T:System.Object"/> that represents the converted value. - </returns> - <exception cref="T:System.NotSupportedException">The conversion cannot be performed. </exception> - </member> - <member name="T:Svg.SvgTextDecoration"> - <summary>This property describes decorations that are added to the text of an element. Conforming SVG Viewers are not required to support the blink value.</summary> - </member> - <member name="F:Svg.SvgTextDecoration.Inherit"> - <summary>The value is inherited from the parent element.</summary> - </member> - <member name="F:Svg.SvgTextDecoration.None"> - <summary>The text is not decorated</summary> - </member> - <member name="F:Svg.SvgTextDecoration.Underline"> - <summary>The text is underlined.</summary> - </member> - <member name="F:Svg.SvgTextDecoration.Overline"> - <summary>The text is overlined.</summary> - </member> - <member name="F:Svg.SvgTextDecoration.LineThrough"> - <summary>The text is struck through.</summary> - </member> - <member name="F:Svg.SvgTextDecoration.Blink"> - <summary>The text will blink.</summary> - </member> - <member name="T:Svg.SvgTextLengthAdjust"> - <summary>Indicates the type of adjustments which the user agent shall make to make the rendered length of the text match the value specified on the ‘textLength’ attribute.</summary> - <remarks> - <para>The user agent is required to achieve correct start and end positions for the text strings, but the locations of intermediate glyphs are not predictable because user agents might employ advanced algorithms to stretch or compress text strings in order to balance correct start and end positioning with optimal typography.</para> - <para>Note that, for a text string that contains n characters, the adjustments to the advance values often occur only for n−1 characters (see description of attribute ‘textLength’), whereas stretching or compressing of the glyphs will be applied to all n characters.</para> - </remarks> - </member> - <member name="F:Svg.SvgTextLengthAdjust.Spacing"> - <summary>Indicates that only the advance values are adjusted. The glyphs themselves are not stretched or compressed.</summary> - </member> - <member name="F:Svg.SvgTextLengthAdjust.SpacingAndGlyphs"> - <summary>Indicates that the advance values are adjusted and the glyphs themselves stretched or compressed in one axis (i.e., a direction parallel to the inline-progression-direction).</summary> - </member> - <member name="T:Svg.SvgTextPathMethod"> - <summary>Indicates the method by which text should be rendered along the path.</summary> - </member> - <member name="F:Svg.SvgTextPathMethod.Align"> - <summary>Indicates that the glyphs should be rendered using simple 2x3 transformations such that there is no stretching/warping of the glyphs. Typically, supplemental rotation, scaling and translation transformations are done for each glyph to be rendered. As a result, with align, fonts where the glyphs are designed to be connected (e.g., cursive fonts), the connections may not align properly when text is rendered along a path.</summary> - </member> - <member name="F:Svg.SvgTextPathMethod.Stretch"> - <summary>Indicates that the glyph outlines will be converted into paths, and then all end points and control points will be adjusted to be along the perpendicular vectors from the path, thereby stretching and possibly warping the glyphs. With this approach, connected glyphs, such as in cursive scripts, will maintain their connections.</summary> - </member> - <member name="T:Svg.SvgTextPathSpacing"> - <summary>Indicates how the user agent should determine the spacing between glyphs that are to be rendered along a path.</summary> - </member> - <member name="F:Svg.SvgTextPathSpacing.Exact"> - <summary>Indicates that the glyphs should be rendered exactly according to the spacing rules as specified in Text on a path layout rules.</summary> - </member> - <member name="F:Svg.SvgTextPathSpacing.Auto"> - <summary>Indicates that the user agent should use text-on-a-path layout algorithms to adjust the spacing between glyphs in order to achieve visually appealing results.</summary> - </member> - <member name="T:Svg.Document_Structure.SvgSymbol"> - <summary> - An element used to group SVG shapes. - </summary> - </member> - <member name="P:Svg.Document_Structure.SvgSymbol.ViewBox"> - <summary> - Gets or sets the viewport of the element. - </summary> - <value></value> - </member> - <member name="P:Svg.Document_Structure.SvgSymbol.AspectRatio"> - <summary> - Gets or sets the aspect of the viewport. - </summary> - <value></value> - </member> - <member name="M:Svg.Document_Structure.SvgSymbol.Path(Svg.ISvgRenderer)"> - <summary> - Gets the <see cref="!:GraphicsPath"/> for this element. - </summary> - <value></value> - </member> - <member name="P:Svg.Document_Structure.SvgSymbol.Bounds"> - <summary> - Gets the bounds of the element. - </summary> - <value>The bounds.</value> - </member> - <member name="M:Svg.Document_Structure.SvgSymbol.PushTransforms(Svg.ISvgRenderer)"> - <summary> - Applies the required transforms to <see cref="T:Svg.ISvgRenderer"/>. - </summary> - <param name="renderer">The <see cref="T:Svg.ISvgRenderer"/> to be transformed.</param> - </member> - <member name="T:Svg.FilterEffects.SvgColourMatrix"> - <summary> - Note: this is not used in calculations to bitmap - used only to allow for svg xml output - </summary> - </member> - <member name="P:Svg.FilterEffects.SvgColourMatrix.Type"> - <summary> - matrix | saturate | hueRotate | luminanceToAlpha - Indicates the type of matrix operation. The keyword 'matrix' indicates that a full 5x4 matrix of values will be provided. The other keywords represent convenience shortcuts to allow commonly used color operations to be performed without specifying a complete matrix. If attribute ‘type’ is not specified, then the effect is as if a value of matrix were specified. - Note: this is not used in calculations to bitmap - used only to allow for svg xml output - </summary> - </member> - <!-- Badly formed XML comment ignored for member "P:Svg.FilterEffects.SvgColourMatrix.Values" --> - <member name="T:Svg.FilterEffects.SvgOffset"> - <summary> - Note: this is not used in calculations to bitmap - used only to allow for svg xml output - </summary> - </member> - <member name="P:Svg.FilterEffects.SvgOffset.Dx"> - <summary> - The amount to offset the input graphic along the x-axis. The offset amount is expressed in the coordinate system established by attribute ‘primitiveUnits’ on the ‘filter’ element. - If the attribute is not specified, then the effect is as if a value of 0 were specified. - Note: this is not used in calculations to bitmap - used only to allow for svg xml output - </summary> - </member> - <member name="P:Svg.FilterEffects.SvgOffset.Dy"> - <summary> - The amount to offset the input graphic along the y-axis. The offset amount is expressed in the coordinate system established by attribute ‘primitiveUnits’ on the ‘filter’ element. - If the attribute is not specified, then the effect is as if a value of 0 were specified. - Note: this is not used in calculations to bitmap - used only to allow for svg xml output - </summary> - </member> - <member name="T:Svg.FilterEffects.SvgFilter"> - <summary> - A filter effect consists of a series of graphics operations that are applied to a given source graphic to produce a modified graphical result. - </summary> - </member> - <member name="P:Svg.FilterEffects.SvgFilter.X"> - <summary> - Gets or sets the position where the left point of the filter. - </summary> - </member> - <member name="P:Svg.FilterEffects.SvgFilter.Y"> - <summary> - Gets or sets the position where the top point of the filter. - </summary> - </member> - <member name="P:Svg.FilterEffects.SvgFilter.Width"> - <summary> - Gets or sets the width of the resulting filter graphic. - </summary> - </member> - <member name="P:Svg.FilterEffects.SvgFilter.Height"> - <summary> - Gets or sets the height of the resulting filter graphic. - </summary> - </member> - <member name="P:Svg.FilterEffects.SvgFilter.ColorInterpolationFilters"> - <summary> - Gets or sets the color-interpolation-filters of the resulting filter graphic. - NOT currently mapped through to bitmap - </summary> - </member> - <member name="M:Svg.FilterEffects.SvgFilter.#ctor"> - <summary> - Initializes a new instance of the <see cref="T:Svg.FilterEffects.SvgFilter"/> class. - </summary> - </member> - <member name="M:Svg.FilterEffects.SvgFilter.Render(Svg.ISvgRenderer)"> - <summary> - Renders the <see cref="T:Svg.SvgElement"/> and contents to the specified <see cref="T:Svg.ISvgRenderer"/> object. - </summary> - <param name="renderer">The <see cref="T:Svg.ISvgRenderer"/> object to render to.</param> - </member> - <member name="M:Svg.FilterEffects.SvgFilter.Clone"> - <summary> - Creates a new object that is a copy of the current instance. - </summary> - <returns> - A new object that is a copy of this instance. - </returns> - </member> - <member name="P:Svg.FilterEffects.SvgGaussianBlur.StdDeviation"> - <summary> - Gets or sets the radius of the blur (only allows for one value - not the two specified in the SVG Spec) - </summary> - </member> - <member name="T:Svg.SvgFallbackPaintServer"> - <summary> - A wrapper for a paint server has a fallback if the primary server doesn't work. - </summary> - </member> - <member name="T:Svg.SvgElement"> - <summary> - The base class of which all SVG elements are derived from. - </summary> - </member> - <member name="P:Svg.SvgElement.IsPathDirty"> - <summary> - Gets or sets a value indicating whether this element's <see cref="!:Path"/> is dirty. - </summary> - <value> - <c>true</c> if the path is dirty; otherwise, <c>false</c>. - </value> - </member> - <member name="P:Svg.SvgElement.Fill"> - <summary> - Gets or sets the fill <see cref="T:Svg.SvgPaintServer"/> of this element. - </summary> - </member> - <member name="P:Svg.SvgElement.Stroke"> - <summary> - Gets or sets the <see cref="T:Svg.SvgPaintServer"/> to be used when rendering a stroke around this element. - </summary> - </member> - <member name="P:Svg.SvgElement.FillOpacity"> - <summary> - Gets or sets the opacity of this element's <see cref="P:Svg.SvgElement.Fill"/>. - </summary> - </member> - <member name="P:Svg.SvgElement.StrokeWidth"> - <summary> - Gets or sets the width of the stroke (if the <see cref="P:Svg.SvgElement.Stroke"/> property has a valid value specified. - </summary> - </member> - <member name="P:Svg.SvgElement.StrokeOpacity"> - <summary> - Gets or sets the opacity of the stroke, if the <see cref="P:Svg.SvgElement.Stroke"/> property has been specified. 1.0 is fully opaque; 0.0 is transparent. - </summary> - </member> - <member name="P:Svg.SvgElement.StopColor"> - <summary> - Gets or sets the colour of the gradient stop. - </summary> - <remarks>Apparently this can be set on non-sensical elements. Don't ask; just check the tests.</remarks> - </member> - <member name="P:Svg.SvgElement.Opacity"> - <summary> - Gets or sets the opacity of the element. 1.0 is fully opaque; 0.0 is transparent. - </summary> - </member> - <member name="P:Svg.SvgElement.FontFamily"> - <summary> - Indicates which font family is to be used to render the text. - </summary> - </member> - <member name="P:Svg.SvgElement.FontSize"> - <summary> - Refers to the size of the font from baseline to baseline when multiple lines of text are set solid in a multiline layout environment. - </summary> - </member> - <member name="P:Svg.SvgElement.FontStyle"> - <summary> - Refers to the style of the font. - </summary> - </member> - <member name="P:Svg.SvgElement.FontVariant"> - <summary> - Refers to the varient of the font. - </summary> - </member> - <member name="P:Svg.SvgElement.TextDecoration"> - <summary> - Refers to the boldness of the font. - </summary> - </member> - <member name="P:Svg.SvgElement.FontWeight"> - <summary> - Refers to the boldness of the font. - </summary> - </member> - <member name="P:Svg.SvgElement.Font"> - <summary> - Set all font information. - </summary> - </member> - <member name="M:Svg.SvgElement.GetFont(Svg.ISvgRenderer)"> - <summary> - Get the font information based on data stored with the text object or inherited from the parent. - </summary> - <returns></returns> - </member> - <member name="P:Svg.SvgElement.ElementName"> - <summary> - Gets the name of the element. - </summary> - </member> - <member name="P:Svg.SvgElement.Color"> - <summary> - Gets or sets the color <see cref="T:Svg.SvgPaintServer"/> of this element which drives the currentColor property. - </summary> - </member> - <member name="F:Svg.SvgElement._content"> - <summary> - Gets or sets the content of the element. - </summary> - </member> - <member name="P:Svg.SvgElement.Events"> - <summary> - Gets an <see cref="T:System.ComponentModel.EventHandlerList"/> of all events belonging to the element. - </summary> - </member> - <member name="E:Svg.SvgElement.Load"> - <summary> - Occurs when the element is loaded. - </summary> - </member> - <member name="P:Svg.SvgElement.Children"> - <summary> - Gets a collection of all child <see cref="!:SvgElements"/>. - </summary> - </member> - <member name="M:Svg.SvgElement.HasChildren"> - <summary> - Gets a value to determine whether the element has children. - </summary> - </member> - <member name="P:Svg.SvgElement.Parent"> - <summary> - Gets the parent <see cref="T:Svg.SvgElement"/>. - </summary> - <value>An <see cref="T:Svg.SvgElement"/> if one exists; otherwise null.</value> - </member> - <member name="P:Svg.SvgElement.OwnerDocument"> - <summary> - Gets the owner <see cref="T:Svg.SvgDocument"/>. - </summary> - </member> - <member name="P:Svg.SvgElement.Attributes"> - <summary> - Gets a collection of element attributes. - </summary> - </member> - <member name="P:Svg.SvgElement.CustomAttributes"> - <summary> - Gets a collection of custom attributes - </summary> - </member> - <member name="M:Svg.SvgElement.PushTransforms(Svg.ISvgRenderer)"> - <summary> - Applies the required transforms to <see cref="T:Svg.ISvgRenderer"/>. - </summary> - <param name="renderer">The <see cref="T:Svg.ISvgRenderer"/> to be transformed.</param> - </member> - <member name="M:Svg.SvgElement.PopTransforms(Svg.ISvgRenderer)"> - <summary> - Removes any previously applied transforms from the specified <see cref="T:Svg.ISvgRenderer"/>. - </summary> - <param name="renderer">The <see cref="T:Svg.ISvgRenderer"/> that should have transforms removed.</param> - </member> - <member name="M:Svg.SvgElement.Svg#ISvgTransformable#PushTransforms(Svg.ISvgRenderer)"> - <summary> - Applies the required transforms to <see cref="T:Svg.ISvgRenderer"/>. - </summary> - <param name="renderer">The <see cref="T:Svg.ISvgRenderer"/> to be transformed.</param> - </member> - <member name="M:Svg.SvgElement.Svg#ISvgTransformable#PopTransforms(Svg.ISvgRenderer)"> - <summary> - Removes any previously applied transforms from the specified <see cref="T:Svg.ISvgRenderer"/>. - </summary> - <param name="renderer">The <see cref="T:Svg.ISvgRenderer"/> that should have transforms removed.</param> - </member> - <member name="P:Svg.SvgElement.Transforms"> - <summary> - Gets or sets the element transforms. - </summary> - <value>The transforms.</value> - </member> - <member name="P:Svg.SvgElement.ID"> - <summary> - Gets or sets the ID of the element. - </summary> - <exception cref="T:Svg.SvgException">The ID is already used within the <see cref="T:Svg.SvgDocument"/>.</exception> - </member> - <member name="P:Svg.SvgElement.SpaceHandling"> - <summary> - Gets or sets the text anchor. - </summary> - <value>The text anchor.</value> - </member> - <member name="M:Svg.SvgElement.ForceUniqueID(System.String)"> - <summary> - Only used by the ID Manager - </summary> - <param name="newID"></param> - </member> - <member name="M:Svg.SvgElement.AddElement(Svg.SvgElement,System.Int32)"> - <summary> - Called by the underlying <see cref="T:Svg.SvgElement"/> when an element has been added to the - <see cref="P:Svg.SvgElement.Children"/> collection. - </summary> - <param name="child">The <see cref="T:Svg.SvgElement"/> that has been added.</param> - <param name="index">An <see cref="T:System.Int32"/> representing the index where the element was added to the collection.</param> - </member> - <member name="E:Svg.SvgElement.ChildAdded"> - <summary> - Fired when an Element was added to the children of this Element - </summary> - </member> - <member name="M:Svg.SvgElement.OnElementAdded(Svg.SvgElement,System.Int32)"> - <summary> - Calls the <see cref="M:Svg.SvgElement.AddElement(Svg.SvgElement,System.Int32)"/> method with the specified parameters. - </summary> - <param name="child">The <see cref="T:Svg.SvgElement"/> that has been added.</param> - <param name="index">An <see cref="T:System.Int32"/> representing the index where the element was added to the collection.</param> - </member> - <member name="M:Svg.SvgElement.RemoveElement(Svg.SvgElement)"> - <summary> - Called by the underlying <see cref="T:Svg.SvgElement"/> when an element has been removed from the - <see cref="P:Svg.SvgElement.Children"/> collection. - </summary> - <param name="child">The <see cref="T:Svg.SvgElement"/> that has been removed.</param> - </member> - <member name="M:Svg.SvgElement.OnElementRemoved(Svg.SvgElement)"> - <summary> - Calls the <see cref="M:Svg.SvgElement.RemoveElement(Svg.SvgElement)"/> method with the specified <see cref="T:Svg.SvgElement"/> as the parameter. - </summary> - <param name="child">The <see cref="T:Svg.SvgElement"/> that has been removed.</param> - </member> - <member name="M:Svg.SvgElement.#ctor"> - <summary> - Initializes a new instance of the <see cref="T:Svg.SvgElement"/> class. - </summary> - </member> - <member name="M:Svg.SvgElement.RenderElement(Svg.ISvgRenderer)"> - <summary> - Renders this element to the <see cref="T:Svg.ISvgRenderer"/>. - </summary> - <param name="renderer">The <see cref="T:Svg.ISvgRenderer"/> that the element should use to render itself.</param> - </member> - <member name="M:Svg.SvgElement.ShouldWriteElement"> - <summary>Derrived classes may decide that the element should not be written. For example, the text element shouldn't be written if it's empty.</summary> - </member> - <member name="M:Svg.SvgElement.Render(Svg.ISvgRenderer)"> - <summary> - Renders the <see cref="T:Svg.SvgElement"/> and contents to the specified <see cref="T:Svg.ISvgRenderer"/> object. - </summary> - <param name="renderer">The <see cref="T:Svg.ISvgRenderer"/> object to render to.</param> - </member> - <member name="M:Svg.SvgElement.RenderChildren(Svg.ISvgRenderer)"> - <summary> - Renders the children of this <see cref="T:Svg.SvgElement"/>. - </summary> - <param name="renderer">The <see cref="T:Svg.ISvgRenderer"/> to render the child <see cref="T:Svg.SvgElement"/>s to.</param> - </member> - <member name="M:Svg.SvgElement.Svg#ISvgElement#Render(Svg.ISvgRenderer)"> - <summary> - Renders the <see cref="T:Svg.SvgElement"/> and contents to the specified <see cref="T:Svg.ISvgRenderer"/> object. - </summary> - <param name="renderer">The <see cref="T:Svg.ISvgRenderer"/> object to render to.</param> - </member> - <member name="M:Svg.SvgElement.AddPaths(Svg.SvgElement,System.Drawing.Drawing2D.GraphicsPath)"> - <summary> - Recursive method to add up the paths of all children - </summary> - <param name="elem"></param> - <param name="path"></param> - </member> - <member name="M:Svg.SvgElement.GetPaths(Svg.SvgElement,Svg.ISvgRenderer)"> - <summary> - Recursive method to add up the paths of all children - </summary> - <param name="elem"></param> - <param name="path"></param> - </member> - <member name="M:Svg.SvgElement.Clone"> - <summary> - Creates a new object that is a copy of the current instance. - </summary> - <returns> - A new object that is a copy of this instance. - </returns> - </member> - <member name="E:Svg.SvgElement.AttributeChanged"> - <summary> - Fired when an Atrribute of this Element has changed - </summary> - </member> - <member name="E:Svg.SvgElement.ContentChanged"> - <summary> - Fired when an Atrribute of this Element has changed - </summary> - </member> - <member name="P:Svg.SvgNodeReader.Value"> - <summary> - Gets the text value of the current node. - </summary> - <value></value> - <returns>The value returned depends on the <see cref="P:System.Xml.XmlTextReader.NodeType"/> of the node. The following table lists node types that have a value to return. All other node types return String.Empty.Node Type Value AttributeThe value of the attribute. CDATAThe content of the CDATA section. CommentThe content of the comment. DocumentTypeThe internal subset. ProcessingInstructionThe entire content, excluding the target. SignificantWhitespaceThe white space within an xml:space= 'preserve' scope. TextThe content of the text node. WhitespaceThe white space between markup. XmlDeclarationThe content of the declaration. </returns> - </member> - <member name="P:Svg.SvgNodeReader.LocalName"> - <summary> - Gets the local name of the current node. - </summary> - <value></value> - <returns>The name of the current node with the prefix removed. For example, LocalName is book for the element <bk:book>.For node types that do not have a name (like Text, Comment, and so on), this property returns String.Empty.</returns> - </member> - <member name="M:Svg.SvgNodeReader.MoveToNextAttribute"> - <summary> - Moves to the next attribute. - </summary> - <returns> - true if there is a next attribute; false if there are no more attributes. - </returns> - </member> - <member name="M:Svg.SvgNodeReader.Read"> - <summary> - Reads the next node from the stream. - </summary> - <returns> - true if the next node was read successfully; false if there are no more nodes to read. - </returns> - <exception cref="T:System.Xml.XmlException">An error occurred while parsing the XML. </exception> - </member> - <member name="M:Svg.SvgNodeReader.ResolveEntity"> - <summary> - Resolves the entity reference for EntityReference nodes. - </summary> - </member> - <member name="T:Svg.DataTypes.SvgMarkerUnits"> - <summary>Defines the coordinate system for attributes ‘markerWidth’, ‘markerHeight’ and the contents of the ‘marker’.</summary> - </member> - <member name="F:Svg.DataTypes.SvgMarkerUnits.StrokeWidth"> - <summary>If markerUnits="strokeWidth", ‘markerWidth’, ‘markerHeight’ and the contents of the ‘marker’ represent values in a coordinate system which has a single unit equal the size in user units of the current stroke width (see the ‘stroke-width’ property) in place for the graphic object referencing the marker.</summary> - </member> - <member name="F:Svg.DataTypes.SvgMarkerUnits.UserSpaceOnUse"> - <summary>If markerUnits="userSpaceOnUse", ‘markerWidth’, ‘markerHeight’ and the contents of the ‘marker’ represent values in the current user coordinate system in place for the graphic object referencing the marker (i.e., the user coordinate system for the element referencing the ‘marker’ element via a ‘marker’, ‘marker-start’, ‘marker-mid’ or ‘marker-end’ property).</summary> - </member> - <member name="T:Svg.DataTypes.SvgColourInterpolation"> - <summary>Specifies the color space for gradient interpolations, color animations and alpha compositing.</summary> - <remarks>When a child element is blended into a background, the value of the ‘color-interpolation’ property on the child determines the type of blending, not the value of the ‘color-interpolation’ on the parent. For gradients which make use of the ‘xlink:href’ attribute to reference another gradient, the gradient uses the ‘color-interpolation’ property value from the gradient element which is directly referenced by the ‘fill’ or ‘stroke’ property. When animating colors, color interpolation is performed according to the value of the ‘color-interpolation’ property on the element being animated.</remarks> - </member> - <member name="F:Svg.DataTypes.SvgColourInterpolation.Auto"> - <summary>Indicates that the user agent can choose either the sRGB or linearRGB spaces for color interpolation. This option indicates that the author doesn't require that color interpolation occur in a particular color space.</summary> - </member> - <member name="F:Svg.DataTypes.SvgColourInterpolation.SRGB"> - <summary>Indicates that color interpolation should occur in the sRGB color space.</summary> - </member> - <member name="F:Svg.DataTypes.SvgColourInterpolation.LinearRGB"> - <summary>Indicates that color interpolation should occur in the linearized RGB color space as described above.</summary> - </member> - <member name="F:Svg.DataTypes.SvgColourInterpolation.Inherit"> - <summary>The value is inherited from the parent element.</summary> - </member> - <member name="T:Svg.SvgFontStyle"> - <summary>This is the descriptor for the style of a font and takes the same values as the 'font-style' property, except that a comma-separated list is permitted.</summary> - </member> - <member name="F:Svg.SvgFontStyle.All"> - <summary>Indicates that the font-face supplies all styles (normal, oblique and italic).</summary> - </member> - <member name="F:Svg.SvgFontStyle.Normal"> - <summary>Specifies a font that is classified as 'normal' in the UA's font database.</summary> - </member> - <member name="F:Svg.SvgFontStyle.Oblique"> - <summary>Specifies a font that is classified as 'oblique' in the UA's font database. Fonts with Oblique, Slanted, or Incline in their names will typically be labeled 'oblique' in the font database. A font that is labeled 'oblique' in the UA's font database may actually have been generated by electronically slanting a normal font.</summary> - </member> - <member name="F:Svg.SvgFontStyle.Italic"> - <summary>Specifies a font that is classified as 'italic' in the UA's font database, or, if that is not available, one labeled 'oblique'. Fonts with Italic, Cursive, or Kursiv in their names will typically be labeled 'italic'</summary> - </member> - <member name="T:Svg.SvgOrient"> - <summary> - Represents an orientation in an Scalable Vector Graphics document. - </summary> - </member> - <member name="P:Svg.SvgOrient.Angle"> - <summary> - Gets the value of the unit. - </summary> - </member> - <member name="P:Svg.SvgOrient.IsAuto"> - <summary> - Gets the value of the unit. - </summary> - </member> - <member name="M:Svg.SvgOrient.Equals(System.Object)"> - <summary> - Indicates whether this instance and a specified object are equal. - </summary> - <param name="obj">Another object to compare to.</param> - <returns> - true if <paramref name="obj"/> and this instance are the same type and represent the same value; otherwise, false. - </returns> - </member> - <member name="M:Svg.SvgOrient.op_Implicit(System.Single)~Svg.SvgOrient"> - <summary> - Performs an implicit conversion from <see cref="T:System.Single"/> to <see cref="T:Svg.SvgOrient"/>. - </summary> - <param name="value">The value.</param> - <returns>The result of the conversion.</returns> - </member> - <member name="T:Svg.ISvgViewPort"> - <summary> - Provides properties and methods to be implemented by view port elements. - </summary> - </member> - <member name="P:Svg.ISvgViewPort.ViewBox"> - <summary> - Gets or sets the viewport of the element. - </summary> - </member> - <member name="T:Svg.SvgAspectRatio"> - <summary> - Description of SvgAspectRatio. - </summary> - </member> - <member name="T:Svg.SvgCoordinateUnits"> - <summary> - Defines the various coordinate units certain SVG elements may use. - </summary> - </member> - <member name="F:Svg.SvgCoordinateUnits.ObjectBoundingBox"> - <summary> - Indicates that the coordinate system of the owner element is to be used. - </summary> - </member> - <member name="F:Svg.SvgCoordinateUnits.UserSpaceOnUse"> - <summary> - Indicates that the coordinate system of the entire document is to be used. - </summary> - </member> - <member name="T:Svg.SvgFontWeight"> - <summary>The weight of a face relative to others in the same font family.</summary> - </member> - <member name="F:Svg.SvgFontWeight.All"> - <summary>All font weights.</summary> - </member> - <member name="F:Svg.SvgFontWeight.Inherit"> - <summary>The value is inherited from the parent element.</summary> - </member> - <member name="F:Svg.SvgFontWeight.Normal"> - <summary>Same as <see cref="F:Svg.SvgFontWeight.W400"/>.</summary> - </member> - <member name="F:Svg.SvgFontWeight.Bold"> - <summary>Same as <see cref="F:Svg.SvgFontWeight.W700"/>.</summary> - </member> - <member name="F:Svg.SvgFontWeight.Bolder"> - <summary>One font weight darker than the parent element.</summary> - </member> - <member name="F:Svg.SvgFontWeight.Lighter"> - <summary>One font weight lighter than the parent element.</summary> - </member> - <member name="F:Svg.SvgFontWeight.W100"> - <summary></summary> - </member> - <member name="F:Svg.SvgFontWeight.W200"> - <summary></summary> - </member> - <member name="F:Svg.SvgFontWeight.W300"> - <summary></summary> - </member> - <member name="F:Svg.SvgFontWeight.W400"> - <summary>Same as <see cref="F:Svg.SvgFontWeight.Normal"/>.</summary> - </member> - <member name="F:Svg.SvgFontWeight.W500"> - <summary></summary> - </member> - <member name="F:Svg.SvgFontWeight.W600"> - <summary></summary> - </member> - <member name="F:Svg.SvgFontWeight.W700"> - <summary>Same as <see cref="F:Svg.SvgFontWeight.Bold"/>.</summary> - </member> - <member name="F:Svg.SvgFontWeight.W800"> - <summary></summary> - </member> - <member name="F:Svg.SvgFontWeight.W900"> - <summary></summary> - </member> - <!-- Badly formed XML comment ignored for member "T:Svg.SvgOverflow" --> - <member name="F:Svg.SvgOverflow.Inherit"> - <summary>The value is inherited from the parent element.</summary> - </member> - <member name="F:Svg.SvgOverflow.Auto"> - <summary>The overflow is rendered - same as "visible".</summary> - </member> - <member name="F:Svg.SvgOverflow.Visible"> - <summary>Overflow is rendered.</summary> - </member> - <member name="F:Svg.SvgOverflow.Hidden"> - <summary>Overflow is not rendered.</summary> - </member> - <member name="F:Svg.SvgOverflow.Scroll"> - <summary>Overflow causes a scrollbar to appear (horizontal, vertical or both).</summary> - </member> - <member name="T:Svg.SvgUnitCollection"> - <summary> - Represents a list of <see cref="!:SvgUnits"/>. - </summary> - </member> - <member name="T:Svg.SvgUnitCollectionConverter"> - <summary> - A class to convert string into <see cref="T:Svg.SvgUnitCollection"/> instances. - </summary> - </member> - <member name="M:Svg.SvgUnitCollectionConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)"> - <summary> - Converts the given object to the type of this converter, using the specified context and culture information. - </summary> - <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"/> that provides a format context.</param> - <param name="culture">The <see cref="T:System.Globalization.CultureInfo"/> to use as the current culture.</param> - <param name="value">The <see cref="T:System.Object"/> to convert.</param> - <returns> - An <see cref="T:System.Object"/> that represents the converted value. - </returns> - <exception cref="T:System.NotSupportedException">The conversion cannot be performed. </exception> - </member> - <member name="T:Svg.SvgViewBox"> - <summary> - It is often desirable to specify that a given set of graphics stretch to fit a particular container element. The viewBox attribute provides this capability. - </summary> - </member> - <member name="P:Svg.SvgViewBox.MinX"> - <summary> - Gets or sets the position where the viewport starts horizontally. - </summary> - </member> - <member name="P:Svg.SvgViewBox.MinY"> - <summary> - Gets or sets the position where the viewport starts vertically. - </summary> - </member> - <member name="P:Svg.SvgViewBox.Width"> - <summary> - Gets or sets the width of the viewport. - </summary> - </member> - <member name="P:Svg.SvgViewBox.Height"> - <summary> - Gets or sets the height of the viewport. - </summary> - </member> - <member name="M:Svg.SvgViewBox.op_Implicit(Svg.SvgViewBox)~System.Drawing.RectangleF"> - <summary> - Performs an implicit conversion from <see cref="T:Svg.SvgViewBox"/> to <see cref="T:System.Drawing.RectangleF"/>. - </summary> - <param name="value">The value.</param> - <returns>The result of the conversion.</returns> - </member> - <member name="M:Svg.SvgViewBox.op_Implicit(System.Drawing.RectangleF)~Svg.SvgViewBox"> - <summary> - Performs an implicit conversion from <see cref="T:System.Drawing.RectangleF"/> to <see cref="T:Svg.SvgViewBox"/>. - </summary> - <param name="value">The value.</param> - <returns>The result of the conversion.</returns> - </member> - <member name="M:Svg.SvgViewBox.#ctor(System.Single,System.Single,System.Single,System.Single)"> - <summary> - Initializes a new instance of the <see cref="T:Svg.SvgViewBox"/> struct. - </summary> - <param name="minX">The min X.</param> - <param name="minY">The min Y.</param> - <param name="width">The width.</param> - <param name="height">The height.</param> - </member> - <member name="M:Svg.SvgViewBoxConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)"> - <summary> - Converts the given object to the type of this converter, using the specified context and culture information. - </summary> - <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"/> that provides a format context.</param> - <param name="culture">The <see cref="T:System.Globalization.CultureInfo"/> to use as the current culture.</param> - <param name="value">The <see cref="T:System.Object"/> to convert.</param> - <returns> - An <see cref="T:System.Object"/> that represents the converted value. - </returns> - <exception cref="T:System.NotSupportedException">The conversion cannot be performed. </exception> - </member> - <member name="T:Svg.SvgSwitch"> - <summary> - The ‘switch’ element evaluates the ‘requiredFeatures’, ‘requiredExtensions’ and ‘systemLanguage’ attributes on its direct child elements in order, and then processes and renders the first child for which these attributes evaluate to true - </summary> - </member> - <member name="M:Svg.SvgSwitch.Path(Svg.ISvgRenderer)"> - <summary> - Gets the <see cref="T:System.Drawing.Drawing2D.GraphicsPath"/> for this element. - </summary> - <value></value> - </member> - <member name="P:Svg.SvgSwitch.Bounds"> - <summary> - Gets the bounds of the element. - </summary> - <value>The bounds.</value> - </member> - <member name="M:Svg.SvgSwitch.Render(Svg.ISvgRenderer)"> - <summary> - Renders the <see cref="T:Svg.SvgElement"/> and contents to the specified <see cref="T:System.Drawing.Graphics"/> object. - </summary> - <param name="renderer">The <see cref="T:System.Drawing.Graphics"/> object to render to.</param> - </member> - <member name="T:Svg.SvgDocumentMetadata"> - <summary> - Represents a list of re-usable SVG components. - </summary> - </member> - <member name="M:Svg.SvgDocumentMetadata.#ctor"> - <summary> - Initializes a new instance of the <see cref="T:Svg.SvgDocumentMetadata"/> class. - </summary> - </member> - <member name="M:Svg.SvgDocumentMetadata.Render(Svg.ISvgRenderer)"> - <summary> - Renders the <see cref="T:Svg.SvgElement"/> and contents to the specified <see cref="T:Svg.ISvgRenderer"/> object. - </summary> - <param name="renderer">The <see cref="T:Svg.ISvgRenderer"/> object to render to.</param> - </member> - <member name="T:Svg.SvgForeignObject"> - <summary> - The ‘foreignObject’ element allows for inclusion of a foreign namespace which has its graphical content drawn by a different user agent - </summary> - </member> - <member name="M:Svg.SvgForeignObject.Path(Svg.ISvgRenderer)"> - <summary> - Gets the <see cref="T:System.Drawing.Drawing2D.GraphicsPath"/> for this element. - </summary> - <value></value> - </member> - <member name="P:Svg.SvgForeignObject.Bounds"> - <summary> - Gets the bounds of the element. - </summary> - <value>The bounds.</value> - </member> - <member name="T:Svg.SvgDeferredPaintServer"> - <summary> - A wrapper for a paint server which isn't defined currently in the parse process, but - should be defined by the time the image needs to render. - </summary> - </member> - <member name="M:Svg.SvgMarker.RenderMarker(Svg.ISvgRenderer,Svg.SvgVisualElement,System.Drawing.PointF,System.Drawing.PointF,System.Drawing.PointF)"> - <summary> - Render this marker using the slope of the given line segment - </summary> - <param name="pRenderer"></param> - <param name="pOwner"></param> - <param name="pMarkerPoint1"></param> - <param name="pMarkerPoint2"></param> - </member> - <member name="M:Svg.SvgMarker.RenderMarker(Svg.ISvgRenderer,Svg.SvgVisualElement,System.Drawing.PointF,System.Drawing.PointF,System.Drawing.PointF,System.Drawing.PointF)"> - <summary> - Render this marker using the average of the slopes of the two given line segments - </summary> - <param name="pRenderer"></param> - <param name="pOwner"></param> - <param name="pMarkerPoint1"></param> - <param name="pMarkerPoint2"></param> - <param name="pMarkerPoint3"></param> - </member> - <member name="M:Svg.SvgMarker.RenderPart2(System.Single,Svg.ISvgRenderer,Svg.SvgVisualElement,System.Drawing.PointF)"> - <summary> - Common code for rendering a marker once the orientation angle has been calculated - </summary> - <param name="fAngle"></param> - <param name="pRenderer"></param> - <param name="pOwner"></param> - <param name="pMarkerPoint"></param> - </member> - <member name="M:Svg.SvgMarker.CreatePen(Svg.SvgVisualElement,Svg.ISvgRenderer)"> - <summary> - Create a pen that can be used to render this marker - </summary> - <param name="pStroke"></param> - <returns></returns> - </member> - <member name="M:Svg.SvgMarker.GetClone(Svg.SvgVisualElement)"> - <summary> - Get a clone of the current path, scaled for the stroke width - </summary> - <returns></returns> - </member> - <member name="M:Svg.SvgMarker.AdjustForViewBoxWidth(System.Single)"> - <summary> - Adjust the given value to account for the width of the viewbox in the viewport - </summary> - <param name="fWidth"></param> - <returns></returns> - </member> - <member name="M:Svg.SvgMarker.AdjustForViewBoxHeight(System.Single)"> - <summary> - Adjust the given value to account for the height of the viewbox in the viewport - </summary> - <param name="fWidth"></param> - <returns></returns> - </member> - <member name="T:Svg.SvgDefinitionList"> - <summary> - Represents a list of re-usable SVG components. - </summary> - </member> - <member name="M:Svg.SvgDefinitionList.#ctor"> - <summary> - Initializes a new instance of the <see cref="T:Svg.SvgDefinitionList"/> class. - </summary> - </member> - <member name="M:Svg.SvgDefinitionList.Render(Svg.ISvgRenderer)"> - <summary> - Renders the <see cref="T:Svg.SvgElement"/> and contents to the specified <see cref="T:Svg.ISvgRenderer"/> object. - </summary> - <param name="renderer">The <see cref="T:Svg.ISvgRenderer"/> object to render to.</param> - </member> - <member name="T:Svg.SvgFragment"> - <summary> - An <see cref="T:Svg.SvgFragment"/> represents an SVG fragment that can be the root element or an embedded fragment of an SVG document. - </summary> - </member> - <member name="F:Svg.SvgFragment.Namespace"> - <summary> - Gets the SVG namespace string. - </summary> - </member> - <member name="P:Svg.SvgFragment.X"> - <summary> - Gets or sets the position where the left point of the svg should start. - </summary> - </member> - <member name="P:Svg.SvgFragment.Y"> - <summary> - Gets or sets the position where the top point of the svg should start. - </summary> - </member> - <member name="P:Svg.SvgFragment.Width"> - <summary> - Gets or sets the width of the fragment. - </summary> - <value>The width.</value> - </member> - <member name="P:Svg.SvgFragment.Height"> - <summary> - Gets or sets the height of the fragment. - </summary> - <value>The height.</value> - </member> - <member name="P:Svg.SvgFragment.ViewBox"> - <summary> - Gets or sets the viewport of the element. - </summary> - <value></value> - </member> - <member name="P:Svg.SvgFragment.AspectRatio"> - <summary> - Gets or sets the aspect of the viewport. - </summary> - <value></value> - </member> - <member name="P:Svg.SvgFragment.FontSize"> - <summary> - Refers to the size of the font from baseline to baseline when multiple lines of text are set solid in a multiline layout environment. - </summary> - </member> - <member name="P:Svg.SvgFragment.FontFamily"> - <summary> - Indicates which font family is to be used to render the text. - </summary> - </member> - <member name="M:Svg.SvgFragment.PushTransforms(Svg.ISvgRenderer)"> - <summary> - Applies the required transforms to <see cref="T:Svg.ISvgRenderer"/>. - </summary> - <param name="renderer">The <see cref="T:Svg.ISvgRenderer"/> to be transformed.</param> - </member> - <member name="P:Svg.SvgFragment.Path"> - <summary> - Gets the <see cref="T:System.Drawing.Drawing2D.GraphicsPath"/> for this element. - </summary> - <value></value> - </member> - <member name="P:Svg.SvgFragment.Bounds"> - <summary> - Gets the bounds of the svg element. - </summary> - <value>The bounds.</value> - </member> - <member name="M:Svg.SvgFragment.#ctor"> - <summary> - Initializes a new instance of the <see cref="T:Svg.SvgFragment"/> class. - </summary> - </member> - <member name="T:Svg.SvgGroup"> - <summary> - An element used to group SVG shapes. - </summary> - </member> - <member name="M:Svg.SvgGroup.Path(Svg.ISvgRenderer)"> - <summary> - Gets the <see cref="T:System.Drawing.Drawing2D.GraphicsPath"/> for this element. - </summary> - <value></value> - </member> - <member name="P:Svg.SvgGroup.Bounds"> - <summary> - Gets the bounds of the element. - </summary> - <value>The bounds.</value> - </member> - <member name="M:Svg.SvgUse.PushTransforms(Svg.ISvgRenderer)"> - <summary> - Applies the required transforms to <see cref="T:Svg.ISvgRenderer"/>. - </summary> - <param name="renderer">The <see cref="T:Svg.ISvgRenderer"/> to be transformed.</param> - </member> - <member name="M:Svg.SvgUse.#ctor"> - <summary> - Initializes a new instance of the <see cref="T:Svg.SvgUse"/> class. - </summary> - </member> - <member name="P:Svg.EnumBaseConverter`1.DefaultValue"> - <summary>If specified, upon conversion, the default value will result in 'null'.</summary> - </member> - <member name="M:Svg.EnumBaseConverter`1.#ctor"> - <summary>Creates a new instance.</summary> - </member> - <member name="M:Svg.EnumBaseConverter`1.#ctor(`0)"> - <summary>Creates a new instance.</summary> - <param name="defaultValue">Specified the default value of the enum.</param> - </member> - <member name="M:Svg.EnumBaseConverter`1.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)"> - <summary>Attempts to convert the provided value to <typeparamref name="T"/>.</summary> - </member> - <member name="M:Svg.EnumBaseConverter`1.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)"> - <summary>Attempts to convert the value to the destination type.</summary> - </member> - <member name="T:Svg.SvgDefaults"> - <summary> - Holds a dictionary of the default values of the SVG specification - </summary> - </member> - <member name="M:Svg.SvgDefaults.IsDefault(System.String,System.String)"> - <summary> - Checks whether the property value is the default value of the svg definition. - </summary> - <param name="attributeName">Name of the svg attribute</param> - <param name="propertyValue">.NET value of the attribute</param> - </member> - <member name="T:Svg.SvgElementAttribute"> - <summary> - Specifies the SVG name of an <see cref="T:Svg.SvgElement"/>. - </summary> - </member> - <member name="P:Svg.SvgElementAttribute.ElementName"> - <summary> - Gets the name of the SVG element. - </summary> - </member> - <member name="M:Svg.SvgElementAttribute.#ctor(System.String)"> - <summary> - Initializes a new instance of the <see cref="T:Svg.SvgElementAttribute"/> class with the specified element name; - </summary> - <param name="elementName">The name of the SVG element.</param> - </member> - <member name="T:Svg.SvgExtentions"> - <summary> - Svg helpers - </summary> - </member> - <member name="T:Svg.SvgRenderer"> - <summary> - Convenience wrapper around a graphics object - </summary> - </member> - <member name="M:Svg.SvgRenderer.#ctor(System.Drawing.Graphics)"> - <summary> - Initializes a new instance of the <see cref="T:Svg.ISvgRenderer"/> class. - </summary> - </member> - <member name="M:Svg.SvgRenderer.FromImage(System.Drawing.Image)"> - <summary> - Creates a new <see cref="T:Svg.ISvgRenderer"/> from the specified <see cref="T:System.Drawing.Image"/>. - </summary> - <param name="image"><see cref="T:System.Drawing.Image"/> from which to create the new <see cref="T:Svg.ISvgRenderer"/>.</param> - </member> - <member name="M:Svg.SvgRenderer.FromGraphics(System.Drawing.Graphics)"> - <summary> - Creates a new <see cref="T:Svg.ISvgRenderer"/> from the specified <see cref="T:System.Drawing.Graphics"/>. - </summary> - <param name="graphics">The <see cref="T:System.Drawing.Graphics"/> to create the renderer from.</param> - </member> - <member name="T:Svg.SvgColourConverter"> - <summary> - Converts string representations of colours into <see cref="T:System.Drawing.Color"/> objects. - </summary> - </member> - <member name="M:Svg.SvgColourConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)"> - <summary> - Converts the given object to the converter's native type. - </summary> - <param name="context">A <see cref="T:System.ComponentModel.TypeDescriptor"/> that provides a format context. You can use this object to get additional information about the environment from which this converter is being invoked.</param> - <param name="culture">A <see cref="T:System.Globalization.CultureInfo"/> that specifies the culture to represent the color.</param> - <param name="value">The object to convert.</param> - <returns> - An <see cref="T:System.Object"/> representing the converted value. - </returns> - <exception cref="T:System.ArgumentException">The conversion cannot be performed.</exception> - <PermissionSet> - <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true"/> - </PermissionSet> - </member> - <member name="M:Svg.SvgColourConverter.Hsl2Rgb(System.Double,System.Double,System.Double)"> - <summary> - Converts HSL color (with HSL specified from 0 to 1) to RGB color. - Taken from http://www.geekymonkey.com/Programming/CSharp/RGB2HSL_HSL2RGB.htm - </summary> - <param name="h"></param> - <param name="sl"></param> - <param name="l"></param> - <returns></returns> - </member> - <member name="T:Svg.SvgGradientSpreadMethod"> - <summary>Indicates what happens if the gradient starts or ends inside the bounds of the target rectangle.</summary> - <remarks> - <para>Possible values are: 'pad', which says to use the terminal colors of the gradient to fill the remainder of the target region, 'reflect', which says to reflect the gradient pattern start-to-end, end-to-start, start-to-end, etc. continuously until the target rectangle is filled, and repeat, which says to repeat the gradient pattern start-to-end, start-to-end, start-to-end, etc. continuously until the target region is filled.</para> - <para>If the attribute is not specified, the effect is as if a value of 'pad' were specified.</para> - </remarks> - </member> - <member name="F:Svg.SvgGradientSpreadMethod.Pad"> - <summary>Use the terminal colors of the gradient to fill the remainder of the target region.</summary> - </member> - <member name="F:Svg.SvgGradientSpreadMethod.Reflect"> - <summary>Reflect the gradient pattern start-to-end, end-to-start, start-to-end, etc. continuously until the target rectangle is filled.</summary> - </member> - <member name="F:Svg.SvgGradientSpreadMethod.Repeat"> - <summary>Repeat the gradient pattern start-to-end, start-to-end, start-to-end, etc. continuously until the target region is filled.</summary> - </member> - <member name="M:Svg.SvgDtdResolver.GetEntity(System.Uri,System.String,System.Type)"> - <summary> - Maps a URI to an object containing the actual resource. - </summary> - <param name="absoluteUri">The URI returned from <see cref="M:System.Xml.XmlResolver.ResolveUri(System.Uri,System.String)"/></param> - <param name="role">The current implementation does not use this parameter when resolving URIs. This is provided for future extensibility purposes. For example, this can be mapped to the xlink:role and used as an implementation specific argument in other scenarios.</param> - <param name="ofObjectToReturn">The type of object to return. The current implementation only returns System.IO.Stream objects.</param> - <returns> - A System.IO.Stream object or null if a type other than stream is specified. - </returns> - <exception cref="T:System.Xml.XmlException"> - <paramref name="ofObjectToReturn"/> is neither null nor a Stream type. </exception> - <exception cref="T:System.UriFormatException">The specified URI is not an absolute URI. </exception> - <exception cref="T:System.NullReferenceException"> - <paramref name="absoluteUri"/> is null. </exception> - <exception cref="T:System.Exception">There is a runtime error (for example, an interrupted server connection). </exception> - </member> - <member name="T:Svg.SvgGradientServer"> - <summary> - Provides the base class for all paint servers that wish to render a gradient. - </summary> - </member> - <member name="M:Svg.SvgGradientServer.#ctor"> - <summary> - Initializes a new instance of the <see cref="T:Svg.SvgGradientServer"/> class. - </summary> - </member> - <member name="M:Svg.SvgGradientServer.AddElement(Svg.SvgElement,System.Int32)"> - <summary> - Called by the underlying <see cref="T:Svg.SvgElement"/> when an element has been added to the - <see cref="!:Children"/> collection. - </summary> - <param name="child">The <see cref="T:Svg.SvgElement"/> that has been added.</param> - <param name="index">An <see cref="T:System.Int32"/> representing the index where the element was added to the collection.</param> - </member> - <member name="M:Svg.SvgGradientServer.RemoveElement(Svg.SvgElement)"> - <summary> - Called by the underlying <see cref="T:Svg.SvgElement"/> when an element has been removed from the - <see cref="!:Children"/> collection. - </summary> - <param name="child">The <see cref="T:Svg.SvgElement"/> that has been removed.</param> - </member> - <member name="P:Svg.SvgGradientServer.Stops"> - <summary> - Gets the ramp of colors to use on a gradient. - </summary> - </member> - <member name="P:Svg.SvgGradientServer.SpreadMethod"> - <summary> - Specifies what happens if the gradient starts or ends inside the bounds of the target rectangle. - </summary> - </member> - <member name="P:Svg.SvgGradientServer.GradientUnits"> - <summary> - Gets or sets the coordinate system of the gradient. - </summary> - </member> - <member name="P:Svg.SvgGradientServer.InheritGradient"> - <summary> - Gets or sets another gradient fill from which to inherit the stops from. - </summary> - </member> - <member name="M:Svg.SvgGradientServer.GetColorBlend(Svg.ISvgRenderer,System.Single,System.Boolean)"> - <summary> - Gets a <see cref="T:System.Drawing.Drawing2D.ColorBlend"/> representing the <see cref="T:Svg.SvgGradientServer"/>'s gradient stops. - </summary> - <param name="owner">The parent <see cref="T:Svg.SvgVisualElement"/>.</param> - <param name="opacity">The opacity of the colour blend.</param> - </member> - <member name="T:Svg.SvgGradientStop"> - <summary> - Represents a colour stop in a gradient. - </summary> - </member> - <member name="P:Svg.SvgGradientStop.Offset"> - <summary> - Gets or sets the offset, i.e. where the stop begins from the beginning, of the gradient stop. - </summary> - </member> - <member name="P:Svg.SvgGradientStop.StopColor"> - <summary> - Gets or sets the colour of the gradient stop. - </summary> - </member> - <member name="P:Svg.SvgGradientStop.Opacity"> - <summary> - Gets or sets the opacity of the gradient stop (0-1). - </summary> - </member> - <member name="M:Svg.SvgGradientStop.#ctor"> - <summary> - Initializes a new instance of the <see cref="T:Svg.SvgGradientStop"/> class. - </summary> - </member> - <member name="M:Svg.SvgGradientStop.#ctor(Svg.SvgUnit,System.Drawing.Color)"> - <summary> - Initializes a new instance of the <see cref="T:Svg.SvgGradientStop"/> class. - </summary> - <param name="offset">The offset.</param> - <param name="colour">The colour.</param> - </member> - <member name="T:Svg.ISvgStylable"> - <summary> - Defines the methods and properties required for an SVG element to be styled. - </summary> - </member> - <member name="F:Svg.SvgColourServer.NotSet"> - <summary> - An unspecified <see cref="T:Svg.SvgPaintServer"/>. - </summary> - </member> - <member name="F:Svg.SvgColourServer.Inherit"> - <summary> - A <see cref="T:Svg.SvgPaintServer"/> that should inherit from its parent. - </summary> - </member> - <!-- Badly formed XML comment ignored for member "M:Svg.SvgLinearGradientServer.LineF.Intersection(Svg.SvgLinearGradientServer.LineF)" --> - <member name="T:Svg.SvgPaintServer"> - <summary> - Represents the base class for all paint servers that are intended to be used as a fill or stroke. - </summary> - </member> - <member name="F:Svg.SvgPaintServer.None"> - <summary> - An unspecified <see cref="T:Svg.SvgPaintServer"/>. - </summary> - </member> - <member name="M:Svg.SvgPaintServer.#ctor"> - <summary> - Initializes a new instance of the <see cref="T:Svg.SvgPaintServer"/> class. - </summary> - </member> - <member name="M:Svg.SvgPaintServer.Render(Svg.ISvgRenderer)"> - <summary> - Renders the <see cref="T:Svg.SvgElement"/> and contents to the specified <see cref="T:Svg.ISvgRenderer"/> object. - </summary> - <param name="renderer">The <see cref="T:Svg.ISvgRenderer"/> object to render to.</param> - </member> - <member name="M:Svg.SvgPaintServer.GetBrush(Svg.SvgVisualElement,Svg.ISvgRenderer,System.Single,System.Boolean)"> - <summary> - Gets a <see cref="T:System.Drawing.Brush"/> representing the current paint server. - </summary> - <param name="styleOwner">The owner <see cref="T:Svg.SvgVisualElement"/>.</param> - <param name="opacity">The opacity of the brush.</param> - </member> - <member name="M:Svg.SvgPaintServer.ToString"> - <summary> - Returns a <see cref="T:System.String"/> that represents the current <see cref="T:System.Object"/>. - </summary> - <returns> - A <see cref="T:System.String"/> that represents the current <see cref="T:System.Object"/>. - </returns> - </member> - <member name="T:Svg.SvgPatternServer"> - <summary> - A pattern is used to fill or stroke an object using a pre-defined graphic object which can be replicated ("tiled") at fixed intervals in x and y to cover the areas to be painted. - </summary> - </member> - <member name="P:Svg.SvgPatternServer.ViewBox"> - <summary> - Specifies a supplemental transformation which is applied on top of any - transformations necessary to create a new pattern coordinate system. - </summary> - </member> - <member name="P:Svg.SvgPatternServer.AspectRatio"> - <summary> - Gets or sets the aspect of the viewport. - </summary> - <value></value> - </member> - <member name="P:Svg.SvgPatternServer.Width"> - <summary> - Gets or sets the width of the pattern. - </summary> - </member> - <member name="P:Svg.SvgPatternServer.PatternUnits"> - <summary> - Gets or sets the width of the pattern. - </summary> - </member> - <member name="P:Svg.SvgPatternServer.PatternContentUnits"> - <summary> - Gets or sets the width of the pattern. - </summary> - </member> - <member name="P:Svg.SvgPatternServer.Height"> - <summary> - Gets or sets the height of the pattern. - </summary> - </member> - <member name="P:Svg.SvgPatternServer.X"> - <summary> - Gets or sets the X-axis location of the pattern. - </summary> - </member> - <member name="P:Svg.SvgPatternServer.Y"> - <summary> - Gets or sets the Y-axis location of the pattern. - </summary> - </member> - <member name="P:Svg.SvgPatternServer.InheritGradient"> - <summary> - Gets or sets another gradient fill from which to inherit the stops from. - </summary> - </member> - <member name="M:Svg.SvgPatternServer.#ctor"> - <summary> - Initializes a new instance of the <see cref="T:Svg.SvgPatternServer"/> class. - </summary> - </member> - <member name="M:Svg.SvgPatternServer.GetBrush(Svg.SvgVisualElement,Svg.ISvgRenderer,System.Single,System.Boolean)"> - <summary> - Gets a <see cref="T:System.Drawing.Brush"/> representing the current paint server. - </summary> - <param name="renderingElement">The owner <see cref="T:Svg.SvgVisualElement"/>.</param> - <param name="opacity">The opacity of the brush.</param> - </member> - <member name="M:Svg.SvgRadialGradientServer.CalcScale(System.Drawing.RectangleF,System.Drawing.Drawing2D.GraphicsPath,System.Drawing.Graphics)"> - <summary> - Determine how much (approximately) the path must be scaled to contain the rectangle - </summary> - <param name="bounds">Bounds that the path must contain</param> - <param name="path">Path of the gradient</param> - <returns>Scale factor</returns> - <remarks> - This method continually transforms the rectangle (fewer points) until it is contained by the path - and returns the result of the search. The scale factor is set to a constant 95% - </remarks> - </member> - <member name="T:Svg.SvgStrokeLineCap"> - <summary>Specifies the shape to be used at the end of open subpaths when they are stroked.</summary> - </member> - <member name="F:Svg.SvgStrokeLineCap.Inherit"> - <summary>The value is inherited from the parent element.</summary> - </member> - <member name="F:Svg.SvgStrokeLineCap.Butt"> - <summary>The ends of the subpaths are square but do not extend past the end of the subpath.</summary> - </member> - <member name="F:Svg.SvgStrokeLineCap.Round"> - <summary>The ends of the subpaths are rounded.</summary> - </member> - <member name="F:Svg.SvgStrokeLineCap.Square"> - <summary>The ends of the subpaths are square.</summary> - </member> - <member name="T:Svg.SvgStrokeLineJoin"> - <summary>Specifies the shape to be used at the corners of paths or basic shapes when they are stroked.</summary> - </member> - <member name="F:Svg.SvgStrokeLineJoin.Inherit"> - <summary>The value is inherited from the parent element.</summary> - </member> - <member name="F:Svg.SvgStrokeLineJoin.Miter"> - <summary>The corners of the paths are joined sharply.</summary> - </member> - <member name="F:Svg.SvgStrokeLineJoin.Round"> - <summary>The corners of the paths are rounded off.</summary> - </member> - <member name="F:Svg.SvgStrokeLineJoin.Bevel"> - <summary>The corners of the paths are "flattened".</summary> - </member> - <member name="T:Svg.SvgPath"> - <summary> - Represents an SVG path element. - </summary> - </member> - <member name="P:Svg.SvgPath.PathData"> - <summary> - Gets or sets a <see cref="T:Svg.Pathing.SvgPathSegmentList"/> of path data. - </summary> - </member> - <member name="P:Svg.SvgPath.PathLength"> - <summary> - Gets or sets the length of the path. - </summary> - </member> - <member name="P:Svg.SvgPath.MarkerEnd"> - <summary> - Gets or sets the marker (end cap) of the path. - </summary> - </member> - <member name="P:Svg.SvgPath.MarkerMid"> - <summary> - Gets or sets the marker (start cap) of the path. - </summary> - </member> - <member name="P:Svg.SvgPath.MarkerStart"> - <summary> - Gets or sets the marker (start cap) of the path. - </summary> - </member> - <member name="M:Svg.SvgPath.Path(Svg.ISvgRenderer)"> - <summary> - Gets the <see cref="T:System.Drawing.Drawing2D.GraphicsPath"/> for this element. - </summary> - </member> - <member name="P:Svg.SvgPath.RequiresSmoothRendering"> - <summary> - Gets or sets a value to determine if anti-aliasing should occur when the element is being rendered. - </summary> - </member> - <member name="P:Svg.SvgPath.Bounds"> - <summary> - Gets the bounds of the element. - </summary> - <value>The bounds.</value> - </member> - <member name="M:Svg.SvgPath.#ctor"> - <summary> - Initializes a new instance of the <see cref="T:Svg.SvgPath"/> class. - </summary> - </member> - <member name="M:Svg.SvgPath.RenderStroke(Svg.ISvgRenderer)"> - <summary> - Renders the stroke of the <see cref="T:Svg.SvgVisualElement"/> to the specified <see cref="T:Svg.ISvgRenderer"/> - </summary> - <param name="renderer">The <see cref="T:Svg.ISvgRenderer"/> object to render to.</param> - </member> - <member name="T:Svg.SvgRectangle"> - <summary> - Represents an SVG rectangle that could also have rounded edges. - </summary> - </member> - <member name="M:Svg.SvgRectangle.#ctor"> - <summary> - Initializes a new instance of the <see cref="T:Svg.SvgRectangle"/> class. - </summary> - </member> - <member name="P:Svg.SvgRectangle.Location"> - <summary> - Gets an <see cref="T:Svg.SvgPoint"/> representing the top left point of the rectangle. - </summary> - </member> - <member name="P:Svg.SvgRectangle.X"> - <summary> - Gets or sets the position where the left point of the rectangle should start. - </summary> - </member> - <member name="P:Svg.SvgRectangle.Y"> - <summary> - Gets or sets the position where the top point of the rectangle should start. - </summary> - </member> - <member name="P:Svg.SvgRectangle.Width"> - <summary> - Gets or sets the width of the rectangle. - </summary> - </member> - <member name="P:Svg.SvgRectangle.Height"> - <summary> - Gets or sets the height of the rectangle. - </summary> - </member> - <member name="P:Svg.SvgRectangle.CornerRadiusX"> - <summary> - Gets or sets the X-radius of the rounded edges of this rectangle. - </summary> - </member> - <member name="P:Svg.SvgRectangle.CornerRadiusY"> - <summary> - Gets or sets the Y-radius of the rounded edges of this rectangle. - </summary> - </member> - <member name="P:Svg.SvgRectangle.RequiresSmoothRendering"> - <summary> - Gets or sets a value to determine if anti-aliasing should occur when the element is being rendered. - </summary> - </member> - <member name="P:Svg.SvgRectangle.Bounds"> - <summary> - Gets the bounds of the element. - </summary> - <value>The bounds.</value> - </member> - <member name="M:Svg.SvgRectangle.Path(Svg.ISvgRenderer)"> - <summary> - Gets the <see cref="T:System.Drawing.Drawing2D.GraphicsPath"/> for this element. - </summary> - </member> - <member name="M:Svg.SvgRectangle.Render(Svg.ISvgRenderer)"> - <summary> - Renders the <see cref="T:Svg.SvgElement"/> and contents to the specified <see cref="T:System.Drawing.Graphics"/> object. - </summary> - </member> - <member name="T:Svg.SvgDocument"> - <summary> - The class used to create and load SVG documents. - </summary> - </member> - <member name="M:Svg.SvgDocument.#ctor"> - <summary> - Initializes a new instance of the <see cref="T:Svg.SvgDocument"/> class. - </summary> - </member> - <member name="P:Svg.SvgDocument.IdManager"> - <summary> - Gets an <see cref="T:Svg.SvgElementIdManager"/> for this document. - </summary> - </member> - <member name="M:Svg.SvgDocument.OverwriteIdManager(Svg.SvgElementIdManager)"> - <summary> - Overwrites the current IdManager with a custom implementation. - Be careful with this: If elements have been inserted into the document before, - you have to take care that the new IdManager also knows of them. - </summary> - <param name="manager"></param> - </member> - <member name="P:Svg.SvgDocument.Ppi"> - <summary> - Gets or sets the Pixels Per Inch of the rendered image. - </summary> - </member> - <member name="P:Svg.SvgDocument.ExternalCSSHref"> - <summary> - Gets or sets an external Cascading Style Sheet (CSS) - </summary> - </member> - <member name="M:Svg.SvgDocument.GetElementById(System.String)"> - <summary> - Retrieves the <see cref="T:Svg.SvgElement"/> with the specified ID. - </summary> - <param name="id">A <see cref="T:System.String"/> containing the ID of the element to find.</param> - <returns>An <see cref="T:Svg.SvgElement"/> of one exists with the specified ID; otherwise false.</returns> - </member> - <member name="M:Svg.SvgDocument.GetElementById``1(System.String)"> - <summary> - Retrieves the <see cref="T:Svg.SvgElement"/> with the specified ID. - </summary> - <param name="id">A <see cref="T:System.String"/> containing the ID of the element to find.</param> - <returns>An <see cref="T:Svg.SvgElement"/> of one exists with the specified ID; otherwise false.</returns> - </member> - <member name="M:Svg.SvgDocument.Open(System.String)"> - <summary> - Opens the document at the specified path and loads the SVG contents. - </summary> - <param name="path">A <see cref="T:System.String"/> containing the path of the file to open.</param> - <returns>An <see cref="T:Svg.SvgDocument"/> with the contents loaded.</returns> - <exception cref="T:System.IO.FileNotFoundException">The document at the specified <paramref name="path"/> cannot be found.</exception> - </member> - <member name="M:Svg.SvgDocument.Open``1(System.String)"> - <summary> - Opens the document at the specified path and loads the SVG contents. - </summary> - <param name="path">A <see cref="T:System.String"/> containing the path of the file to open.</param> - <returns>An <see cref="T:Svg.SvgDocument"/> with the contents loaded.</returns> - <exception cref="T:System.IO.FileNotFoundException">The document at the specified <paramref name="path"/> cannot be found.</exception> - </member> - <member name="M:Svg.SvgDocument.Open``1(System.String,System.Collections.Generic.Dictionary{System.String,System.String})"> - <summary> - Opens the document at the specified path and loads the SVG contents. - </summary> - <param name="path">A <see cref="T:System.String"/> containing the path of the file to open.</param> - <param name="entities">A dictionary of custom entity definitions to be used when resolving XML entities within the document.</param> - <returns>An <see cref="T:Svg.SvgDocument"/> with the contents loaded.</returns> - <exception cref="T:System.IO.FileNotFoundException">The document at the specified <paramref name="path"/> cannot be found.</exception> - </member> - <member name="M:Svg.SvgDocument.Open``1(System.IO.Stream)"> - <summary> - Attempts to open an SVG document from the specified <see cref="T:System.IO.Stream"/>. - </summary> - <param name="stream">The <see cref="T:System.IO.Stream"/> containing the SVG document to open.</param> - </member> - <member name="M:Svg.SvgDocument.FromSvg``1(System.String)"> - <summary> - Attempts to create an SVG document from the specified string data. - </summary> - <param name="svg">The SVG data.</param> - </member> - <member name="M:Svg.SvgDocument.Open``1(System.IO.Stream,System.Collections.Generic.Dictionary{System.String,System.String})"> - <summary> - Opens an SVG document from the specified <see cref="T:System.IO.Stream"/> and adds the specified entities. - </summary> - <param name="stream">The <see cref="T:System.IO.Stream"/> containing the SVG document to open.</param> - <param name="entities">Custom entity definitions.</param> - <exception cref="T:System.ArgumentNullException">The <paramref name="stream"/> parameter cannot be <c>null</c>.</exception> - </member> - <member name="M:Svg.SvgDocument.Open(System.Xml.XmlDocument)"> - <summary> - Opens an SVG document from the specified <see cref="T:System.Xml.XmlDocument"/>. - </summary> - <param name="document">The <see cref="T:System.Xml.XmlDocument"/> containing the SVG document XML.</param> - <exception cref="T:System.ArgumentNullException">The <paramref name="document"/> parameter cannot be <c>null</c>.</exception> - </member> - <member name="M:Svg.SvgDocument.Draw(Svg.ISvgRenderer)"> - <summary> - Renders the <see cref="T:Svg.SvgDocument"/> to the specified <see cref="T:Svg.ISvgRenderer"/>. - </summary> - <param name="renderer">The <see cref="T:Svg.ISvgRenderer"/> to render the document with.</param> - <exception cref="T:System.ArgumentNullException">The <paramref name="renderer"/> parameter cannot be <c>null</c>.</exception> - </member> - <member name="M:Svg.SvgDocument.Draw(System.Drawing.Graphics)"> - <summary> - Renders the <see cref="T:Svg.SvgDocument"/> to the specified <see cref="T:System.Drawing.Graphics"/>. - </summary> - <param name="graphics">The <see cref="T:System.Drawing.Graphics"/> to be rendered to.</param> - <exception cref="T:System.ArgumentNullException">The <paramref name="graphics"/> parameter cannot be <c>null</c>.</exception> - </member> - <member name="M:Svg.SvgDocument.Draw"> - <summary> - Renders the <see cref="T:Svg.SvgDocument"/> and returns the image as a <see cref="T:System.Drawing.Bitmap"/>. - </summary> - <returns>A <see cref="T:System.Drawing.Bitmap"/> containing the rendered document.</returns> - </member> - <member name="M:Svg.SvgDocument.Draw(System.Drawing.Bitmap)"> - <summary> - Renders the <see cref="T:Svg.SvgDocument"/> into a given Bitmap <see cref="T:System.Drawing.Bitmap"/>. - </summary> - </member> - <member name="M:Svg.SvgDocument.Draw(System.Int32,System.Int32)"> - <summary> - Renders the <see cref="T:Svg.SvgDocument"/> in given size and returns the image as a <see cref="T:System.Drawing.Bitmap"/>. - </summary> - <returns>A <see cref="T:System.Drawing.Bitmap"/> containing the rendered document.</returns> - </member> - <member name="M:Svg.SvgDocument.RasterizeDimensions(System.Drawing.SizeF@,System.Int32,System.Int32)"> - <summary> - If both or one of raster height and width is not given (0), calculate that missing value from original SVG size - while keeping original SVG size ratio - </summary> - <param name="size"></param> - <param name="rasterWidth"></param> - <param name="rasterHeight"></param> - </member> - <member name="T:Svg.SvgAttributeAttribute"> - <summary> - Specifies the SVG attribute name of the associated property. - </summary> - </member> - <member name="F:Svg.SvgAttributeAttribute.SvgNamespace"> - <summary> - Gets a <see cref="T:System.String"/> containing the XLink namespace (http://www.w3.org/1999/xlink). - </summary> - </member> - <member name="M:Svg.SvgAttributeAttribute.Match(System.Object)"> - <summary> - When overridden in a derived class, returns a value that indicates whether this instance equals a specified object. - </summary> - <param name="obj">An <see cref="T:System.Object"/> to compare with this instance of <see cref="T:System.Attribute"/>.</param> - <returns> - true if this instance equals <paramref name="obj"/>; otherwise, false. - </returns> - </member> - <member name="P:Svg.SvgAttributeAttribute.NamespaceAndName"> - <summary> - Gets the name of the SVG attribute. - </summary> - </member> - <member name="P:Svg.SvgAttributeAttribute.Name"> - <summary> - Gets the name of the SVG attribute. - </summary> - </member> - <member name="P:Svg.SvgAttributeAttribute.NameSpace"> - <summary> - Gets the namespace of the SVG attribute. - </summary> - </member> - <member name="M:Svg.SvgAttributeAttribute.#ctor"> - <summary> - Initializes a new instance of the <see cref="T:Svg.SvgAttributeAttribute"/> class. - </summary> - </member> - <member name="M:Svg.SvgAttributeAttribute.#ctor(System.String)"> - <summary> - Initializes a new instance of the <see cref="T:Svg.SvgAttributeAttribute"/> class with the specified attribute name. - </summary> - <param name="name">The name of the SVG attribute.</param> - </member> - <member name="M:Svg.SvgAttributeAttribute.#ctor(System.String,System.String)"> - <summary> - Initializes a new instance of the <see cref="T:Svg.SvgAttributeAttribute"/> class with the specified SVG attribute name and namespace. - </summary> - <param name="name">The name of the SVG attribute.</param> - <param name="nameSpace">The namespace of the SVG attribute (e.g. http://www.w3.org/2000/svg).</param> - </member> - <member name="T:Svg.SvgAttributeCollection"> - <summary> - A collection of Scalable Vector Attributes that can be inherited from the owner elements ancestors. - </summary> - </member> - <member name="M:Svg.SvgAttributeCollection.#ctor(Svg.SvgElement)"> - <summary> - Initialises a new instance of a <see cref="T:Svg.SvgAttributeCollection"/> with the given <see cref="T:Svg.SvgElement"/> as the owner. - </summary> - <param name="owner">The <see cref="T:Svg.SvgElement"/> owner of the collection.</param> - </member> - <member name="M:Svg.SvgAttributeCollection.GetAttribute``1(System.String)"> - <summary> - Gets the attribute with the specified name. - </summary> - <typeparam name="TAttributeType">The type of the attribute value.</typeparam> - <param name="attributeName">A <see cref="T:System.String"/> containing the name of the attribute.</param> - <returns>The attribute value if available; otherwise the default value of <typeparamref name="TAttributeType"/>.</returns> - </member> - <member name="M:Svg.SvgAttributeCollection.GetAttribute``1(System.String,``0)"> - <summary> - Gets the attribute with the specified name. - </summary> - <typeparam name="T">The type of the attribute value.</typeparam> - <param name="attributeName">A <see cref="T:System.String"/> containing the name of the attribute.</param> - <param name="defaultValue">The value to return if a value hasn't already been specified.</param> - <returns>The attribute value if available; otherwise the default value of <typeparamref name="T"/>.</returns> - </member> - <member name="M:Svg.SvgAttributeCollection.GetInheritedAttribute``1(System.String)"> - <summary> - Gets the attribute with the specified name and inherits from ancestors if there is no attribute set. - </summary> - <typeparam name="TAttributeType">The type of the attribute value.</typeparam> - <param name="attributeName">A <see cref="T:System.String"/> containing the name of the attribute.</param> - <returns>The attribute value if available; otherwise the ancestors value for the same attribute; otherwise the default value of <typeparamref name="TAttributeType"/>.</returns> - </member> - <member name="P:Svg.SvgAttributeCollection.Item(System.String)"> - <summary> - Gets the attribute with the specified name. - </summary> - <param name="attributeName">A <see cref="T:System.String"/> containing the attribute name.</param> - <returns>The attribute value associated with the specified name; If there is no attribute the parent's value will be inherited.</returns> - </member> - <member name="E:Svg.SvgAttributeCollection.AttributeChanged"> - <summary> - Fired when an Atrribute has changed - </summary> - </member> - <member name="T:Svg.SvgCustomAttributeCollection"> - <summary> - A collection of Custom Attributes - </summary> - </member> - <member name="M:Svg.SvgCustomAttributeCollection.#ctor(Svg.SvgElement)"> - <summary> - Initialises a new instance of a <see cref="T:Svg.SvgAttributeCollection"/> with the given <see cref="T:Svg.SvgElement"/> as the owner. - </summary> - <param name="owner">The <see cref="T:Svg.SvgElement"/> owner of the collection.</param> - </member> - <member name="P:Svg.SvgCustomAttributeCollection.Item(System.String)"> - <summary> - Gets the attribute with the specified name. - </summary> - <param name="attributeName">A <see cref="T:System.String"/> containing the attribute name.</param> - <returns>The attribute value associated with the specified name; If there is no attribute the parent's value will be inherited.</returns> - </member> - <member name="E:Svg.SvgCustomAttributeCollection.AttributeChanged"> - <summary> - Fired when an Atrribute has changed - </summary> - </member> - <member name="T:Svg.AttributeEventArgs"> - <summary> - Describes the Attribute which was set - </summary> - </member> - <member name="T:Svg.ContentEventArgs"> - <summary> - Content of this whas was set - </summary> - </member> - <member name="T:Svg.ChildAddedEventArgs"> - <summary> - Describes the Attribute which was set - </summary> - </member> - <member name="T:Svg.MouseArg"> - <summary> - Represents the state of the mouse at the moment the event occured. - </summary> - </member> - <member name="F:Svg.MouseArg.Button"> - <summary> - 1 = left, 2 = middle, 3 = right - </summary> - </member> - <member name="F:Svg.MouseArg.ClickCount"> - <summary> - Amount of mouse clicks, e.g. 2 for double click - </summary> - </member> - <member name="F:Svg.MouseArg.AltKey"> - <summary> - Alt modifier key pressed - </summary> - </member> - <member name="F:Svg.MouseArg.ShiftKey"> - <summary> - Shift modifier key pressed - </summary> - </member> - <member name="F:Svg.MouseArg.CtrlKey"> - <summary> - Control modifier key pressed - </summary> - </member> - <member name="T:Svg.StringArg"> - <summary> - Represents a string argument - </summary> - </member> - <member name="F:Svg.MouseScrollArg.AltKey"> - <summary> - Alt modifier key pressed - </summary> - </member> - <member name="F:Svg.MouseScrollArg.ShiftKey"> - <summary> - Shift modifier key pressed - </summary> - </member> - <member name="F:Svg.MouseScrollArg.CtrlKey"> - <summary> - Control modifier key pressed - </summary> - </member> - <member name="T:Svg.ISvgDescriptiveElement"> - <summary>This interface mostly indicates that a node is not to be drawn when rendering the SVG.</summary> - </member> - <member name="T:Svg.SvgElementCollection"> - <summary> - Represents a collection of <see cref="T:Svg.SvgElement"/>s. - </summary> - </member> - <member name="M:Svg.SvgElementCollection.#ctor(Svg.SvgElement)"> - <summary> - Initialises a new instance of an <see cref="T:Svg.SvgElementCollection"/> class. - </summary> - <param name="owner">The owner <see cref="T:Svg.SvgElement"/> of the collection.</param> - </member> - <member name="M:Svg.SvgElementCollection.IndexOf(Svg.SvgElement)"> - <summary> - Returns the index of the specified <see cref="T:Svg.SvgElement"/> in the collection. - </summary> - <param name="item">The <see cref="T:Svg.SvgElement"/> to search for.</param> - <returns>The index of the element if it is present; otherwise -1.</returns> - </member> - <member name="M:Svg.SvgElementCollection.Insert(System.Int32,Svg.SvgElement)"> - <summary> - Inserts the given <see cref="T:Svg.SvgElement"/> to the collection at the specified index. - </summary> - <param name="index">The index that the <paramref name="item"/> should be added at.</param> - <param name="item">The <see cref="T:Svg.SvgElement"/> to be added.</param> - </member> - <member name="M:Svg.SvgElementCollection.FindSvgElementsOf``1"> - <summary> - expensive recursive search for nodes of type T - </summary> - <typeparam name="T"></typeparam> - <returns></returns> - </member> - <member name="M:Svg.SvgElementCollection.FindSvgElementOf``1"> - <summary> - expensive recursive search for first node of type T - </summary> - <typeparam name="T"></typeparam> - <returns></returns> - </member> - <member name="T:Svg.SvgElementFactory"> - <summary> - Provides the methods required in order to parse and create <see cref="T:Svg.SvgElement"/> instances from XML. - </summary> - </member> - <member name="P:Svg.SvgElementFactory.AvailableElements"> - <summary> - Gets a list of available types that can be used when creating an <see cref="T:Svg.SvgElement"/>. - </summary> - </member> - <member name="M:Svg.SvgElementFactory.CreateDocument``1(System.Xml.XmlReader)"> - <summary> - Creates an <see cref="T:Svg.SvgDocument"/> from the current node in the specified <see cref="T:System.Xml.XmlTextReader"/>. - </summary> - <param name="reader">The <see cref="T:System.Xml.XmlTextReader"/> containing the node to parse into an <see cref="T:Svg.SvgDocument"/>.</param> - <exception cref="T:System.ArgumentNullException">The <paramref name="reader"/> parameter cannot be <c>null</c>.</exception> - <exception cref="T:System.InvalidOperationException">The CreateDocument method can only be used to parse root <svg> elements.</exception> - </member> - <member name="M:Svg.SvgElementFactory.CreateElement(System.Xml.XmlReader,Svg.SvgDocument)"> - <summary> - Creates an <see cref="T:Svg.SvgElement"/> from the current node in the specified <see cref="T:System.Xml.XmlTextReader"/>. - </summary> - <param name="reader">The <see cref="T:System.Xml.XmlTextReader"/> containing the node to parse into a subclass of <see cref="T:Svg.SvgElement"/>.</param> - <param name="document">The <see cref="T:Svg.SvgDocument"/> that the created element belongs to.</param> - <exception cref="T:System.ArgumentNullException">The <paramref name="reader"/> and <paramref name="document"/> parameters cannot be <c>null</c>.</exception> - </member> - <member name="T:Svg.SvgElementFactory.ElementInfo"> - <summary> - Contains information about a type inheriting from <see cref="T:Svg.SvgElement"/>. - </summary> - </member> - <member name="P:Svg.SvgElementFactory.ElementInfo.ElementName"> - <summary> - Gets the SVG name of the <see cref="T:Svg.SvgElement"/>. - </summary> - </member> - <member name="P:Svg.SvgElementFactory.ElementInfo.ElementType"> - <summary> - Gets the <see cref="T:System.Type"/> of the <see cref="T:Svg.SvgElement"/> subclass. - </summary> - </member> - <member name="M:Svg.SvgElementFactory.ElementInfo.#ctor(System.String,System.Type)"> - <summary> - Initializes a new instance of the <see cref="T:Svg.SvgElementFactory.ElementInfo"/> struct. - </summary> - <param name="elementName">Name of the element.</param> - <param name="elementType">Type of the element.</param> - </member> - <member name="M:Svg.SvgElementFactory.ElementInfo.#ctor"> - <summary> - Initializes a new instance of the <see cref="T:Svg.SvgElementFactory.ElementInfo"/> class. - </summary> - </member> - <member name="M:Svg.SvgPathBuilder.Parse(System.String)"> - <summary> - Parses the specified string into a collection of path segments. - </summary> - <param name="path">A <see cref="T:System.String"/> containing path data.</param> - </member> - <member name="M:Svg.SvgPathBuilder.ToAbsolute(System.Single,System.Single,Svg.Pathing.SvgPathSegmentList,System.Boolean)"> - <summary> - Creates point with absolute coorindates. - </summary> - <param name="x">Raw X-coordinate value.</param> - <param name="y">Raw Y-coordinate value.</param> - <param name="segments">Current path segments.</param> - <param name="isRelativeBoth"><b>true</b> if <paramref name="x"/> and <paramref name="y"/> contains relative coordinate values, otherwise <b>false</b>.</param> - <returns><see cref="T:System.Drawing.PointF"/> that contains absolute coordinates.</returns> - </member> - <member name="M:Svg.SvgPathBuilder.ToAbsolute(System.Single,System.Single,Svg.Pathing.SvgPathSegmentList,System.Boolean,System.Boolean)"> - <summary> - Creates point with absolute coorindates. - </summary> - <param name="x">Raw X-coordinate value.</param> - <param name="y">Raw Y-coordinate value.</param> - <param name="segments">Current path segments.</param> - <param name="isRelativeX"><b>true</b> if <paramref name="x"/> contains relative coordinate value, otherwise <b>false</b>.</param> - <param name="isRelativeY"><b>true</b> if <paramref name="y"/> contains relative coordinate value, otherwise <b>false</b>.</param> - <returns><see cref="T:System.Drawing.PointF"/> that contains absolute coordinates.</returns> - </member> - <member name="T:Svg.SvgElementIdManager"> - <summary> - Provides methods to ensure element ID's are valid and unique. - </summary> - </member> - <member name="M:Svg.SvgElementIdManager.GetElementById(System.String)"> - <summary> - Retrieves the <see cref="T:Svg.SvgElement"/> with the specified ID. - </summary> - <param name="id">A <see cref="T:System.String"/> containing the ID of the element to find.</param> - <returns>An <see cref="T:Svg.SvgElement"/> of one exists with the specified ID; otherwise false.</returns> - </member> - <member name="M:Svg.SvgElementIdManager.Add(Svg.SvgElement)"> - <summary> - Adds the specified <see cref="T:Svg.SvgElement"/> for ID management. - </summary> - <param name="element">The <see cref="T:Svg.SvgElement"/> to be managed.</param> - </member> - <member name="M:Svg.SvgElementIdManager.AddAndForceUniqueID(Svg.SvgElement,Svg.SvgElement,System.Boolean,System.Action{Svg.SvgElement,System.String,System.String})"> - <summary> - Adds the specified <see cref="T:Svg.SvgElement"/> for ID management. - And can auto fix the ID if it already exists or it starts with a number. - </summary> - <param name="element">The <see cref="T:Svg.SvgElement"/> to be managed.</param> - <param name="autoForceUniqueID">Pass true here, if you want the ID to be fixed</param> - <param name="logElementOldIDNewID">If not null, the action is called before the id is fixed</param> - <returns>true, if ID was altered</returns> - </member> - <member name="M:Svg.SvgElementIdManager.Remove(Svg.SvgElement)"> - <summary> - Removed the specified <see cref="T:Svg.SvgElement"/> from ID management. - </summary> - <param name="element">The <see cref="T:Svg.SvgElement"/> to be removed from ID management.</param> - </member> - <member name="M:Svg.SvgElementIdManager.EnsureValidId(System.String,System.Boolean)"> - <summary> - Ensures that the specified ID is valid within the containing <see cref="T:Svg.SvgDocument"/>. - </summary> - <param name="id">A <see cref="T:System.String"/> containing the ID to validate.</param> - <param name="autoForceUniqueID">Creates a new unique id <see cref="T:System.String"/>.</param> - <exception cref="T:Svg.SvgException"> - <para>The ID cannot start with a digit.</para> - <para>An element with the same ID already exists within the containing <see cref="T:Svg.SvgDocument"/>.</para> - </exception> - </member> - <member name="M:Svg.SvgElementIdManager.#ctor(Svg.SvgDocument)"> - <summary> - Initialises a new instance of an <see cref="T:Svg.SvgElementIdManager"/>. - </summary> - <param name="document">The <see cref="T:Svg.SvgDocument"/> containing the <see cref="T:Svg.SvgElement"/>s to manage.</param> - </member> - <member name="T:Svg.SvgUnit"> - <summary> - Represents a unit in an Scalable Vector Graphics document. - </summary> - </member> - <member name="F:Svg.SvgUnit.Empty"> - <summary> - Gets and empty <see cref="T:Svg.SvgUnit"/>. - </summary> - </member> - <member name="F:Svg.SvgUnit.None"> - <summary> - Gets an <see cref="T:Svg.SvgUnit"/> with a value of none. - </summary> - </member> - <member name="P:Svg.SvgUnit.IsEmpty"> - <summary> - Gets a value to determine whether the unit is empty. - </summary> - </member> - <member name="P:Svg.SvgUnit.IsNone"> - <summary> - Gets whether this unit is none. - </summary> - </member> - <member name="P:Svg.SvgUnit.Value"> - <summary> - Gets the value of the unit. - </summary> - </member> - <member name="P:Svg.SvgUnit.Type"> - <summary> - Gets the <see cref="T:Svg.SvgUnitType"/> of unit. - </summary> - </member> - <member name="M:Svg.SvgUnit.ToDeviceValue(Svg.ISvgRenderer,Svg.UnitRenderingType,Svg.SvgElement)"> - <summary> - Converts the current unit to one that can be used at render time. - </summary> - <param name="boundable">The container element used as the basis for calculations</param> - <returns>The representation of the current unit in a device value (usually pixels).</returns> - </member> - <member name="M:Svg.SvgUnit.ToPercentage"> - <summary> - Converts the current unit to a percentage, if applicable. - </summary> - <returns>An <see cref="T:Svg.SvgUnit"/> of type <see cref="!:SvgUnitType.Perscentage"/>.</returns> - </member> - <member name="M:Svg.SvgUnit.op_Implicit(Svg.SvgUnit)~System.Single"> - <summary> - Performs an implicit conversion from <see cref="T:Svg.SvgUnit"/> to <see cref="T:System.Single"/>. - </summary> - <param name="value">The value.</param> - <returns>The result of the conversion.</returns> - </member> - <member name="M:Svg.SvgUnit.op_Implicit(System.Single)~Svg.SvgUnit"> - <summary> - Performs an implicit conversion from <see cref="T:System.Single"/> to <see cref="T:Svg.SvgUnit"/>. - </summary> - <param name="value">The value.</param> - <returns>The result of the conversion.</returns> - </member> - <member name="M:Svg.SvgUnit.#ctor(Svg.SvgUnitType,System.Single)"> - <summary> - Initializes a new instance of the <see cref="T:Svg.SvgUnit"/> struct. - </summary> - <param name="type">The type.</param> - <param name="value">The value.</param> - </member> - <member name="M:Svg.SvgUnit.#ctor(System.Single)"> - <summary> - Initializes a new instance of the <see cref="T:Svg.SvgUnit"/> struct. - </summary> - <param name="value">The value.</param> - </member> - <member name="T:Svg.SvgUnitType"> - <summary> - Defines the various types of unit an <see cref="T:Svg.SvgUnit"/> can be. - </summary> - </member> - <member name="F:Svg.SvgUnitType.None"> - <summary> - Indicates that the unit holds no value. - </summary> - </member> - <member name="F:Svg.SvgUnitType.Pixel"> - <summary> - Indicates that the unit is in pixels. - </summary> - </member> - <member name="F:Svg.SvgUnitType.Em"> - <summary> - Indicates that the unit is equal to the pt size of the current font. - </summary> - </member> - <member name="F:Svg.SvgUnitType.Ex"> - <summary> - Indicates that the unit is equal to the x-height of the current font. - </summary> - </member> - <member name="F:Svg.SvgUnitType.Percentage"> - <summary> - Indicates that the unit is a percentage. - </summary> - </member> - <member name="F:Svg.SvgUnitType.User"> - <summary> - Indicates that the unit has no unit identifier and is a value in the current user coordinate system. - </summary> - </member> - <member name="F:Svg.SvgUnitType.Inch"> - <summary> - Indicates the the unit is in inches. - </summary> - </member> - <member name="F:Svg.SvgUnitType.Centimeter"> - <summary> - Indicates that the unit is in centimeters. - </summary> - </member> - <member name="F:Svg.SvgUnitType.Millimeter"> - <summary> - Indicates that the unit is in millimeters. - </summary> - </member> - <member name="F:Svg.SvgUnitType.Pica"> - <summary> - Indicates that the unit is in picas. - </summary> - </member> - <member name="F:Svg.SvgUnitType.Point"> - <summary> - Indicates that the unit is in points, the smallest unit of measure, being a subdivision of the larger <see cref="F:Svg.SvgUnitType.Pica"/>. There are 12 points in the <see cref="F:Svg.SvgUnitType.Pica"/>. - </summary> - </member> - <member name="P:Svg.SvgTextReader.Value"> - <summary> - Gets the text value of the current node. - </summary> - <value></value> - <returns>The value returned depends on the <see cref="P:System.Xml.XmlTextReader.NodeType"/> of the node. The following table lists node types that have a value to return. All other node types return String.Empty.Node Type Value AttributeThe value of the attribute. CDATAThe content of the CDATA section. CommentThe content of the comment. DocumentTypeThe internal subset. ProcessingInstructionThe entire content, excluding the target. SignificantWhitespaceThe white space within an xml:space= 'preserve' scope. TextThe content of the text node. WhitespaceThe white space between markup. XmlDeclarationThe content of the declaration. </returns> - </member> - <member name="P:Svg.SvgTextReader.LocalName"> - <summary> - Gets the local name of the current node. - </summary> - <value></value> - <returns>The name of the current node with the prefix removed. For example, LocalName is book for the element <bk:book>.For node types that do not have a name (like Text, Comment, and so on), this property returns String.Empty.</returns> - </member> - <member name="M:Svg.SvgTextReader.MoveToNextAttribute"> - <summary> - Moves to the next attribute. - </summary> - <returns> - true if there is a next attribute; false if there are no more attributes. - </returns> - </member> - <member name="M:Svg.SvgTextReader.Read"> - <summary> - Reads the next node from the stream. - </summary> - <returns> - true if the next node was read successfully; false if there are no more nodes to read. - </returns> - <exception cref="T:System.Xml.XmlException">An error occurred while parsing the XML. </exception> - </member> - <member name="M:Svg.SvgTextReader.ResolveEntity"> - <summary> - Resolves the entity reference for EntityReference nodes. - </summary> - </member> - <member name="T:Svg.Text.FontFamily"> - <summary> - http://stackoverflow.com/questions/3633000/net-enumerate-winforms-font-styles - </summary> - </member> - <member name="P:Svg.SvgFontFace.FontFamily"> - <summary> - Indicates which font family is to be used to render the text. - </summary> - </member> - <member name="P:Svg.SvgFontFace.FontSize"> - <summary> - Refers to the size of the font from baseline to baseline when multiple lines of text are set solid in a multiline layout environment. - </summary> - </member> - <member name="P:Svg.SvgFontFace.FontStyle"> - <summary> - Refers to the style of the font. - </summary> - </member> - <member name="P:Svg.SvgFontFace.FontVariant"> - <summary> - Refers to the varient of the font. - </summary> - </member> - <member name="P:Svg.SvgFontFace.FontWeight"> - <summary> - Refers to the boldness of the font. - </summary> - </member> - <member name="P:Svg.SvgGlyph.PathData"> - <summary> - Gets or sets a <see cref="T:Svg.Pathing.SvgPathSegmentList"/> of path data. - </summary> - </member> - <member name="M:Svg.SvgGlyph.Path(Svg.ISvgRenderer)"> - <summary> - Gets the <see cref="T:System.Drawing.Drawing2D.GraphicsPath"/> for this element. - </summary> - </member> - <member name="P:Svg.SvgGlyph.RequiresSmoothRendering"> - <summary> - Gets or sets a value to determine if anti-aliasing should occur when the element is being rendered. - </summary> - </member> - <member name="P:Svg.SvgGlyph.Bounds"> - <summary> - Gets the bounds of the element. - </summary> - <value>The bounds.</value> - </member> - <member name="M:Svg.SvgGlyph.#ctor"> - <summary> - Initializes a new instance of the <see cref="T:Svg.SvgGlyph"/> class. - </summary> - </member> - <member name="T:Svg.SvgText"> - <summary> - The <see cref="T:Svg.SvgText"/> element defines a graphics element consisting of text. - </summary> - </member> - <member name="M:Svg.SvgText.#ctor"> - <summary> - Initializes the <see cref="T:Svg.SvgText"/> class. - </summary> - </member> - <member name="M:Svg.SvgText.#ctor(System.String)"> - <summary> - Initializes a new instance of the <see cref="T:Svg.SvgText"/> class. - </summary> - <param name="text">The text.</param> - </member> - <member name="P:Svg.SvgTextBase.Text"> - <summary> - Gets or sets the text to be rendered. - </summary> - </member> - <member name="P:Svg.SvgTextBase.TextAnchor"> - <summary> - Gets or sets the text anchor. - </summary> - <value>The text anchor.</value> - </member> - <member name="P:Svg.SvgTextBase.X"> - <summary> - Gets or sets the X. - </summary> - <value>The X.</value> - </member> - <member name="P:Svg.SvgTextBase.Dx"> - <summary> - Gets or sets the dX. - </summary> - <value>The dX.</value> - </member> - <member name="P:Svg.SvgTextBase.Y"> - <summary> - Gets or sets the Y. - </summary> - <value>The Y.</value> - </member> - <member name="P:Svg.SvgTextBase.Dy"> - <summary> - Gets or sets the dY. - </summary> - <value>The dY.</value> - </member> - <member name="P:Svg.SvgTextBase.Rotate"> - <summary> - Gets or sets the rotate. - </summary> - <value>The rotate.</value> - </member> - <member name="P:Svg.SvgTextBase.TextLength"> - <summary> - The pre-calculated length of the text - </summary> - </member> - <member name="P:Svg.SvgTextBase.LengthAdjust"> - <summary> - Gets or sets the text anchor. - </summary> - <value>The text anchor.</value> - </member> - <member name="P:Svg.SvgTextBase.LetterSpacing"> - <summary> - Specifies spacing behavior between text characters. - </summary> - </member> - <member name="P:Svg.SvgTextBase.WordSpacing"> - <summary> - Specifies spacing behavior between words. - </summary> - </member> - <member name="P:Svg.SvgTextBase.Fill"> - <summary> - Gets or sets the fill. - </summary> - <remarks> - <para>Unlike other <see cref="!:SvgGraphicsElement"/>s, <see cref="T:Svg.SvgText"/> has a default fill of black rather than transparent.</para> - </remarks> - <value>The fill.</value> - </member> - <member name="M:Svg.SvgTextBase.ToString"> - <summary> - Returns a <see cref="T:System.String"/> that represents the current <see cref="T:System.Object"/>. - </summary> - <returns> - A <see cref="T:System.String"/> that represents the current <see cref="T:System.Object"/>. - </returns> - </member> - <member name="P:Svg.SvgTextBase.RequiresSmoothRendering"> - <summary> - Gets or sets a value to determine if anti-aliasing should occur when the element is being rendered. - </summary> - <value></value> - </member> - <member name="P:Svg.SvgTextBase.Bounds"> - <summary> - Gets the bounds of the element. - </summary> - <value>The bounds.</value> - </member> - <member name="M:Svg.SvgTextBase.Render(Svg.ISvgRenderer)"> - <summary> - Renders the <see cref="T:Svg.SvgElement"/> and contents to the specified <see cref="T:System.Drawing.Graphics"/> object. - </summary> - <param name="renderer">The <see cref="T:Svg.ISvgRenderer"/> object to render to.</param> - <remarks>Necessary to make sure that any internal tspan elements get rendered as well</remarks> - </member> - <member name="M:Svg.SvgTextBase.Path(Svg.ISvgRenderer)"> - <summary> - Gets the <see cref="T:System.Drawing.Drawing2D.GraphicsPath"/> for this element. - </summary> - <value></value> - </member> - <member name="M:Svg.SvgTextBase.SetPath(Svg.SvgTextBase.TextDrawingState,System.Boolean)"> - <summary> - Sets the path on this element and all child elements. Uses the state - object to track the state of the drawing - </summary> - <param name="state">State of the drawing operation</param> - </member> - <member name="M:Svg.SvgTextBase.PrepareText(System.String)"> - <summary> - Prepare the text according to the whitespace handling rules. <see href="http://www.w3.org/TR/SVG/text.html">SVG Spec</see>. - </summary> - <param name="value">Text to be prepared</param> - <returns>Prepared text</returns> - </member> - <member name="M:Svg.SvgTextBase.ShouldWriteElement"> - <summary>Empty text elements are not legal - only write this element if it has children.</summary> - </member> - <member name="T:Svg.SvgTextAnchor"> - <summary> - Text anchor is used to align (start-, middle- or end-alignment) a string of text relative to a given point. - </summary> - </member> - <member name="F:Svg.SvgTextAnchor.Inherit"> - <summary>The value is inherited from the parent element.</summary> - </member> - <member name="F:Svg.SvgTextAnchor.Start"> - <summary> - The rendered characters are aligned such that the start of the text string is at the initial current text position. - </summary> - </member> - <member name="F:Svg.SvgTextAnchor.Middle"> - <summary> - The rendered characters are aligned such that the middle of the text string is at the current text position. - </summary> - </member> - <member name="F:Svg.SvgTextAnchor.End"> - <summary> - The rendered characters are aligned such that the end of the text string is at the initial current text position. - </summary> - </member> - <member name="T:Svg.SvgTextPath"> - <summary> - The <see cref="T:Svg.SvgText"/> element defines a graphics element consisting of text. - </summary> - </member> - <member name="M:Svg.PathStatistics.CubicBezierSegment.GaussianQuadrature(System.Func{System.Double,System.Double},System.Double,System.Double,System.Int32)"> - <summary> - Evaluates the integral of the function over the integral using the specified number of points - </summary> - <param name="func"></param> - <param name="a"></param> - <param name="b"></param> - <param name="points"></param> - </member> - <member name="M:Svg.PathStatistics.CubicBezierSegment.CubicBezierCurve(System.Drawing.PointF,System.Drawing.PointF,System.Drawing.PointF,System.Drawing.PointF,System.Double)"> - <remarks>http://en.wikipedia.org/wiki/B%C3%A9zier_curve</remarks> - </member> - <member name="M:Svg.PathStatistics.CubicBezierSegment.CubicBezierDerivative(System.Drawing.PointF,System.Drawing.PointF,System.Drawing.PointF,System.Drawing.PointF,System.Double)"> - <remarks>http://www.cs.mtu.edu/~shene/COURSES/cs3621/NOTES/spline/Bezier/bezier-der.html</remarks> - </member> - <member name="T:Svg.ISvgTransformable"> - <summary> - Represents and element that may be transformed. - </summary> - </member> - <member name="P:Svg.ISvgTransformable.Transforms"> - <summary> - Gets or sets an <see cref="T:Svg.Transforms.SvgTransformCollection"/> of element transforms. - </summary> - </member> - <member name="M:Svg.ISvgTransformable.PushTransforms(Svg.ISvgRenderer)"> - <summary> - Applies the required transforms to <see cref="T:Svg.ISvgRenderer"/>. - </summary> - <param name="renderer">The <see cref="T:Svg.ISvgRenderer"/> to be transformed.</param> - </member> - <member name="M:Svg.ISvgTransformable.PopTransforms(Svg.ISvgRenderer)"> - <summary> - Removes any previously applied transforms from the specified <see cref="T:Svg.ISvgRenderer"/>. - </summary> - <param name="renderer">The <see cref="T:Svg.ISvgRenderer"/> that should have transforms removed.</param> - </member> - <member name="T:Svg.Transforms.SvgMatrix"> - <summary> - The class which applies custom transform to this Matrix (Required for projects created by the Inkscape). - </summary> - </member> - <member name="T:Svg.Transforms.SvgShear"> - <summary> - The class which applies the specified shear vector to this Matrix. - </summary> - </member> - <member name="T:Svg.Transforms.SvgSkew"> - <summary> - The class which applies the specified skew vector to this Matrix. - </summary> - </member> - <member name="M:Svg.Transforms.SvgTransformCollection.GetMatrix"> - <summary> - Multiplies all matrices - </summary> - <returns>The result of all transforms</returns> - </member> - <member name="E:Svg.Transforms.SvgTransformCollection.TransformChanged"> - <summary> - Fired when an SvgTransform has changed - </summary> - </member> - <member name="M:Svg.Transforms.SvgTransformConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)"> - <summary> - Converts the given object to the type of this converter, using the specified context and culture information. - </summary> - <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"/> that provides a format context.</param> - <param name="culture">The <see cref="T:System.Globalization.CultureInfo"/> to use as the current culture.</param> - <param name="value">The <see cref="T:System.Object"/> to convert.</param> - <returns> - An <see cref="T:System.Object"/> that represents the converted value. - </returns> - <exception cref="T:System.NotSupportedException">The conversion cannot be performed. </exception> - </member> - <member name="T:Svg.Web.SvgHandler"> - <summary> - A handler to asynchronously render Scalable Vector Graphics files (usually *.svg or *.xml file extensions). - </summary> - <remarks> - <para>If a crawler requests the SVG file the raw XML will be returned rather than the image to allow crawlers to better read the image.</para> - <para>Adding "?raw=true" to the querystring will alos force the handler to render the raw SVG.</para> - </remarks> - </member> - <member name="P:Svg.Web.SvgHandler.IsReusable"> - <summary> - Gets a value indicating whether another request can use the <see cref="T:System.Web.IHttpHandler"/> instance. - </summary> - <value></value> - <returns>true if the <see cref="T:System.Web.IHttpHandler"/> instance is reusable; otherwise, false.</returns> - </member> - <member name="M:Svg.Web.SvgHandler.ProcessRequest(System.Web.HttpContext)"> - <summary> - Enables processing of HTTP Web requests by a custom HttpHandler that implements the <see cref="T:System.Web.IHttpHandler"/> interface. - </summary> - <param name="context">An <see cref="T:System.Web.HttpContext"/> object that provides references to the intrinsic server objects (for example, Request, Response, Session, and Server) used to service HTTP requests.</param> - </member> - <member name="M:Svg.Web.SvgHandler.BeginProcessRequest(System.Web.HttpContext,System.AsyncCallback,System.Object)"> - <summary> - Initiates an asynchronous call to the HTTP handler. - </summary> - <param name="context">An <see cref="T:System.Web.HttpContext"/> object that provides references to intrinsic server objects (for example, Request, Response, Session, and Server) used to service HTTP requests.</param> - <param name="cb">The <see cref="T:System.AsyncCallback"/> to call when the asynchronous method call is complete. If <paramref name="cb"/> is null, the delegate is not called.</param> - <param name="extraData">Any extra data needed to process the request.</param> - <returns> - An <see cref="T:System.IAsyncResult"/> that contains information about the status of the process. - </returns> - </member> - <member name="M:Svg.Web.SvgHandler.EndProcessRequest(System.IAsyncResult)"> - <summary> - Provides an asynchronous process End method when the process ends. - </summary> - <param name="result">An <see cref="T:System.IAsyncResult"/> that contains information about the status of the process.</param> - </member> - <member name="T:Svg.Web.SvgHandler.SvgAsyncRender"> - <summary> - The class to be used when - </summary> - </member> - <member name="T:Svg.Web.SvgHandler.SvgAsyncRenderState"> - <summary> - Represents the state of a request for SVG rendering. - </summary> - </member> - <member name="M:Svg.Web.SvgHandler.SvgAsyncRenderState.#ctor(System.Web.HttpContext,System.AsyncCallback,System.Object)"> - <summary> - Initializes a new instance of the <see cref="T:Svg.Web.SvgHandler.SvgAsyncRenderState"/> class. - </summary> - <param name="context">The <see cref="T:System.Web.HttpContext"/> of the request.</param> - <param name="callback">The delegate to be called when the rendering is complete.</param> - <param name="extraData">The extra data.</param> - </member> - <member name="M:Svg.Web.SvgHandler.SvgAsyncRenderState.CompleteRequest"> - <summary> - Indicates that the rendering is complete and the waiting thread may proceed. - </summary> - </member> - <member name="P:Svg.Web.SvgHandler.SvgAsyncRenderState.AsyncState"> - <summary> - Gets a user-defined object that qualifies or contains information about an asynchronous operation. - </summary> - <value></value> - <returns>A user-defined object that qualifies or contains information about an asynchronous operation.</returns> - </member> - <member name="P:Svg.Web.SvgHandler.SvgAsyncRenderState.CompletedSynchronously"> - <summary> - Gets an indication of whether the asynchronous operation completed synchronously. - </summary> - <value></value> - <returns>true if the asynchronous operation completed synchronously; otherwise, false.</returns> - </member> - <member name="P:Svg.Web.SvgHandler.SvgAsyncRenderState.IsCompleted"> - <summary> - Gets an indication whether the asynchronous operation has completed. - </summary> - <value></value> - <returns>true if the operation is complete; otherwise, false.</returns> - </member> - <member name="P:Svg.Web.SvgHandler.SvgAsyncRenderState.AsyncWaitHandle"> - <summary> - Gets a <see cref="T:System.Threading.WaitHandle"/> that is used to wait for an asynchronous operation to complete. - </summary> - <value></value> - <returns>A <see cref="T:System.Threading.WaitHandle"/> that is used to wait for an asynchronous operation to complete.</returns> - </member> - <member name="M:ExCSS.Model.Specification.IsNonPrintable(System.Char)"> - The maximum allowed codepoint (defined in Unicode). - </member> - <member name="M:ExCSS.HtmlColor.ToCss(System.Boolean)"> - <summary> - Return the shortest form possible - </summary> - </member> - <member name="T:ExCSS.TermList.TermSeparator"> - <summary> - exposed enumeration for the adding of separators into term lists - </summary> - </member> - <member name="T:Fizzler.HumanReadableSelectorGenerator"> - <summary> - An <see cref="T:Fizzler.ISelectorGenerator"/> implementation that generates - human-readable description of the selector. - </summary> - </member> - <member name="M:Fizzler.HumanReadableSelectorGenerator.OnInit"> - <summary> - Initializes the text. - </summary> - </member> - <member name="P:Fizzler.HumanReadableSelectorGenerator.Text"> - <summary> - Gets the generated human-readable description text. - </summary> - </member> - <member name="M:Fizzler.HumanReadableSelectorGenerator.OnSelector"> - <summary> - Generates human-readable for a selector in a group. - </summary> - </member> - <member name="M:Fizzler.HumanReadableSelectorGenerator.OnClose"> - <summary> - Concludes the text. - </summary> - </member> - <member name="M:Fizzler.HumanReadableSelectorGenerator.Add(System.String)"> - <summary> - Adds to the generated human-readable text. - </summary> - </member> - <member name="M:Fizzler.HumanReadableSelectorGenerator.Type(Fizzler.NamespacePrefix,System.String)"> - <summary> - Generates human-readable text of this type selector. - </summary> - </member> - <member name="M:Fizzler.HumanReadableSelectorGenerator.Universal(Fizzler.NamespacePrefix)"> - <summary> - Generates human-readable text of this universal selector. - </summary> - </member> - <member name="M:Fizzler.HumanReadableSelectorGenerator.Id(System.String)"> - <summary> - Generates human-readable text of this ID selector. - </summary> - </member> - <member name="M:Fizzler.HumanReadableSelectorGenerator.Fizzler#ISelectorGenerator#Class(System.String)"> - <summary> - Generates human-readable text of this class selector. - </summary> - </member> - <member name="M:Fizzler.HumanReadableSelectorGenerator.AttributeExists(Fizzler.NamespacePrefix,System.String)"> - <summary> - Generates human-readable text of this attribute selector. - </summary> - </member> - <member name="M:Fizzler.HumanReadableSelectorGenerator.AttributeExact(Fizzler.NamespacePrefix,System.String,System.String)"> - <summary> - Generates human-readable text of this attribute selector. - </summary> - </member> - <member name="M:Fizzler.HumanReadableSelectorGenerator.AttributeIncludes(Fizzler.NamespacePrefix,System.String,System.String)"> - <summary> - Generates human-readable text of this attribute selector. - </summary> - </member> - <member name="M:Fizzler.HumanReadableSelectorGenerator.AttributeDashMatch(Fizzler.NamespacePrefix,System.String,System.String)"> - <summary> - Generates human-readable text of this attribute selector. - </summary> - </member> - <member name="M:Fizzler.HumanReadableSelectorGenerator.AttributePrefixMatch(Fizzler.NamespacePrefix,System.String,System.String)"> - <summary> - Generates human-readable text of this attribute selector. - </summary> - </member> - <member name="M:Fizzler.HumanReadableSelectorGenerator.AttributeSuffixMatch(Fizzler.NamespacePrefix,System.String,System.String)"> - <summary> - Generates human-readable text of this attribute selector. - </summary> - </member> - <member name="M:Fizzler.HumanReadableSelectorGenerator.AttributeSubstring(Fizzler.NamespacePrefix,System.String,System.String)"> - <summary> - Generates human-readable text of this attribute selector. - </summary> - </member> - <member name="M:Fizzler.HumanReadableSelectorGenerator.FirstChild"> - <summary> - Generates human-readable text of this pseudo-class selector. - </summary> - </member> - <member name="M:Fizzler.HumanReadableSelectorGenerator.LastChild"> - <summary> - Generates human-readable text of this pseudo-class selector. - </summary> - </member> - <member name="M:Fizzler.HumanReadableSelectorGenerator.NthChild(System.Int32,System.Int32)"> - <summary> - Generates human-readable text of this pseudo-class selector. - </summary> - </member> - <member name="M:Fizzler.HumanReadableSelectorGenerator.OnlyChild"> - <summary> - Generates human-readable text of this pseudo-class selector. - </summary> - </member> - <member name="M:Fizzler.HumanReadableSelectorGenerator.Empty"> - <summary> - Generates human-readable text of this pseudo-class selector. - </summary> - </member> - <member name="M:Fizzler.HumanReadableSelectorGenerator.Child"> - <summary> - Generates human-readable text of this combinator. - </summary> - </member> - <member name="M:Fizzler.HumanReadableSelectorGenerator.Descendant"> - <summary> - Generates human-readable text of this combinator. - </summary> - </member> - <member name="M:Fizzler.HumanReadableSelectorGenerator.Adjacent"> - <summary> - Generates human-readable text of this combinator. - </summary> - </member> - <member name="M:Fizzler.HumanReadableSelectorGenerator.GeneralSibling"> - <summary> - Generates a <a href="http://www.w3.org/TR/css3-selectors/#combinators">combinator</a>, - which separates two sequences of simple selectors. The elements represented - by the two sequences share the same parent in the document tree and the - element represented by the first sequence precedes (not necessarily - immediately) the element represented by the second one. - </summary> - </member> - <member name="M:Fizzler.HumanReadableSelectorGenerator.NthLastChild(System.Int32,System.Int32)"> - <summary> - Generates human-readable text of this combinator. - </summary> - </member> - <member name="T:Fizzler.IElementOps`1"> - <summary> - Represents a selectors implementation for an arbitrary document/node system. - </summary> - </member> - <member name="M:Fizzler.IElementOps`1.Type(Fizzler.NamespacePrefix,System.String)"> - <summary> - Generates a <a href="http://www.w3.org/TR/css3-selectors/#type-selectors">type selector</a>, - which represents an instance of the element type in the document tree. - </summary> - </member> - <member name="M:Fizzler.IElementOps`1.Universal(Fizzler.NamespacePrefix)"> - <summary> - Generates a <a href="http://www.w3.org/TR/css3-selectors/#universal-selector">universal selector</a>, - any single element in the document tree in any namespace - (including those without a namespace) if no default namespace - has been specified for selectors. - </summary> - </member> - <member name="M:Fizzler.IElementOps`1.Id(System.String)"> - <summary> - Generates a <a href="http://www.w3.org/TR/css3-selectors/#Id-selectors">ID selector</a>, - which represents an element instance that has an identifier that - matches the identifier in the ID selector. - </summary> - </member> - <member name="M:Fizzler.IElementOps`1.Class(System.String)"> - <summary> - Generates a <a href="http://www.w3.org/TR/css3-selectors/#class-html">class selector</a>, - which is an alternative <see cref="M:Fizzler.IElementOps`1.AttributeIncludes(Fizzler.NamespacePrefix,System.String,System.String)"/> when - representing the <c>class</c> attribute. - </summary> - </member> - <member name="M:Fizzler.IElementOps`1.AttributeExists(Fizzler.NamespacePrefix,System.String)"> - <summary> - Generates an <a href="http://www.w3.org/TR/css3-selectors/#attribute-selectors">attribute selector</a> - that represents an element with the given attribute <paramref name="name"/> - whatever the values of the attribute. - </summary> - </member> - <member name="M:Fizzler.IElementOps`1.AttributeExact(Fizzler.NamespacePrefix,System.String,System.String)"> - <summary> - Generates an <a href="http://www.w3.org/TR/css3-selectors/#attribute-selectors">attribute selector</a> - that represents an element with the given attribute <paramref name="name"/> - and whose value is exactly <paramref name="value"/>. - </summary> - </member> - <member name="M:Fizzler.IElementOps`1.AttributeIncludes(Fizzler.NamespacePrefix,System.String,System.String)"> - <summary> - Generates an <a href="http://www.w3.org/TR/css3-selectors/#attribute-selectors">attribute selector</a> - that represents an element with the given attribute <paramref name="name"/> - and whose value is a whitespace-separated list of words, one of - which is exactly <paramref name="value"/>. - </summary> - </member> - <member name="M:Fizzler.IElementOps`1.AttributeDashMatch(Fizzler.NamespacePrefix,System.String,System.String)"> - <summary> - Generates an <a href="http://www.w3.org/TR/css3-selectors/#attribute-selectors">attribute selector</a> - that represents an element with the given attribute <paramref name="name"/>, - its value either being exactly <paramref name="value"/> or beginning - with <paramref name="value"/> immediately followed by "-" (U+002D). - </summary> - </member> - <member name="M:Fizzler.IElementOps`1.AttributePrefixMatch(Fizzler.NamespacePrefix,System.String,System.String)"> - <summary> - Generates an <a href="http://www.w3.org/TR/css3-selectors/#attribute-selectors">attribute selector</a> - that represents an element with the attribute <paramref name="name"/> - whose value begins with the prefix <paramref name="value"/>. - </summary> - </member> - <member name="M:Fizzler.IElementOps`1.AttributeSuffixMatch(Fizzler.NamespacePrefix,System.String,System.String)"> - <summary> - Generates an <a href="http://www.w3.org/TR/css3-selectors/#attribute-selectors">attribute selector</a> - that represents an element with the attribute <paramref name="name"/> - whose value ends with the suffix <paramref name="value"/>. - </summary> - </member> - <member name="M:Fizzler.IElementOps`1.AttributeSubstring(Fizzler.NamespacePrefix,System.String,System.String)"> - <summary> - Generates an <a href="http://www.w3.org/TR/css3-selectors/#attribute-selectors">attribute selector</a> - that represents an element with the attribute <paramref name="name"/> - whose value contains at least one instance of the substring <paramref name="value"/>. - </summary> - </member> - <member name="M:Fizzler.IElementOps`1.FirstChild"> - <summary> - Generates a <a href="http://www.w3.org/TR/css3-selectors/#pseudo-classes">pseudo-class selector</a>, - which represents an element that is the first child of some other element. - </summary> - </member> - <member name="M:Fizzler.IElementOps`1.LastChild"> - <summary> - Generates a <a href="http://www.w3.org/TR/css3-selectors/#pseudo-classes">pseudo-class selector</a>, - which represents an element that is the last child of some other element. - </summary> - </member> - <member name="M:Fizzler.IElementOps`1.NthChild(System.Int32,System.Int32)"> - <summary> - Generates a <a href="http://www.w3.org/TR/css3-selectors/#pseudo-classes">pseudo-class selector</a>, - which represents an element that is the N-th child of some other element. - </summary> - </member> - <member name="M:Fizzler.IElementOps`1.OnlyChild"> - <summary> - Generates a <a href="http://www.w3.org/TR/css3-selectors/#pseudo-classes">pseudo-class selector</a>, - which represents an element that has a parent element and whose parent - element has no other element children. - </summary> - </member> - <member name="M:Fizzler.IElementOps`1.Empty"> - <summary> - Generates a <a href="http://www.w3.org/TR/css3-selectors/#pseudo-classes">pseudo-class selector</a>, - which represents an element that has no children at all. - </summary> - </member> - <member name="M:Fizzler.IElementOps`1.Child"> - <summary> - Generates a <a href="http://www.w3.org/TR/css3-selectors/#combinators">combinator</a>, - which represents a childhood relationship between two elements. - </summary> - </member> - <member name="M:Fizzler.IElementOps`1.Descendant"> - <summary> - Generates a <a href="http://www.w3.org/TR/css3-selectors/#combinators">combinator</a>, - which represents a relationship between two elements where one element is an - arbitrary descendant of some ancestor element. - </summary> - </member> - <member name="M:Fizzler.IElementOps`1.Adjacent"> - <summary> - Generates a <a href="http://www.w3.org/TR/css3-selectors/#combinators">combinator</a>, - which represents elements that share the same parent in the document tree and - where the first element immediately precedes the second element. - </summary> - </member> - <member name="M:Fizzler.IElementOps`1.GeneralSibling"> - <summary> - Generates a <a href="http://www.w3.org/TR/css3-selectors/#combinators">combinator</a>, - which separates two sequences of simple selectors. The elements represented - by the two sequences share the same parent in the document tree and the - element represented by the first sequence precedes (not necessarily - immediately) the element represented by the second one. - </summary> - </member> - <member name="M:Fizzler.IElementOps`1.NthLastChild(System.Int32,System.Int32)"> - <summary> - Generates a <a href="http://www.w3.org/TR/css3-selectors/#pseudo-classes">pseudo-class selector</a>, - which represents an element that is the N-th child from bottom up of some other element. - </summary> - </member> - <member name="T:Fizzler.ISelectorGenerator"> - <summary> - Represent an implementation that is responsible for generating - an implementation for a selector. - </summary> - </member> - <member name="M:Fizzler.ISelectorGenerator.OnInit"> - <summary> - Delimits the initialization of a generation. - </summary> - </member> - <member name="M:Fizzler.ISelectorGenerator.OnClose"> - <summary> - Delimits the closing/conclusion of a generation. - </summary> - </member> - <member name="M:Fizzler.ISelectorGenerator.OnSelector"> - <summary> - Delimits a selector generation in a group of selectors. - </summary> - </member> - <member name="M:Fizzler.ISelectorGenerator.Type(Fizzler.NamespacePrefix,System.String)"> - <summary> - Generates a <a href="http://www.w3.org/TR/css3-selectors/#type-selectors">type selector</a>, - which represents an instance of the element type in the document tree. - </summary> - </member> - <member name="M:Fizzler.ISelectorGenerator.Universal(Fizzler.NamespacePrefix)"> - <summary> - Generates a <a href="http://www.w3.org/TR/css3-selectors/#universal-selector">universal selector</a>, - any single element in the document tree in any namespace - (including those without a namespace) if no default namespace - has been specified for selectors. - </summary> - </member> - <member name="M:Fizzler.ISelectorGenerator.Id(System.String)"> - <summary> - Generates a <a href="http://www.w3.org/TR/css3-selectors/#Id-selectors">ID selector</a>, - which represents an element instance that has an identifier that - matches the identifier in the ID selector. - </summary> - </member> - <member name="M:Fizzler.ISelectorGenerator.Class(System.String)"> - <summary> - Generates a <a href="http://www.w3.org/TR/css3-selectors/#class-html">class selector</a>, - which is an alternative <see cref="M:Fizzler.ISelectorGenerator.AttributeIncludes(Fizzler.NamespacePrefix,System.String,System.String)"/> when - representing the <c>class</c> attribute. - </summary> - </member> - <member name="M:Fizzler.ISelectorGenerator.AttributeExists(Fizzler.NamespacePrefix,System.String)"> - <summary> - Generates an <a href="http://www.w3.org/TR/css3-selectors/#attribute-selectors">attribute selector</a> - that represents an element with the given attribute <paramref name="name"/> - whatever the values of the attribute. - </summary> - </member> - <member name="M:Fizzler.ISelectorGenerator.AttributeExact(Fizzler.NamespacePrefix,System.String,System.String)"> - <summary> - Generates an <a href="http://www.w3.org/TR/css3-selectors/#attribute-selectors">attribute selector</a> - that represents an element with the given attribute <paramref name="name"/> - and whose value is exactly <paramref name="value"/>. - </summary> - </member> - <member name="M:Fizzler.ISelectorGenerator.AttributeIncludes(Fizzler.NamespacePrefix,System.String,System.String)"> - <summary> - Generates an <a href="http://www.w3.org/TR/css3-selectors/#attribute-selectors">attribute selector</a> - that represents an element with the given attribute <paramref name="name"/> - and whose value is a whitespace-separated list of words, one of - which is exactly <paramref name="value"/>. - </summary> - </member> - <member name="M:Fizzler.ISelectorGenerator.AttributeDashMatch(Fizzler.NamespacePrefix,System.String,System.String)"> - <summary> - Generates an <a href="http://www.w3.org/TR/css3-selectors/#attribute-selectors">attribute selector</a> - that represents an element with the given attribute <paramref name="name"/>, - its value either being exactly <paramref name="value"/> or beginning - with <paramref name="value"/> immediately followed by "-" (U+002D). - </summary> - </member> - <member name="M:Fizzler.ISelectorGenerator.AttributePrefixMatch(Fizzler.NamespacePrefix,System.String,System.String)"> - <summary> - Generates an <a href="http://www.w3.org/TR/css3-selectors/#attribute-selectors">attribute selector</a> - that represents an element with the attribute <paramref name="name"/> - whose value begins with the prefix <paramref name="value"/>. - </summary> - </member> - <member name="M:Fizzler.ISelectorGenerator.AttributeSuffixMatch(Fizzler.NamespacePrefix,System.String,System.String)"> - <summary> - Generates an <a href="http://www.w3.org/TR/css3-selectors/#attribute-selectors">attribute selector</a> - that represents an element with the attribute <paramref name="name"/> - whose value ends with the suffix <paramref name="value"/>. - </summary> - </member> - <member name="M:Fizzler.ISelectorGenerator.AttributeSubstring(Fizzler.NamespacePrefix,System.String,System.String)"> - <summary> - Generates an <a href="http://www.w3.org/TR/css3-selectors/#attribute-selectors">attribute selector</a> - that represents an element with the attribute <paramref name="name"/> - whose value contains at least one instance of the substring <paramref name="value"/>. - </summary> - </member> - <member name="M:Fizzler.ISelectorGenerator.FirstChild"> - <summary> - Generates a <a href="http://www.w3.org/TR/css3-selectors/#pseudo-classes">pseudo-class selector</a>, - which represents an element that is the first child of some other element. - </summary> - </member> - <member name="M:Fizzler.ISelectorGenerator.LastChild"> - <summary> - Generates a <a href="http://www.w3.org/TR/css3-selectors/#pseudo-classes">pseudo-class selector</a>, - which represents an element that is the last child of some other element. - </summary> - </member> - <member name="M:Fizzler.ISelectorGenerator.NthChild(System.Int32,System.Int32)"> - <summary> - Generates a <a href="http://www.w3.org/TR/css3-selectors/#pseudo-classes">pseudo-class selector</a>, - which represents an element that is the N-th child of some other element. - </summary> - </member> - <member name="M:Fizzler.ISelectorGenerator.OnlyChild"> - <summary> - Generates a <a href="http://www.w3.org/TR/css3-selectors/#pseudo-classes">pseudo-class selector</a>, - which represents an element that has a parent element and whose parent - element has no other element children. - </summary> - </member> - <member name="M:Fizzler.ISelectorGenerator.Empty"> - <summary> - Generates a <a href="http://www.w3.org/TR/css3-selectors/#pseudo-classes">pseudo-class selector</a>, - which represents an element that has no children at all. - </summary> - </member> - <member name="M:Fizzler.ISelectorGenerator.Child"> - <summary> - Generates a <a href="http://www.w3.org/TR/css3-selectors/#combinators">combinator</a>, - which represents a childhood relationship between two elements. - </summary> - </member> - <member name="M:Fizzler.ISelectorGenerator.Descendant"> - <summary> - Generates a <a href="http://www.w3.org/TR/css3-selectors/#combinators">combinator</a>, - which represents a relationship between two elements where one element is an - arbitrary descendant of some ancestor element. - </summary> - </member> - <member name="M:Fizzler.ISelectorGenerator.Adjacent"> - <summary> - Generates a <a href="http://www.w3.org/TR/css3-selectors/#combinators">combinator</a>, - which represents elements that share the same parent in the document tree and - where the first element immediately precedes the second element. - </summary> - </member> - <member name="M:Fizzler.ISelectorGenerator.GeneralSibling"> - <summary> - Generates a <a href="http://www.w3.org/TR/css3-selectors/#combinators">combinator</a>, - which separates two sequences of simple selectors. The elements represented - by the two sequences share the same parent in the document tree and the - element represented by the first sequence precedes (not necessarily - immediately) the element represented by the second one. - </summary> - </member> - <member name="M:Fizzler.ISelectorGenerator.NthLastChild(System.Int32,System.Int32)"> - <summary> - Generates a <a href="http://www.w3.org/TR/css3-selectors/#pseudo-classes">pseudo-class selector</a>, - which represents an element that is the N-th child from bottom up of some other element. - </summary> - </member> - <member name="T:Fizzler.NamespacePrefix"> - <summary> - Represent a type or attribute name. - </summary> - </member> - <member name="F:Fizzler.NamespacePrefix.None"> - <summary> - Represents a name from either the default or any namespace - in a target document, depending on whether a default namespace is - in effect or not. - </summary> - </member> - <member name="F:Fizzler.NamespacePrefix.Empty"> - <summary> - Represents an empty namespace. - </summary> - </member> - <member name="F:Fizzler.NamespacePrefix.Any"> - <summary> - Represents any namespace. - </summary> - </member> - <member name="M:Fizzler.NamespacePrefix.#ctor(System.String)"> - <summary> - Initializes an instance with a namespace prefix specification. - </summary> - </member> - <member name="P:Fizzler.NamespacePrefix.Text"> - <summary> - Gets the raw text value of this instance. - </summary> - </member> - <member name="P:Fizzler.NamespacePrefix.IsNone"> - <summary> - Indicates whether this instance represents a name - from either the default or any namespace in a target - document, depending on whether a default namespace is - in effect or not. - </summary> - </member> - <member name="P:Fizzler.NamespacePrefix.IsAny"> - <summary> - Indicates whether this instance represents a name - from any namespace (including one without one) - in a target document. - </summary> - </member> - <member name="P:Fizzler.NamespacePrefix.IsEmpty"> - <summary> - Indicates whether this instance represents a name - without a namespace in a target document. - </summary> - </member> - <member name="P:Fizzler.NamespacePrefix.IsSpecific"> - <summary> - Indicates whether this instance represents a name from a - specific namespace or not. - </summary> - </member> - <member name="M:Fizzler.NamespacePrefix.Equals(System.Object)"> - <summary> - Indicates whether this instance and a specified object are equal. - </summary> - </member> - <member name="M:Fizzler.NamespacePrefix.Equals(Fizzler.NamespacePrefix)"> - <summary> - Indicates whether this instance and another are equal. - </summary> - </member> - <member name="M:Fizzler.NamespacePrefix.GetHashCode"> - <summary> - Returns the hash code for this instance. - </summary> - </member> - <member name="M:Fizzler.NamespacePrefix.ToString"> - <summary> - Returns a string representation of this instance. - </summary> - </member> - <member name="M:Fizzler.NamespacePrefix.Format(System.String)"> - <summary> - Formats this namespace together with a name. - </summary> - </member> - <member name="T:Fizzler.Parser"> - <summary> - Semantic parser for CSS selector grammar. - </summary> - </member> - <member name="M:Fizzler.Parser.Parse``1(System.String,``0)"> - <summary> - Parses a CSS selector group and generates its implementation. - </summary> - </member> - <member name="M:Fizzler.Parser.Parse``2(System.String,``0,System.Func{``0,``1})"> - <summary> - Parses a CSS selector group and generates its implementation. - </summary> - </member> - <member name="M:Fizzler.Parser.Parse``1(System.Collections.Generic.IEnumerable{Fizzler.Token},``0)"> - <summary> - Parses a tokenized stream representing a CSS selector group and - generates its implementation. - </summary> - </member> - <member name="M:Fizzler.Parser.Parse``2(System.Collections.Generic.IEnumerable{Fizzler.Token},``0,System.Func{``0,``1})"> - <summary> - Parses a tokenized stream representing a CSS selector group and - generates its implementation. - </summary> - </member> - <member name="T:Fizzler.Reader`1"> - <summary> - Adds reading semantics to a base <see cref="T:System.Collections.Generic.IEnumerator`1"/> with the - option to un-read and insert new elements while consuming the source. - </summary> - </member> - <member name="M:Fizzler.Reader`1.#ctor(System.Collections.Generic.IEnumerable{`0})"> - <summary> - Initialize a new <see cref="T:Fizzler.Reader`1"/> with a base - <see cref="T:System.Collections.Generic.IEnumerable`1"/> object. - </summary> - </member> - <member name="M:Fizzler.Reader`1.#ctor(System.Collections.Generic.IEnumerator{`0})"> - <summary> - Initialize a new <see cref="T:Fizzler.Reader`1"/> with a base - <see cref="T:System.Collections.Generic.IEnumerator`1"/> object. - </summary> - </member> - <member name="P:Fizzler.Reader`1.HasMore"> - <summary> - Indicates whether there is, at least, one value waiting to be read or not. - </summary> - </member> - <member name="M:Fizzler.Reader`1.Unread(`0)"> - <summary> - Pushes back a new value that will be returned on the next read. - </summary> - </member> - <member name="M:Fizzler.Reader`1.Read"> - <summary> - Reads and returns the next value. - </summary> - </member> - <member name="M:Fizzler.Reader`1.Peek"> - <summary> - Peeks the next value waiting to be read. - </summary> - <exception cref="T:System.InvalidOperationException"> - Thrown if there is no value waiting to be read. - </exception> - </member> - <member name="M:Fizzler.Reader`1.GetEnumerator"> - <summary> - Returns an enumerator that iterates through the remaining - values to be read. - </summary> - </member> - <member name="M:Fizzler.Reader`1.Close"> - <summary> - Disposes the enumerator used to initialize this object - if that enumerator supports <see cref="T:System.IDisposable"/>. - </summary> - </member> - <member name="T:Fizzler.Selector`1"> - <summary> - Represents a selector implementation over an arbitrary type of elements. - </summary> - </member> - <member name="T:Fizzler.SelectorGenerator`1"> - <summary> - A selector generator implementation for an arbitrary document/element system. - </summary> - </member> - <member name="M:Fizzler.SelectorGenerator`1.#ctor(Fizzler.IElementOps{`0})"> - <summary> - Initializes a new instance of this object with an instance - of <see cref="T:Fizzler.IElementOps`1"/> and the default equality - comparer that is used for determining if two elements are equal. - </summary> - </member> - <member name="M:Fizzler.SelectorGenerator`1.#ctor(Fizzler.IElementOps{`0},System.Collections.Generic.IEqualityComparer{`0})"> - <summary> - Initializes a new instance of this object with an instance - of <see cref="T:Fizzler.IElementOps`1"/> and an equality comparer - used for determining if two elements are equal. - </summary> - </member> - <member name="P:Fizzler.SelectorGenerator`1.Selector"> - <summary> - Gets the selector implementation. - </summary> - <remarks> - If the generation is not complete, this property returns the - last generated selector. - </remarks> - </member> - <member name="P:Fizzler.SelectorGenerator`1.Ops"> - <summary> - Gets the <see cref="T:Fizzler.IElementOps`1"/> instance that this object - was initialized with. - </summary> - </member> - <member name="M:Fizzler.SelectorGenerator`1.GetSelectors"> - <summary> - Returns the collection of selector implementations representing - a group. - </summary> - <remarks> - If the generation is not complete, this method return the - selectors generated so far in a group. - </remarks> - </member> - <member name="M:Fizzler.SelectorGenerator`1.Add(Fizzler.Selector{`0})"> - <summary> - Adds a generated selector. - </summary> - </member> - <member name="M:Fizzler.SelectorGenerator`1.OnInit"> - <summary> - Delimits the initialization of a generation. - </summary> - </member> - <member name="M:Fizzler.SelectorGenerator`1.OnSelector"> - <summary> - Delimits a selector generation in a group of selectors. - </summary> - </member> - <member name="M:Fizzler.SelectorGenerator`1.OnClose"> - <summary> - Delimits the closing/conclusion of a generation. - </summary> - </member> - <member name="M:Fizzler.SelectorGenerator`1.Id(System.String)"> - <summary> - Generates a <a href="http://www.w3.org/TR/css3-selectors/#Id-selectors">ID selector</a>, - which represents an element instance that has an identifier that - matches the identifier in the ID selector. - </summary> - </member> - <member name="M:Fizzler.SelectorGenerator`1.Class(System.String)"> - <summary> - Generates a <a href="http://www.w3.org/TR/css3-selectors/#class-html">class selector</a>, - which is an alternative <see cref="M:Fizzler.ISelectorGenerator.AttributeIncludes(Fizzler.NamespacePrefix,System.String,System.String)"/> when - representing the <c>class</c> attribute. - </summary> - </member> - <member name="M:Fizzler.SelectorGenerator`1.Type(Fizzler.NamespacePrefix,System.String)"> - <summary> - Generates a <a href="http://www.w3.org/TR/css3-selectors/#type-selectors">type selector</a>, - which represents an instance of the element type in the document tree. - </summary> - </member> - <member name="M:Fizzler.SelectorGenerator`1.Universal(Fizzler.NamespacePrefix)"> - <summary> - Generates a <a href="http://www.w3.org/TR/css3-selectors/#universal-selector">universal selector</a>, - any single element in the document tree in any namespace - (including those without a namespace) if no default namespace - has been specified for selectors. - </summary> - </member> - <member name="M:Fizzler.SelectorGenerator`1.AttributeExists(Fizzler.NamespacePrefix,System.String)"> - <summary> - Generates an <a href="http://www.w3.org/TR/css3-selectors/#attribute-selectors">attribute selector</a> - that represents an element with the given attribute <paramref name="name"/> - whatever the values of the attribute. - </summary> - </member> - <member name="M:Fizzler.SelectorGenerator`1.AttributeExact(Fizzler.NamespacePrefix,System.String,System.String)"> - <summary> - Generates an <a href="http://www.w3.org/TR/css3-selectors/#attribute-selectors">attribute selector</a> - that represents an element with the given attribute <paramref name="name"/> - and whose value is exactly <paramref name="value"/>. - </summary> - </member> - <member name="M:Fizzler.SelectorGenerator`1.AttributeIncludes(Fizzler.NamespacePrefix,System.String,System.String)"> - <summary> - Generates an <a href="http://www.w3.org/TR/css3-selectors/#attribute-selectors">attribute selector</a> - that represents an element with the given attribute <paramref name="name"/> - and whose value is a whitespace-separated list of words, one of - which is exactly <paramref name="value"/>. - </summary> - </member> - <member name="M:Fizzler.SelectorGenerator`1.AttributeDashMatch(Fizzler.NamespacePrefix,System.String,System.String)"> - <summary> - Generates an <a href="http://www.w3.org/TR/css3-selectors/#attribute-selectors">attribute selector</a> - that represents an element with the given attribute <paramref name="name"/>, - its value either being exactly <paramref name="value"/> or beginning - with <paramref name="value"/> immediately followed by "-" (U+002D). - </summary> - </member> - <member name="M:Fizzler.SelectorGenerator`1.AttributePrefixMatch(Fizzler.NamespacePrefix,System.String,System.String)"> - <summary> - Generates an <a href="http://www.w3.org/TR/css3-selectors/#attribute-selectors">attribute selector</a> - that represents an element with the attribute <paramref name="name"/> - whose value begins with the prefix <paramref name="value"/>. - </summary> - </member> - <member name="M:Fizzler.SelectorGenerator`1.AttributeSuffixMatch(Fizzler.NamespacePrefix,System.String,System.String)"> - <summary> - Generates an <a href="http://www.w3.org/TR/css3-selectors/#attribute-selectors">attribute selector</a> - that represents an element with the attribute <paramref name="name"/> - whose value ends with the suffix <paramref name="value"/>. - </summary> - </member> - <member name="M:Fizzler.SelectorGenerator`1.AttributeSubstring(Fizzler.NamespacePrefix,System.String,System.String)"> - <summary> - Generates an <a href="http://www.w3.org/TR/css3-selectors/#attribute-selectors">attribute selector</a> - that represents an element with the attribute <paramref name="name"/> - whose value contains at least one instance of the substring <paramref name="value"/>. - </summary> - </member> - <member name="M:Fizzler.SelectorGenerator`1.FirstChild"> - <summary> - Generates a <a href="http://www.w3.org/TR/css3-selectors/#pseudo-classes">pseudo-class selector</a>, - which represents an element that is the first child of some other element. - </summary> - </member> - <member name="M:Fizzler.SelectorGenerator`1.LastChild"> - <summary> - Generates a <a href="http://www.w3.org/TR/css3-selectors/#pseudo-classes">pseudo-class selector</a>, - which represents an element that is the last child of some other element. - </summary> - </member> - <member name="M:Fizzler.SelectorGenerator`1.NthChild(System.Int32,System.Int32)"> - <summary> - Generates a <a href="http://www.w3.org/TR/css3-selectors/#pseudo-classes">pseudo-class selector</a>, - which represents an element that is the N-th child of some other element. - </summary> - </member> - <member name="M:Fizzler.SelectorGenerator`1.OnlyChild"> - <summary> - Generates a <a href="http://www.w3.org/TR/css3-selectors/#pseudo-classes">pseudo-class selector</a>, - which represents an element that has a parent element and whose parent - element has no other element children. - </summary> - </member> - <member name="M:Fizzler.SelectorGenerator`1.Empty"> - <summary> - Generates a <a href="http://www.w3.org/TR/css3-selectors/#pseudo-classes">pseudo-class selector</a>, - which represents an element that has no children at all. - </summary> - </member> - <member name="M:Fizzler.SelectorGenerator`1.Child"> - <summary> - Generates a <a href="http://www.w3.org/TR/css3-selectors/#combinators">combinator</a>, - which represents a childhood relationship between two elements. - </summary> - </member> - <member name="M:Fizzler.SelectorGenerator`1.Descendant"> - <summary> - Generates a <a href="http://www.w3.org/TR/css3-selectors/#combinators">combinator</a>, - which represents a relationship between two elements where one element is an - arbitrary descendant of some ancestor element. - </summary> - </member> - <member name="M:Fizzler.SelectorGenerator`1.Adjacent"> - <summary> - Generates a <a href="http://www.w3.org/TR/css3-selectors/#combinators">combinator</a>, - which represents elements that share the same parent in the document tree and - where the first element immediately precedes the second element. - </summary> - </member> - <member name="M:Fizzler.SelectorGenerator`1.GeneralSibling"> - <summary> - Generates a <a href="http://www.w3.org/TR/css3-selectors/#combinators">combinator</a>, - which separates two sequences of simple selectors. The elements represented - by the two sequences share the same parent in the document tree and the - element represented by the first sequence precedes (not necessarily - immediately) the element represented by the second one. - </summary> - </member> - <member name="M:Fizzler.SelectorGenerator`1.NthLastChild(System.Int32,System.Int32)"> - <summary> - Generates a <a href="http://www.w3.org/TR/css3-selectors/#pseudo-classes">pseudo-class selector</a>, - which represents an element that is the N-th child from bottom up of some other element. - </summary> - </member> - <member name="T:Fizzler.SelectorGeneratorTee"> - <summary> - An <see cref="T:Fizzler.ISelectorGenerator"/> implementation that delegates - to two other <see cref="T:Fizzler.ISelectorGenerator"/> objects, which - can be useful for doing work in a single pass. - </summary> - </member> - <member name="P:Fizzler.SelectorGeneratorTee.Primary"> - <summary> - Gets the first generator used to initialize this generator. - </summary> - </member> - <member name="P:Fizzler.SelectorGeneratorTee.Secondary"> - <summary> - Gets the second generator used to initialize this generator. - </summary> - </member> - <member name="M:Fizzler.SelectorGeneratorTee.#ctor(Fizzler.ISelectorGenerator,Fizzler.ISelectorGenerator)"> - <summary> - Initializes a new instance of <see cref="T:Fizzler.SelectorGeneratorTee"/> - with the two other <see cref="T:Fizzler.ISelectorGenerator"/> objects - it delegates to. - </summary> - </member> - <member name="M:Fizzler.SelectorGeneratorTee.OnInit"> - <summary> - Delegates to <see cref="P:Fizzler.SelectorGeneratorTee.Primary"/> then <see cref="P:Fizzler.SelectorGeneratorTee.Secondary"/> generator. - </summary> - </member> - <member name="M:Fizzler.SelectorGeneratorTee.OnClose"> - <summary> - Delegates to <see cref="P:Fizzler.SelectorGeneratorTee.Primary"/> then <see cref="P:Fizzler.SelectorGeneratorTee.Secondary"/> generator. - </summary> - </member> - <member name="M:Fizzler.SelectorGeneratorTee.OnSelector"> - <summary> - Delegates to <see cref="P:Fizzler.SelectorGeneratorTee.Primary"/> then <see cref="P:Fizzler.SelectorGeneratorTee.Secondary"/> generator. - </summary> - </member> - <member name="M:Fizzler.SelectorGeneratorTee.Type(Fizzler.NamespacePrefix,System.String)"> - <summary> - Delegates to <see cref="P:Fizzler.SelectorGeneratorTee.Primary"/> then <see cref="P:Fizzler.SelectorGeneratorTee.Secondary"/> generator. - </summary> - </member> - <member name="M:Fizzler.SelectorGeneratorTee.Universal(Fizzler.NamespacePrefix)"> - <summary> - Delegates to <see cref="P:Fizzler.SelectorGeneratorTee.Primary"/> then <see cref="P:Fizzler.SelectorGeneratorTee.Secondary"/> generator. - </summary> - </member> - <member name="M:Fizzler.SelectorGeneratorTee.Id(System.String)"> - <summary> - Delegates to <see cref="P:Fizzler.SelectorGeneratorTee.Primary"/> then <see cref="P:Fizzler.SelectorGeneratorTee.Secondary"/> generator. - </summary> - </member> - <member name="M:Fizzler.SelectorGeneratorTee.Class(System.String)"> - <summary> - Delegates to <see cref="P:Fizzler.SelectorGeneratorTee.Primary"/> then <see cref="P:Fizzler.SelectorGeneratorTee.Secondary"/> generator. - </summary> - </member> - <member name="M:Fizzler.SelectorGeneratorTee.AttributeExists(Fizzler.NamespacePrefix,System.String)"> - <summary> - Delegates to <see cref="P:Fizzler.SelectorGeneratorTee.Primary"/> then <see cref="P:Fizzler.SelectorGeneratorTee.Secondary"/> generator. - </summary> - </member> - <member name="M:Fizzler.SelectorGeneratorTee.AttributeExact(Fizzler.NamespacePrefix,System.String,System.String)"> - <summary> - Delegates to <see cref="P:Fizzler.SelectorGeneratorTee.Primary"/> then <see cref="P:Fizzler.SelectorGeneratorTee.Secondary"/> generator. - </summary> - </member> - <member name="M:Fizzler.SelectorGeneratorTee.AttributeIncludes(Fizzler.NamespacePrefix,System.String,System.String)"> - <summary> - Delegates to <see cref="P:Fizzler.SelectorGeneratorTee.Primary"/> then <see cref="P:Fizzler.SelectorGeneratorTee.Secondary"/> generator. - </summary> - </member> - <member name="M:Fizzler.SelectorGeneratorTee.AttributeDashMatch(Fizzler.NamespacePrefix,System.String,System.String)"> - <summary> - Delegates to <see cref="P:Fizzler.SelectorGeneratorTee.Primary"/> then <see cref="P:Fizzler.SelectorGeneratorTee.Secondary"/> generator. - </summary> - </member> - <member name="M:Fizzler.SelectorGeneratorTee.AttributePrefixMatch(Fizzler.NamespacePrefix,System.String,System.String)"> - <summary> - Delegates to <see cref="P:Fizzler.SelectorGeneratorTee.Primary"/> then <see cref="P:Fizzler.SelectorGeneratorTee.Secondary"/> generator. - </summary> - </member> - <member name="M:Fizzler.SelectorGeneratorTee.AttributeSuffixMatch(Fizzler.NamespacePrefix,System.String,System.String)"> - <summary> - Delegates to <see cref="P:Fizzler.SelectorGeneratorTee.Primary"/> then <see cref="P:Fizzler.SelectorGeneratorTee.Secondary"/> generator. - </summary> - </member> - <member name="M:Fizzler.SelectorGeneratorTee.AttributeSubstring(Fizzler.NamespacePrefix,System.String,System.String)"> - <summary> - Delegates to <see cref="P:Fizzler.SelectorGeneratorTee.Primary"/> then <see cref="P:Fizzler.SelectorGeneratorTee.Secondary"/> generator. - </summary> - </member> - <member name="M:Fizzler.SelectorGeneratorTee.FirstChild"> - <summary> - Delegates to <see cref="P:Fizzler.SelectorGeneratorTee.Primary"/> then <see cref="P:Fizzler.SelectorGeneratorTee.Secondary"/> generator. - </summary> - </member> - <member name="M:Fizzler.SelectorGeneratorTee.LastChild"> - <summary> - Delegates to <see cref="P:Fizzler.SelectorGeneratorTee.Primary"/> then <see cref="P:Fizzler.SelectorGeneratorTee.Secondary"/> generator. - </summary> - </member> - <member name="M:Fizzler.SelectorGeneratorTee.NthChild(System.Int32,System.Int32)"> - <summary> - Delegates to <see cref="P:Fizzler.SelectorGeneratorTee.Primary"/> then <see cref="P:Fizzler.SelectorGeneratorTee.Secondary"/> generator. - </summary> - </member> - <member name="M:Fizzler.SelectorGeneratorTee.OnlyChild"> - <summary> - Delegates to <see cref="P:Fizzler.SelectorGeneratorTee.Primary"/> then <see cref="P:Fizzler.SelectorGeneratorTee.Secondary"/> generator. - </summary> - </member> - <member name="M:Fizzler.SelectorGeneratorTee.Empty"> - <summary> - Delegates to <see cref="P:Fizzler.SelectorGeneratorTee.Primary"/> then <see cref="P:Fizzler.SelectorGeneratorTee.Secondary"/> generator. - </summary> - </member> - <member name="M:Fizzler.SelectorGeneratorTee.Child"> - <summary> - Delegates to <see cref="P:Fizzler.SelectorGeneratorTee.Primary"/> then <see cref="P:Fizzler.SelectorGeneratorTee.Secondary"/> generator. - </summary> - </member> - <member name="M:Fizzler.SelectorGeneratorTee.Descendant"> - <summary> - Delegates to <see cref="P:Fizzler.SelectorGeneratorTee.Primary"/> then <see cref="P:Fizzler.SelectorGeneratorTee.Secondary"/> generator. - </summary> - </member> - <member name="M:Fizzler.SelectorGeneratorTee.Adjacent"> - <summary> - Delegates to <see cref="P:Fizzler.SelectorGeneratorTee.Primary"/> then <see cref="P:Fizzler.SelectorGeneratorTee.Secondary"/> generator. - </summary> - </member> - <member name="M:Fizzler.SelectorGeneratorTee.GeneralSibling"> - <summary> - Delegates to <see cref="P:Fizzler.SelectorGeneratorTee.Primary"/> then <see cref="P:Fizzler.SelectorGeneratorTee.Secondary"/> generator. - </summary> - </member> - <member name="M:Fizzler.SelectorGeneratorTee.NthLastChild(System.Int32,System.Int32)"> - <summary> - Delegates to <see cref="P:Fizzler.SelectorGeneratorTee.Primary"/> then <see cref="P:Fizzler.SelectorGeneratorTee.Secondary"/> generator. - </summary> - </member> - <member name="T:Fizzler.SelectorsCachingCompiler"> - <summary> - Implementation for a selectors compiler that supports caching. - </summary> - <remarks> - This class is primarily targeted for developers of selection - over an arbitrary document model. - </remarks> - </member> - <member name="M:Fizzler.SelectorsCachingCompiler.Create``1(System.Func{System.String,``0})"> - <summary> - Creates a caching selectors compiler on top on an existing compiler. - </summary> - </member> - <member name="M:Fizzler.SelectorsCachingCompiler.Create``1(System.Func{System.String,``0},System.Collections.Generic.IDictionary{System.String,``0})"> - <summary> - Creates a caching selectors compiler on top on an existing compiler. - An addition parameter specified a dictionary to use as the cache. - </summary> - <remarks> - If <paramref name="cache"/> is <c>null</c> then this method uses a - the <see cref="T:System.Collections.Generic.Dictionary`2"/> implementation with an - ordinally case-insensitive selectors text comparer. - </remarks> - </member> - <member name="T:Fizzler.Token"> - <summary> - Represent a token and optionally any text associated with it. - </summary> - </member> - <member name="P:Fizzler.Token.Kind"> - <summary> - Gets the kind/type/class of the token. - </summary> - </member> - <member name="P:Fizzler.Token.Text"> - <summary> - Gets text, if any, associated with the token. - </summary> - </member> - <member name="M:Fizzler.Token.Eoi"> - <summary> - Creates an end-of-input token. - </summary> - </member> - <member name="M:Fizzler.Token.Star"> - <summary> - Creates a star token. - </summary> - </member> - <member name="M:Fizzler.Token.Dot"> - <summary> - Creates a dot token. - </summary> - </member> - <member name="M:Fizzler.Token.Colon"> - <summary> - Creates a colon token. - </summary> - </member> - <member name="M:Fizzler.Token.Comma"> - <summary> - Creates a comma token. - </summary> - </member> - <member name="M:Fizzler.Token.RightParenthesis"> - <summary> - Creates a right parenthesis token. - </summary> - </member> - <member name="M:Fizzler.Token.Equals"> - <summary> - Creates an equals token. - </summary> - </member> - <member name="M:Fizzler.Token.LeftBracket"> - <summary> - Creates a left bracket token. - </summary> - </member> - <member name="M:Fizzler.Token.RightBracket"> - <summary> - Creates a right bracket token. - </summary> - </member> - <member name="M:Fizzler.Token.Pipe"> - <summary> - Creates a pipe (vertical line) token. - </summary> - </member> - <member name="M:Fizzler.Token.Plus"> - <summary> - Creates a plus token. - </summary> - </member> - <member name="M:Fizzler.Token.Greater"> - <summary> - Creates a greater token. - </summary> - </member> - <member name="M:Fizzler.Token.Includes"> - <summary> - Creates an includes token. - </summary> - </member> - <member name="M:Fizzler.Token.DashMatch"> - <summary> - Creates a dash-match token. - </summary> - </member> - <member name="M:Fizzler.Token.PrefixMatch"> - <summary> - Creates a prefix-match token. - </summary> - </member> - <member name="M:Fizzler.Token.SuffixMatch"> - <summary> - Creates a suffix-match token. - </summary> - </member> - <member name="M:Fizzler.Token.SubstringMatch"> - <summary> - Creates a substring-match token. - </summary> - </member> - <member name="M:Fizzler.Token.Tilde"> - <summary> - Creates a general sibling token. - </summary> - </member> - <member name="M:Fizzler.Token.Ident(System.String)"> - <summary> - Creates an identifier token. - </summary> - </member> - <member name="M:Fizzler.Token.Integer(System.String)"> - <summary> - Creates an integer token. - </summary> - </member> - <member name="M:Fizzler.Token.Hash(System.String)"> - <summary> - Creates a hash-name token. - </summary> - </member> - <member name="M:Fizzler.Token.WhiteSpace(System.String)"> - <summary> - Creates a white-space token. - </summary> - </member> - <member name="M:Fizzler.Token.String(System.String)"> - <summary> - Creates a string token. - </summary> - </member> - <member name="M:Fizzler.Token.Function(System.String)"> - <summary> - Creates a function token. - </summary> - </member> - <member name="M:Fizzler.Token.Char(System.Char)"> - <summary> - Creates an arbitrary character token. - </summary> - </member> - <member name="M:Fizzler.Token.Equals(System.Object)"> - <summary> - Indicates whether this instance and a specified object are equal. - </summary> - </member> - <member name="M:Fizzler.Token.GetHashCode"> - <summary> - Returns the hash code for this instance. - </summary> - </member> - <member name="M:Fizzler.Token.Equals(Fizzler.Token)"> - <summary> - Indicates whether the current object is equal to another object of the same type. - </summary> - </member> - <member name="M:Fizzler.Token.ToString"> - <summary> - Gets a string representation of the token. - </summary> - </member> - <member name="M:Fizzler.Token.op_Equality(Fizzler.Token,Fizzler.Token)"> - <summary> - Performs a logical comparison of the two tokens to determine - whether they are equal. - </summary> - </member> - <member name="M:Fizzler.Token.op_Inequality(Fizzler.Token,Fizzler.Token)"> - <summary> - Performs a logical comparison of the two tokens to determine - whether they are inequal. - </summary> - </member> - <member name="T:Fizzler.Tokener"> - <summary> - Lexer for tokens in CSS selector grammar. - </summary> - </member> - <member name="M:Fizzler.Tokener.Tokenize(System.IO.TextReader)"> - <summary> - Parses tokens from a given text source. - </summary> - </member> - <member name="M:Fizzler.Tokener.Tokenize(System.String)"> - <summary> - Parses tokens from a given string. - </summary> - </member> - <member name="T:Fizzler.TokenKind"> - <summary> - Represents the classification of a token. - </summary> - </member> - <member name="F:Fizzler.TokenKind.Eoi"> - <summary> - Represents end of input/file/stream - </summary> - </member> - <member name="F:Fizzler.TokenKind.Ident"> - <summary> - Represents {ident} - </summary> - </member> - <member name="F:Fizzler.TokenKind.Hash"> - <summary> - Represents "#" {name} - </summary> - </member> - <member name="F:Fizzler.TokenKind.Includes"> - <summary> - Represents "~=" - </summary> - </member> - <member name="F:Fizzler.TokenKind.DashMatch"> - <summary> - Represents "|=" - </summary> - </member> - <member name="F:Fizzler.TokenKind.PrefixMatch"> - <summary> - Represents "^=" - </summary> - </member> - <member name="F:Fizzler.TokenKind.SuffixMatch"> - <summary> - Represents "$=" - </summary> - </member> - <member name="F:Fizzler.TokenKind.SubstringMatch"> - <summary> - Represents "*=" - </summary> - </member> - <member name="F:Fizzler.TokenKind.String"> - <summary> - Represents {string} - </summary> - </member> - <member name="F:Fizzler.TokenKind.Plus"> - <summary> - Represents S* "+" - </summary> - </member> - <member name="F:Fizzler.TokenKind.Greater"> - <summary> - Represents S* ">" - </summary> - </member> - <member name="F:Fizzler.TokenKind.WhiteSpace"> - <summary> - Represents [ \t\r\n\f]+ - </summary> - </member> - <member name="F:Fizzler.TokenKind.Function"> - <summary> - Represents {ident} ")" - </summary> - </member> - <member name="F:Fizzler.TokenKind.Integer"> - <summary> - Represents [0-9]+ - </summary> - </member> - <member name="F:Fizzler.TokenKind.Tilde"> - <summary> - Represents S* "~" - </summary> - </member> - <member name="F:Fizzler.TokenKind.Char"> - <summary> - Represents an arbitrary character - </summary> - </member> - </members> -</doc> diff --git a/source/ShiftUI/bin/Debug/Microsoft.Build.Framework.dll b/source/ShiftUI/bin/Debug/Microsoft.Build.Framework.dll Binary files differdeleted file mode 100644 index 81742ef..0000000 --- a/source/ShiftUI/bin/Debug/Microsoft.Build.Framework.dll +++ /dev/null diff --git a/source/ShiftUI/bin/Debug/Microsoft.Build.Utilities.v12.0.dll b/source/ShiftUI/bin/Debug/Microsoft.Build.Utilities.v12.0.dll Binary files differdeleted file mode 100644 index 8cdba1d..0000000 --- a/source/ShiftUI/bin/Debug/Microsoft.Build.Utilities.v12.0.dll +++ /dev/null diff --git a/source/ShiftUI/bin/Debug/Mono.Cairo.dll b/source/ShiftUI/bin/Debug/Mono.Cairo.dll Binary files differdeleted file mode 100644 index 924785a..0000000 --- a/source/ShiftUI/bin/Debug/Mono.Cairo.dll +++ /dev/null diff --git a/source/ShiftUI/bin/Debug/Mono.Posix.dll b/source/ShiftUI/bin/Debug/Mono.Posix.dll Binary files differdeleted file mode 100644 index 83fff46..0000000 --- a/source/ShiftUI/bin/Debug/Mono.Posix.dll +++ /dev/null diff --git a/source/ShiftUI/bin/Debug/ShiftUI.dll b/source/ShiftUI/bin/Debug/ShiftUI.dll Binary files differdeleted file mode 100644 index 4ea1e27..0000000 --- a/source/ShiftUI/bin/Debug/ShiftUI.dll +++ /dev/null diff --git a/source/ShiftUI/bin/Debug/ShiftUI.pdb b/source/ShiftUI/bin/Debug/ShiftUI.pdb Binary files differdeleted file mode 100644 index 7c1d4af..0000000 --- a/source/ShiftUI/bin/Debug/ShiftUI.pdb +++ /dev/null diff --git a/source/ShiftUI/obj/Debug/ShiftUI.csproj.FileListAbsolute.txt b/source/ShiftUI/obj/Debug/ShiftUI.csproj.FileListAbsolute.txt index 5430307..855938c 100644 --- a/source/ShiftUI/obj/Debug/ShiftUI.csproj.FileListAbsolute.txt +++ b/source/ShiftUI/obj/Debug/ShiftUI.csproj.FileListAbsolute.txt @@ -20,3 +20,11 @@ C:\Users\wiggl\Documents\GitHub\ShiftOS-C-\source\ShiftUI\obj\Debug\ShiftUI.Prop C:\Users\wiggl\Documents\GitHub\ShiftOS-C-\source\ShiftUI\obj\Debug\ShiftUI.csproj.GenerateResource.Cache C:\Users\wiggl\Documents\GitHub\ShiftOS-C-\source\ShiftUI\obj\Debug\ShiftUI.dll C:\Users\wiggl\Documents\GitHub\ShiftOS-C-\source\ShiftUI\obj\Debug\ShiftUI.pdb +C:\Users\mikey\Documents\ShiftOS-C-\source\ShiftUI\bin\Debug\ShiftUI.dll +C:\Users\mikey\Documents\ShiftOS-C-\source\ShiftUI\bin\Debug\ShiftUI.pdb +C:\Users\mikey\Documents\ShiftOS-C-\source\ShiftUI\bin\Debug\Microsoft.Build.Framework.dll +C:\Users\mikey\Documents\ShiftOS-C-\source\ShiftUI\obj\Debug\ShiftUI.csprojResolveAssemblyReference.cache +C:\Users\mikey\Documents\ShiftOS-C-\source\ShiftUI\obj\Debug\ShiftUI.Properties.Resources.resources +C:\Users\mikey\Documents\ShiftOS-C-\source\ShiftUI\obj\Debug\ShiftUI.csproj.GenerateResource.Cache +C:\Users\mikey\Documents\ShiftOS-C-\source\ShiftUI\obj\Debug\ShiftUI.dll +C:\Users\mikey\Documents\ShiftOS-C-\source\ShiftUI\obj\Debug\ShiftUI.pdb diff --git a/source/ShiftUI/obj/Debug/ShiftUI.csproj.GenerateResource.Cache b/source/ShiftUI/obj/Debug/ShiftUI.csproj.GenerateResource.Cache Binary files differindex 53ca4d5..4cf2b20 100644 --- a/source/ShiftUI/obj/Debug/ShiftUI.csproj.GenerateResource.Cache +++ b/source/ShiftUI/obj/Debug/ShiftUI.csproj.GenerateResource.Cache diff --git a/source/ShiftUI/obj/Debug/ShiftUI.csprojResolveAssemblyReference.cache b/source/ShiftUI/obj/Debug/ShiftUI.csprojResolveAssemblyReference.cache Binary files differindex 6639ac0..2b7273a 100644 --- a/source/ShiftUI/obj/Debug/ShiftUI.csprojResolveAssemblyReference.cache +++ b/source/ShiftUI/obj/Debug/ShiftUI.csprojResolveAssemblyReference.cache diff --git a/source/ShiftUI/obj/Debug/ShiftUI.dll b/source/ShiftUI/obj/Debug/ShiftUI.dll Binary files differindex 4ea1e27..b409099 100644 --- a/source/ShiftUI/obj/Debug/ShiftUI.dll +++ b/source/ShiftUI/obj/Debug/ShiftUI.dll diff --git a/source/ShiftUI/obj/Debug/ShiftUI.pdb b/source/ShiftUI/obj/Debug/ShiftUI.pdb Binary files differindex 7c1d4af..45ca52e 100644 --- a/source/ShiftUI/obj/Debug/ShiftUI.pdb +++ b/source/ShiftUI/obj/Debug/ShiftUI.pdb diff --git a/source/WindowsFormsApplication1/bin/Debug/AccessibleMarshal.dll b/source/WindowsFormsApplication1/bin/Debug/AccessibleMarshal.dll Binary files differdeleted file mode 100644 index 97b51dc..0000000 --- a/source/WindowsFormsApplication1/bin/Debug/AccessibleMarshal.dll +++ /dev/null diff --git a/source/WindowsFormsApplication1/bin/Debug/AxInterop.WMPLib.dll b/source/WindowsFormsApplication1/bin/Debug/AxInterop.WMPLib.dll Binary files differdeleted file mode 100644 index 94ec538..0000000 --- a/source/WindowsFormsApplication1/bin/Debug/AxInterop.WMPLib.dll +++ /dev/null diff --git a/source/WindowsFormsApplication1/bin/Debug/D3DCompiler_43.dll b/source/WindowsFormsApplication1/bin/Debug/D3DCompiler_43.dll Binary files differdeleted file mode 100644 index ab96161..0000000 --- a/source/WindowsFormsApplication1/bin/Debug/D3DCompiler_43.dll +++ /dev/null diff --git a/source/WindowsFormsApplication1/bin/Debug/DynamicLua.dll b/source/WindowsFormsApplication1/bin/Debug/DynamicLua.dll Binary files differdeleted file mode 100644 index 3e18cbb..0000000 --- a/source/WindowsFormsApplication1/bin/Debug/DynamicLua.dll +++ /dev/null diff --git a/source/WindowsFormsApplication1/bin/Debug/Geckofx-Core.dll b/source/WindowsFormsApplication1/bin/Debug/Geckofx-Core.dll Binary files differdeleted file mode 100644 index d669434..0000000 --- a/source/WindowsFormsApplication1/bin/Debug/Geckofx-Core.dll +++ /dev/null diff --git a/source/WindowsFormsApplication1/bin/Debug/Geckofx-Winforms.dll b/source/WindowsFormsApplication1/bin/Debug/Geckofx-Winforms.dll Binary files differdeleted file mode 100644 index 97f3bf4..0000000 --- a/source/WindowsFormsApplication1/bin/Debug/Geckofx-Winforms.dll +++ /dev/null diff --git a/source/WindowsFormsApplication1/bin/Debug/Interop.WMPLib.dll b/source/WindowsFormsApplication1/bin/Debug/Interop.WMPLib.dll Binary files differdeleted file mode 100644 index 03d8d5a..0000000 --- a/source/WindowsFormsApplication1/bin/Debug/Interop.WMPLib.dll +++ /dev/null diff --git a/source/WindowsFormsApplication1/bin/Debug/IrcDotNet.dll b/source/WindowsFormsApplication1/bin/Debug/IrcDotNet.dll Binary files differdeleted file mode 100644 index 292fd93..0000000 --- a/source/WindowsFormsApplication1/bin/Debug/IrcDotNet.dll +++ /dev/null diff --git a/source/WindowsFormsApplication1/bin/Debug/IrcDotNet.xml b/source/WindowsFormsApplication1/bin/Debug/IrcDotNet.xml deleted file mode 100644 index ab3466b..0000000 --- a/source/WindowsFormsApplication1/bin/Debug/IrcDotNet.xml +++ /dev/null @@ -1,4273 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<doc> - <assembly> - <name>IrcDotNet</name> - </assembly> - <members> - <member name="T:IrcDotNet.IIrcFloodPreventer"> - <summary> - Defines a mechanism for preventing server floods by limiting the rate of outgoing raw messages from the client. - </summary> - </member> - <member name="M:IrcDotNet.IIrcFloodPreventer.GetSendDelay"> - <summary> - Gets the time delay before which the client may currently send the next message. - </summary> - <returns>The time delay before the next message may be sent, in milliseconds.</returns> - </member> - <member name="M:IrcDotNet.IIrcFloodPreventer.HandleMessageSent"> - <summary> - Notifies the flood preventer that a message has just been send by the client. - </summary> - </member> - <member name="T:IrcDotNet.IIrcMessageReceiver"> - <summary> - Represents an object that raises an event when a message or notice has been received. - </summary> - </member> - <member name="E:IrcDotNet.IIrcMessageReceiver.MessageReceived"> - <summary> - Occurs when a message has been received by the object. - </summary> - </member> - <member name="E:IrcDotNet.IIrcMessageReceiver.NoticeReceived"> - <summary> - Occurs when a notice has been received by the object. - </summary> - </member> - <member name="T:IrcDotNet.IIrcMessageSource"> - <summary> - Represents the source of a message or notice sent by an IRC client. - </summary> - </member> - <member name="P:IrcDotNet.IIrcMessageSource.Name"> - <summary> - Gets the name of the source, as understood by the IRC protocol. - </summary> - </member> - <member name="T:IrcDotNet.IIrcMessageTarget"> - <summary> - Represents the target of a message or notice sent by an IRC client. - </summary> - </member> - <member name="P:IrcDotNet.IIrcMessageTarget.Name"> - <summary> - Gets the name of the source, as understood by the IRC protocol. - </summary> - </member> - <member name="T:IrcDotNet.IrcChannel"> - <summary> - Represents an IRC channel that exists on a specific <see cref="T:IrcDotNet.IrcClient" />. - </summary> - </member> - <member name="P:IrcDotNet.IrcChannel.Client"> - <summary> - Gets the client to which the channel belongs. - </summary> - </member> - <member name="M:IrcDotNet.IrcChannel.GetChannelUser(IrcDotNet.IrcUser)"> - <summary> - Gets the <see cref="T:IrcDotNet.IrcChannelUser" /> in the channel that corresponds to the specified - <see cref="T:IrcDotNet.IrcUser" />, or <see langword="null" /> if none is found. - </summary> - <param name="user">The <see cref="T:IrcDotNet.IrcUser" /> for which to look.</param> - <returns>The <see cref="T:IrcDotNet.IrcChannelUser" /> in the channel that corresponds to the specified - <see cref="T:IrcDotNet.IrcUser" />, or <see langword="null" /> if none is found.</returns> - <exception cref="T:System.ArgumentNullException"> - <paramref name="user" /> is <see langword="null" />.</exception> - </member> - <member name="M:IrcDotNet.IrcChannel.GetModes(System.String)"> - <summary> - Requests a list of the current modes of the channel, or if <paramref name="modes" /> is specified, the - settings for the specified modes. - </summary> - <param name="modes">The modes for which to get the current settings, or <see langword="null" /> for all - current channel modes.</param> - </member> - <member name="M:IrcDotNet.IrcChannel.GetTopic"> - <summary> - Requests the current topic of the channel. - </summary> - </member> - <member name="M:IrcDotNet.IrcChannel.Invite(IrcDotNet.IrcUser)"> - <summary> - Invites the the specified user to the channel. - </summary> - <param name="user">The user to invite to the channel</param> - <param name="userNickName">The nick name of the user to invite.</param> - </member> - <member name="M:IrcDotNet.IrcChannel.Invite(System.String)"> - <summary> - Invites the the specified user to the channel. - </summary> - <param name="userNickName">The nick name of the user to invite.</param> - </member> - <member name="M:IrcDotNet.IrcChannel.Kick(System.String,System.String)"> - <summary> - Kicks the specified user from the channel, giving the specified comment. - </summary> - <param name="userNickName">The nick name of the user to kick from the channel.</param> - <param name="comment">The comment to give for the kick, or <see langword="null" /> for none.</param> - </member> - <member name="M:IrcDotNet.IrcChannel.Leave(System.String)"> - <summary> - Leaves the channel, giving the specified comment. - </summary> - <param name="comment">The comment to send the server upon leaving the channel, or <see langword="null" /> for - no comment.</param> - </member> - <member name="E:IrcDotNet.IrcChannel.MessageReceived"> - <summary> - Occurs when the channel has received a message. - </summary> - </member> - <member name="P:IrcDotNet.IrcChannel.Modes"> - <summary> - Gets a read-only collection of the modes the channel currently has. - </summary> - </member> - <member name="E:IrcDotNet.IrcChannel.ModesChanged"> - <summary> - Occurs when any of the modes of the channel have changed. - </summary> - </member> - <member name="P:IrcDotNet.IrcChannel.Name"> - <summary> - Gets the name of the channel. - </summary> - </member> - <member name="E:IrcDotNet.IrcChannel.NoticeReceived"> - <summary> - Occurs when the channel has received a notice. - </summary> - </member> - <member name="M:IrcDotNet.IrcChannel.OnMessageReceived(IrcDotNet.IrcMessageEventArgs)"> - <summary> - Raises the <see cref="E:IrcDotNet.IrcChannel.MessageReceived" /> event. - </summary> - <param name="e">The <see cref="T:IrcDotNet.IrcMessageEventArgs" /> instance containing the event data.</param> - </member> - <member name="M:IrcDotNet.IrcChannel.OnModesChanged(System.EventArgs)"> - <summary> - Raises the <see cref="E:IrcDotNet.IrcChannel.ModesChanged" /> event. - </summary> - <param name="e">The <see cref="T:System.EventArgs" /> instance containing the event data.</param> - </member> - <member name="M:IrcDotNet.IrcChannel.OnNoticeReceived(IrcDotNet.IrcMessageEventArgs)"> - <summary> - Raises the <see cref="E:IrcDotNet.IrcChannel.NoticeReceived" /> event. - </summary> - <param name="e">The <see cref="T:IrcDotNet.IrcMessageEventArgs" /> instance containing the event data.</param> - </member> - <member name="M:IrcDotNet.IrcChannel.OnPreviewMessageReceived(IrcDotNet.IrcPreviewMessageEventArgs)"> - <summary> - Raises the <see cref="E:IrcDotNet.IrcChannel.PreviewMessageReceived" /> event. - </summary> - <param name="e">The <see cref="T:IrcDotNet.IrcPreviewMessageEventArgs" /> instance containing the event data.</param> - </member> - <member name="M:IrcDotNet.IrcChannel.OnPreviewNoticeReceived(IrcDotNet.IrcPreviewMessageEventArgs)"> - <summary> - Raises the <see cref="E:IrcDotNet.IrcChannel.PreviewNoticeReceived" /> event. - </summary> - <param name="e">The <see cref="T:IrcDotNet.IrcPreviewMessageEventArgs" /> instance containing the event data.</param> - </member> - <member name="M:IrcDotNet.IrcChannel.OnPropertyChanged(System.ComponentModel.PropertyChangedEventArgs)"> - <summary> - Raises the <see cref="E:IrcDotNet.IrcChannel.PropertyChanged" /> event. - </summary> - <param name="e">The <see cref="T:System.ComponentModel.PropertyChangedEventArgs" /> instance containing the event data.</param> - </member> - <member name="M:IrcDotNet.IrcChannel.OnTopicChanged(System.EventArgs)"> - <summary> - Raises the <see cref="E:IrcDotNet.IrcChannel.TopicChanged" /> event. - </summary> - <param name="e">The <see cref="T:System.EventArgs" /> instance containing the event data.</param> - </member> - <member name="M:IrcDotNet.IrcChannel.OnUserInvited(IrcDotNet.IrcUserEventArgs)"> - <summary> - Raises the <see cref="E:IrcDotNet.IrcChannel.UserInvited" /> event. - </summary> - <param name="e">The <see cref="T:IrcDotNet.IrcUserEventArgs" /> instance containing the event data.</param> - </member> - <member name="M:IrcDotNet.IrcChannel.OnUserJoined(IrcDotNet.IrcChannelUserEventArgs)"> - <summary> - Raises the <see cref="E:IrcDotNet.IrcChannel.UserJoined" /> event. - </summary> - <param name="e">The <see cref="T:IrcDotNet.IrcChannelUserEventArgs" /> instance containing the event data.</param> - </member> - <member name="M:IrcDotNet.IrcChannel.OnUserKicked(IrcDotNet.IrcChannelUserEventArgs)"> - <summary> - Raises the <see cref="E:IrcDotNet.IrcChannel.UserKicked" /> event. - </summary> - <param name="e">The <see cref="T:IrcDotNet.IrcChannelUserEventArgs" /> instance containing the event data.</param> - </member> - <member name="M:IrcDotNet.IrcChannel.OnUserLeft(IrcDotNet.IrcChannelUserEventArgs)"> - <summary> - Raises the <see cref="E:IrcDotNet.IrcChannel.UserLeft" /> event. - </summary> - <param name="e">The <see cref="T:IrcDotNet.IrcChannelUserEventArgs" /> instance containing the event data.</param> - </member> - <member name="M:IrcDotNet.IrcChannel.OnUsersListReceived(System.EventArgs)"> - <summary> - Raises the <see cref="E:IrcDotNet.IrcChannel.UsersListReceived" /> event. - </summary> - <param name="e">The <see cref="T:System.EventArgs" /> instance containing the event data.</param> - </member> - <member name="E:IrcDotNet.IrcChannel.PreviewMessageReceived"> - <summary> - Occurs when the channel has received a message, before the <see cref="E:IrcDotNet.IrcChannel.MessageReceived" /> event. - </summary> - </member> - <member name="E:IrcDotNet.IrcChannel.PreviewNoticeReceived"> - <summary> - Occurs when the channel has received a notice, before the <see cref="E:IrcDotNet.IrcChannel.NoticeReceived" /> event. - </summary> - </member> - <member name="E:IrcDotNet.IrcChannel.PropertyChanged"> - <summary> - Occurs when a property value changes. - </summary> - </member> - <member name="M:IrcDotNet.IrcChannel.SetModes(System.Char[])"> - <summary> - Sets the specified modes on the channel. - </summary> - <param name="newModes">A collection of mode characters that should become the new modes. - Any modes in the collection that are not currently set will be set, and any nodes not in the collection that - are currently set will be unset.</param> - <param name="modes">The mode string that specifies mode changes, which takes the form - `( "+" / "-" ) *( mode character )`.</param> - <param name="modeParameters">A collection of parameters to he modes, or <see langword="null" /> for no - parameters.</param> - <exception cref="T:System.ArgumentNullException"> - <paramref name="newModes" /> is <see langword="null" />.</exception> - </member> - <member name="M:IrcDotNet.IrcChannel.SetModes(System.Collections.Generic.IEnumerable{System.Char})"> - <summary> - Sets the specified modes on the channel. - </summary> - <param name="newModes">A collection of mode characters that should become the new modes. - Any modes in the collection that are not currently set will be set, and any nodes not in the collection that - are currently set will be unset.</param> - <param name="modes">The mode string that specifies mode changes, which takes the form - `( "+" / "-" ) *( mode character )`.</param> - <param name="modeParameters">A collection of parameters to he modes, or <see langword="null" /> for no - parameters.</param> - <exception cref="T:System.ArgumentNullException"> - <paramref name="newModes" /> is <see langword="null" />.</exception> - </member> - <member name="M:IrcDotNet.IrcChannel.SetModes(System.Collections.Generic.IEnumerable{System.Char},System.Collections.Generic.IEnumerable{System.Char},System.Collections.Generic.IEnumerable{System.String})"> - <summary> - Sets the specified modes on the channel. - </summary> - <param name="modes">The mode string that specifies mode changes, which takes the form - `( "+" / "-" ) *( mode character )`.</param> - <param name="modeParameters">A collection of parameters to he modes, or <see langword="null" /> for no - parameters.</param> - <param name="setModes"> - <p style="color: #dc143c; font-size: 8.5pt; font-weight: bold;">[Missing <param name="setModes"/> documentation for "M:IrcDotNet.IrcChannel.SetModes(System.Collections.Generic.IEnumerable{System.Char},System.Collections.Generic.IEnumerable{System.Char},System.Collections.Generic.IEnumerable{System.String})"]</p> - </param> - <param name="unsetModes"> - <p style="color: #dc143c; font-size: 8.5pt; font-weight: bold;">[Missing <param name="unsetModes"/> documentation for "M:IrcDotNet.IrcChannel.SetModes(System.Collections.Generic.IEnumerable{System.Char},System.Collections.Generic.IEnumerable{System.Char},System.Collections.Generic.IEnumerable{System.String})"]</p> - </param> - <exception cref="T:System.ArgumentNullException"> - <paramref name="setModes" /> is <see langword="null" />.</exception> - <exception cref="T:System.ArgumentNullException"> - <paramref name="unsetModes" /> is <see langword="null" />.</exception> - </member> - <member name="M:IrcDotNet.IrcChannel.SetModes(System.String,System.Collections.Generic.IEnumerable{System.String})"> - <summary> - Sets the specified modes on the channel. - </summary> - <param name="modes">The mode string that specifies mode changes, which takes the form - `( "+" / "-" ) *( mode character )`.</param> - <param name="modeParameters">A collection of parameters to he modes, or <see langword="null" /> for no - parameters.</param> - <exception cref="T:System.ArgumentNullException"> - <paramref name="modes" /> is <see langword="null" />.</exception> - </member> - <member name="M:IrcDotNet.IrcChannel.SetModes(System.String,System.String[])"> - <summary> - Sets the specified modes on the channel. - </summary> - <param name="modes">The mode string that specifies mode changes, which takes the form - `( "+" / "-" ) *( mode character )`.</param> - <param name="modeParameters">A collection of parameters to he modes, or <see langword="null" /> for no - parameters.</param> - <exception cref="T:System.ArgumentNullException"> - <paramref name="modes" /> is <see langword="null" />.</exception> - </member> - <member name="M:IrcDotNet.IrcChannel.SetTopic(System.String)"> - <summary> - Sets the topic of the channel to the specified text. - </summary> - <param name="newTopic">The new topic to set.</param> - </member> - <member name="P:IrcDotNet.IrcChannel.Topic"> - <summary> - Gets the current topic of the channel. - </summary> - </member> - <member name="E:IrcDotNet.IrcChannel.TopicChanged"> - <summary> - Occurs when the topic of the channel has changed. - </summary> - </member> - <member name="M:IrcDotNet.IrcChannel.ToString"> - <summary> - Returns a string representation of this instance. - </summary> - <returns>A string that represents this instance.</returns> - </member> - <member name="P:IrcDotNet.IrcChannel.Type"> - <summary> - Gets the type of the channel. - </summary> - </member> - <member name="E:IrcDotNet.IrcChannel.UserInvited"> - <summary> - Occurs when a user is invited to join the channel. - </summary> - </member> - <member name="E:IrcDotNet.IrcChannel.UserJoined"> - <summary> - Occurs when a user has joined the channel. - </summary> - </member> - <member name="E:IrcDotNet.IrcChannel.UserKicked"> - <summary> - Occurs when a user is kicked from the channel. - </summary> - </member> - <member name="E:IrcDotNet.IrcChannel.UserLeft"> - <summary> - Occurs when a user has left the channel. - </summary> - </member> - <member name="P:IrcDotNet.IrcChannel.Users"> - <summary> - Gets a collection of all channel users currently in the channel. - </summary> - </member> - <member name="E:IrcDotNet.IrcChannel.UsersListReceived"> - <summary> - Occurs when the list of users in the channel has been received. - The list of users is sent initially upon joining the channel, or on the request of the client. - </summary> - </member> - <member name="T:IrcDotNet.IrcChannelCollection"> - <summary> - Represents a collection of <see cref="T:IrcDotNet.IrcChannel" /> objects. - </summary> - </member> - <member name="P:IrcDotNet.IrcChannelCollection.Client"> - <summary> - Gets the client to which the collection of channels belongs. - </summary> - </member> - <member name="M:IrcDotNet.IrcChannelCollection.Join(System.Collections.Generic.IEnumerable{System.String})"> - <summary> - Joins the specified channels. - </summary> - <param name="channels">A collection of the names of channels to join.</param> - </member> - <member name="M:IrcDotNet.IrcChannelCollection.Join(System.Collections.Generic.IEnumerable{System.Tuple{System.String,System.String}})"> - <summary> - Joins the specified channels. - </summary> - <param name="channels">A collection of 2-tuples of the names of channels to join and their keys.</param> - </member> - <member name="M:IrcDotNet.IrcChannelCollection.Join(System.String[])"> - <summary> - Joins the specified channels. - </summary> - <param name="channels">A collection of the names of channels to join.</param> - </member> - <member name="M:IrcDotNet.IrcChannelCollection.Join(System.Tuple{System.String,System.String}[])"> - <summary> - Joins the specified channels. - </summary> - <param name="channels">A collection of 2-tuples of the names of channels to join and their keys.</param> - </member> - <member name="M:IrcDotNet.IrcChannelCollection.Leave(System.Collections.Generic.IEnumerable{System.String},System.String)"> - <summary> - Leaves the specified channels, giving the specified comment. - </summary> - <param name="channels">A collection of the names of channels to leave.</param> - <param name="comment">The comment to send the server upon leaving the channel, or <see langword="null" /> for - no comment.</param> - </member> - <member name="M:IrcDotNet.IrcChannelCollection.Leave(System.String[])"> - <summary> - Leaves the specified channels, giving the specified comment. - </summary> - <param name="channels">A collection of the names of channels to leave.</param> - <param name="comment">The comment to send the server upon leaving the channel, or <see langword="null" /> for - no comment.</param> - </member> - <member name="T:IrcDotNet.IrcChannelEventArgs"> - <summary> - Provides data for events that concern an <see cref="T:IrcDotNet.IrcChannel" />. - </summary> - </member> - <member name="M:IrcDotNet.IrcChannelEventArgs.#ctor(IrcDotNet.IrcChannel,System.String)"> - <summary> - Initializes a new instance of the <see cref="T:IrcDotNet.IrcChannelEventArgs" /> class. - </summary> - <param name="channel">The channel that the event concerns.</param> - <param name="comment"> - <p style="color: #dc143c; font-size: 8.5pt; font-weight: bold;">[Missing <param name="comment"/> documentation for "M:IrcDotNet.IrcChannelEventArgs.#ctor(IrcDotNet.IrcChannel,System.String)"]</p> - </param> - </member> - <member name="P:IrcDotNet.IrcChannelEventArgs.Channel"> - <summary> - Gets the channel that the event concerns. - </summary> - </member> - <member name="T:IrcDotNet.IrcChannelInfo"> - <summary> - Stores information about a particular channel on an IRC network. - </summary> - </member> - <member name="M:IrcDotNet.IrcChannelInfo.#ctor(System.String,System.Nullable{System.Int32},System.String)"> - <summary> - Initializes a new instance of the <see cref="T:IrcDotNet.IrcChannelInfo" /> structure with the specified properties. - </summary> - <param name="name">The name of the channel.</param> - <param name="visibleUsersCount">The number of visible users in the channel.</param> - <param name="topic">The current topic of the channel.</param> - </member> - <member name="F:IrcDotNet.IrcChannelInfo.Name"> - <summary> - The name of the channel. - </summary> - </member> - <member name="F:IrcDotNet.IrcChannelInfo.Topic"> - <summary> - The current topic of the channel. - </summary> - </member> - <member name="F:IrcDotNet.IrcChannelInfo.VisibleUsersCount"> - <summary> - The number of visible users in the channel. - </summary> - </member> - <member name="T:IrcDotNet.IrcChannelInvitationEventArgs"> - <summary> - Provides data for the <see cref="E:IrcDotNet.IrcClient.PingReceived" /> event. - </summary> - </member> - <member name="M:IrcDotNet.IrcChannelInvitationEventArgs.#ctor(IrcDotNet.IrcChannel,IrcDotNet.IrcUser)"> - <summary> - Initializes a new instance of the <see cref="T:IrcDotNet.IrcChannelInvitationEventArgs" /> class. - </summary> - <param name="channel">The channel to which the recipient user is invited.</param> - <param name="inviter">The user inviting the recipient user to the channel.</param> - </member> - <member name="P:IrcDotNet.IrcChannelInvitationEventArgs.Inviter"> - <summary> - Gets the user inviting the recipient user to the channel - </summary> - </member> - <member name="T:IrcDotNet.IrcChannelListReceivedEventArgs"> - <summary> - Provides data for the <see cref="E:IrcDotNet.IrcClient.ChannelListReceived" /> event. - </summary> - </member> - <member name="M:IrcDotNet.IrcChannelListReceivedEventArgs.#ctor(System.Collections.Generic.IList{IrcDotNet.IrcChannelInfo})"> - <summary> - Initializes a new instance of the <see cref="T:IrcDotNet.IrcChannelListReceivedEventArgs" /> class. - </summary> - <param name="channels">A list of information about the channels that was returned by the server.</param> - </member> - <member name="P:IrcDotNet.IrcChannelListReceivedEventArgs.Channels"> - <summary> - Gets the list of information about the channels that was returned by the server. - </summary> - </member> - <member name="T:IrcDotNet.IrcChannelType"> - <summary> - Defines the types of channels. Each channel may only be of a single type at any one time. - </summary> - </member> - <member name="F:IrcDotNet.IrcChannelType.Unspecified"> - <summary> - The channel type is unspecified. - </summary> - </member> - <member name="F:IrcDotNet.IrcChannelType.Public"> - <summary> - The channel is public. The server always lists this channel. - </summary> - </member> - <member name="F:IrcDotNet.IrcChannelType.Private"> - <summary> - The channel is private. The server never lists this channel. - </summary> - </member> - <member name="F:IrcDotNet.IrcChannelType.Secret"> - <summary> - The channel is secret. The server never lists this channel and pretends it does not exist when responding to - queries. - </summary> - </member> - <member name="T:IrcDotNet.IrcChannelUser"> - <summary> - Represents an IRC user that exists on a specific channel on a specific <see cref="T:IrcDotNet.IrcClient" />. - </summary> - </member> - <member name="P:IrcDotNet.IrcChannelUser.Channel"> - <summary> - Gets or sets the channel. - </summary> - </member> - <member name="M:IrcDotNet.IrcChannelUser.DeOp"> - <summary> - Removes operator privileges from the user in the channel. - </summary> - </member> - <member name="M:IrcDotNet.IrcChannelUser.DeVoice"> - <summary> - Devoices the user in the channel - </summary> - </member> - <member name="M:IrcDotNet.IrcChannelUser.Kick(System.String)"> - <summary> - Kicks the user from the channel, giving the specified comment. - </summary> - <param name="comment">The comment to give for the kick, or <see langword="null" /> for none.</param> - </member> - <member name="P:IrcDotNet.IrcChannelUser.Modes"> - <summary> - A read-only collection of the channel modes the user currently has. - </summary> - </member> - <member name="E:IrcDotNet.IrcChannelUser.ModesChanged"> - <summary> - Occurs when the channel modes of the user have changed. - </summary> - </member> - <member name="M:IrcDotNet.IrcChannelUser.OnModesChanged(System.EventArgs)"> - <summary> - Raises the <see cref="E:IrcDotNet.IrcChannelUser.ModesChanged" /> event. - </summary> - <param name="e">The <see cref="T:System.EventArgs" /> instance containing the event data.</param> - </member> - <member name="M:IrcDotNet.IrcChannelUser.OnPropertyChanged(System.ComponentModel.PropertyChangedEventArgs)"> - <summary> - Raises the <see cref="E:IrcDotNet.IrcChannelUser.PropertyChanged" /> event. - </summary> - <param name="e">The <see cref="T:System.ComponentModel.PropertyChangedEventArgs" /> instance containing the event data.</param> - </member> - <member name="M:IrcDotNet.IrcChannelUser.Op"> - <summary> - Gives the user operator privileges in the channel. - </summary> - </member> - <member name="E:IrcDotNet.IrcChannelUser.PropertyChanged"> - <summary> - Occurs when a property value changes. - </summary> - </member> - <member name="M:IrcDotNet.IrcChannelUser.ToString"> - <summary> - Returns a string representation of this instance. - </summary> - <returns>A string that represents this instance.</returns> - </member> - <member name="P:IrcDotNet.IrcChannelUser.User"> - <summary> - Gets the <see cref="T:IrcDotNet.IrcUser" /> that is represented by the <see cref="T:IrcDotNet.IrcChannelUser" />. - </summary> - </member> - <member name="M:IrcDotNet.IrcChannelUser.Voice"> - <summary> - Voices the user in the channel. - </summary> - </member> - <member name="T:IrcDotNet.IrcChannelUserCollection"> - <summary> - Represents a collection of <see cref="T:IrcDotNet.IrcChannelUser" /> objects. - </summary> - </member> - <member name="P:IrcDotNet.IrcChannelUserCollection.Channel"> - <summary> - Gets the channel to which the collection of channel users belongs. - </summary> - </member> - <member name="M:IrcDotNet.IrcChannelUserCollection.GetUsers"> - <summary> - Gets a collection of all users that correspond to the channel users in the collection. - </summary> - <returns>A collection of users.</returns> - </member> - <member name="T:IrcDotNet.IrcChannelUserEventArgs"> - <summary> - Provides data for events that concern an <see cref="T:IrcDotNet.IrcChannelUser" />. - </summary> - </member> - <member name="M:IrcDotNet.IrcChannelUserEventArgs.#ctor(IrcDotNet.IrcChannelUser,System.String)"> - <summary> - Initializes a new instance of the <see cref="T:IrcDotNet.IrcChannelUserEventArgs" /> class. - </summary> - <param name="channelUser">The channel user that the event concerns.</param> - <param name="comment"> - <p style="color: #dc143c; font-size: 8.5pt; font-weight: bold;">[Missing <param name="comment"/> documentation for "M:IrcDotNet.IrcChannelUserEventArgs.#ctor(IrcDotNet.IrcChannelUser,System.String)"]</p> - </param> - </member> - <member name="P:IrcDotNet.IrcChannelUserEventArgs.ChannelUser"> - <summary> - Gets the channel user that the event concerns. - </summary> - </member> - <member name="T:IrcDotNet.IrcClient"> - <summary> - Represents a client that communicates with a server using the IRC (Internet Relay Chat) protocol. - - Do not inherit this class unless the protocol itself is being extended. - </summary> - </member> - <member name="M:IrcDotNet.IrcClient.#ctor"> - <summary> - Initializes a new instance of the <see cref="T:IrcDotNet.IrcClient" /> class. - </summary> - </member> - <member name="E:IrcDotNet.IrcClient.ChannelListReceived"> - <summary> - Occurs when a list of channels has been received from the server in response to a query. - </summary> - </member> - <member name="P:IrcDotNet.IrcClient.Channels"> - <summary> - Gets a collection of all channels known to the client. - </summary> - </member> - <member name="P:IrcDotNet.IrcClient.ChannelUserModes"> - <summary> - Gets a collection of channel modes that apply to users in a channel. - </summary> - </member> - <member name="E:IrcDotNet.IrcClient.ClientInfoReceived"> - <summary> - Occurs when the client information has been received from the server, following registration. - </summary> - </member> - <member name="M:IrcDotNet.IrcClient.Connect(System.Net.EndPoint,System.Boolean,IrcDotNet.IrcRegistrationInfo)"> - <summary> - Connects asynchronously to the specified server. - </summary> - <param name="remoteEndPoint">The network endpoint (IP address and port) of the server to which to connect. - </param> - <param name="useSsl"> - <see langword="true" /> to connect to the server via SSL; <see langword="false" />, - otherwise</param> - <param name="registrationInfo">The information used for registering the client. - The type of the object may be either <see cref="T:IrcDotNet.IrcUserRegistrationInfo" /> or - <see cref="T:IrcDotNet.IrcServiceRegistrationInfo" />.</param> - <exception cref="T:System.ArgumentNullException"> - <paramref name="registrationInfo" /> is <see langword="null" />. - </exception> - <exception cref="T:System.ArgumentException"> - <paramref name="registrationInfo" /> does not specify valid registration - information.</exception> - <exception cref="T:System.ObjectDisposedException">The current instance has already been disposed.</exception> - </member> - <member name="M:IrcDotNet.IrcClient.Connect(System.Net.IPAddress,System.Boolean,IrcDotNet.IrcRegistrationInfo)"> - <summary> - Connects asynchronously to the specified server. - </summary> - <param name="address">An IP addresses that designates the remote host.</param> - <param name="port">The port number of the remote host.</param> - <param name="remoteEndPoint">The network endpoint (IP address and port) of the server to which to connect. - </param> - <param name="useSsl"> - <see langword="true" /> to connect to the server via SSL; <see langword="false" />, - otherwise</param> - <param name="registrationInfo">The information used for registering the client. - The type of the object may be either <see cref="T:IrcDotNet.IrcUserRegistrationInfo" /> or - <see cref="T:IrcDotNet.IrcServiceRegistrationInfo" />.</param> - <exception cref="T:System.ArgumentNullException"> - <paramref name="registrationInfo" /> is <see langword="null" />. - </exception> - <exception cref="T:System.ArgumentException"> - <paramref name="registrationInfo" /> does not specify valid registration - information.</exception> - <exception cref="T:System.ObjectDisposedException">The current instance has already been disposed.</exception> - </member> - <member name="M:IrcDotNet.IrcClient.Connect(System.Net.IPAddress,System.Int32,System.Boolean,IrcDotNet.IrcRegistrationInfo)"> - <summary> - Connects asynchronously to the specified server. - </summary> - <param name="address">An IP addresses that designates the remote host.</param> - <param name="port">The port number of the remote host.</param> - <param name="remoteEndPoint">The network endpoint (IP address and port) of the server to which to connect. - </param> - <param name="useSsl"> - <see langword="true" /> to connect to the server via SSL; <see langword="false" />, - otherwise</param> - <param name="registrationInfo">The information used for registering the client. - The type of the object may be either <see cref="T:IrcDotNet.IrcUserRegistrationInfo" /> or - <see cref="T:IrcDotNet.IrcServiceRegistrationInfo" />.</param> - <exception cref="T:System.ArgumentNullException"> - <paramref name="registrationInfo" /> is <see langword="null" />. - </exception> - <exception cref="T:System.ArgumentException"> - <paramref name="registrationInfo" /> does not specify valid registration - information.</exception> - <exception cref="T:System.ObjectDisposedException">The current instance has already been disposed.</exception> - </member> - <member name="M:IrcDotNet.IrcClient.Connect(System.String,System.Boolean,IrcDotNet.IrcRegistrationInfo)"> - <summary> - Connects asynchronously to the specified server. - </summary> - <param name="hostName">The name of the remote host.</param> - <param name="port">The port number of the remote host.</param> - <param name="remoteEndPoint">The network endpoint (IP address and port) of the server to which to connect. - </param> - <param name="useSsl"> - <see langword="true" /> to connect to the server via SSL; <see langword="false" />, - otherwise</param> - <param name="registrationInfo">The information used for registering the client. - The type of the object may be either <see cref="T:IrcDotNet.IrcUserRegistrationInfo" /> or - <see cref="T:IrcDotNet.IrcServiceRegistrationInfo" />.</param> - <exception cref="T:System.ArgumentNullException"> - <paramref name="registrationInfo" /> is <see langword="null" />. - </exception> - <exception cref="T:System.ArgumentException"> - <paramref name="registrationInfo" /> does not specify valid registration - information.</exception> - <exception cref="T:System.ObjectDisposedException">The current instance has already been disposed.</exception> - </member> - <member name="M:IrcDotNet.IrcClient.Connect(System.String,System.Int32,System.Boolean,IrcDotNet.IrcRegistrationInfo)"> - <summary> - Connects asynchronously to the specified server. - </summary> - <param name="hostName">The name of the remote host.</param> - <param name="port">The port number of the remote host.</param> - <param name="remoteEndPoint">The network endpoint (IP address and port) of the server to which to connect. - </param> - <param name="useSsl"> - <see langword="true" /> to connect to the server via SSL; <see langword="false" />, - otherwise</param> - <param name="registrationInfo">The information used for registering the client. - The type of the object may be either <see cref="T:IrcDotNet.IrcUserRegistrationInfo" /> or - <see cref="T:IrcDotNet.IrcServiceRegistrationInfo" />.</param> - <exception cref="T:System.ArgumentNullException"> - <paramref name="registrationInfo" /> is <see langword="null" />. - </exception> - <exception cref="T:System.ArgumentException"> - <paramref name="registrationInfo" /> does not specify valid registration - information.</exception> - <exception cref="T:System.ObjectDisposedException">The current instance has already been disposed.</exception> - </member> - <member name="M:IrcDotNet.IrcClient.Connect(System.Uri,IrcDotNet.IrcRegistrationInfo)"> - <summary> - Connects to a server using the specified URL and user information. - </summary> - <param name="hostName">The name of the remote host.</param> - <param name="port">The port number of the remote host.</param> - <param name="remoteEndPoint">The network endpoint (IP address and port) of the server to which to connect. - </param> - <param name="useSsl"> - <see langword="true" /> to connect to the server via SSL; <see langword="false" />, - otherwise</param> - <param name="registrationInfo">The information used for registering the client. - The type of the object may be either <see cref="T:IrcDotNet.IrcUserRegistrationInfo" /> or - <see cref="T:IrcDotNet.IrcServiceRegistrationInfo" />.</param> - <param name="url"> - <p style="color: #dc143c; font-size: 8.5pt; font-weight: bold;">[Missing <param name="url"/> documentation for "M:IrcDotNet.IrcClient.Connect(System.Uri,IrcDotNet.IrcRegistrationInfo)"]</p> - </param> - <exception cref="T:System.ArgumentNullException"> - <paramref name="registrationInfo" /> is <see langword="null" />. - </exception> - <exception cref="T:System.ArgumentException"> - <paramref name="registrationInfo" /> does not specify valid registration - information.</exception> - <exception cref="T:System.ObjectDisposedException">The current instance has already been disposed.</exception> - </member> - <member name="E:IrcDotNet.IrcClient.Connected"> - <summary> - Occurs when the client has connected to the server. - </summary> - </member> - <member name="E:IrcDotNet.IrcClient.ConnectFailed"> - <summary> - Occurs when the client has failed to connect to the server. - </summary> - </member> - <member name="M:IrcDotNet.IrcClient.Disconnect"> - <summary> - Disconnects asynchronously from the server. - </summary> - <exception cref="T:System.ObjectDisposedException">The current instance has already been disposed.</exception> - </member> - <member name="E:IrcDotNet.IrcClient.Disconnected"> - <summary> - Occurs when the client has disconnected from the server. - </summary> - </member> - <member name="M:IrcDotNet.IrcClient.Dispose"> - <summary> - Releases all resources used by the <see cref="T:IrcDotNet.IrcClient" /> object. - </summary> - </member> - <member name="M:IrcDotNet.IrcClient.Dispose(System.Boolean)"> - <summary> - Releases all resources used by the <see cref="T:IrcDotNet.IrcClient" />. - </summary> - <param name="disposing"> - <see langword="true" /> if the consumer is actively disposing the object; - <see langword="false" /> if the garbage collector is finalizing the object.</param> - </member> - <member name="E:IrcDotNet.IrcClient.Error"> - <summary> - Occurs when the client encounters an error during execution, while connected. - </summary> - </member> - <member name="E:IrcDotNet.IrcClient.ErrorMessageReceived"> - <summary> - Occurs when an error message (ERROR command) is received from the server. - </summary> - </member> - <member name="M:IrcDotNet.IrcClient.Finalize"> - <summary> - Finalizes an instance of the <see cref="T:IrcDotNet.IrcClient" /> class. - </summary> - </member> - <member name="P:IrcDotNet.IrcClient.FloodPreventer"> - <summary> - Gets or sets an object that limits the rate of outgoing messages in order to prevent flooding the server. - The value is <see langword="null" /> by default, which indicates that no flood prevention should be - performed. - </summary> - </member> - <member name="M:IrcDotNet.IrcClient.GetChannelFromName(System.String)"> - <summary> - Gets the channel with the specified name, creating it if necessary. - </summary> - <param name="channelName">The name of the channel.</param> - <param name="createdNew"> - <see langword="true" /> if the channel object was created during the call; - <see langword="false" />, otherwise.</param> - <returns>The channel object that corresponds to the specified name.</returns> - </member> - <member name="M:IrcDotNet.IrcClient.GetChannelFromName(System.String,System.Boolean@)"> - <summary> - Gets the channel with the specified name, creating it if necessary. - </summary> - <param name="channelName">The name of the channel.</param> - <param name="createdNew"> - <see langword="true" /> if the channel object was created during the call; - <see langword="false" />, otherwise.</param> - <returns>The channel object that corresponds to the specified name.</returns> - </member> - <member name="M:IrcDotNet.IrcClient.GetChannelsFromList(System.String)"> - <summary> - Gets a list of channel objects from the specified comma-separated list of channel names. - </summary> - <param name="namesList">A value that contains a comma-separated list of names of channels.</param> - <returns>A list of channel objects that corresponds to the given list of channel names.</returns> - </member> - <member name="M:IrcDotNet.IrcClient.GetChannelType(System.Char)"> - <summary> - Gets the type of the channel from the specified character. - </summary> - <param name="type">A character that represents the type of the channel. - The character may be one of the following: - <list type="bullet"><listheader><term>Character</term><description>Channel type</description></listheader><item><term>=</term><description>Public channel</description></item><item><term>*</term><description>Private channel</description></item><item><term>@</term><description>Secret channel</description></item></list></param> - <returns>The channel type that corresponds to the specified character.</returns> - <exception cref="T:System.ArgumentException"> - <paramref name="type" /> does not correspond to any known channel type. - </exception> - </member> - <member name="M:IrcDotNet.IrcClient.GetMessageOfTheDay(System.String)"> - <summary> - Requests the Message of the Day (MOTD) from the specified server. - </summary> - <param name="targetServer">The name of the server from which to request the MOTD, or <see langword="null" /> - for the current server.</param> - <exception cref="T:System.ObjectDisposedException">The current instance has already been disposed.</exception> - </member> - <member name="M:IrcDotNet.IrcClient.GetMessageTarget(System.String)"> - <summary> - Gets the target of a message from the specified name. - A message target may be an <see cref="T:IrcDotNet.IrcUser" />, <see cref="T:IrcDotNet.IrcChannel" />, or <see cref="T:IrcDotNet.IrcTargetMask" />. - </summary> - <param name="targetName">The name of the target.</param> - <returns>The target object that corresponds to the given name.</returns> - <exception cref="T:System.ArgumentException"> - <paramref name="targetName" /> does not represent a valid message target. - </exception> - </member> - <member name="M:IrcDotNet.IrcClient.GetModeAndParameters(System.Collections.Generic.IEnumerable{System.String})"> - <summary> - Gets a collection of mode characters and mode parameters from the specified mode parameters. - Combines multiple mode strings into a single mode string. - </summary> - <param name="messageParameters">A collection of message parameters, which consists of mode strings and mode - parameters. A mode string is of the form `( "+" / "-" ) *( mode character )`, and specifies mode changes. - A mode parameter is arbitrary text associated with a certain mode.</param> - <returns>A 2-tuple of a single mode string and a collection of mode parameters. - Each mode parameter corresponds to a single mode character, in the same order.</returns> - </member> - <member name="M:IrcDotNet.IrcClient.GetNetworkInfo(System.String,System.String)"> - <summary> - Requests statistics about the connected IRC network. - If <paramref name="serverMask" /> is specified, then the server only returns information about the part of - the network formed by the servers whose names match the mask; otherwise, the information concerns the whole - network - </summary> - <param name="serverMask">A wildcard expression for matching against server names, or <see langword="null" /> - to match the entire network.</param> - <param name="targetServer">The name of the server to which to forward the message, or <see langword="null" /> - for the current server.</param> - <exception cref="T:System.ObjectDisposedException">The current instance has already been disposed.</exception> - </member> - <member name="M:IrcDotNet.IrcClient.GetServerFromHostName(System.String)"> - <summary> - Gets the server with the specified host name, creating it if necessary. - </summary> - <param name="hostName">The host name of the server.</param> - <param name="createdNew"> - <see langword="true" /> if the server object was created during the call; - <see langword="false" />, otherwise.</param> - <returns>The server object that corresponds to the specified host name.</returns> - </member> - <member name="M:IrcDotNet.IrcClient.GetServerFromHostName(System.String,System.Boolean@)"> - <summary> - Gets the server with the specified host name, creating it if necessary. - </summary> - <param name="hostName">The host name of the server.</param> - <param name="createdNew"> - <see langword="true" /> if the server object was created during the call; - <see langword="false" />, otherwise.</param> - <returns>The server object that corresponds to the specified host name.</returns> - </member> - <member name="M:IrcDotNet.IrcClient.GetServerLinks(System.String,System.String)"> - <summary> - Requests a list of all servers known by the target server. - If <paramref name="serverMask" /> is specified, then the server only returns information about the part of - the network formed by the servers whose names match the mask; otherwise, the information concerns the whole - network. - </summary> - <param name="serverMask">A wildcard expression for matching against server names, or <see langword="null" /> - to match the entire network.</param> - <param name="targetServer">The name of the server to which to forward the request, or <see langword="null" /> - for the current server.</param> - <exception cref="T:System.ObjectDisposedException">The current instance has already been disposed.</exception> - </member> - <member name="M:IrcDotNet.IrcClient.GetServerStatistics(System.Nullable{System.Char},System.String)"> - <summary> - Requests statistics about the specified server. - </summary> - <param name="query">The query character that indicates which server statistics to return. - The set of valid query characters is dependent on the implementation of the particular IRC server. - </param> - <param name="targetServer">The name of the server whose statistics to request.</param> - <exception cref="T:System.ObjectDisposedException">The current instance has already been disposed.</exception> - </member> - <member name="M:IrcDotNet.IrcClient.GetServerTime(System.String)"> - <summary> - Requests the local time on the specified server. - </summary> - <param name="targetServer">The name of the server whose local time to request.</param> - <exception cref="T:System.ObjectDisposedException">The current instance has already been disposed.</exception> - </member> - <member name="M:IrcDotNet.IrcClient.GetServerVersion(System.String)"> - <summary> - Requests the version of the specified server. - </summary> - <param name="targetServer">The name of the server whose version to request.</param> - <exception cref="T:System.ObjectDisposedException">The current instance has already been disposed.</exception> - </member> - <member name="M:IrcDotNet.IrcClient.GetSourceFromPrefix(System.String)"> - <summary> - Gets the source of a message from the specified prefix. - A message source may be a <see cref="T:IrcDotNet.IrcUser" /> or <see cref="T:IrcDotNet.IrcServer" />. - </summary> - <param name="prefix">The raw prefix of the message.</param> - <returns>The message source that corresponds to the specified prefix. The object is an instance of - <see cref="T:IrcDotNet.IrcUser" /> or <see cref="T:IrcDotNet.IrcServer" />.</returns> - <exception cref="T:System.ArgumentException"> - <paramref name="prefix" /> does not represent a valid message source. - </exception> - </member> - <member name="M:IrcDotNet.IrcClient.GetUserFromNickName(System.String,System.Boolean)"> - <summary> - Gets the user with the specified nick name, creating it if necessary. - </summary> - <param name="nickName">The nick name of the user.</param> - <param name="isOnline"> - <see langword="true" /> if the user is currently online; - <see langword="false" />, if the user is currently offline. - The <see cref="P:IrcDotNet.IrcUser.IsOnline" /> property of the user object is set to this value.</param> - <param name="createdNew"> - <see langword="true" /> if the user object was created during the call; - <see langword="false" />, otherwise.</param> - <returns>The user object that corresponds to the specified nick name.</returns> - </member> - <member name="M:IrcDotNet.IrcClient.GetUserFromNickName(System.String,System.Boolean,System.Boolean@)"> - <summary> - Gets the user with the specified nick name, creating it if necessary. - </summary> - <param name="nickName">The nick name of the user.</param> - <param name="isOnline"> - <see langword="true" /> if the user is currently online; - <see langword="false" />, if the user is currently offline. - The <see cref="P:IrcDotNet.IrcUser.IsOnline" /> property of the user object is set to this value.</param> - <param name="createdNew"> - <see langword="true" /> if the user object was created during the call; - <see langword="false" />, otherwise.</param> - <returns>The user object that corresponds to the specified nick name.</returns> - </member> - <member name="M:IrcDotNet.IrcClient.GetUserFromUserName(System.String)"> - <summary> - Gets the user with the specified user name, creating it if necessary. - </summary> - <param name="userName">The user name of the user.</param> - <param name="createdNew"> - <see langword="true" /> if the user object was created during the call; - <see langword="false" />, otherwise.</param> - <returns>The user object that corresponds to the specified user name.</returns> - </member> - <member name="M:IrcDotNet.IrcClient.GetUserFromUserName(System.String,System.Boolean@)"> - <summary> - Gets the user with the specified user name, creating it if necessary. - </summary> - <param name="userName">The user name of the user.</param> - <param name="createdNew"> - <see langword="true" /> if the user object was created during the call; - <see langword="false" />, otherwise.</param> - <returns>The user object that corresponds to the specified user name.</returns> - </member> - <member name="M:IrcDotNet.IrcClient.GetUserModeAndNickName(System.String)"> - <summary> - Extracts the the mode and nick name of a user from the specified value. - </summary> - <param name="input">The input value, containing a nick name optionally prefixed by a mode character.</param> - <returns>A 2-tuple of the nick name and user mode.</returns> - </member> - <member name="M:IrcDotNet.IrcClient.GetUsersFromList(System.String)"> - <summary> - Gets a list of user objects from the specified comma-separated list of nick names. - </summary> - <param name="nickNamesList">A value that contains a comma-separated list of nick names of users.</param> - <returns>A list of user objects that corresponds to the given list of nick names.</returns> - </member> - <member name="M:IrcDotNet.IrcClient.HandleISupportParameter(System.String,System.String)"> - <summary> - Handles the specified parameter value of an ISUPPORT message, received from the server upon registration. - </summary> - <param name="paramName">The name of the parameter.</param> - <param name="paramValue">The value of the parameter, or <see langword="null" /> if it does not have a value. - </param> - <returns> - <p style="color: #dc143c; font-size: 8.5pt; font-weight: bold;">[Missing <returns> documentation for "M:IrcDotNet.IrcClient.HandleISupportParameter(System.String,System.String)"]</p> - </returns> - </member> - <member name="M:IrcDotNet.IrcClient.HandleStatsEntryReceived(System.Int32,IrcDotNet.IrcClient.IrcMessage)"> - <summary> - Handles the specified statistical entry for the server, received in response to a STATS message. - </summary> - <param name="type">The type of the statistical entry for the server.</param> - <param name="message">The message that contains the statistical entry.</param> - </member> - <member name="M:IrcDotNet.IrcClient.IsChannelName(System.String)"> - <summary> - Determines whether the specified name refers to a channel. - </summary> - <param name="name">The name to check.</param> - <returns> - <see langword="true" /> if the specified name represents a channel; <see langword="false" />, - otherwise.</returns> - </member> - <member name="P:IrcDotNet.IrcClient.IsConnected"> - <summary> - Gets whether the client is currently connected to a server. - </summary> - </member> - <member name="P:IrcDotNet.IrcClient.IsDisposed"> - <summary> - Gets whether the <see cref="T:IrcDotNet.IrcClient" /> object has been disposed. - </summary> - </member> - <member name="P:IrcDotNet.IrcClient.IsRegistered"> - <summary> - Gets whether the client connection has been registered with the server. - </summary> - </member> - <member name="M:IrcDotNet.IrcClient.ListChannels(System.Collections.Generic.IEnumerable{System.String})"> - <summary> - Requests a list of information about the specified (or all) channels on the network. - </summary> - <param name="channelNames">The names of the channels to list, or <see langword="null" /> to list all channels - on the network.</param> - </member> - <member name="M:IrcDotNet.IrcClient.ListChannels(System.String[])"> - <summary> - Requests a list of information about the specified (or all) channels on the network. - </summary> - <param name="channelNames">The names of the channels to list, or <see langword="null" /> to list all channels - on the network.</param> - </member> - <member name="P:IrcDotNet.IrcClient.LocalUser"> - <summary> - Gets the local user. The local user is the user managed by this client connection. - </summary> - </member> - <member name="P:IrcDotNet.IrcClient.MessageOfTheDay"> - <summary> - Gets the Message of the Day (MOTD) sent by the server. - This value is set after successful registration of the connection. - </summary> - </member> - <member name="E:IrcDotNet.IrcClient.MotdReceived"> - <summary> - Occurs when the Message of the Day (MOTD) has been received from the server. - </summary> - </member> - <member name="P:IrcDotNet.IrcClient.NetworkInformation"> - <summary> - Gets information about the IRC network that is given by the server. - This value is set after successful registration of the connection. - </summary> - </member> - <member name="E:IrcDotNet.IrcClient.NetworkInformationReceived"> - <summary> - Occurs when information about the IRC network has been received from the server. - </summary> - </member> - <member name="M:IrcDotNet.IrcClient.OnChannelListReceived(IrcDotNet.IrcChannelListReceivedEventArgs)"> - <summary> - Raises the <see cref="E:IrcDotNet.IrcClient.ChannelListReceived" /> event. - </summary> - <param name="e">The <see cref="T:IrcDotNet.IrcChannelListReceivedEventArgs" /> instance containing the event data. - </param> - </member> - <member name="M:IrcDotNet.IrcClient.OnClientInfoReceived(System.EventArgs)"> - <summary> - Raises the <see cref="E:IrcDotNet.IrcClient.ClientInfoReceived" /> event. - </summary> - <param name="e">The <see cref="T:System.EventArgs" /> instance containing the event data.</param> - </member> - <member name="M:IrcDotNet.IrcClient.OnConnected(System.EventArgs)"> - <summary> - Raises the <see cref="E:IrcDotNet.IrcClient.Connected" /> event. - </summary> - <param name="e">The <see cref="T:System.EventArgs" /> instance containing the event data.</param> - </member> - <member name="M:IrcDotNet.IrcClient.OnConnectFailed(IrcDotNet.IrcErrorEventArgs)"> - <summary> - Raises the <see cref="E:IrcDotNet.IrcClient.ConnectFailed" /> event. - </summary> - <param name="e">The <see cref="T:IrcDotNet.IrcErrorEventArgs" /> instance containing the event data.</param> - </member> - <member name="M:IrcDotNet.IrcClient.OnDisconnected(System.EventArgs)"> - <summary> - Raises the <see cref="E:IrcDotNet.IrcClient.Disconnected" /> event. - </summary> - <param name="e">The <see cref="T:System.EventArgs" /> instance containing the event data.</param> - </member> - <member name="M:IrcDotNet.IrcClient.OnError(IrcDotNet.IrcErrorEventArgs)"> - <summary> - Raises the <see cref="E:IrcDotNet.IrcClient.Error" /> event. - </summary> - <param name="e">The <see cref="T:IrcDotNet.IrcErrorEventArgs" /> instance containing the event data.</param> - </member> - <member name="M:IrcDotNet.IrcClient.OnErrorMessageReceived(IrcDotNet.IrcErrorMessageEventArgs)"> - <summary> - Raises the <see cref="E:IrcDotNet.IrcClient.ErrorMessageReceived" /> event. - </summary> - <param name="e">The <see cref="T:IrcDotNet.IrcErrorMessageEventArgs" /> instance containing the event data.</param> - </member> - <member name="M:IrcDotNet.IrcClient.OnMotdReceived(System.EventArgs)"> - <summary> - Raises the <see cref="E:IrcDotNet.IrcClient.MotdReceived" /> event. - </summary> - <param name="e">The <see cref="T:System.EventArgs" /> instance containing the event data.</param> - </member> - <member name="M:IrcDotNet.IrcClient.OnNetworkInformationReceived(System.EventArgs)"> - <summary> - Raises the <see cref="E:IrcDotNet.IrcClient.NetworkInformationReceived" /> event. - </summary> - <param name="e">The <see cref="T:System.EventArgs" /> instance containing the event data.</param> - </member> - <member name="M:IrcDotNet.IrcClient.OnPingReceived(IrcDotNet.IrcPingOrPongReceivedEventArgs)"> - <summary> - Raises the <see cref="E:IrcDotNet.IrcClient.PingReceived" /> event. - </summary> - <param name="e">The <see cref="T:IrcDotNet.IrcPingOrPongReceivedEventArgs" /> instance containing the event data.</param> - </member> - <member name="M:IrcDotNet.IrcClient.OnPongReceived(IrcDotNet.IrcPingOrPongReceivedEventArgs)"> - <summary> - Raises the <see cref="E:IrcDotNet.IrcClient.PongReceived" /> event. - </summary> - <param name="e">The <see cref="T:IrcDotNet.IrcPingOrPongReceivedEventArgs" /> instance containing the event data.</param> - </member> - <member name="M:IrcDotNet.IrcClient.OnProtocolError(IrcDotNet.IrcProtocolErrorEventArgs)"> - <summary> - Raises the <see cref="E:IrcDotNet.IrcClient.ProtocolError" /> event. - </summary> - <param name="e">The <see cref="T:IrcDotNet.IrcProtocolErrorEventArgs" /> instance containing the event data.</param> - </member> - <member name="M:IrcDotNet.IrcClient.OnRawMessageReceived(IrcDotNet.IrcRawMessageEventArgs)"> - <summary> - Raises the <see cref="E:IrcDotNet.IrcClient.RawMessageReceived" /> event. - </summary> - <param name="e">The <see cref="T:IrcDotNet.IrcRawMessageEventArgs" /> instance containing the event data.</param> - </member> - <member name="M:IrcDotNet.IrcClient.OnRawMessageSent(IrcDotNet.IrcRawMessageEventArgs)"> - <summary> - Raises the <see cref="E:IrcDotNet.IrcClient.RawMessageSent" /> event. - </summary> - <param name="e">The <see cref="T:IrcDotNet.IrcRawMessageEventArgs" /> instance containing the event data.</param> - </member> - <member name="M:IrcDotNet.IrcClient.OnRegistered(System.EventArgs)"> - <summary> - Raises the <see cref="E:IrcDotNet.IrcClient.Registered" /> event. - </summary> - <param name="e">The <see cref="T:System.EventArgs" /> instance containing the event data.</param> - </member> - <member name="M:IrcDotNet.IrcClient.OnServerBounce(IrcDotNet.IrcServerInfoEventArgs)"> - <summary> - Raises the <see cref="E:IrcDotNet.IrcClient.ServerBounce" /> event. - </summary> - <param name="e">The <see cref="T:IrcDotNet.IrcServerInfoEventArgs" /> instance containing the event data.</param> - </member> - <member name="M:IrcDotNet.IrcClient.OnServerLinksListReceived(IrcDotNet.IrcServerLinksListReceivedEventArgs)"> - <summary> - Raises the <see cref="E:IrcDotNet.IrcClient.ServerLinksListReceived" /> event. - </summary> - <param name="e">The <see cref="T:IrcDotNet.IrcServerLinksListReceivedEventArgs" /> instance containing the event data. - </param> - </member> - <member name="M:IrcDotNet.IrcClient.OnServerStatsReceived(IrcDotNet.IrcServerStatsReceivedEventArgs)"> - <summary> - Raises the <see cref="E:IrcDotNet.IrcClient.ServerStatsReceived" /> event. - </summary> - <param name="e">The <see cref="T:IrcDotNet.IrcServerStatsReceivedEventArgs" /> instance containing the event data. - </param> - </member> - <member name="M:IrcDotNet.IrcClient.OnServerSupportedFeaturesReceived(System.EventArgs)"> - <summary> - Raises the <see cref="E:IrcDotNet.IrcClient.ServerSupportedFeaturesReceived" /> event. - </summary> - <param name="e">The <see cref="T:System.EventArgs" /> instance containing the event data.</param> - </member> - <member name="M:IrcDotNet.IrcClient.OnServerTimeReceived(IrcDotNet.IrcServerTimeEventArgs)"> - <summary> - Raises the <see cref="E:IrcDotNet.IrcClient.ServerTimeReceived" /> event. - </summary> - <param name="e">The <see cref="T:IrcDotNet.IrcServerTimeEventArgs" /> instance containing the event data.</param> - </member> - <member name="M:IrcDotNet.IrcClient.OnServerVersionInfoReceived(IrcDotNet.IrcServerVersionInfoEventArgs)"> - <summary> - Raises the <see cref="E:IrcDotNet.IrcClient.ServerVersionInfoReceived" /> event. - </summary> - <param name="e">The <see cref="T:IrcDotNet.IrcServerVersionInfoEventArgs" /> instance containing the event data.</param> - </member> - <member name="M:IrcDotNet.IrcClient.OnValidateSslCertificate(IrcDotNet.IrcValidateSslCertificateEventArgs)"> - <summary> - Raises the <see cref="E:IrcDotNet.IrcClient.ValidateSslCertificate" /> event. - </summary> - <param name="e">The <see cref="T:IrcDotNet.IrcValidateSslCertificateEventArgs" /> instance containing the event data. - </param> - </member> - <member name="M:IrcDotNet.IrcClient.OnWhoIsReplyReceived(IrcDotNet.IrcUserEventArgs)"> - <summary> - Raises the <see cref="E:IrcDotNet.IrcClient.WhoIsReplyReceived" /> event. - </summary> - <param name="e">The <see cref="T:IrcDotNet.IrcUserEventArgs" /> instance containing the event data.</param> - </member> - <member name="M:IrcDotNet.IrcClient.OnWhoReplyReceived(IrcDotNet.IrcNameEventArgs)"> - <summary> - Raises the <see cref="E:IrcDotNet.IrcClient.WhoReplyReceived" /> event. - </summary> - <param name="e">The <see cref="T:IrcDotNet.IrcNameEventArgs" /> instance containing the event data.</param> - </member> - <member name="M:IrcDotNet.IrcClient.OnWhoWasReplyReceived(IrcDotNet.IrcUserEventArgs)"> - <summary> - Raises the <see cref="E:IrcDotNet.IrcClient.WhoWasReplyReceived" /> event. - </summary> - <param name="e">The <see cref="T:IrcDotNet.IrcUserEventArgs" /> instance containing the event data.</param> - </member> - <member name="M:IrcDotNet.IrcClient.Ping(System.String)"> - <summary> - Sends a ping to the specified server. - </summary> - <param name="targetServer">The name of the server to ping.</param> - <exception cref="T:System.ObjectDisposedException">The current instance has already been disposed.</exception> - </member> - <member name="E:IrcDotNet.IrcClient.PingReceived"> - <summary> - Occurs when a ping query is received from the server. - The client automatically replies to pings from the server; this event is only a notification. - </summary> - </member> - <member name="E:IrcDotNet.IrcClient.PongReceived"> - <summary> - Occurs when a pong reply is received from the server. - </summary> - </member> - <member name="M:IrcDotNet.IrcClient.ProcessMessageEndOfStats(IrcDotNet.IrcClient.IrcMessage)"> - <summary> - Process RPL_ENDOFSTATS responses from the server. - </summary> - <param name="message">The message received from the server.</param> - </member> - <member name="M:IrcDotNet.IrcClient.ProcessMessageError(IrcDotNet.IrcClient.IrcMessage)"> - <summary> - Process ERROR messages received from the server. - </summary> - <param name="message">The message received from the server.</param> - </member> - <member name="M:IrcDotNet.IrcClient.ProcessMessageInvite(IrcDotNet.IrcClient.IrcMessage)"> - <summary> - Process INVITE messages received from the server. - </summary> - <param name="message">The message received from the server.</param> - </member> - <member name="M:IrcDotNet.IrcClient.ProcessMessageJoin(IrcDotNet.IrcClient.IrcMessage)"> - <summary> - Process JOIN messages received from the server. - </summary> - <param name="message">The message received from the server.</param> - </member> - <member name="M:IrcDotNet.IrcClient.ProcessMessageKick(IrcDotNet.IrcClient.IrcMessage)"> - <summary> - Process KICK messages received from the server. - </summary> - <param name="message">The message received from the server.</param> - </member> - <member name="M:IrcDotNet.IrcClient.ProcessMessageLUserChannels(IrcDotNet.IrcClient.IrcMessage)"> - <summary> - Process RPL_LUSERCHANNELS responses from the server. - </summary> - <param name="message">The message received from the server.</param> - </member> - <member name="M:IrcDotNet.IrcClient.ProcessMessageLUserClient(IrcDotNet.IrcClient.IrcMessage)"> - <summary> - Process RPL_LUSERCLIENT responses from the server. - </summary> - <param name="message">The message received from the server.</param> - </member> - <member name="M:IrcDotNet.IrcClient.ProcessMessageLUserMe(IrcDotNet.IrcClient.IrcMessage)"> - <summary> - Process RPL_LUSERME responses from the server. - </summary> - <param name="message">The message received from the server.</param> - </member> - <member name="M:IrcDotNet.IrcClient.ProcessMessageLUserOp(IrcDotNet.IrcClient.IrcMessage)"> - <summary> - Process RPL_LUSEROP responses from the server. - </summary> - <param name="message">The message received from the server.</param> - </member> - <member name="M:IrcDotNet.IrcClient.ProcessMessageLUserUnknown(IrcDotNet.IrcClient.IrcMessage)"> - <summary> - Process RPL_LUSERUNKNOWN responses from the server. - </summary> - <param name="message">The message received from the server.</param> - </member> - <member name="M:IrcDotNet.IrcClient.ProcessMessageMode(IrcDotNet.IrcClient.IrcMessage)"> - <summary> - Process MODE messages received from the server. - </summary> - <param name="message">The message received from the server.</param> - </member> - <member name="M:IrcDotNet.IrcClient.ProcessMessageNick(IrcDotNet.IrcClient.IrcMessage)"> - <summary> - Process NICK messages received from the server. - </summary> - <param name="message">The message received from the server.</param> - </member> - <member name="M:IrcDotNet.IrcClient.ProcessMessageNotice(IrcDotNet.IrcClient.IrcMessage)"> - <summary> - Process NOTICE messages received from the server. - </summary> - <param name="message">The message received from the server.</param> - </member> - <member name="M:IrcDotNet.IrcClient.ProcessMessageNumericError(IrcDotNet.IrcClient.IrcMessage)"> - <summary> - Process numeric error (from 400 to 599) responses from the server. - </summary> - <param name="message">The message received from the server.</param> - </member> - <member name="M:IrcDotNet.IrcClient.ProcessMessagePart(IrcDotNet.IrcClient.IrcMessage)"> - <summary> - Process PART messages received from the server. - </summary> - <param name="message">The message received from the server.</param> - </member> - <member name="M:IrcDotNet.IrcClient.ProcessMessagePing(IrcDotNet.IrcClient.IrcMessage)"> - <summary> - Process PING messages received from the server. - </summary> - <param name="message">The message received from the server.</param> - </member> - <member name="M:IrcDotNet.IrcClient.ProcessMessagePong(IrcDotNet.IrcClient.IrcMessage)"> - <summary> - Process PONG messages received from the server. - </summary> - <param name="message">The message received from the server.</param> - </member> - <member name="M:IrcDotNet.IrcClient.ProcessMessagePrivateMessage(IrcDotNet.IrcClient.IrcMessage)"> - <summary> - Process PRIVMSG messages received from the server. - </summary> - <param name="message">The message received from the server.</param> - </member> - <member name="M:IrcDotNet.IrcClient.ProcessMessageQuit(IrcDotNet.IrcClient.IrcMessage)"> - <summary> - Process QUIT messages received from the server. - </summary> - <param name="message">The message received from the server.</param> - </member> - <member name="M:IrcDotNet.IrcClient.ProcessMessageReplyAway(IrcDotNet.IrcClient.IrcMessage)"> - <summary> - Process RPL_AWAY responses from the server. - </summary> - <param name="message">The message received from the server.</param> - </member> - <member name="M:IrcDotNet.IrcClient.ProcessMessageReplyBounceOrISupport(IrcDotNet.IrcClient.IrcMessage)"> - <summary> - Process RPL_BOUNCE and RPL_ISUPPORT responses from the server. - </summary> - <param name="message">The message received from the server.</param> - </member> - <member name="M:IrcDotNet.IrcClient.ProcessMessageReplyCreated(IrcDotNet.IrcClient.IrcMessage)"> - <summary> - Process RPL_CREATED responses from the server. - </summary> - <param name="message">The message received from the server.</param> - </member> - <member name="M:IrcDotNet.IrcClient.ProcessMessageReplyEndOfLinks(IrcDotNet.IrcClient.IrcMessage)"> - <summary> - Process RPL_ENDOFLINKS responses from the server. - </summary> - <param name="message">The message received from the server.</param> - </member> - <member name="M:IrcDotNet.IrcClient.ProcessMessageReplyEndOfNames(IrcDotNet.IrcClient.IrcMessage)"> - <summary> - Process RPL_ENDOFNAMES responses from the server. - </summary> - <param name="message">The message received from the server.</param> - </member> - <member name="M:IrcDotNet.IrcClient.ProcessMessageReplyEndOfWho(IrcDotNet.IrcClient.IrcMessage)"> - <summary> - Process RPL_ENDOFWHO responses from the server. - </summary> - <param name="message">The message received from the server.</param> - </member> - <member name="M:IrcDotNet.IrcClient.ProcessMessageReplyEndOfWhoIs(IrcDotNet.IrcClient.IrcMessage)"> - <summary> - Process 318 responses from the server. - </summary> - <param name="message">The message received from the server.</param> - </member> - <member name="M:IrcDotNet.IrcClient.ProcessMessageReplyEndOfWhoWas(IrcDotNet.IrcClient.IrcMessage)"> - <summary> - Process RPL_ENDOFWHOWAS responses from the server. - </summary> - <param name="message">The message received from the server.</param> - </member> - <member name="M:IrcDotNet.IrcClient.ProcessMessageReplyInviting(IrcDotNet.IrcClient.IrcMessage)"> - <summary> - Process RPL_INVITING responses from the server. - </summary> - <param name="message">The message received from the server.</param> - </member> - <member name="M:IrcDotNet.IrcClient.ProcessMessageReplyIsOn(IrcDotNet.IrcClient.IrcMessage)"> - <summary> - Process RPL_ISON responses from the server. - </summary> - <param name="message">The message received from the server.</param> - </member> - <member name="M:IrcDotNet.IrcClient.ProcessMessageReplyLinks(IrcDotNet.IrcClient.IrcMessage)"> - <summary> - Process RPL_LINKS responses from the server. - </summary> - <param name="message">The message received from the server.</param> - </member> - <member name="M:IrcDotNet.IrcClient.ProcessMessageReplyList(IrcDotNet.IrcClient.IrcMessage)"> - <summary> - Process RPL_LIST responses from the server. - </summary> - <param name="message">The message received from the server.</param> - </member> - <member name="M:IrcDotNet.IrcClient.ProcessMessageReplyListEnd(IrcDotNet.IrcClient.IrcMessage)"> - <summary> - Process RPL_LISTEND responses from the server. - </summary> - <param name="message">The message received from the server.</param> - </member> - <member name="M:IrcDotNet.IrcClient.ProcessMessageReplyMotd(IrcDotNet.IrcClient.IrcMessage)"> - <summary> - Process RPL_MOTD responses from the server. - </summary> - <param name="message">The message received from the server.</param> - </member> - <member name="M:IrcDotNet.IrcClient.ProcessMessageReplyMotdEnd(IrcDotNet.IrcClient.IrcMessage)"> - <summary> - Process RPL_ENDOFMOTD responses from the server. - </summary> - <param name="message">The message received from the server.</param> - </member> - <member name="M:IrcDotNet.IrcClient.ProcessMessageReplyMotdStart(IrcDotNet.IrcClient.IrcMessage)"> - <summary> - Process RPL_MOTDSTART responses from the server. - </summary> - <param name="message">The message received from the server.</param> - </member> - <member name="M:IrcDotNet.IrcClient.ProcessMessageReplyMyInfo(IrcDotNet.IrcClient.IrcMessage)"> - <summary> - Process RPL_MYINFO responses from the server. - </summary> - <param name="message">The message received from the server.</param> - </member> - <member name="M:IrcDotNet.IrcClient.ProcessMessageReplyNameReply(IrcDotNet.IrcClient.IrcMessage)"> - <summary> - Process RPL_NAMEREPLY responses from the server. - </summary> - <param name="message">The message received from the server.</param> - </member> - <member name="M:IrcDotNet.IrcClient.ProcessMessageReplyNoTopic(IrcDotNet.IrcClient.IrcMessage)"> - <summary> - Process RPL_NOTOPIC responses from the server. - </summary> - <param name="message">The message received from the server.</param> - </member> - <member name="M:IrcDotNet.IrcClient.ProcessMessageReplyNowAway(IrcDotNet.IrcClient.IrcMessage)"> - <summary> - Process RPL_NOWAWAY responses from the server. - </summary> - <param name="message">The message received from the server.</param> - </member> - <member name="M:IrcDotNet.IrcClient.ProcessMessageReplyTime(IrcDotNet.IrcClient.IrcMessage)"> - <summary> - Process RPL_TIME responses from the server. - </summary> - <param name="message">The message received from the server.</param> - </member> - <member name="M:IrcDotNet.IrcClient.ProcessMessageReplyTopic(IrcDotNet.IrcClient.IrcMessage)"> - <summary> - Process RPL_TOPIC responses from the server. - </summary> - <param name="message">The message received from the server.</param> - </member> - <member name="M:IrcDotNet.IrcClient.ProcessMessageReplyUnAway(IrcDotNet.IrcClient.IrcMessage)"> - <summary> - Process RPL_UNAWAY responses from the server. - </summary> - <param name="message">The message received from the server.</param> - </member> - <member name="M:IrcDotNet.IrcClient.ProcessMessageReplyVersion(IrcDotNet.IrcClient.IrcMessage)"> - <summary> - Process RPL_VERSION responses from the server. - </summary> - <param name="message">The message received from the server.</param> - </member> - <member name="M:IrcDotNet.IrcClient.ProcessMessageReplyWelcome(IrcDotNet.IrcClient.IrcMessage)"> - <summary> - Process RPL_WELCOME responses from the server. - </summary> - <param name="message">The message received from the server.</param> - </member> - <member name="M:IrcDotNet.IrcClient.ProcessMessageReplyWhoIsChannels(IrcDotNet.IrcClient.IrcMessage)"> - <summary> - Process RPL_WHOISCHANNELS responses from the server. - </summary> - <param name="message">The message received from the server.</param> - </member> - <member name="M:IrcDotNet.IrcClient.ProcessMessageReplyWhoIsIdle(IrcDotNet.IrcClient.IrcMessage)"> - <summary> - Process RPL_WHOISIDLE responses from the server. - </summary> - <param name="message">The message received from the server.</param> - </member> - <member name="M:IrcDotNet.IrcClient.ProcessMessageReplyWhoIsOperator(IrcDotNet.IrcClient.IrcMessage)"> - <summary> - Process RPL_WHOISOPERATOR responses from the server. - </summary> - <param name="message">The message received from the server.</param> - </member> - <member name="M:IrcDotNet.IrcClient.ProcessMessageReplyWhoIsServer(IrcDotNet.IrcClient.IrcMessage)"> - <summary> - Process RPL_WHOISSERVER responses from the server. - </summary> - <param name="message">The message received from the server.</param> - </member> - <member name="M:IrcDotNet.IrcClient.ProcessMessageReplyWhoIsUser(IrcDotNet.IrcClient.IrcMessage)"> - <summary> - Process RPL_WHOISUSER responses from the server. - </summary> - <param name="message">The message received from the server.</param> - </member> - <member name="M:IrcDotNet.IrcClient.ProcessMessageReplyWhoReply(IrcDotNet.IrcClient.IrcMessage)"> - <summary> - Process RPL_WHOREPLY responses from the server. - </summary> - <param name="message">The message received from the server.</param> - </member> - <member name="M:IrcDotNet.IrcClient.ProcessMessageReplyWhoWasUser(IrcDotNet.IrcClient.IrcMessage)"> - <summary> - Process RPL_WHOWASUSER responses from the server. - </summary> - <param name="message">The message received from the server.</param> - </member> - <member name="M:IrcDotNet.IrcClient.ProcessMessageReplyYouAreService(IrcDotNet.IrcClient.IrcMessage)"> - <summary> - Process RPL_YOURESERVICE responses from the server. - </summary> - <param name="message">The message received from the server.</param> - </member> - <member name="M:IrcDotNet.IrcClient.ProcessMessageReplyYourHost(IrcDotNet.IrcClient.IrcMessage)"> - <summary> - Process RPL_YOURHOST responses from the server. - </summary> - <param name="message">The message received from the server.</param> - </member> - <member name="M:IrcDotNet.IrcClient.ProcessMessageStatsCLine(IrcDotNet.IrcClient.IrcMessage)"> - <summary> - Process RPL_STATSCLINE responses from the server. - </summary> - <param name="message">The message received from the server.</param> - </member> - <member name="M:IrcDotNet.IrcClient.ProcessMessageStatsCommands(IrcDotNet.IrcClient.IrcMessage)"> - <summary> - Process RPL_STATSCOMMANDS responses from the server. - </summary> - <param name="message">The message received from the server.</param> - </member> - <member name="M:IrcDotNet.IrcClient.ProcessMessageStatsHLine(IrcDotNet.IrcClient.IrcMessage)"> - <summary> - Process RPL_STATSHLINE responses from the server. - </summary> - <param name="message">The message received from the server.</param> - </member> - <member name="M:IrcDotNet.IrcClient.ProcessMessageStatsILine(IrcDotNet.IrcClient.IrcMessage)"> - <summary> - Process RPL_STATSILINE responses from the server. - </summary> - <param name="message">The message received from the server.</param> - </member> - <member name="M:IrcDotNet.IrcClient.ProcessMessageStatsKLine(IrcDotNet.IrcClient.IrcMessage)"> - <summary> - Process RPL_STATSKLINE responses from the server. - </summary> - <param name="message">The message received from the server.</param> - </member> - <member name="M:IrcDotNet.IrcClient.ProcessMessageStatsLinkInfo(IrcDotNet.IrcClient.IrcMessage)"> - <summary> - Process RPL_STATSLINKINFO responses from the server. - </summary> - <param name="message">The message received from the server.</param> - </member> - <member name="M:IrcDotNet.IrcClient.ProcessMessageStatsLLine(IrcDotNet.IrcClient.IrcMessage)"> - <summary> - Process RPL_STATSLLINE responses from the server. - </summary> - <param name="message">The message received from the server.</param> - </member> - <member name="M:IrcDotNet.IrcClient.ProcessMessageStatsNLine(IrcDotNet.IrcClient.IrcMessage)"> - <summary> - Process RPL_STATSNLINE responses from the server. - </summary> - <param name="message">The message received from the server.</param> - </member> - <member name="M:IrcDotNet.IrcClient.ProcessMessageStatsOLine(IrcDotNet.IrcClient.IrcMessage)"> - <summary> - Process RPL_STATSOLINE responses from the server. - </summary> - <param name="message">The message received from the server.</param> - </member> - <member name="M:IrcDotNet.IrcClient.ProcessMessageStatsUpTime(IrcDotNet.IrcClient.IrcMessage)"> - <summary> - Process RPL_STATSUPTIME responses from the server. - </summary> - <param name="message">The message received from the server.</param> - </member> - <member name="M:IrcDotNet.IrcClient.ProcessMessageStatsYLine(IrcDotNet.IrcClient.IrcMessage)"> - <summary> - Process RPL_STATSYLINE responses from the server. - </summary> - <param name="message">The message received from the server.</param> - </member> - <member name="M:IrcDotNet.IrcClient.ProcessMessageTopic(IrcDotNet.IrcClient.IrcMessage)"> - <summary> - Process TOPIC messages received from the server. - </summary> - <param name="message">The message received from the server.</param> - </member> - <member name="E:IrcDotNet.IrcClient.ProtocolError"> - <summary> - Occurs when a protocol (numeric) error is received from the server. - </summary> - </member> - <member name="M:IrcDotNet.IrcClient.QueryWho(System.String,System.Boolean)"> - <summary> - Sends a Who query to the server targeting the specified channel or user masks. - </summary> - <param name="mask">A wildcard expression for matching against channel names; or if none can be found, - host names, server names, real names, and nick names of users. If the value is <see langword="null" />, - all users are matched.</param> - <param name="onlyOperators"> - <see langword="true" /> to match only server operators; - <see langword="false" /> to match all users.</param> - <exception cref="T:System.ObjectDisposedException">The current instance has already been disposed.</exception> - </member> - <member name="M:IrcDotNet.IrcClient.QueryWhoIs(System.Collections.Generic.IEnumerable{System.String})"> - <summary> - Sends a Who Is query to server targeting the specified nick name masks. - </summary> - <param name="nickNameMasks">A collection of wildcard expressions for matching against nick names of users. - </param> - <exception cref="T:System.ObjectDisposedException">The current instance has already been disposed.</exception> - <exception cref="T:System.ArgumentNullException"> - <paramref name="nickNameMasks" /> is <see langword="null" />.</exception> - </member> - <member name="M:IrcDotNet.IrcClient.QueryWhoIs(System.String[])"> - <summary> - Sends a Who Is query to server targeting the specified nick name masks. - </summary> - <param name="nickNameMasks">A collection of wildcard expressions for matching against nick names of users. - </param> - <exception cref="T:System.ObjectDisposedException">The current instance has already been disposed.</exception> - <exception cref="T:System.ArgumentNullException"> - <paramref name="nickNameMasks" /> is <see langword="null" />.</exception> - </member> - <member name="M:IrcDotNet.IrcClient.QueryWhoWas(System.Collections.Generic.IEnumerable{System.String},System.Int32)"> - <summary> - Sends a Who Was query to server targeting the specified nick names. - </summary> - <param name="nickNames">The nick names of the users to query.</param> - <param name="entriesCount">The maximum number of entries to return from the query. A negative value - specifies to return an unlimited number of entries.</param> - <exception cref="T:System.ObjectDisposedException">The current instance has already been disposed.</exception> - <exception cref="T:System.ArgumentNullException"> - <paramref name="nickNames" /> is <see langword="null" />.</exception> - </member> - <member name="M:IrcDotNet.IrcClient.QueryWhoWas(System.String[])"> - <summary> - Sends a Who Was query to server targeting the specified nick names. - </summary> - <param name="nickNames">The nick names of the users to query.</param> - <param name="entriesCount">The maximum number of entries to return from the query. A negative value - specifies to return an unlimited number of entries.</param> - <exception cref="T:System.ObjectDisposedException">The current instance has already been disposed.</exception> - <exception cref="T:System.ArgumentNullException"> - <paramref name="nickNames" /> is <see langword="null" />.</exception> - </member> - <member name="M:IrcDotNet.IrcClient.Quit(System.Int32,System.String)"> - <summary> - Quits the server, giving the specified comment. Waits the specified duration of time before forcibly - disconnecting. - </summary> - <param name="timeout">The number of milliseconds to wait before forcibly disconnecting.</param> - <param name="comment">The comment to send to the server.</param> - <exception cref="T:System.ObjectDisposedException">The current instance has already been disposed.</exception> - </member> - <member name="M:IrcDotNet.IrcClient.Quit(System.String)"> - <summary> - Quits the server, giving the specified comment. - </summary> - <param name="comment">The comment to send to the server.</param> - <exception cref="T:System.ObjectDisposedException">The current instance has already been disposed.</exception> - </member> - <member name="E:IrcDotNet.IrcClient.RawMessageReceived"> - <summary> - Occurs when a raw message has been received from the server. - </summary> - </member> - <member name="E:IrcDotNet.IrcClient.RawMessageSent"> - <summary> - Occurs when a raw message has been sent to the server. - </summary> - </member> - <member name="E:IrcDotNet.IrcClient.Registered"> - <summary> - Occurs when the connection has been registered. - </summary> - </member> - <member name="M:IrcDotNet.IrcClient.SendMessageAdmin(System.String)"> - <summary> - Sends a request for information about the administrator of the server. - </summary> - <param name="targetServer">The name of the server to which to forward the message, or <see langword="null" /> - for the current server.</param> - </member> - <member name="M:IrcDotNet.IrcClient.SendMessageAway(System.String)"> - <summary> - Sends an update to the server indicating that the local user is away. - </summary> - <param name="text">The text of the away message. The away message is sent to any user that tries to contact - the local user while it is away.</param> - </member> - <member name="M:IrcDotNet.IrcClient.SendMessageChannelMode(System.String,System.String,System.Collections.Generic.IEnumerable{System.String})"> - <summary> - Sends an update for the modes of the specified channel. - </summary> - <param name="channel">The channel whose modes to update.</param> - <param name="modes">The mode string that indicates the channel modes to change.</param> - <param name="modeParameters">A collection of parameters to the specified <paramref name="modes" />.</param> - </member> - <member name="M:IrcDotNet.IrcClient.SendMessageConnect(System.String,System.Int32,System.String)"> - <summary> - Sends a request for the server to try to connect to another server. - </summary> - <param name="hostName">The host name of the other server to which the server should connect.</param> - <param name="port">The port on the other server to which the server should connect.</param> - <param name="targetServer">The name of the server to which to forward the message, or <see langword="null" /> - for the current server.</param> - </member> - <member name="M:IrcDotNet.IrcClient.SendMessageDie"> - <summary> - Sends a request to the server telling it to shut down. - </summary> - </member> - <member name="M:IrcDotNet.IrcClient.SendMessageInfo(System.String)"> - <summary> - Sends a request for general information about the server program. - </summary> - <param name="targetServer">The name of the server to which to forward the message, or <see langword="null" /> - for the current server.</param> - </member> - <member name="M:IrcDotNet.IrcClient.SendMessageInvite(System.String,System.String)"> - <summary> - Sends a request to invite the specified user to the specified channel. - </summary> - <param name="channel">The name of the channel to which to invite the user.</param> - <param name="nickName">The nick name of the user to invite.</param> - </member> - <member name="M:IrcDotNet.IrcClient.SendMessageIsOn(System.Collections.Generic.IEnumerable{System.String})"> - <summary> - Sends a request to check whether the specified users are currently online. - </summary> - <param name="nickNames">A collection of the nick names of the users to query.</param> - </member> - <member name="M:IrcDotNet.IrcClient.SendMessageJoin(System.Collections.Generic.IEnumerable{System.String})"> - <summary> - Sends a request to join the specified channels. - </summary> - <param name="channels">A collection of the names of the channels to join.</param> - </member> - <member name="M:IrcDotNet.IrcClient.SendMessageJoin(System.Collections.Generic.IEnumerable{System.Tuple{System.String,System.String}})"> - <summary> - Sends a request to join the specified channels. - </summary> - <param name="channels">A collection of 2-tuples of the names and keys of the channels to join.</param> - </member> - <member name="M:IrcDotNet.IrcClient.SendMessageKick(System.Collections.Generic.IEnumerable{System.Tuple{System.String,System.String}},System.String)"> - <summary> - Sends a request to kick the specifier users from the specified channel. - </summary> - <param name="channelsUsers">A collection of 2-tuples of channel names and the nick names of the users to - kick from the channel.</param> - <param name="comment">The comment to send the server, or <see langword="null" /> for none.</param> - </member> - <member name="M:IrcDotNet.IrcClient.SendMessageKick(System.String,System.Collections.Generic.IEnumerable{System.String},System.String)"> - <summary> - Sends a request to kick the specifier users from the specified channel. - </summary> - <param name="channel">The name of the channel from which to kick the users.</param> - <param name="nickNames">A collection of the nick names of the users to kick from the channel.</param> - <param name="channelsUsers">A collection of 2-tuples of channel names and the nick names of the users to - kick from the channel.</param> - <param name="comment">The comment to send the server, or <see langword="null" /> for none.</param> - </member> - <member name="M:IrcDotNet.IrcClient.SendMessageKill(System.String,System.String)"> - <summary> - Sends a request to disconnect the specified user from the server. - </summary> - <param name="nickName">The nick name of the user to disconnect.</param> - <param name="comment">The comment to send the server.</param> - </member> - <member name="M:IrcDotNet.IrcClient.SendMessageLeaveAll"> - <summary> - Sends a request to leave all channels in which the user is currently present. - </summary> - </member> - <member name="M:IrcDotNet.IrcClient.SendMessageLinks(System.String,System.String)"> - <summary> - Sends a request to list all other servers linked to the server. - </summary> - <param name="serverMask">A wildcard expression for matching the names of servers to list.</param> - <param name="targetServer">The name of the server to which to forward the message, or <see langword="null" /> - for the current server.</param> - </member> - <member name="M:IrcDotNet.IrcClient.SendMessageList(System.Collections.Generic.IEnumerable{System.String},System.String)"> - <summary> - Sends a request to list channels and their topics. - </summary> - <param name="channels">A collection of the names of channels to list, or <see langword="null" /> for all - channels.</param> - <param name="targetServer">The name of the server to which to forward the message, or <see langword="null" /> - for the current server.</param> - </member> - <member name="M:IrcDotNet.IrcClient.SendMessageLUsers(System.String,System.String)"> - <summary> - Sends a request to get statistics about the size of the IRC network. - </summary> - <param name="serverMask">A wildcard expression for matching against the names of servers, or - <see langword="null" /> to match the entire network.</param> - <param name="targetServer">The name of the server to which to forward the message, or <see langword="null" /> - for the current server.</param> - </member> - <member name="M:IrcDotNet.IrcClient.SendMessageMotd(System.String)"> - <summary> - Sends a request to receive the Message of the Day (MOTD) from the server. - </summary> - <param name="targetServer">The name of the server to which to forward the message, or <see langword="null" /> for - the current server.</param> - </member> - <member name="M:IrcDotNet.IrcClient.SendMessageNames(System.Collections.Generic.IEnumerable{System.String},System.String)"> - <summary> - Sends a request to list all names visible to the client. - </summary> - <param name="channels">A collection of the names of channels for which to list users, or - <see langword="null" /> for all channels.</param> - <param name="targetServer">The name of the server to which to forward the message, or <see langword="null" /> - for the current server.</param> - </member> - <member name="M:IrcDotNet.IrcClient.SendMessageNick(System.String)"> - <summary> - Sends the nick name of the local user to the server. This command may be used either for intitially setting - the nick name or changing it at any point. - </summary> - <param name="nickName">The nick name to set.</param> - </member> - <member name="M:IrcDotNet.IrcClient.SendMessageNotice(System.Collections.Generic.IEnumerable{System.String},System.String)"> - <summary> - Sends a notice to the specified targets. - </summary> - <param name="targets">A collection of the targets to which to send the message.</param> - <param name="text">The text of the message to send.</param> - </member> - <member name="M:IrcDotNet.IrcClient.SendMessageOper(System.String,System.String)"> - <summary> - Sends a request for server operator privileges. - </summary> - <param name="userName">The user name with which to register.</param> - <param name="password">The password with which to register.</param> - </member> - <member name="M:IrcDotNet.IrcClient.SendMessagePart(System.Collections.Generic.IEnumerable{System.String},System.String)"> - <summary> - Sends a request to leave the specified channels. - </summary> - <param name="channels">A collection of the names of the channels to leave.</param> - <param name="comment">The comment to send the server, or <see langword="null" /> for none.</param> - </member> - <member name="M:IrcDotNet.IrcClient.SendMessagePassword(System.String)"> - <summary> - Sends the password for registering the connection. - This message must only be sent before the actual registration, which is done by - <see cref="M:IrcDotNet.IrcClient.SendMessageUser(System.String,System.Int32,System.String)" /> (for normal users) or <see cref="M:IrcDotNet.IrcClient.SendMessageService(System.String,System.String,System.String)" /> (for services). - </summary> - <param name="password">The connection password.</param> - </member> - <member name="M:IrcDotNet.IrcClient.SendMessagePing(System.String,System.String)"> - <summary> - Sends a ping request to the server. - </summary> - <param name="server">The name of the server to which to send the request.</param> - <param name="targetServer">The name of the server to which to forward the message, or <see langword="null" /> - for the current server.</param> - </member> - <member name="M:IrcDotNet.IrcClient.SendMessagePong(System.String,System.String)"> - <summary> - Sends a pong response (to a ping) to the server. - </summary> - <param name="server">The name of the server to which to send the response.</param> - <param name="targetServer">The name of the server to which to forward the message, or <see langword="null" /> - for the current server.</param> - </member> - <member name="M:IrcDotNet.IrcClient.SendMessagePrivateMessage(System.Collections.Generic.IEnumerable{System.String},System.String)"> - <summary> - Sends a private message to the specified targets. - </summary> - <param name="targets">A collection of the targets to which to send the message.</param> - <param name="text">The text of the message to send.</param> - </member> - <member name="M:IrcDotNet.IrcClient.SendMessageQuit(System.String)"> - <summary> - Sends a notification to the server indicating that the client is quitting the network. - </summary> - <param name="comment">The comment to send the server, or <see langword="null" /> for none.</param> - </member> - <member name="M:IrcDotNet.IrcClient.SendMessageRehash"> - <summary> - Sends a request to the server telling it to reprocess its configuration settings. - </summary> - </member> - <member name="M:IrcDotNet.IrcClient.SendMessageRestart"> - <summary> - Sends a message to the server telling it to restart. - </summary> - </member> - <member name="M:IrcDotNet.IrcClient.SendMessageService(System.String,System.String,System.String)"> - <summary> - Sends a request to register the client as a service on the server. - </summary> - <param name="nickName">The nick name of the service.</param> - <param name="distribution">A wildcard expression for matching against server names, which determines where - the service is visible.</param> - <param name="description">A description of the service.</param> - </member> - <member name="M:IrcDotNet.IrcClient.SendMessageServlist(System.String,System.String)"> - <summary> - Sends a request to list services currently connected to the netwrok/ - </summary> - <param name="mask">A wildcard expression for matching against the names of services.</param> - <param name="type">The type of services to list.</param> - </member> - <member name="M:IrcDotNet.IrcClient.SendMessageSquery(System.String,System.String)"> - <summary> - Sends a query message to a service. - </summary> - <param name="serviceName">The name of the service.</param> - <param name="text">The text of the message to send.</param> - </member> - <member name="M:IrcDotNet.IrcClient.SendMessageSquit(System.String,System.String)"> - <summary> - Sends a request to disconnect the specified server from the network. - This command is only available to oeprators. - </summary> - <param name="targetServer">The name of the server to disconnected from the network.</param> - <param name="comment">The comment to send the server.</param> - </member> - <member name="M:IrcDotNet.IrcClient.SendMessageStats(System.String,System.String)"> - <summary> - Sends a request to query statistics for the server. - </summary> - <param name="query">The query to send the server.</param> - <param name="targetServer">The name of the server to which to forward the message, or <see langword="null" /> - for the current server.</param> - </member> - <member name="M:IrcDotNet.IrcClient.SendMessageTime(System.String)"> - <summary> - Sends a request to query the local time on the server. - </summary> - <param name="targetServer">The name of the server to which to forward the message, or <see langword="null" /> - for the current server.</param> - </member> - <member name="M:IrcDotNet.IrcClient.SendMessageTopic(System.String,System.String)"> - <summary> - Sends an update or request for the topic of the specified channel. - </summary> - <param name="channel">The name of the channel whose topic to change.</param> - <param name="topic">The new topic to set, or <see langword="null" /> to request the current topic.</param> - </member> - <member name="M:IrcDotNet.IrcClient.SendMessageTrace(System.String)"> - <summary> - Sends a query to trace the route to the server. - </summary> - <param name="targetServer">The name of the server to which to forward the message, or <see langword="null" /> - for the current server.</param> - </member> - <member name="M:IrcDotNet.IrcClient.SendMessageUser(System.String,System.Int32,System.String)"> - <summary> - Sends a request to register the client as a user on the server. - </summary> - <param name="userName">The user name of the user.</param> - <param name="userMode">The initial mode of the user.</param> - <param name="realName">The real name of the user.</param> - </member> - <member name="M:IrcDotNet.IrcClient.SendMessageUserHost(System.Collections.Generic.IEnumerable{System.String})"> - <summary> - Sends a request to return the host names of the specified users. - </summary> - <param name="nickNames">A collection of the nick names of the users to query.</param> - </member> - <member name="M:IrcDotNet.IrcClient.SendMessageUserMode(System.String,System.String)"> - <summary> - Sends an update or request for the current modes of the specified user. - </summary> - <param name="nickName">The nick name of the user whose modes to update/request.</param> - <param name="modes">The mode string that indicates the user modes to change.</param> - </member> - <member name="M:IrcDotNet.IrcClient.SendMessageUsers(System.String)"> - <summary> - Sends a request to return a list of information about all users currently registered on the server. - </summary> - <param name="targetServer">The name of the server to which to forward the message, or <see langword="null" /> - for the current server.</param> - </member> - <member name="M:IrcDotNet.IrcClient.SendMessageVersion(System.String)"> - <summary> - Sends a request for the version of the server program. - </summary> - <param name="targetServer">The name of the server to which to forward the message, or <see langword="null" /> - for the current server.</param> - </member> - <member name="M:IrcDotNet.IrcClient.SendMessageWallops(System.String)"> - <summary> - Sends a message to all connected users that have the 'w' mode set. - </summary> - <param name="text">The text of the message to send.</param> - </member> - <member name="M:IrcDotNet.IrcClient.SendMessageWho(System.String,System.Boolean)"> - <summary> - Sends a request to perform a Who query on users. - </summary> - <param name="mask">A wildcard expression for matching against channel names; or if none can be found, - host names, server names, real names, and nick names of users. If the value is <see langword="null" />, - all users are matched.</param> - <param name="onlyOperators"> - <see langword="true" /> to match only server operators; - <see langword="false" /> to match all users.</param> - </member> - <member name="M:IrcDotNet.IrcClient.SendMessageWhoIs(System.Collections.Generic.IEnumerable{System.String},System.String)"> - <summary> - Sends a request to perform a WhoIs query on users. - </summary> - <param name="nickNameMasks">A collection of wildcard expressions for matching against the nick names of - users.</param> - <param name="targetServer">The name of the server to which to forward the message, or <see langword="null" /> - for the current server.</param> - </member> - <member name="M:IrcDotNet.IrcClient.SendMessageWhoWas(System.Collections.Generic.IEnumerable{System.String},System.Int32,System.String)"> - <summary> - Sends a request to perform a WhoWas query on users. - </summary> - <param name="nickNames">A collection of wildcard expressions for matching against the nick names of - users.</param> - <param name="entriesCount">The maximum number of (most recent) entries to return.</param> - <param name="targetServer">The name of the server to which to forward the message, or <see langword="null" /> - for the current server.</param> - </member> - <member name="M:IrcDotNet.IrcClient.SendRawMessage(System.String)"> - <summary> - Sends the specified raw message to the server. - </summary> - <param name="message">The text (single line) of the message to send the server.</param> - <exception cref="T:System.ObjectDisposedException">The current instance has already been disposed.</exception> - <exception cref="T:System.ArgumentNullException"> - <paramref name="message" /> is <see langword="null" />.</exception> - </member> - <member name="P:IrcDotNet.IrcClient.ServerAvailableChannelModes"> - <summary> - Gets a collection of the channel modes available on the server. - This value is set after successful registration of the connection. - </summary> - </member> - <member name="P:IrcDotNet.IrcClient.ServerAvailableUserModes"> - <summary> - Gets a collection of the user modes available on the server. - This value is set after successful registration of the connection. - </summary> - </member> - <member name="E:IrcDotNet.IrcClient.ServerBounce"> - <summary> - Occurs when a bounce message is received from the server, telling the client to connect to a new server. - </summary> - </member> - <member name="P:IrcDotNet.IrcClient.ServerCreatedMessage"> - <summary> - Gets the 'Created' message sent by the server. - This value is set after successful registration of the connection. - </summary> - </member> - <member name="E:IrcDotNet.IrcClient.ServerLinksListReceived"> - <summary> - Occurs when a list of server links has been received from the server. - </summary> - </member> - <member name="P:IrcDotNet.IrcClient.ServerName"> - <summary> - Gets the host name of the server. - This value is set after successful registration of the connection. - </summary> - </member> - <member name="E:IrcDotNet.IrcClient.ServerStatsReceived"> - <summary> - Occurs when server statistics have been received from the server. - </summary> - </member> - <member name="P:IrcDotNet.IrcClient.ServerSupportedFeatures"> - <summary> - Gets a dictionary of the features supported by the server, keyed by feature name, as returned by the - ISUPPORT message. - This value is set after successful registration of the connection. - </summary> - </member> - <member name="E:IrcDotNet.IrcClient.ServerSupportedFeaturesReceived"> - <summary> - Occurs when a list of features supported by the server (ISUPPORT) has been received. - This event may be raised more than once after registration, depending on the size of the list received. - </summary> - </member> - <member name="E:IrcDotNet.IrcClient.ServerTimeReceived"> - <summary> - Occurs when the local date/time for a specific server has been received from the server. - </summary> - </member> - <member name="P:IrcDotNet.IrcClient.ServerVersion"> - <summary> - Gets the version of the server. - This value is set after successful registration of the connection. - </summary> - </member> - <member name="E:IrcDotNet.IrcClient.ServerVersionInfoReceived"> - <summary> - Occurs when information about a specific server on the IRC network has been received from the server. - </summary> - </member> - <member name="P:IrcDotNet.IrcClient.TextEncoding"> - <summary> - Gets or sets the text encoding to use for reading from and writing to the network data stream. - </summary> - </member> - <member name="M:IrcDotNet.IrcClient.ToString"> - <summary> - Returns a string representation of this instance. - </summary> - <returns>A string that represents this instance.</returns> - </member> - <member name="P:IrcDotNet.IrcClient.Users"> - <summary> - Gets a collection of all users known to the client, including the local user. - </summary> - </member> - <member name="E:IrcDotNet.IrcClient.ValidateSslCertificate"> - <summary> - Occurs when the SSL certificate received from the server should be validated. - The certificate is automatically validated if this event is not handled. - </summary> - </member> - <member name="P:IrcDotNet.IrcClient.WelcomeMessage"> - <summary> - Gets the 'Welcome' message sent by the server. - This value is set after successful registration of the connection. - </summary> - </member> - <member name="E:IrcDotNet.IrcClient.WhoIsReplyReceived"> - <summary> - Occurs when a reply to a Who Is query has been received from the server. - </summary> - </member> - <member name="E:IrcDotNet.IrcClient.WhoReplyReceived"> - <summary> - Occurs when a reply to a Who query has been received from the server. - </summary> - </member> - <member name="E:IrcDotNet.IrcClient.WhoWasReplyReceived"> - <summary> - Occurs when a reply to a Who Was query has been received from the server. - </summary> - </member> - <member name="M:IrcDotNet.IrcClient.WriteMessage(IrcDotNet.IrcClient.IrcMessage)"> - <summary> - Writes the specified message (prefix, command, and parameters) to the network stream. - </summary> - <param name="message">The message to write.</param> - <exception cref="T:System.ArgumentException"> - <paramref name="message" /> contains more than 15 many parameters. - </exception> - <exception cref="T:System.ArgumentException">The value of <see cref="F:IrcDotNet.IrcClient.IrcMessage.Command" /> of - <paramref name="message" /> is invalid.</exception> - <exception cref="T:System.ArgumentException">The value of one of the items of <see cref="F:IrcDotNet.IrcClient.IrcMessage.Parameters" /> of - <paramref name="message" /> is invalid.</exception> - <exception cref="T:System.ObjectDisposedException">The current instance has already been disposed.</exception> - </member> - <member name="M:IrcDotNet.IrcClient.WriteMessage(System.String,System.String,System.Collections.Generic.IEnumerable{System.String})"> - <summary> - Writes the specified message (prefix, command, and parameters) to the network stream. - </summary> - <param name="prefix">The message prefix that represents the source of the message.</param> - <param name="command">The name of the command.</param> - <param name="parameters">A collection of the parameters to the command.</param> - <param name="message">The message to write.</param> - <exception cref="T:System.ObjectDisposedException">The current instance has already been disposed.</exception> - <exception cref="T:System.ArgumentException"> - <paramref name="message" /> contains more than 15 many parameters. - </exception> - </member> - <member name="M:IrcDotNet.IrcClient.WriteMessage(System.String,System.String,System.String[])"> - <summary> - Writes the specified message (prefix, command, and parameters) to the network stream. - </summary> - <param name="prefix">The message prefix that represents the source of the message.</param> - <param name="command">The name of the command.</param> - <param name="parameters">A collection of the parameters to the command.</param> - <param name="message">The message to write.</param> - <exception cref="T:System.ObjectDisposedException">The current instance has already been disposed.</exception> - <exception cref="T:System.ArgumentException"> - <paramref name="message" /> contains more than 15 many parameters. - </exception> - </member> - <member name="P:IrcDotNet.IrcClient.YourHostMessage"> - <summary> - Gets the 'Your Host' message sent by the server. - This value is set after successful registration of the connection. - </summary> - </member> - <member name="T:IrcDotNet.IrcClient.IrcMessage"> - <summary> - Represents a raw IRC message that is sent/received by <see cref="T:IrcDotNet.IrcClient" />. - A message contains a prefix (representing the source), a command name (a word or three-digit number), - and any number of parameters (up to a maximum of 15). - </summary> - </member> - <member name="M:IrcDotNet.IrcClient.IrcMessage.#ctor(IrcDotNet.IrcClient,System.String,System.String,System.Collections.Generic.IList{System.String})"> - <summary> - Initializes a new instance of the <see cref="T:IrcDotNet.IrcClient.IrcMessage" /> structure. - </summary> - <param name="client">A client object that has sent/will receive the message.</param> - <param name="prefix">The message prefix that represents the source of the message.</param> - <param name="command">The command name; either an alphabetic word or 3-digit number.</param> - <param name="parameters">A list of the parameters to the message. Can contain a maximum of 15 items. - </param> - </member> - <member name="F:IrcDotNet.IrcClient.IrcMessage.Command"> - <summary> - The name of the command. - </summary> - </member> - <member name="F:IrcDotNet.IrcClient.IrcMessage.Parameters"> - <summary> - A list of the parameters to the message. - </summary> - </member> - <member name="F:IrcDotNet.IrcClient.IrcMessage.Prefix"> - <summary> - The message prefix. - </summary> - </member> - <member name="F:IrcDotNet.IrcClient.IrcMessage.Source"> - <summary> - The source of the message, which is the object represented by the value of <see cref="F:IrcDotNet.IrcClient.IrcMessage.Prefix" />. - </summary> - </member> - <member name="M:IrcDotNet.IrcClient.IrcMessage.ToString"> - <summary> - Returns a string representation of this instance. - </summary> - <returns>A string that represents this instance.</returns> - </member> - <member name="T:IrcDotNet.IrcClient.MessageProcessor"> - <summary> - Represents a method that processes <see cref="T:IrcDotNet.IrcClient.IrcMessage" /> objects. - </summary> - <param name="message">The message to be processed.</param> - </member> - <member name="T:IrcDotNet.IrcCommentEventArgs"> - <summary> - Provides data for events that specify a name. - </summary> - </member> - <member name="M:IrcDotNet.IrcCommentEventArgs.#ctor(System.String)"> - <summary> - Initializes a new instance of the <see cref="T:IrcDotNet.IrcCommentEventArgs" /> class. - </summary> - <param name="comment">The comment that the event specified.</param> - </member> - <member name="P:IrcDotNet.IrcCommentEventArgs.Comment"> - <summary> - Gets the comment that the event specified. - </summary> - </member> - <member name="T:IrcDotNet.IrcErrorEventArgs"> - <summary> - Provides data for the <see cref="E:IrcDotNet.IrcClient.Error" /> event. - </summary> - </member> - <member name="M:IrcDotNet.IrcErrorEventArgs.#ctor(System.Exception)"> - <summary> - Initializes a new instance of the <see cref="T:IrcDotNet.IrcErrorEventArgs" /> class. - </summary> - <param name="error">The error.</param> - </member> - <member name="P:IrcDotNet.IrcErrorEventArgs.Error"> - <summary> - Gets the error encountered by the client. - </summary> - </member> - <member name="T:IrcDotNet.IrcErrorMessageEventArgs"> - <summary> - Provides data for the <see cref="E:IrcDotNet.IrcClient.ErrorMessageReceived" /> event. - </summary> - </member> - <member name="M:IrcDotNet.IrcErrorMessageEventArgs.#ctor(System.String)"> - <summary> - Initializes a new instance of the <see cref="T:IrcDotNet.IrcErrorMessageEventArgs" /> class. - </summary> - <param name="message">The error message given by the server.</param> - </member> - <member name="P:IrcDotNet.IrcErrorMessageEventArgs.Message"> - <summary> - Gets the text of the error message. - </summary> - </member> - <member name="T:IrcDotNet.IrcLocalUser"> - <summary> - Represents the local user of a specific <see cref="T:IrcDotNet.IrcClient" />. - The local user is the user as which the client has connected and registered, and may be either a normal user or - service. - </summary> - </member> - <member name="M:IrcDotNet.IrcLocalUser.GetModes"> - <summary> - Requests a list of the current modes of the user. - </summary> - </member> - <member name="P:IrcDotNet.IrcLocalUser.IsService"> - <summary> - Gets whether the local user is a service or normal user. - </summary> - </member> - <member name="E:IrcDotNet.IrcLocalUser.JoinedChannel"> - <summary> - Occurs when the local user has joined a channel. - </summary> - </member> - <member name="E:IrcDotNet.IrcLocalUser.LeftChannel"> - <summary> - Occurs when the local user has left a channel. - </summary> - </member> - <member name="E:IrcDotNet.IrcLocalUser.MessageReceived"> - <summary> - Occurs when the local user has received a message. - </summary> - </member> - <member name="E:IrcDotNet.IrcLocalUser.MessageSent"> - <summary> - Occurs when the local user has sent a message. - </summary> - </member> - <member name="P:IrcDotNet.IrcLocalUser.Modes"> - <summary> - Gets a read-only collection of the modes the user currently has. - </summary> - </member> - <member name="E:IrcDotNet.IrcLocalUser.ModesChanged"> - <summary> - Occurs when the modes of the local user have changed. - </summary> - </member> - <member name="E:IrcDotNet.IrcLocalUser.NoticeReceived"> - <summary> - Occurs when the local user has received a notice. - </summary> - </member> - <member name="E:IrcDotNet.IrcLocalUser.NoticeSent"> - <summary> - Occurs when the local user has sent a notice. - </summary> - </member> - <member name="M:IrcDotNet.IrcLocalUser.OnJoinedChannel(IrcDotNet.IrcChannelEventArgs)"> - <summary> - Raises the <see cref="E:IrcDotNet.IrcLocalUser.JoinedChannel" /> event. - </summary> - <param name="e">The <see cref="T:IrcDotNet.IrcChannelEventArgs" /> instance containing the event data.</param> - </member> - <member name="M:IrcDotNet.IrcLocalUser.OnLeftChannel(IrcDotNet.IrcChannelEventArgs)"> - <summary> - Raises the <see cref="E:IrcDotNet.IrcLocalUser.LeftChannel" /> event. - </summary> - <param name="e">The <see cref="T:IrcDotNet.IrcChannelEventArgs" /> instance containing the event data.</param> - </member> - <member name="M:IrcDotNet.IrcLocalUser.OnMessageReceived(IrcDotNet.IrcMessageEventArgs)"> - <summary> - Raises the <see cref="E:IrcDotNet.IrcLocalUser.MessageReceived" /> event. - </summary> - <param name="e">The <see cref="T:IrcDotNet.IrcMessageEventArgs" /> instance containing the event data.</param> - </member> - <member name="M:IrcDotNet.IrcLocalUser.OnMessageSent(IrcDotNet.IrcMessageEventArgs)"> - <summary> - Raises the <see cref="E:IrcDotNet.IrcLocalUser.MessageSent" /> event. - </summary> - <param name="e">The <see cref="T:IrcDotNet.IrcMessageEventArgs" /> instance containing the event data.</param> - </member> - <member name="M:IrcDotNet.IrcLocalUser.OnModesChanged(System.EventArgs)"> - <summary> - Raises the <see cref="E:IrcDotNet.IrcLocalUser.ModesChanged" /> event. - </summary> - <param name="e">The <see cref="T:System.EventArgs" /> instance containing the event data.</param> - </member> - <member name="M:IrcDotNet.IrcLocalUser.OnNoticeReceived(IrcDotNet.IrcMessageEventArgs)"> - <summary> - Raises the <see cref="E:IrcDotNet.IrcLocalUser.NoticeReceived" /> event. - </summary> - <param name="e">The <see cref="T:IrcDotNet.IrcMessageEventArgs" /> instance containing the event data.</param> - </member> - <member name="M:IrcDotNet.IrcLocalUser.OnNoticeSent(IrcDotNet.IrcMessageEventArgs)"> - <summary> - Raises the <see cref="E:IrcDotNet.IrcLocalUser.NoticeSent" /> event. - </summary> - <param name="e">The <see cref="T:IrcDotNet.IrcMessageEventArgs" /> instance containing the event data.</param> - </member> - <member name="M:IrcDotNet.IrcLocalUser.OnPreviewMessageReceived(IrcDotNet.IrcPreviewMessageEventArgs)"> - <summary> - Raises the <see cref="E:IrcDotNet.IrcLocalUser.PreviewMessageReceived" /> event. - </summary> - <param name="e">The <see cref="T:IrcDotNet.IrcPreviewMessageEventArgs" /> instance containing the event data.</param> - </member> - <member name="M:IrcDotNet.IrcLocalUser.OnPreviewNoticeReceived(IrcDotNet.IrcPreviewMessageEventArgs)"> - <summary> - Raises the <see cref="E:IrcDotNet.IrcLocalUser.PreviewNoticeReceived" /> event. - </summary> - <param name="e">The <see cref="T:IrcDotNet.IrcPreviewMessageEventArgs" /> instance containing the event data.</param> - </member> - <member name="E:IrcDotNet.IrcLocalUser.PreviewMessageReceived"> - <summary> - Occurs when the local user has received a message, before the <see cref="E:IrcDotNet.IrcLocalUser.MessageReceived" /> event. - </summary> - </member> - <member name="E:IrcDotNet.IrcLocalUser.PreviewNoticeReceived"> - <summary> - Occurs when the local user has received a notice, before the <see cref="E:IrcDotNet.IrcLocalUser.NoticeReceived" /> event. - </summary> - </member> - <member name="M:IrcDotNet.IrcLocalUser.SendMessage(IrcDotNet.IIrcMessageTarget,System.String)"> - <summary> - - Sends a message to the specified target. - - A message target may be an <see cref="T:IrcDotNet.IrcUser" />, <see cref="T:IrcDotNet.IrcChannel" />, or <see cref="T:IrcDotNet.IrcTargetMask" />. - </summary> - <param name="target">The <see cref="T:IrcDotNet.IIrcMessageTarget" /> to which to send the message.</param> - <param name="targets">A collection of targets to which to send the message.</param> - <param name="text">The ASCII-encoded text of the message to send.</param> - <param name="encoding">The encoding in which to send the value of <paramref name="text" />.</param> - <exception cref="T:System.ArgumentNullException"> - <paramref name="targets" /> is <see langword="null" />.</exception> - </member> - <member name="M:IrcDotNet.IrcLocalUser.SendMessage(System.Collections.Generic.IEnumerable{IrcDotNet.IIrcMessageTarget},System.String)"> - <summary> - - Sends a message to the specified target. - - A message target may be an <see cref="T:IrcDotNet.IrcUser" />, <see cref="T:IrcDotNet.IrcChannel" />, or <see cref="T:IrcDotNet.IrcTargetMask" />. - </summary> - <param name="targets">A collection of targets to which to send the message.</param> - <param name="text">The ASCII-encoded text of the message to send.</param> - <param name="encoding">The encoding in which to send the value of <paramref name="text" />.</param> - <exception cref="T:System.ArgumentNullException"> - <paramref name="targets" /> is <see langword="null" />.</exception> - </member> - <member name="M:IrcDotNet.IrcLocalUser.SendMessage(System.Collections.Generic.IEnumerable{System.String},System.String,System.Text.Encoding)"> - <summary> - Sends a message to the specified target. - </summary> - <param name="targets">A collection of the names of targets to which to send the message.</param> - <param name="text">The ASCII-encoded text of the message to send.</param> - <param name="encoding">The encoding in which to send the value of <paramref name="text" />.</param> - <exception cref="T:System.ArgumentNullException"> - <paramref name="targets" /> is <see langword="null" />.</exception> - <exception cref="T:System.ArgumentNullException"> - <paramref name="text" /> is <see langword="null" />.</exception> - </member> - <member name="M:IrcDotNet.IrcLocalUser.SendMessage(System.String,System.String)"> - <summary> - Sends a message to the specified target. - </summary> - <param name="target">The name of the target to which to send the message.</param> - <param name="targets">A collection of the names of targets to which to send the message.</param> - <param name="text">The ASCII-encoded text of the message to send.</param> - <param name="encoding">The encoding in which to send the value of <paramref name="text" />.</param> - <exception cref="T:System.ArgumentNullException"> - <paramref name="targets" /> is <see langword="null" />.</exception> - </member> - <member name="M:IrcDotNet.IrcLocalUser.SendNotice(IrcDotNet.IIrcMessageTarget,System.String)"> - <summary> - - Sends a notice to the specified target. - - A message target may be an <see cref="T:IrcDotNet.IrcUser" />, <see cref="T:IrcDotNet.IrcChannel" />, or <see cref="T:IrcDotNet.IrcTargetMask" />. - </summary> - <param name="target">The <see cref="T:IrcDotNet.IIrcMessageTarget" /> to which to send the notice.</param> - <param name="targets">A collection of targets to which to send the notice.</param> - <param name="text">The ASCII-encoded text of the notice to send.</param> - <param name="encoding">The encoding in which to send the value of <paramref name="text" />.</param> - <exception cref="T:System.ArgumentNullException"> - <paramref name="targets" /> is <see langword="null" />.</exception> - </member> - <member name="M:IrcDotNet.IrcLocalUser.SendNotice(System.Collections.Generic.IEnumerable{IrcDotNet.IIrcMessageTarget},System.String)"> - <summary> - - Sends a notice to the specified target. - - A message target may be an <see cref="T:IrcDotNet.IrcUser" />, <see cref="T:IrcDotNet.IrcChannel" />, or <see cref="T:IrcDotNet.IrcTargetMask" />. - </summary> - <param name="targets">A collection of targets to which to send the notice.</param> - <param name="text">The ASCII-encoded text of the notice to send.</param> - <param name="encoding">The encoding in which to send the value of <paramref name="text" />.</param> - <exception cref="T:System.ArgumentNullException"> - <paramref name="targets" /> is <see langword="null" />.</exception> - </member> - <member name="M:IrcDotNet.IrcLocalUser.SendNotice(System.Collections.Generic.IEnumerable{System.String},System.String,System.Text.Encoding)"> - <summary> - Sends a notice to the specified target. - </summary> - <param name="targets">A collection of the names of targets to which to send the notice.</param> - <param name="text">The ASCII-encoded text of the notice to send.</param> - <param name="encoding">The encoding in which to send the value of <paramref name="text" />.</param> - <exception cref="T:System.ArgumentNullException"> - <paramref name="targets" /> is <see langword="null" />.</exception> - <exception cref="T:System.ArgumentNullException"> - <paramref name="text" /> is <see langword="null" />.</exception> - </member> - <member name="M:IrcDotNet.IrcLocalUser.SendNotice(System.String,System.String)"> - <summary> - Sends a notice to the specified target. - </summary> - <param name="target">The name of the target to which to send the notice.</param> - <param name="targets">A collection of the names of targets to which to send the notice.</param> - <param name="text">The ASCII-encoded text of the notice to send.</param> - <param name="encoding">The encoding in which to send the value of <paramref name="text" />.</param> - <exception cref="T:System.ArgumentNullException"> - <paramref name="targets" /> is <see langword="null" />.</exception> - </member> - <member name="P:IrcDotNet.IrcLocalUser.ServiceDescription"> - <summary> - Gets the distribution of the service, which determines its visibility to users on specific servers. - </summary> - </member> - <member name="P:IrcDotNet.IrcLocalUser.ServiceDistribution"> - <summary> - Gets the distribution of the service, which determines its visibility to users on specific servers. - </summary> - </member> - <member name="M:IrcDotNet.IrcLocalUser.SetAway(System.String)"> - <summary> - Sets the local user as away, giving the specified message. - </summary> - <param name="text">The text of the response sent to a user when they try to message you while away.</param> - <exception cref="T:System.ArgumentNullException"> - <paramref name="text" /> is <see langword="null" />.</exception> - </member> - <member name="M:IrcDotNet.IrcLocalUser.SetModes(System.Char[])"> - <summary> - Sets the specified modes on the local user. - </summary> - <param name="newModes">A collection of mode characters that should become the new modes. - Any modes in the collection that are not currently set will be set, and any nodes not in the collection that - are currently set will be unset.</param> - <param name="modes">The mode string that specifies mode changes, which takes the form - `( "+" / "-" ) *( mode character )`.</param> - <exception cref="T:System.ArgumentNullException"> - <paramref name="newModes" /> is <see langword="null" />.</exception> - </member> - <member name="M:IrcDotNet.IrcLocalUser.SetModes(System.Collections.Generic.IEnumerable{System.Char})"> - <summary> - Sets the specified modes on the local user. - </summary> - <param name="newModes">A collection of mode characters that should become the new modes. - Any modes in the collection that are not currently set will be set, and any nodes not in the collection that - are currently set will be unset.</param> - <param name="modes">The mode string that specifies mode changes, which takes the form - `( "+" / "-" ) *( mode character )`.</param> - <exception cref="T:System.ArgumentNullException"> - <paramref name="newModes" /> is <see langword="null" />.</exception> - </member> - <member name="M:IrcDotNet.IrcLocalUser.SetModes(System.Collections.Generic.IEnumerable{System.Char},System.Collections.Generic.IEnumerable{System.Char})"> - <summary> - Sets the specified modes on the local user. - </summary> - <param name="modes">The mode string that specifies mode changes, which takes the form - `( "+" / "-" ) *( mode character )`.</param> - <param name="setModes"> - <p style="color: #dc143c; font-size: 8.5pt; font-weight: bold;">[Missing <param name="setModes"/> documentation for "M:IrcDotNet.IrcLocalUser.SetModes(System.Collections.Generic.IEnumerable{System.Char},System.Collections.Generic.IEnumerable{System.Char})"]</p> - </param> - <param name="unsetModes"> - <p style="color: #dc143c; font-size: 8.5pt; font-weight: bold;">[Missing <param name="unsetModes"/> documentation for "M:IrcDotNet.IrcLocalUser.SetModes(System.Collections.Generic.IEnumerable{System.Char},System.Collections.Generic.IEnumerable{System.Char})"]</p> - </param> - <exception cref="T:System.ArgumentNullException"> - <paramref name="setModes" /> is <see langword="null" />.</exception> - <exception cref="T:System.ArgumentNullException"> - <paramref name="unsetModes" /> is <see langword="null" />.</exception> - </member> - <member name="M:IrcDotNet.IrcLocalUser.SetModes(System.String)"> - <summary> - Sets the specified modes on the local user. - </summary> - <param name="modes">The mode string that specifies mode changes, which takes the form - `( "+" / "-" ) *( mode character )`.</param> - <exception cref="T:System.ArgumentNullException"> - <paramref name="modes" /> is <see langword="null" />.</exception> - </member> - <member name="M:IrcDotNet.IrcLocalUser.SetNickName(System.String)"> - <summary> - Sets the nick name of the local user to the specified text. - </summary> - <param name="nickName">The new nick name of the local user.</param> - <exception cref="T:System.ArgumentNullException"> - <paramref name="nickName" /> is <see langword="null" />.</exception> - </member> - <member name="M:IrcDotNet.IrcLocalUser.UnsetAway"> - <summary> - Sets the local user as here (no longer away). - </summary> - </member> - <member name="T:IrcDotNet.IrcMessageEventArgs"> - <summary> - Provides data for events that are raised when an IRC message or notice is sent or received. - </summary> - </member> - <member name="M:IrcDotNet.IrcMessageEventArgs.#ctor(IrcDotNet.IIrcMessageSource,System.Collections.Generic.IList{IrcDotNet.IIrcMessageTarget},System.String,System.Text.Encoding)"> - <summary> - Initializes a new instance of the <see cref="T:IrcDotNet.IrcMessageEventArgs" /> class. - </summary> - <param name="source">The source of the message.</param> - <param name="targets">A list of the targets of the message.</param> - <param name="text">The text of the message.</param> - <param name="encoding">The encoding of the message text.</param> - <exception cref="T:System.ArgumentNullException"> - <paramref name="targets" /> is <see langword="null" />.</exception> - <exception cref="T:System.ArgumentNullException"> - <paramref name="text" /> is <see langword="null" />.</exception> - </member> - <member name="P:IrcDotNet.IrcMessageEventArgs.Encoding"> - <summary> - Gets the encoding of the message text. - </summary> - </member> - <member name="M:IrcDotNet.IrcMessageEventArgs.GetText(System.Text.Encoding)"> - <summary> - Gets the text of the message in the specified encoding. - </summary> - <param name="encoding">The encoding in which to get the message text, or <see langword="null" /> to use the - default encoding.</param> - <returns>The text of the message.</returns> - </member> - <member name="P:IrcDotNet.IrcMessageEventArgs.Source"> - <summary> - Gets the source of the message. - </summary> - </member> - <member name="P:IrcDotNet.IrcMessageEventArgs.Targets"> - <summary> - Gets a list of the targets of the message. - </summary> - </member> - <member name="P:IrcDotNet.IrcMessageEventArgs.Text"> - <summary> - Gets the text of the message. - </summary> - </member> - <member name="T:IrcDotNet.IrcNameEventArgs"> - <summary> - Provides data for events that specify a comment. - </summary> - </member> - <member name="M:IrcDotNet.IrcNameEventArgs.#ctor(System.String)"> - <summary> - Initializes a new instance of the <see cref="T:IrcDotNet.IrcNameEventArgs" /> class. - </summary> - <param name="name">The name that the event specified.</param> - </member> - <member name="P:IrcDotNet.IrcNameEventArgs.Name"> - <summary> - Gets the name that the event specified. - </summary> - </member> - <member name="T:IrcDotNet.IrcNetworkInfo"> - <summary> - Stores information about a specific IRC network. - </summary> - </member> - <member name="F:IrcDotNet.IrcNetworkInfo.ChannelsCount"> - <summary> - The number of channels that currently exist on the network. - </summary> - </member> - <member name="F:IrcDotNet.IrcNetworkInfo.InvisibleUsersCount"> - <summary> - The number of invisible users on the network. - </summary> - </member> - <member name="F:IrcDotNet.IrcNetworkInfo.OperatorsCount"> - <summary> - The number of operators on the network. - </summary> - </member> - <member name="F:IrcDotNet.IrcNetworkInfo.ServerClientsCount"> - <summary> - The number of clients connected to the server. - </summary> - </member> - <member name="F:IrcDotNet.IrcNetworkInfo.ServersCount"> - <summary> - The number of servers in the network. - </summary> - </member> - <member name="F:IrcDotNet.IrcNetworkInfo.ServerServersCount"> - <summary> - The number of others servers connected to the server. - </summary> - </member> - <member name="F:IrcDotNet.IrcNetworkInfo.UnknownConnectionsCount"> - <summary> - The number of unknown connections to the network. - </summary> - </member> - <member name="F:IrcDotNet.IrcNetworkInfo.VisibleUsersCount"> - <summary> - The number of visible users on the network. - </summary> - </member> - <member name="T:IrcDotNet.IrcPingOrPongReceivedEventArgs"> - <summary> - Provides data for the <see cref="E:IrcDotNet.IrcClient.PingReceived" /> and <see cref="E:IrcDotNet.IrcClient.PongReceived" /> events. - </summary> - </member> - <member name="M:IrcDotNet.IrcPingOrPongReceivedEventArgs.#ctor(System.String)"> - <summary> - Initializes a new instance of the <see cref="T:IrcDotNet.IrcPingOrPongReceivedEventArgs" /> class. - </summary> - <param name="server">The name of the server that is the source of the ping or pong.</param> - </member> - <member name="P:IrcDotNet.IrcPingOrPongReceivedEventArgs.Server"> - <summary> - Gets the name of the server that is the source of the ping or pong. - </summary> - </member> - <member name="T:IrcDotNet.IrcPreviewMessageEventArgs"> - <summary> - - Provides data for events that are raised when an IRC message or notice is sent or received. - - Gives the option to handle the preview event and thus stop the normal event from being raised. - </summary> - </member> - <member name="M:IrcDotNet.IrcPreviewMessageEventArgs.#ctor(IrcDotNet.IIrcMessageSource,System.Collections.Generic.IList{IrcDotNet.IIrcMessageTarget},System.String,System.Text.Encoding)"> - <summary> - Initializes a new instance of the <see cref="T:IrcDotNet.IrcMessageEventArgs" /> class. - </summary> - <param name="source">The source of the message.</param> - <param name="targets">A list of the targets of the message.</param> - <param name="text">The text of the message.</param> - <param name="encoding">The encoding of the message text.</param> - <exception cref="T:System.ArgumentNullException"> - <paramref name="targets" /> is <see langword="null" />.</exception> - </member> - <member name="P:IrcDotNet.IrcPreviewMessageEventArgs.Handled"> - <summary> - Gets or sets whether the event has been handled. If it is handled, the corresponding normal (non-preview) - event is not raised. - </summary> - </member> - <member name="T:IrcDotNet.IrcProtocolErrorEventArgs"> - <summary> - Provides data for the <see cref="E:IrcDotNet.IrcClient.ProtocolError" /> event. - </summary> - </member> - <member name="M:IrcDotNet.IrcProtocolErrorEventArgs.#ctor(System.Int32,System.Collections.Generic.IList{System.String},System.String)"> - <summary> - Initializes a new instance of the <see cref="T:IrcDotNet.IrcProtocolErrorEventArgs" /> class. - </summary> - <param name="code">The code.</param> - <param name="parameters">The parameters.</param> - <param name="message">The message.</param> - </member> - <member name="P:IrcDotNet.IrcProtocolErrorEventArgs.Code"> - <summary> - Gets or sets the numeric code that indicates the type of error. - </summary> - </member> - <member name="P:IrcDotNet.IrcProtocolErrorEventArgs.Message"> - <summary> - Gets the text of the error message. - </summary> - </member> - <member name="P:IrcDotNet.IrcProtocolErrorEventArgs.Parameters"> - <summary> - Gets a list of the parameters of the error. - </summary> - </member> - <member name="T:IrcDotNet.IrcRawMessageEventArgs"> - <summary> - Provides data for the <see cref="E:IrcDotNet.IrcClient.RawMessageSent" /> and - <see cref="E:IrcDotNet.IrcClient.RawMessageReceived" /> events. - </summary> - </member> - <member name="M:IrcDotNet.IrcRawMessageEventArgs.#ctor(IrcDotNet.IrcClient.IrcMessage,System.String)"> - <summary> - Initializes a new instance of the <see cref="T:IrcDotNet.IrcRawMessageEventArgs" /> class. - </summary> - <param name="message">The message that was sent/received.</param> - <param name="rawContent">The raw content of the message.</param> - </member> - <member name="P:IrcDotNet.IrcRawMessageEventArgs.Message"> - <summary> - Gets the message that was sent/received by the client. - </summary> - </member> - <member name="P:IrcDotNet.IrcRawMessageEventArgs.RawContent"> - <summary> - Gets the raw content of the message. - </summary> - </member> - <member name="T:IrcDotNet.IrcRegistrationInfo"> - <summary> - Provides information used by an <see cref="T:IrcDotNet.IrcClient" /> for registering the connection with the server. - </summary> - </member> - <member name="M:IrcDotNet.IrcRegistrationInfo.#ctor"> - <summary> - Initializes a new instance of the <see cref="T:IrcDotNet.IrcRegistrationInfo" /> class. - </summary> - </member> - <member name="P:IrcDotNet.IrcRegistrationInfo.NickName"> - <summary> - Gets or sets the nick name of the local user to set initially upon registration. - The nick name can be changed after registration. - </summary> - </member> - <member name="P:IrcDotNet.IrcRegistrationInfo.Password"> - <summary> - Gets or sets the password for registering with the server. - </summary> - </member> - <member name="T:IrcDotNet.IrcServer"> - <summary> - Represents an IRC server from the view of a particular client. - </summary> - </member> - <member name="P:IrcDotNet.IrcServer.HostName"> - <summary> - Gets the host name of the server. - </summary> - </member> - <member name="M:IrcDotNet.IrcServer.ToString"> - <summary> - Returns a string representation of this instance. - </summary> - <returns>A string that represents this instance.</returns> - </member> - <member name="T:IrcDotNet.IrcServerInfo"> - <summary> - Stores information about a particular server in an IRC network. - </summary> - </member> - <member name="M:IrcDotNet.IrcServerInfo.#ctor(System.String,System.Nullable{System.Int32},System.String)"> - <summary> - Initializes a new instance of the <see cref="T:IrcDotNet.IrcServerInfo" /> class with the specified properties. - </summary> - <param name="hostName">The host name of the server.</param> - <param name="hopCount">The hop count of the server from the local server.</param> - <param name="info">A string containing arbitrary information about the server.</param> - </member> - <member name="T:IrcDotNet.IrcServerInfoEventArgs"> - <summary> - Provides data for events that specify information about a server. - </summary> - </member> - <member name="M:IrcDotNet.IrcServerInfoEventArgs.#ctor(System.String,System.Int32)"> - <summary> - Initializes a new instance of the <see cref="T:IrcDotNet.IrcServerInfoEventArgs" /> class. - </summary> - <param name="address">The address of the server.</param> - <param name="port">The port on which to connect to the server.</param> - </member> - <member name="P:IrcDotNet.IrcServerInfoEventArgs.Address"> - <summary> - Gets the address of the server. - </summary> - </member> - <member name="P:IrcDotNet.IrcServerInfoEventArgs.Port"> - <summary> - Gets the port on which to connect to the server. - </summary> - </member> - <member name="T:IrcDotNet.IrcServerLinksListReceivedEventArgs"> - <summary> - Provides data for the <see cref="E:IrcDotNet.IrcClient.ServerLinksListReceived" /> event. - </summary> - </member> - <member name="M:IrcDotNet.IrcServerLinksListReceivedEventArgs.#ctor(System.Collections.Generic.IList{IrcDotNet.IrcServerInfo})"> - <summary> - Initializes a new instance of the <see cref="T:IrcDotNet.IrcServerLinksListReceivedEventArgs" /> class. - </summary> - <param name="links">A list of information about the server links that was returned by the server.</param> - </member> - <member name="P:IrcDotNet.IrcServerLinksListReceivedEventArgs.Links"> - <summary> - Gets the list of information about the server links that was returned by the server - </summary> - </member> - <member name="T:IrcDotNet.IrcServerStatisticalEntry"> - <summary> - Stores a statistical entry for an IRC server. - </summary> - </member> - <member name="F:IrcDotNet.IrcServerStatisticalEntry.Parameters"> - <summary> - The list of parameters of the statistical entry. - </summary> - </member> - <member name="F:IrcDotNet.IrcServerStatisticalEntry.Type"> - <summary> - The type of the statistical entry. - </summary> - </member> - <member name="T:IrcDotNet.IrcServerStatisticalEntryCommonType"> - <summary> - Defines the types of statistical entries for an IRC server. - </summary> - </member> - <member name="F:IrcDotNet.IrcServerStatisticalEntryCommonType.Connection"> - <summary> - An active connection to the server. - </summary> - </member> - <member name="F:IrcDotNet.IrcServerStatisticalEntryCommonType.Command"> - <summary> - A command supported by the server. - </summary> - </member> - <member name="F:IrcDotNet.IrcServerStatisticalEntryCommonType.AllowedServerConnect"> - <summary> - A server to which the local server may connect. - </summary> - </member> - <member name="F:IrcDotNet.IrcServerStatisticalEntryCommonType.AllowedServerAccept"> - <summary> - A server from which the local server may accept connections. - </summary> - </member> - <member name="F:IrcDotNet.IrcServerStatisticalEntryCommonType.AllowedClient"> - <summary> - A client that may connect to the server. - </summary> - </member> - <member name="F:IrcDotNet.IrcServerStatisticalEntryCommonType.BannedClient"> - <summary> - A client that is banned from connecting to the server. - </summary> - </member> - <member name="F:IrcDotNet.IrcServerStatisticalEntryCommonType.ConnectionClass"> - <summary> - A connection class defined by the server. - </summary> - </member> - <member name="F:IrcDotNet.IrcServerStatisticalEntryCommonType.LeafDepth"> - <summary> - The leaf depth of a server in the network. - </summary> - </member> - <member name="F:IrcDotNet.IrcServerStatisticalEntryCommonType.Uptime"> - <summary> - The uptime of the server. - </summary> - </member> - <member name="F:IrcDotNet.IrcServerStatisticalEntryCommonType.AllowedOperator"> - <summary> - An operator on the server. - </summary> - </member> - <member name="F:IrcDotNet.IrcServerStatisticalEntryCommonType.HubServer"> - <summary> - A hub server within the network. - </summary> - </member> - <member name="T:IrcDotNet.IrcServerStatsReceivedEventArgs"> - <summary> - Provides data for the <see cref="E:IrcDotNet.IrcClient.ServerStatsReceived" /> event. - </summary> - </member> - <member name="M:IrcDotNet.IrcServerStatsReceivedEventArgs.#ctor(System.Collections.Generic.IList{IrcDotNet.IrcServerStatisticalEntry})"> - <summary> - Initializes a new instance of the <see cref="T:IrcDotNet.IrcServerStatsReceivedEventArgs" /> class. - </summary> - <param name="entries">A list of statistical entries that was returned by the server.</param> - </member> - <member name="P:IrcDotNet.IrcServerStatsReceivedEventArgs.Entries"> - <summary> - Gets the list of statistical entries that was returned by the server. - </summary> - </member> - <member name="T:IrcDotNet.IrcServerTimeEventArgs"> - <summary> - Provides data for the <see cref="E:IrcDotNet.IrcClient.ServerTimeReceived" /> event. - </summary> - </member> - <member name="M:IrcDotNet.IrcServerTimeEventArgs.#ctor(System.String,System.String)"> - <summary> - Initializes a new instance of the <see cref="T:IrcDotNet.IrcServerTimeEventArgs" /> class. - </summary> - <param name="serverName">The name of the server.</param> - <param name="dateTime">The local date/time received from the server.</param> - </member> - <member name="P:IrcDotNet.IrcServerTimeEventArgs.DateTime"> - <summary> - Gets the local date/time for the server. - </summary> - </member> - <member name="P:IrcDotNet.IrcServerTimeEventArgs.ServerName"> - <summary> - Gets the name of the server to which the version information applies. - </summary> - </member> - <member name="T:IrcDotNet.IrcServerVersionInfoEventArgs"> - <summary> - Provides data for the <see cref="E:IrcDotNet.IrcClient.ServerVersionInfoReceived" /> event. - </summary> - </member> - <member name="M:IrcDotNet.IrcServerVersionInfoEventArgs.#ctor(System.String,System.String,System.String,System.String)"> - <summary> - Initializes a new instance of the <see cref="T:IrcDotNet.IrcServerVersionInfoEventArgs" /> class. - </summary> - <param name="version">The version of the server.</param> - <param name="debugLevel">The debug level of the server.</param> - <param name="serverName">The name of the server.</param> - <param name="comments">The comments about the server.</param> - </member> - <member name="P:IrcDotNet.IrcServerVersionInfoEventArgs.Comments"> - <summary> - Gets the comments about the server. - </summary> - </member> - <member name="P:IrcDotNet.IrcServerVersionInfoEventArgs.DebugLevel"> - <summary> - Gets the debug level of the server. - </summary> - </member> - <member name="P:IrcDotNet.IrcServerVersionInfoEventArgs.ServerName"> - <summary> - Gets the name of the server to which the version information applies. - </summary> - </member> - <member name="P:IrcDotNet.IrcServerVersionInfoEventArgs.Version"> - <summary> - Gets the version of the server. - </summary> - </member> - <member name="T:IrcDotNet.IrcServiceRegistrationInfo"> - <summary> - Provides information used by an <see cref="T:IrcDotNet.IrcClient" /> for registering the connection as a service. - </summary> - </member> - <member name="M:IrcDotNet.IrcServiceRegistrationInfo.#ctor"> - <summary> - Initializes a new instance of the <see cref="T:IrcDotNet.IrcServiceRegistrationInfo" /> class. - </summary> - </member> - <member name="P:IrcDotNet.IrcServiceRegistrationInfo.Description"> - <summary> - Gets or sets the description of the service to set upon registration. - The description cannot later be changed. - </summary> - </member> - <member name="P:IrcDotNet.IrcServiceRegistrationInfo.Distribution"> - <summary> - Gets or sets the distribution of the service, which determines its visibility to users on specific servers. - </summary> - </member> - <member name="T:IrcDotNet.IrcStandardFloodPreventer"> - <summary> - Represents a flood protector that throttles data sent by the client according to the standard rules implemented - by modern IRC servers. - </summary> - </member> - <member name="M:IrcDotNet.IrcStandardFloodPreventer.#ctor(System.Int32,System.Int64)"> - <summary> - Initializes a new instance of the <see cref="T:IrcDotNet.IrcStandardFloodPreventer" /> class. - </summary> - <param name="maxMessageBurst">The maximum number of messages that can be sent in a burst.</param> - <param name="counterPeriod">The number of milliseconds between each decrement of the message counter. - </param> - </member> - <member name="P:IrcDotNet.IrcStandardFloodPreventer.CounterPeriod"> - <summary> - Gets the number of milliseconds between each decrement of the message counter. - </summary> - </member> - <member name="M:IrcDotNet.IrcStandardFloodPreventer.GetSendDelay"> - <summary> - Gets the time delay before which the client may currently send the next message. - </summary> - <returns>The time delay before the next message may be sent, in milliseconds.</returns> - </member> - <member name="M:IrcDotNet.IrcStandardFloodPreventer.HandleMessageSent"> - <summary> - Notifies the flood preventer that a message has just been send by the client. - </summary> - </member> - <member name="P:IrcDotNet.IrcStandardFloodPreventer.MaxMessageBurst"> - <summary> - Gets the maximum message number of messages that can be sent in a burst. - </summary> - </member> - <member name="T:IrcDotNet.IrcTargetMask"> - <summary> - Represents a mask of an IRC server name or host name, used for specifying the targets of a message. - </summary> - </member> - <member name="M:IrcDotNet.IrcTargetMask.#ctor(IrcDotNet.IrcTargetMaskType,System.String)"> - <summary> - Initializes a new instance of the <see cref="T:IrcDotNet.IrcTargetMask" /> class with the specified type and mask. - </summary> - <param name="type">The type.</param> - <param name="mask">The mask.</param> - </member> - <member name="M:IrcDotNet.IrcTargetMask.#ctor(System.String)"> - <summary> - Initializes a new instance of the <see cref="T:IrcDotNet.IrcTargetMask" /> class with the specified target mask - identifier. - </summary> - <param name="targetMask">A wildcard expression for matching against server names or host names. - If the first character is '$', the mask is a server mask; if the first character is '#', the mask is a host - mask.</param> - <exception cref="T:System.ArgumentNullException"> - <paramref name="targetMask" /> is <see langword="null" /></exception> - <exception cref="T:System.ArgumentException">The length of <paramref name="targetMask" /> is too short.</exception> - <exception cref="T:System.ArgumentException"> - <paramref name="targetMask" /> does not represent a known mask type. - </exception> - </member> - <member name="P:IrcDotNet.IrcTargetMask.Mask"> - <summary> - Gets a wildcard expression for matching against target names. - The <see cref="P:IrcDotNet.IrcTargetMask.Type" /> property determines the type of the mask. - </summary> - </member> - <member name="M:IrcDotNet.IrcTargetMask.ToString"> - <summary> - Returns a string representation of this instance. - </summary> - <returns>A string that represents this instance.</returns> - </member> - <member name="P:IrcDotNet.IrcTargetMask.Type"> - <summary> - Gets the type of the target mask; either a server mask or channel mask. - </summary> - </member> - <member name="T:IrcDotNet.IrcTargetMaskType"> - <summary> - Defines the types of a target mask. - </summary> - </member> - <member name="F:IrcDotNet.IrcTargetMaskType.ServerMask"> - <summary> - A mask of a server name. - </summary> - </member> - <member name="F:IrcDotNet.IrcTargetMaskType.HostMask"> - <summary> - A mask of a host name. - </summary> - </member> - <member name="T:IrcDotNet.IrcUser"> - <summary> - Represents an IRC user that exists on a specific <see cref="T:IrcDotNet.IrcClient" />. - </summary> - </member> - <member name="P:IrcDotNet.IrcUser.AwayMessage"> - <summary> - Gets the current away message received when the user was seen as away. - </summary> - </member> - <member name="P:IrcDotNet.IrcUser.Client"> - <summary> - Gets the client on which the user exists. - </summary> - </member> - <member name="M:IrcDotNet.IrcUser.GetChannelUsers"> - <summary> - Gets a collection of all channel users that correspond to the user. - Each <see cref="T:IrcDotNet.IrcChannelUser" /> represents a channel of which the user is currently a member. - </summary> - <returns>A collection of all <see cref="T:IrcDotNet.IrcChannelUser" /> object that correspond to the <see cref="T:IrcDotNet.IrcUser" />. - </returns> - </member> - <member name="P:IrcDotNet.IrcUser.HopCount"> - <summary> - Gets the hop count of the user, which is the number of servers between the user and the server on which the - client is connected, within the network. - </summary> - </member> - <member name="P:IrcDotNet.IrcUser.HostName"> - <summary> - Gets the host name of the user. - </summary> - </member> - <member name="P:IrcDotNet.IrcUser.IdleDuration"> - <summary> - Gets the duration for which the user has been idle. This is set when a Who Is response is received. - </summary> - </member> - <member name="E:IrcDotNet.IrcUser.InviteReceived"> - <summary> - Occurs when an invitation to join a channel has been received. - </summary> - </member> - <member name="P:IrcDotNet.IrcUser.IsAway"> - <summary> - Gets whether the user has been been seen as away. This value is always up-to-date for the local user; - though it is only updated for remote users when a private message is sent to them or a Who Is response - is received for the user. - </summary> - </member> - <member name="E:IrcDotNet.IrcUser.IsAwayChanged"> - <summary> - Occurs when the user has been seen as away or here. - </summary> - </member> - <member name="P:IrcDotNet.IrcUser.IsOnline"> - <summary> - Gets whether the user is currently connected to the IRC network. This value may not be always be - up-to-date. - </summary> - </member> - <member name="P:IrcDotNet.IrcUser.IsOperator"> - <summary> - Gets whether the user is a server operator. - </summary> - </member> - <member name="P:IrcDotNet.IrcUser.NickName"> - <summary> - Gets the current nick name of the user. - </summary> - </member> - <member name="E:IrcDotNet.IrcUser.NickNameChanged"> - <summary> - Occurs when the nick name of the user has changed. - </summary> - </member> - <member name="M:IrcDotNet.IrcUser.OnInviteReceived(IrcDotNet.IrcChannelInvitationEventArgs)"> - <summary> - Raises the <see cref="E:IrcDotNet.IrcUser.InviteReceived" /> event. - </summary> - <param name="e">The <see cref="T:IrcDotNet.IrcChannelEventArgs" /> instance containing the event data.</param> - </member> - <member name="M:IrcDotNet.IrcUser.OnIsAwayChanged(System.EventArgs)"> - <summary> - Raises the <see cref="E:IrcDotNet.IrcUser.IsAwayChanged" /> event. - </summary> - <param name="e">The <see cref="T:System.EventArgs" /> instance containing the event data.</param> - </member> - <member name="M:IrcDotNet.IrcUser.OnNickNameChanged(System.EventArgs)"> - <summary> - Raises the <see cref="E:IrcDotNet.IrcUser.NickNameChanged" /> event. - </summary> - <param name="e">The <see cref="T:System.EventArgs" /> instance containing the event data.</param> - </member> - <member name="M:IrcDotNet.IrcUser.OnPropertyChanged(System.ComponentModel.PropertyChangedEventArgs)"> - <summary> - Raises the <see cref="E:PropertyChanged" /> event. - </summary> - <param name="e">The <see cref="T:System.ComponentModel.PropertyChangedEventArgs" /> instance containing the event data.</param> - </member> - <member name="M:IrcDotNet.IrcUser.OnQuit(IrcDotNet.IrcCommentEventArgs)"> - <summary> - Raises the <see cref="E:IrcDotNet.IrcUser.Quit" /> event. - </summary> - <param name="e">The <see cref="T:IrcDotNet.IrcCommentEventArgs" /> instance containing the event data.</param> - </member> - <member name="E:IrcDotNet.IrcUser.PropertyChanged"> - <summary> - Occurs when a property value changes. - </summary> - </member> - <member name="E:IrcDotNet.IrcUser.Quit"> - <summary> - Occurs when the user has quit the network. This may not always be sent. - </summary> - </member> - <member name="P:IrcDotNet.IrcUser.RealName"> - <summary> - Gets the real name of the user. This value never changes until the user reconnects. - </summary> - </member> - <member name="P:IrcDotNet.IrcUser.ServerInfo"> - <summary> - Gets arbitrary information about the server to which the user is connected. - </summary> - </member> - <member name="P:IrcDotNet.IrcUser.ServerName"> - <summary> - Gets the name of the server to which the user is connected. - </summary> - </member> - <member name="M:IrcDotNet.IrcUser.ToString"> - <summary> - Returns a string representation of this instance. - </summary> - <returns>A string that represents this instance.</returns> - </member> - <member name="P:IrcDotNet.IrcUser.UserName"> - <summary> - Gets the current user name of the user. This value never changes until the user reconnects. - </summary> - </member> - <member name="M:IrcDotNet.IrcUser.WhoIs"> - <summary> - Sends a Who Is query to server for the user. - </summary> - </member> - <member name="M:IrcDotNet.IrcUser.WhoWas(System.Int32)"> - <summary> - Sends a Who Was query to server for the user. - </summary> - <param name="entriesCount">The maximum number of entries that the server should return. A negative number - specifies an unlimited number of entries.</param> - </member> - <member name="T:IrcDotNet.IrcUserCollection"> - <summary> - Represents a collection of <see cref="T:IrcDotNet.IrcUser" /> objects. - </summary> - </member> - <member name="P:IrcDotNet.IrcUserCollection.Client"> - <summary> - Gets the client to which the collection of users belongs. - </summary> - </member> - <member name="T:IrcDotNet.IrcUserEventArgs"> - <summary> - Provides data for events that concern an <see cref="T:IrcDotNet.IrcUser" />. - </summary> - </member> - <member name="M:IrcDotNet.IrcUserEventArgs.#ctor(IrcDotNet.IrcUser,System.String)"> - <summary> - Initializes a new instance of the <see cref="T:IrcDotNet.IrcUserEventArgs" /> class. - </summary> - <param name="user">The user that the event concerns.</param> - <param name="comment"> - <p style="color: #dc143c; font-size: 8.5pt; font-weight: bold;">[Missing <param name="comment"/> documentation for "M:IrcDotNet.IrcUserEventArgs.#ctor(IrcDotNet.IrcUser,System.String)"]</p> - </param> - </member> - <member name="P:IrcDotNet.IrcUserEventArgs.User"> - <summary> - Gets the user that the event concerns. - </summary> - </member> - <member name="T:IrcDotNet.IrcUserRegistrationInfo"> - <summary> - Provides information used by an <see cref="T:IrcDotNet.IrcClient" /> for registering the connection as a user. - </summary> - </member> - <member name="M:IrcDotNet.IrcUserRegistrationInfo.#ctor"> - <summary> - Initializes a new instance of the <see cref="T:IrcDotNet.IrcUserRegistrationInfo" /> class. - </summary> - </member> - <member name="P:IrcDotNet.IrcUserRegistrationInfo.RealName"> - <summary> - Gets or sets the real name of the local user to set upon registration. - The real name cannot later be changed. - </summary> - </member> - <member name="P:IrcDotNet.IrcUserRegistrationInfo.UserModes"> - <summary> - Gets or sets the modes of the local user to set initially. - The collection should not contain any characters except 'w' or 'i'. - The modes can be changed after registration. - </summary> - </member> - <member name="P:IrcDotNet.IrcUserRegistrationInfo.UserName"> - <summary> - Gets or sets the user name of the local user to set upon registration. - The user name cannot later be changed. - </summary> - </member> - <member name="T:IrcDotNet.IrcValidateSslCertificateEventArgs"> - <summary> - Provides data for the <see cref="E:IrcDotNet.IrcClient.ValidateSslCertificate" /> event. - </summary> - </member> - <member name="M:IrcDotNet.IrcValidateSslCertificateEventArgs.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate,System.Security.Cryptography.X509Certificates.X509Chain,System.Net.Security.SslPolicyErrors)"> - <summary> - Initializes a new instance of the <see cref="T:IrcDotNet.IrcValidateSslCertificateEventArgs" /> class. - </summary> - <param name="certificate">The certificate used to authenticate the remote party.</param> - <param name="chain">The chain of certificate authorities.</param> - <param name="sslPolicyErrors">The errors associated with the remote certificate.</param> - </member> - <member name="P:IrcDotNet.IrcValidateSslCertificateEventArgs.Certificate"> - <summary> - Gets the certificate used to authenticate the remote party.. - </summary> - </member> - <member name="P:IrcDotNet.IrcValidateSslCertificateEventArgs.Chain"> - <summary> - Gets the chain of certificate authorities associated with the remote certificate. - </summary> - </member> - <member name="P:IrcDotNet.IrcValidateSslCertificateEventArgs.IsValid"> - <summary> - Gets or sets whether the certificate given by the server is valid. - </summary> - </member> - <member name="P:IrcDotNet.IrcValidateSslCertificateEventArgs.SslPolicyErrors"> - <summary> - Gets the errors associated with the remote certificate. - </summary> - </member> - <member name="T:IrcDotNet.Collections.CollectionsUtilities"> - <summary> - Contains common utilities for functionality relating to collections. - </summary> - </member> - <member name="M:IrcDotNet.Collections.CollectionsUtilities.AddRange``1(System.Collections.Generic.ICollection{``0},System.Collections.Generic.IEnumerable{``0})"> - <summary> - Adds the specified items to the collection. - </summary> - <param name="collection">The collection to which to add the items.</param> - <param name="range">A collection of items to add to <paramref name="collection" />.</param> - <typeparam name="T">The type of the items in the collection.</typeparam> - </member> - <member name="M:IrcDotNet.Collections.CollectionsUtilities.ForEach``1(System.Collections.Generic.IEnumerable{``0},System.Action{``0})"> - <summary> - Performs the specified action on each item in the collection. - </summary> - <param name="source">The collection on whose items to perform the action.</param> - <param name="action">The action to perform on each item of the collection.</param> - <typeparam name="T">The type of the items in the collection.</typeparam> - </member> - <member name="M:IrcDotNet.Collections.CollectionsUtilities.RemoveRange``1(System.Collections.Generic.ICollection{``0},System.Collections.Generic.IEnumerable{``0})"> - <summary> - Removes the specified items from the collection. - </summary> - <param name="collection">The collection fom which to remove the items.</param> - <param name="range">A collection of items to remove from <paramref name="collection" />.</param> - <typeparam name="T">The type of the items in the collection.</typeparam> - </member> - <member name="M:IrcDotNet.Collections.CollectionsUtilities.Set``2(System.Collections.Generic.IDictionary{``0,``1},``0,``1)"> - <summary> - Sets the value for the specified key in a dictionary. - If the given key already exists, overwrite its value; otherwise, add a new key/value pair. - </summary> - <param name="dictionary">The dictionary in which to set the value.</param> - <param name="key">The object to use as the key of the element to add/update.</param> - <param name="value">The object to use as the value of the element to add/update.</param> - <typeparam name="TKey">The type of keys in the dictionary.</typeparam> - <typeparam name="TValue">The type of values in the dictionary..</typeparam> - </member> - <member name="T:IrcDotNet.Collections.ReadOnlyDictionary`2"> - <summary> - Represents a read-only collection of keys and values. - </summary> - <typeparam name="TKey">The type of the keys in the dictionary.</typeparam> - <typeparam name="TValue">The type of the values in the dictionary.</typeparam> - </member> - <member name="M:IrcDotNet.Collections.ReadOnlyDictionary`2.#ctor(System.Collections.Generic.IDictionary{`0,`1})"> - <summary> - Initializes a new instance of the <see cref="T:IrcDotNet.Collections.ReadOnlyDictionary`2" /> class. - </summary> - <param name="dictionary">The dictionary to wrap.</param> - <exception cref="T:System.ArgumentNullException"> - <paramref name="dictionary" /> is <see langword="null" />.</exception> - </member> - <member name="M:IrcDotNet.Collections.ReadOnlyDictionary`2.ContainsKey(`0)"> - <summary> - Determines whether the dictionary contains the specified key. - </summary> - <param name="key">The key to locate in the dictionary.</param> - <returns> - <see langword="true" /> if the dictionary contains an element with the specified key; - <see langword="false" />, otherwise.</returns> - <exception cref="T:System.ArgumentNullException"> - <paramref name="key" /> is <see langword="null" />.</exception> - </member> - <member name="P:IrcDotNet.Collections.ReadOnlyDictionary`2.Count"> - <summary> - Gets the number of key/value pairs contained in the dictionary. - </summary> - </member> - <member name="M:IrcDotNet.Collections.ReadOnlyDictionary`2.GetEnumerator"> - <summary> - Returns an enumerator that iterates through the dictionary. - </summary> - <returns>An enumerator for the dictionary.</returns> - </member> - <member name="P:IrcDotNet.Collections.ReadOnlyDictionary`2.Item(`0)"> - <summary> - Gets or sets the element with the specified key. - </summary> - <exception cref="T:System.NotSupportedException">This operation is not supported on a read-only dictionary. - </exception> - </member> - <member name="P:IrcDotNet.Collections.ReadOnlyDictionary`2.Keys"> - <summary> - Gets a collection containing the keys in the dictionary. - </summary> - </member> - <member name="M:IrcDotNet.Collections.ReadOnlyDictionary`2.TryGetValue(`0,`1@)"> - <summary> - Gets the value associated with the specified key. - </summary> - <param name="key">The key of the value to get.</param> - <param name="value">When this method returns, contains the value associated with the specified key, if the - key is found; otherwise, the default value for the type of the value parameter. This parameter is passed - uninitialized.</param> - <returns> - <see langword="true" /> if the dictionary contains an element with the specified key; - <see langword="false" />, otherwise.</returns> - <exception cref="T:System.ArgumentNullException"> - <paramref name="key" /> is <see langword="null" />.</exception> - </member> - <member name="P:IrcDotNet.Collections.ReadOnlyDictionary`2.Values"> - <summary> - Gets a collection containing the values in the dictionary. - </summary> - </member> - <member name="T:IrcDotNet.Collections.ReadOnlySet`1"> - <summary> - Represents a read-only set of values. - </summary> - <typeparam name="T">The type of elements in the set.</typeparam> - </member> - <member name="M:IrcDotNet.Collections.ReadOnlySet`1.#ctor(System.Collections.Generic.ISet{`0})"> - <summary> - Initializes a new instance of the <see cref="T:IrcDotNet.Collections.ReadOnlySet`1" /> class. - </summary> - <param name="set">The set to wrap.</param> - <exception cref="T:System.ArgumentNullException"> - <paramref name="set" /> is <see langword="null" />.</exception> - </member> - <member name="M:IrcDotNet.Collections.ReadOnlySet`1.Contains(`0)"> - <summary> - Determines whether the set contains the specified element. - </summary> - <param name="item">The element to locate in the set.</param> - <returns> - <see langword="true" /> if the set contains the specified element; - <see langword="false" />, otherwise.</returns> - <exception cref="T:System.ArgumentNullException"> - <paramref name="item" /> is <see langword="null" />.</exception> - </member> - <member name="M:IrcDotNet.Collections.ReadOnlySet`1.CopyTo(`0[])"> - <summary> - Copies the elements of the set to an array. - </summary> - <param name="array">The one-dimensional array that is the destination of the elements copied from the - set. The array must have zero-based indexing.</param> - <param name="arrayIndex">The zero-based index in <paramref name="array" /> at which copying begins.</param> - <exception cref="T:System.ArgumentNullException"> - <paramref name="array" /> is <see langword="null" />.</exception> - <exception cref="T:System.ArgumentOutOfRangeException"> - <paramref name="arrayIndex" /> is less than 0.</exception> - <exception cref="T:System.ArgumentException"> - <paramref name="arrayIndex" /> is greater than the length of the - destination array.</exception> - </member> - <member name="M:IrcDotNet.Collections.ReadOnlySet`1.CopyTo(`0[],System.Int32)"> - <summary> - Copies the elements of the set to an array. - </summary> - <param name="array">The one-dimensional array that is the destination of the elements copied from the - set. The array must have zero-based indexing.</param> - <param name="arrayIndex">The zero-based index in <paramref name="array" /> at which copying begins.</param> - <exception cref="T:System.ArgumentNullException"> - <paramref name="array" /> is <see langword="null" />.</exception> - <exception cref="T:System.ArgumentOutOfRangeException"> - <paramref name="arrayIndex" /> is less than 0.</exception> - <exception cref="T:System.ArgumentException"> - <paramref name="arrayIndex" /> is greater than the length of the - destination array.</exception> - </member> - <member name="P:IrcDotNet.Collections.ReadOnlySet`1.Count"> - <summary> - Gets the number of elements that are contained in the set. - </summary> - </member> - <member name="M:IrcDotNet.Collections.ReadOnlySet`1.GetEnumerator"> - <summary> - Returns an enumerator that iterates through the set. - </summary> - <returns>An enumerator for the set.</returns> - </member> - <member name="M:IrcDotNet.Collections.ReadOnlySet`1.IsProperSubsetOf(System.Collections.Generic.IEnumerable{`0})"> - <summary> - Determines whether the set is a proper subset of the specified collection. - </summary> - <param name="other">The collection to compare to the current set.</param> - <returns> - <see langword="true" /> if the set is a proper subset of <paramref name="other" />; - <see langword="false" />, otherwise. - </returns> - <exception cref="T:System.ArgumentNullException"> - <paramref name="other" /> is <see langword="null" />.</exception> - </member> - <member name="M:IrcDotNet.Collections.ReadOnlySet`1.IsProperSupersetOf(System.Collections.Generic.IEnumerable{`0})"> - <summary> - Determines whether the set is a proper superset of the specified collection. - </summary> - <param name="other">The collection to compare to the current set.</param> - <returns> - <see langword="true" /> if the set is a proper superset of <paramref name="other" />; - <see langword="false" />, otherwise. - </returns> - <exception cref="T:System.ArgumentNullException"> - <paramref name="other" /> is <see langword="null" />.</exception> - </member> - <member name="M:IrcDotNet.Collections.ReadOnlySet`1.IsSubsetOf(System.Collections.Generic.IEnumerable{`0})"> - <summary> - Determines whether the set is a subset of the specified collection. - </summary> - <param name="other">The collection to compare to the current set.</param> - <returns> - <see langword="true" /> if the set is a subset of <paramref name="other" />; - <see langword="false" />, otherwise. - </returns> - <exception cref="T:System.ArgumentNullException"> - <paramref name="other" /> is <see langword="null" />.</exception> - </member> - <member name="M:IrcDotNet.Collections.ReadOnlySet`1.IsSupersetOf(System.Collections.Generic.IEnumerable{`0})"> - <summary> - Determines whether the set is a superset of the specified collection. - </summary> - <param name="other">The collection to compare to the current set.</param> - <returns> - <see langword="true" /> if the set is a superset of <paramref name="other" />; - <see langword="false" />, otherwise. - </returns> - <exception cref="T:System.ArgumentNullException"> - <paramref name="other" /> is <see langword="null" />.</exception> - </member> - <member name="M:IrcDotNet.Collections.ReadOnlySet`1.Overlaps(System.Collections.Generic.IEnumerable{`0})"> - <summary> - Determines whether the set and the specified collection share common elements. - </summary> - <param name="other">The collection to compare to the current set.</param> - <returns> - <see langword="true" /> if the set and <paramref name="other" /> share at least one common element; - <see langword="false" />, otherwise. - </returns> - <exception cref="T:System.ArgumentNullException"> - <paramref name="other" /> is <see langword="null" />.</exception> - </member> - <member name="M:IrcDotNet.Collections.ReadOnlySet`1.SetEquals(System.Collections.Generic.IEnumerable{`0})"> - <summary> - Determines whether the set and the specified collection contain the same elements. - </summary> - <param name="other">The collection to compare to the current set.</param> - <returns> - <see langword="true" /> if the set and <paramref name="other" /> are equal; - <see langword="false" />, otherwise. - </returns> - <exception cref="T:System.ArgumentNullException"> - <paramref name="other" /> is <see langword="null" />.</exception> - </member> - <member name="T:IrcDotNet.Ctcp.CtcpClient"> - <summary> - Represents a client that communicates with a server using CTCP (Client to Client Protocol), operating over an - IRC connection. - - Do not inherit this class unless the protocol itself is being extended. - </summary> - </member> - <member name="M:IrcDotNet.Ctcp.CtcpClient.#ctor(IrcDotNet.IrcClient)"> - <summary> - Initializes a new instance of the <see cref="T:IrcDotNet.Ctcp.CtcpClient" /> class. - </summary> - <param name="ircClient">The IRC client by which the CTCP client should communicate.</param> - </member> - <member name="E:IrcDotNet.Ctcp.CtcpClient.ActionReceived"> - <summary> - Occurs when an action has been received from a user. - </summary> - </member> - <member name="E:IrcDotNet.Ctcp.CtcpClient.ActionSent"> - <summary> - Occurs when an action has been sent to a user. - </summary> - </member> - <member name="M:IrcDotNet.Ctcp.CtcpClient.CheckErrorOccurred(IrcDotNet.IIrcMessageTarget)"> - <summary> - Asks the specified user whether an error just occurred. - </summary> - <param name="user">The user to which to send the request.</param> - <param name="users">A list of users to which to send the request.</param> - </member> - <member name="M:IrcDotNet.Ctcp.CtcpClient.CheckErrorOccurred(System.Collections.Generic.IList{IrcDotNet.IIrcMessageTarget})"> - <summary> - Asks the specified list of users whether an error just occurred. - </summary> - <param name="users">A list of users to which to send the request.</param> - </member> - <member name="P:IrcDotNet.Ctcp.CtcpClient.ClientVersion"> - <summary> - Gets or sets information about the client version. - </summary> - </member> - <member name="E:IrcDotNet.Ctcp.CtcpClient.Error"> - <summary> - Occurs when the client encounters an error during execution. - </summary> - </member> - <member name="E:IrcDotNet.Ctcp.CtcpClient.ErrorMessageReceived"> - <summary> - Occurs when an error message has been received from a user. - </summary> - </member> - <member name="M:IrcDotNet.Ctcp.CtcpClient.GetTime(IrcDotNet.IIrcMessageTarget)"> - <summary> - Gets the local date/time of the specified user. - </summary> - <param name="user">The user to which to send the request.</param> - <param name="users">A list of users to which to send the request.</param> - </member> - <member name="M:IrcDotNet.Ctcp.CtcpClient.GetTime(System.Collections.Generic.IList{IrcDotNet.IIrcMessageTarget})"> - <summary> - Gets the local date/time of the specified list of users. - </summary> - <param name="users">A list of users to which to send the request.</param> - </member> - <member name="M:IrcDotNet.Ctcp.CtcpClient.GetVersion(IrcDotNet.IIrcMessageTarget)"> - <summary> - Gets the client version of the specified user. - </summary> - <param name="user">The user to which to send the request.</param> - <param name="users">A list of users to which to send the request.</param> - </member> - <member name="M:IrcDotNet.Ctcp.CtcpClient.GetVersion(System.Collections.Generic.IList{IrcDotNet.IIrcMessageTarget})"> - <summary> - Gets the client version of the specified list of users. - </summary> - <param name="users">A list of users to which to send the request.</param> - </member> - <member name="P:IrcDotNet.Ctcp.CtcpClient.IrcClient"> - <summary> - Gets or sets the IRC client by which the CTCP client should communicate. - </summary> - </member> - <member name="M:IrcDotNet.Ctcp.CtcpClient.OnActionReceived(IrcDotNet.Ctcp.CtcpMessageEventArgs)"> - <summary> - Raises the <see cref="E:IrcDotNet.Ctcp.CtcpClient.ActionReceived" /> event. - </summary> - <param name="e">The <see cref="T:IrcDotNet.Ctcp.CtcpMessageEventArgs" /> instance containing the event data.</param> - </member> - <member name="M:IrcDotNet.Ctcp.CtcpClient.OnActionSent(IrcDotNet.Ctcp.CtcpMessageEventArgs)"> - <summary> - Raises the <see cref="E:IrcDotNet.Ctcp.CtcpClient.ActionSent" /> event. - </summary> - <param name="e">The <see cref="T:IrcDotNet.Ctcp.CtcpMessageEventArgs" /> instance containing the event data.</param> - </member> - <member name="M:IrcDotNet.Ctcp.CtcpClient.OnError(IrcDotNet.IrcErrorEventArgs)"> - <summary> - Raises the <see cref="E:IrcDotNet.Ctcp.CtcpClient.Error" /> event. - </summary> - <param name="e">The <see cref="T:IrcDotNet.IrcErrorEventArgs" /> instance containing the event data.</param> - </member> - <member name="M:IrcDotNet.Ctcp.CtcpClient.OnErrorMessageResponseReceived(IrcDotNet.Ctcp.CtcpErrorMessageReceivedEventArgs)"> - <summary> - Raises the <see cref="E:IrcDotNet.Ctcp.CtcpClient.ErrorMessageReceived" /> event. - </summary> - <param name="e">The <see cref="T:IrcDotNet.Ctcp.CtcpErrorMessageReceivedEventArgs" /> instance containing the event - data.</param> - </member> - <member name="M:IrcDotNet.Ctcp.CtcpClient.OnPingResponseReceived(IrcDotNet.Ctcp.CtcpPingResponseReceivedEventArgs)"> - <summary> - Raises the <see cref="E:IrcDotNet.Ctcp.CtcpClient.PingResponseReceived" /> event. - </summary> - <param name="e">The <see cref="T:IrcDotNet.Ctcp.CtcpPingResponseReceivedEventArgs" /> instance containing the event data. - </param> - </member> - <member name="M:IrcDotNet.Ctcp.CtcpClient.OnRawMessageReceived(IrcDotNet.Ctcp.CtcpRawMessageEventArgs)"> - <summary> - Raises the <see cref="E:IrcDotNet.Ctcp.CtcpClient.RawMessageReceived" /> event. - </summary> - <param name="e">The <see cref="T:IrcDotNet.Ctcp.CtcpRawMessageEventArgs" /> instance containing the event data.</param> - </member> - <member name="M:IrcDotNet.Ctcp.CtcpClient.OnRawMessageSent(IrcDotNet.Ctcp.CtcpRawMessageEventArgs)"> - <summary> - Raises the <see cref="E:IrcDotNet.Ctcp.CtcpClient.RawMessageSent" /> event. - </summary> - <param name="e">The <see cref="T:IrcDotNet.Ctcp.CtcpRawMessageEventArgs" /> instance containing the event data.</param> - </member> - <member name="M:IrcDotNet.Ctcp.CtcpClient.OnTimeResponseReceived(IrcDotNet.Ctcp.CtcpTimeResponseReceivedEventArgs)"> - <summary> - Raises the <see cref="E:IrcDotNet.Ctcp.CtcpClient.TimeResponseReceived" /> event. - </summary> - <param name="e">The <see cref="T:IrcDotNet.Ctcp.CtcpTimeResponseReceivedEventArgs" /> instance containing the event data. - </param> - </member> - <member name="M:IrcDotNet.Ctcp.CtcpClient.OnVersionResponseReceived(IrcDotNet.Ctcp.CtcpVersionResponseReceivedEventArgs)"> - <summary> - Raises the <see cref="E:IrcDotNet.Ctcp.CtcpClient.VersionResponseReceived" /> event. - </summary> - <param name="e">The <see cref="T:IrcDotNet.Ctcp.CtcpVersionResponseReceivedEventArgs" /> instance containing the event data. - </param> - </member> - <member name="M:IrcDotNet.Ctcp.CtcpClient.Ping(IrcDotNet.IIrcMessageTarget)"> - <summary> - Pings the specified user. - </summary> - <param name="user">The user to which to send the request.</param> - <param name="users">A list of users to which to send the request.</param> - </member> - <member name="M:IrcDotNet.Ctcp.CtcpClient.Ping(System.Collections.Generic.IList{IrcDotNet.IIrcMessageTarget})"> - <summary> - Pings the specified list of users. - </summary> - <param name="users">A list of users to which to send the request.</param> - </member> - <member name="E:IrcDotNet.Ctcp.CtcpClient.PingResponseReceived"> - <summary> - Occurs when a ping response has been received from a user. - </summary> - </member> - <member name="M:IrcDotNet.Ctcp.CtcpClient.ProcessMessageAction(IrcDotNet.Ctcp.CtcpClient.CtcpMessage)"> - <summary> - Process ACTION messages received from a user. - </summary> - <param name="message">The message received from the user.</param> - </member> - <member name="M:IrcDotNet.Ctcp.CtcpClient.ProcessMessageErrMsg(IrcDotNet.Ctcp.CtcpClient.CtcpMessage)"> - <summary> - Process ERRMSG messages received from a user. - </summary> - <param name="message">The message received from the user.</param> - </member> - <member name="M:IrcDotNet.Ctcp.CtcpClient.ProcessMessagePing(IrcDotNet.Ctcp.CtcpClient.CtcpMessage)"> - <summary> - Process PING messages received from a user. - </summary> - <param name="message">The message received from the user.</param> - </member> - <member name="M:IrcDotNet.Ctcp.CtcpClient.ProcessMessageTime(IrcDotNet.Ctcp.CtcpClient.CtcpMessage)"> - <summary> - Process TIME messages received from a user. - </summary> - <param name="message">The message received from the user.</param> - </member> - <member name="M:IrcDotNet.Ctcp.CtcpClient.ProcessMessageVersion(IrcDotNet.Ctcp.CtcpClient.CtcpMessage)"> - <summary> - Process VERSION messages received from a user. - </summary> - <param name="message">The message received from the user.</param> - </member> - <member name="E:IrcDotNet.Ctcp.CtcpClient.RawMessageReceived"> - <summary> - Occurs when a raw message has been received from a user. - </summary> - </member> - <member name="E:IrcDotNet.Ctcp.CtcpClient.RawMessageSent"> - <summary> - Occurs when a raw message has been sent to a user. - </summary> - </member> - <member name="M:IrcDotNet.Ctcp.CtcpClient.SendAction(IrcDotNet.IIrcMessageTarget,System.String)"> - <summary> - Sends an action message to the specified list of users. - </summary> - <param name="user">The user to which to send the request.</param> - <param name="users">A list of users to which to send the request.</param> - <param name="text">The text of the message.</param> - </member> - <member name="M:IrcDotNet.Ctcp.CtcpClient.SendAction(System.Collections.Generic.IList{IrcDotNet.IIrcMessageTarget},System.String)"> - <summary> - Sends an action message to the specified list of users. - </summary> - <param name="users">A list of users to which to send the request.</param> - <param name="text">The text of the message.</param> - </member> - <member name="M:IrcDotNet.Ctcp.CtcpClient.SendMessageAction(System.Collections.Generic.IList{IrcDotNet.IIrcMessageTarget},System.String)"> - <summary> - Sends an action message to the specified target. - </summary> - <param name="targets">A list of the targets of the message.</param> - <param name="text">The message text.</param> - </member> - <member name="M:IrcDotNet.Ctcp.CtcpClient.SendMessageErrMsg(System.Collections.Generic.IList{IrcDotNet.IIrcMessageTarget},System.String,System.Boolean)"> - <summary> - Sends a request for confirming that no error has occurred. - </summary> - <param name="targets">A list of the targets of the message.</param> - <param name="tag">A tag that can be used for tracking the response.</param> - <param name="isResponse"> - <see langword="true" /> if the message is a response; <see langword="false" />, - otherwise.</param> - </member> - <member name="M:IrcDotNet.Ctcp.CtcpClient.SendMessagePing(System.Collections.Generic.IList{IrcDotNet.IIrcMessageTarget},System.String,System.Boolean)"> - <summary> - Sends a ping request or response to the specified target. - </summary> - <param name="targets">A list of the targets of the message.</param> - <param name="info">The information to send.</param> - <param name="isResponse"> - <see langword="true" /> if the message is a response; <see langword="false" />, - otherwise.</param> - </member> - <member name="M:IrcDotNet.Ctcp.CtcpClient.SendMessageTime(System.Collections.Generic.IList{IrcDotNet.IIrcMessageTarget},System.String,System.Boolean)"> - <summary> - Sends a request for the local date/time to the specified target. - </summary> - <param name="targets">A list of the targets of the message.</param> - <param name="info">The information to send.</param> - <param name="isResponse"> - <see langword="true" /> if the message is a response; <see langword="false" />, - otherwise.</param> - </member> - <member name="M:IrcDotNet.Ctcp.CtcpClient.SendMessageVersion(System.Collections.Generic.IList{IrcDotNet.IIrcMessageTarget},System.String,System.Boolean)"> - <summary> - Sends a request or response for information about the version of the client. - </summary> - <param name="targets">A list of the targets of the message.</param> - <param name="info">The information to send.</param> - <param name="isResponse"> - <see langword="true" /> if the message is a response; <see langword="false" />, - otherwise.</param> - </member> - <member name="E:IrcDotNet.Ctcp.CtcpClient.TimeResponseReceived"> - <summary> - Occurs when a response to a date/time request has been received from a user. - </summary> - </member> - <member name="M:IrcDotNet.Ctcp.CtcpClient.ToString"> - <summary> - Returns a string representation of this instance. - </summary> - <returns>A string that represents this instance.</returns> - </member> - <member name="E:IrcDotNet.Ctcp.CtcpClient.VersionResponseReceived"> - <summary> - Occurs when a response to a version request has been received from a user. - </summary> - </member> - <member name="M:IrcDotNet.Ctcp.CtcpClient.WriteMessage(System.Collections.Generic.IList{IrcDotNet.IIrcMessageTarget},IrcDotNet.Ctcp.CtcpClient.CtcpMessage)"> - <summary> - Writes the specified message to a target. - </summary> - <param name="message">The message to write.</param> - <param name="targets">A list of the targets to which to write the message.</param> - <param name="taggedData">The tagged data to write.</param> - <param name="isResponse"> - <see langword="true" /> if the message is a response to another message; - <see langword="false" />, otherwise.</param> - <exception cref="T:System.ArgumentException"> - <paramref name="message" /> contains more than 15 many parameters. - </exception> - <exception cref="T:System.ArgumentException">The value of <see cref="F:IrcDotNet.Ctcp.CtcpClient.CtcpMessage.Tag" /> of <paramref name="message" /> - is invalid.</exception> - </member> - <member name="M:IrcDotNet.Ctcp.CtcpClient.WriteMessage(System.Collections.Generic.IList{IrcDotNet.IIrcMessageTarget},System.String,System.String,System.Boolean)"> - <summary> - Writes the specified message to a target. - </summary> - <param name="tag">The tag of the message.</param> - <param name="data">The data contained by the message.</param> - <param name="isResponse"> - <see langword="true" /> if the message is a response to another message; - <see langword="false" />, otherwise.</param> - <param name="message">The message to write.</param> - <param name="targets">A list of the targets to which to write the message.</param> - <param name="taggedData">The tagged data to write.</param> - <exception cref="T:System.ArgumentException"> - <paramref name="message" /> contains more than 15 many parameters. - </exception> - </member> - <member name="T:IrcDotNet.Ctcp.CtcpClient.CtcpMessage"> - <summary> - Represents a raw CTCP message that is sent/received by <see cref="T:IrcDotNet.Ctcp.CtcpClient" />. - </summary> - </member> - <member name="M:IrcDotNet.Ctcp.CtcpClient.CtcpMessage.#ctor(IrcDotNet.IrcUser,System.Collections.Generic.IList{IrcDotNet.IIrcMessageTarget},System.String,System.String,System.Boolean)"> - <summary> - Initializes a new instance of the <see cref="T:IrcDotNet.Ctcp.CtcpClient.CtcpMessage" /> structure. - </summary> - <param name="source">The source of the message.</param> - <param name="targets">A list of the targets of the message.</param> - <param name="tag">The tag of the message.</param> - <param name="data">The data contained by the message, or <see langword="null" /> for no data.</param> - <param name="isResponse"> - <see langword="true" /> if the message is a response to another message; - <see langword="false" />, otherwise.</param> - </member> - <member name="F:IrcDotNet.Ctcp.CtcpClient.CtcpMessage.Data"> - <summary> - The data contained by the message. - </summary> - </member> - <member name="F:IrcDotNet.Ctcp.CtcpClient.CtcpMessage.IsResponse"> - <summary> - <see langword="true" /> if this message is a response to another message; <see langword="false" />, - otherwise. - </summary> - </member> - <member name="F:IrcDotNet.Ctcp.CtcpClient.CtcpMessage.Source"> - <summary> - The user that sent the message. - </summary> - </member> - <member name="F:IrcDotNet.Ctcp.CtcpClient.CtcpMessage.Tag"> - <summary> - The tag of the message, that specifies the kind of data it contains or the type of the request. - </summary> - </member> - <member name="F:IrcDotNet.Ctcp.CtcpClient.CtcpMessage.Targets"> - <summary> - A list of users to which to send the message. - </summary> - </member> - <member name="M:IrcDotNet.Ctcp.CtcpClient.CtcpMessage.ToString"> - <summary> - Returns a string representation of this instance. - </summary> - <returns>A string that represents this instance.</returns> - </member> - <member name="T:IrcDotNet.Ctcp.CtcpClient.MessageProcessor"> - <summary> - Represents a method that processes <see cref="T:IrcDotNet.Ctcp.CtcpClient.CtcpMessage" /> objects. - </summary> - <param name="message">The message to be processed.</param> - </member> - <member name="T:IrcDotNet.Ctcp.CtcpErrorMessageReceivedEventArgs"> - <summary> - Provides data for the <see cref="E:IrcDotNet.Ctcp.CtcpClient.ErrorMessageReceived" /> event. - </summary> - </member> - <member name="M:IrcDotNet.Ctcp.CtcpErrorMessageReceivedEventArgs.#ctor(IrcDotNet.IrcUser,System.String)"> - <summary> - Initializes a new instance of the <see cref="T:IrcDotNet.Ctcp.CtcpErrorMessageReceivedEventArgs" /> class, - specifying that no error occurred. - </summary> - <param name="noErrorMessage">The message indicating that no error occurred.</param> - <param name="user"> - <p style="color: #dc143c; font-size: 8.5pt; font-weight: bold;">[Missing <param name="user"/> documentation for "M:IrcDotNet.Ctcp.CtcpErrorMessageReceivedEventArgs.#ctor(IrcDotNet.IrcUser,System.String)"]</p> - </param> - </member> - <member name="M:IrcDotNet.Ctcp.CtcpErrorMessageReceivedEventArgs.#ctor(IrcDotNet.IrcUser,System.String,System.String)"> - <summary> - Initializes a new instance of the <see cref="T:IrcDotNet.Ctcp.CtcpErrorMessageReceivedEventArgs" /> class, - specifying the query that failed with an error message. - </summary> - <param name="failedQuery">A string containing the query that failed.</param> - <param name="errorMessage">The message describing the error that occurred for the remote user.</param> - <param name="user"> - <p style="color: #dc143c; font-size: 8.5pt; font-weight: bold;">[Missing <param name="user"/> documentation for "M:IrcDotNet.Ctcp.CtcpErrorMessageReceivedEventArgs.#ctor(IrcDotNet.IrcUser,System.String,System.String)"]</p> - </param> - </member> - <member name="P:IrcDotNet.Ctcp.CtcpErrorMessageReceivedEventArgs.ErrorMessage"> - <summary> - Gets message describing the error that occurred for the remote user. - </summary> - </member> - <member name="P:IrcDotNet.Ctcp.CtcpErrorMessageReceivedEventArgs.ErrorOccurred"> - <summary> - Gets a value indicating whether an error occurred or the user confirmed that no error occurred. - </summary> - </member> - <member name="P:IrcDotNet.Ctcp.CtcpErrorMessageReceivedEventArgs.FailedQuery"> - <summary> - Gets a string containing the query that failed - </summary> - </member> - <member name="T:IrcDotNet.Ctcp.CtcpMessageEventArgs"> - <summary> - Provides data for events that are raised when a CTCP message or notice is sent or received. - </summary> - </member> - <member name="M:IrcDotNet.Ctcp.CtcpMessageEventArgs.#ctor(IrcDotNet.IrcUser,System.Collections.Generic.IList{IrcDotNet.IIrcMessageTarget},System.String)"> - <summary> - Initializes a new instance of the <see cref="T:IrcDotNet.Ctcp.CtcpMessageEventArgs" /> class. - </summary> - <param name="source">The source of the message.</param> - <param name="targets">A list of the targets of the message.</param> - <param name="text">The text of the message.</param> - <exception cref="T:System.ArgumentNullException"> - <paramref name="targets" /> is <see langword="null" />.</exception> - <exception cref="T:System.ArgumentNullException"> - <paramref name="text" /> is <see langword="null" />.</exception> - </member> - <member name="P:IrcDotNet.Ctcp.CtcpMessageEventArgs.Source"> - <summary> - Gets the source of the message. - </summary> - </member> - <member name="P:IrcDotNet.Ctcp.CtcpMessageEventArgs.Targets"> - <summary> - Gets a list of the targets of the message. - </summary> - </member> - <member name="P:IrcDotNet.Ctcp.CtcpMessageEventArgs.Text"> - <summary> - Gets the text of the message. - </summary> - </member> - <member name="T:IrcDotNet.Ctcp.CtcpPingResponseReceivedEventArgs"> - <summary> - Provides data for the <see cref="E:IrcDotNet.Ctcp.CtcpClient.PingResponseReceived" /> event. - </summary> - </member> - <member name="M:IrcDotNet.Ctcp.CtcpPingResponseReceivedEventArgs.#ctor(IrcDotNet.IrcUser,System.TimeSpan)"> - <summary> - Initializes a new instance of the <see cref="T:IrcDotNet.Ctcp.CtcpPingResponseReceivedEventArgs" /> class. - </summary> - <param name="pingTime">The ping time.</param> - <param name="user"> - <p style="color: #dc143c; font-size: 8.5pt; font-weight: bold;">[Missing <param name="user"/> documentation for "M:IrcDotNet.Ctcp.CtcpPingResponseReceivedEventArgs.#ctor(IrcDotNet.IrcUser,System.TimeSpan)"]</p> - </param> - </member> - <member name="P:IrcDotNet.Ctcp.CtcpPingResponseReceivedEventArgs.PingTime"> - <summary> - Gets the duration of time elapsed between the sending of the ping request and the receiving of the ping - response. - </summary> - </member> - <member name="T:IrcDotNet.Ctcp.CtcpRawMessageEventArgs"> - <summary> - Provides data for the <see cref="E:IrcDotNet.Ctcp.CtcpClient.RawMessageSent" /> and - <see cref="E:IrcDotNet.Ctcp.CtcpClient.RawMessageReceived" /> events. - </summary> - </member> - <member name="M:IrcDotNet.Ctcp.CtcpRawMessageEventArgs.#ctor(IrcDotNet.Ctcp.CtcpClient.CtcpMessage)"> - <summary> - Initializes a new instance of the <see cref="T:IrcDotNet.Ctcp.CtcpRawMessageEventArgs" /> class. - </summary> - <param name="message">The message that was sent/received.</param> - </member> - <member name="P:IrcDotNet.Ctcp.CtcpRawMessageEventArgs.Message"> - <summary> - Gets the message that was sent/received by the client. - </summary> - </member> - <member name="T:IrcDotNet.Ctcp.CtcpResponseReceivedEventArgs"> - <summary> - Provides data for events that indicate a response to a CTCP request. - </summary> - </member> - <member name="M:IrcDotNet.Ctcp.CtcpResponseReceivedEventArgs.#ctor(IrcDotNet.IrcUser)"> - <summary> - Initializes a new instance of the <see cref="T:IrcDotNet.Ctcp.CtcpResponseReceivedEventArgs" /> class. - </summary> - <param name="user">The user from which the response was received.</param> - </member> - <member name="P:IrcDotNet.Ctcp.CtcpResponseReceivedEventArgs.User"> - <summary> - Gets the user from which the response was received. - </summary> - </member> - <member name="T:IrcDotNet.Ctcp.CtcpTimeResponseReceivedEventArgs"> - <summary> - Provides data for the <see cref="E:IrcDotNet.Ctcp.CtcpClient.TimeResponseReceived" /> event. - </summary> - </member> - <member name="M:IrcDotNet.Ctcp.CtcpTimeResponseReceivedEventArgs.#ctor(IrcDotNet.IrcUser,System.String)"> - <summary> - Initializes a new instance of the <see cref="T:IrcDotNet.Ctcp.CtcpTimeResponseReceivedEventArgs" /> class. - </summary> - <param name="dateTime">The local date/time received from the user.</param> - <param name="user"> - <p style="color: #dc143c; font-size: 8.5pt; font-weight: bold;">[Missing <param name="user"/> documentation for "M:IrcDotNet.Ctcp.CtcpTimeResponseReceivedEventArgs.#ctor(IrcDotNet.IrcUser,System.String)"]</p> - </param> - </member> - <member name="P:IrcDotNet.Ctcp.CtcpTimeResponseReceivedEventArgs.DateTime"> - <summary> - Gets the local date/time for the user. - </summary> - </member> - <member name="T:IrcDotNet.Ctcp.CtcpVersionResponseReceivedEventArgs"> - <summary> - Provides data for the <see cref="E:IrcDotNet.Ctcp.CtcpClient.VersionResponseReceived" /> event. - </summary> - </member> - <member name="M:IrcDotNet.Ctcp.CtcpVersionResponseReceivedEventArgs.#ctor(IrcDotNet.IrcUser,System.String)"> - <summary> - Initializes a new instance of the <see cref="T:IrcDotNet.Ctcp.CtcpVersionResponseReceivedEventArgs" /> class. - </summary> - <param name="versionInfo">The information about the client version.</param> - <param name="user"> - <p style="color: #dc143c; font-size: 8.5pt; font-weight: bold;">[Missing <param name="user"/> documentation for "M:IrcDotNet.Ctcp.CtcpVersionResponseReceivedEventArgs.#ctor(IrcDotNet.IrcUser,System.String)"]</p> - </param> - </member> - <member name="P:IrcDotNet.Ctcp.CtcpVersionResponseReceivedEventArgs.VersionInfo"> - <summary> - Gets the information about the client version of the user. - </summary> - </member> - </members> -</doc>
\ No newline at end of file diff --git a/source/WindowsFormsApplication1/bin/Debug/Microsoft.Build.Framework.dll b/source/WindowsFormsApplication1/bin/Debug/Microsoft.Build.Framework.dll Binary files differdeleted file mode 100644 index 81742ef..0000000 --- a/source/WindowsFormsApplication1/bin/Debug/Microsoft.Build.Framework.dll +++ /dev/null diff --git a/source/WindowsFormsApplication1/bin/Debug/Microsoft.Build.Utilities.v12.0.dll b/source/WindowsFormsApplication1/bin/Debug/Microsoft.Build.Utilities.v12.0.dll Binary files differdeleted file mode 100644 index 8cdba1d..0000000 --- a/source/WindowsFormsApplication1/bin/Debug/Microsoft.Build.Utilities.v12.0.dll +++ /dev/null diff --git a/source/WindowsFormsApplication1/bin/Debug/NAudio.dll b/source/WindowsFormsApplication1/bin/Debug/NAudio.dll Binary files differdeleted file mode 100644 index 9dd5ae7..0000000 --- a/source/WindowsFormsApplication1/bin/Debug/NAudio.dll +++ /dev/null diff --git a/source/WindowsFormsApplication1/bin/Debug/NAudio.xml b/source/WindowsFormsApplication1/bin/Debug/NAudio.xml deleted file mode 100644 index 25602d9..0000000 --- a/source/WindowsFormsApplication1/bin/Debug/NAudio.xml +++ /dev/null @@ -1,21714 +0,0 @@ -<?xml version="1.0"?> -<doc> - <assembly> - <name>NAudio</name> - </assembly> - <members> - <member name="T:NAudio.Codecs.ALawDecoder"> - <summary> - a-law decoder - based on code from: - http://hazelware.luggle.com/tutorials/mulawcompression.html - </summary> - </member> - <member name="F:NAudio.Codecs.ALawDecoder.ALawDecompressTable"> - <summary> - only 512 bytes required, so just use a lookup - </summary> - </member> - <member name="M:NAudio.Codecs.ALawDecoder.ALawToLinearSample(System.Byte)"> - <summary> - Converts an a-law encoded byte to a 16 bit linear sample - </summary> - <param name="aLaw">a-law encoded byte</param> - <returns>Linear sample</returns> - </member> - <member name="T:NAudio.Codecs.ALawEncoder"> - <summary> - A-law encoder - </summary> - </member> - <member name="M:NAudio.Codecs.ALawEncoder.LinearToALawSample(System.Int16)"> - <summary> - Encodes a single 16 bit sample to a-law - </summary> - <param name="sample">16 bit PCM sample</param> - <returns>a-law encoded byte</returns> - </member> - <member name="T:NAudio.Codecs.G722Codec"> - <summary> - SpanDSP - a series of DSP components for telephony - - g722_decode.c - The ITU G.722 codec, decode part. - - Written by Steve Underwood <[email protected]> - - Copyright (C) 2005 Steve Underwood - Ported to C# by Mark Heath 2011 - - Despite my general liking of the GPL, I place my own contributions - to this code in the public domain for the benefit of all mankind - - even the slimy ones who might try to proprietize my work and use it - to my detriment. - - Based in part on a single channel G.722 codec which is: - Copyright (c) CMU 1993 - Computer Science, Speech Group - Chengxiang Lu and Alex Hauptmann - </summary> - </member> - <member name="M:NAudio.Codecs.G722Codec.Saturate(System.Int32)"> - <summary> - hard limits to 16 bit samples - </summary> - </member> - <member name="M:NAudio.Codecs.G722Codec.Decode(NAudio.Codecs.G722CodecState,System.Int16[],System.Byte[],System.Int32)"> - <summary> - Decodes a buffer of G722 - </summary> - <param name="state">Codec state</param> - <param name="outputBuffer">Output buffer (to contain decompressed PCM samples)</param> - <param name="inputG722Data"></param> - <param name="inputLength">Number of bytes in input G722 data to decode</param> - <returns>Number of samples written into output buffer</returns> - </member> - <member name="M:NAudio.Codecs.G722Codec.Encode(NAudio.Codecs.G722CodecState,System.Byte[],System.Int16[],System.Int32)"> - <summary> - Encodes a buffer of G722 - </summary> - <param name="state">Codec state</param> - <param name="outputBuffer">Output buffer (to contain encoded G722)</param> - <param name="inputBuffer">PCM 16 bit samples to encode</param> - <param name="inputBufferCount">Number of samples in the input buffer to encode</param> - <returns>Number of encoded bytes written into output buffer</returns> - </member> - <member name="T:NAudio.Codecs.G722CodecState"> - <summary> - Stores state to be used between calls to Encode or Decode - </summary> - </member> - <member name="M:NAudio.Codecs.G722CodecState.#ctor(System.Int32,NAudio.Codecs.G722Flags)"> - <summary> - Creates a new instance of G722 Codec State for a - new encode or decode session - </summary> - <param name="rate">Bitrate (typically 64000)</param> - <param name="options">Special options</param> - </member> - <member name="P:NAudio.Codecs.G722CodecState.ItuTestMode"> - <summary> - ITU Test Mode - TRUE if the operating in the special ITU test mode, with the band split filters disabled. - </summary> - </member> - <member name="P:NAudio.Codecs.G722CodecState.Packed"> - <summary> - TRUE if the G.722 data is packed - </summary> - </member> - <member name="P:NAudio.Codecs.G722CodecState.EncodeFrom8000Hz"> - <summary> - 8kHz Sampling - TRUE if encode from 8k samples/second - </summary> - </member> - <member name="P:NAudio.Codecs.G722CodecState.BitsPerSample"> - <summary> - Bits Per Sample - 6 for 48000kbps, 7 for 56000kbps, or 8 for 64000kbps. - </summary> - </member> - <member name="P:NAudio.Codecs.G722CodecState.QmfSignalHistory"> - <summary> - Signal history for the QMF (x) - </summary> - </member> - <member name="P:NAudio.Codecs.G722CodecState.Band"> - <summary> - Band - </summary> - </member> - <member name="P:NAudio.Codecs.G722CodecState.InBuffer"> - <summary> - In bit buffer - </summary> - </member> - <member name="P:NAudio.Codecs.G722CodecState.InBits"> - <summary> - Number of bits in InBuffer - </summary> - </member> - <member name="P:NAudio.Codecs.G722CodecState.OutBuffer"> - <summary> - Out bit buffer - </summary> - </member> - <member name="P:NAudio.Codecs.G722CodecState.OutBits"> - <summary> - Number of bits in OutBuffer - </summary> - </member> - <member name="T:NAudio.Codecs.Band"> - <summary> - Band data for G722 Codec - </summary> - </member> - <member name="F:NAudio.Codecs.Band.s"> - <summary>s</summary> - </member> - <member name="F:NAudio.Codecs.Band.sp"> - <summary>sp</summary> - </member> - <member name="F:NAudio.Codecs.Band.sz"> - <summary>sz</summary> - </member> - <member name="F:NAudio.Codecs.Band.r"> - <summary>r</summary> - </member> - <member name="F:NAudio.Codecs.Band.a"> - <summary>a</summary> - </member> - <member name="F:NAudio.Codecs.Band.ap"> - <summary>ap</summary> - </member> - <member name="F:NAudio.Codecs.Band.p"> - <summary>p</summary> - </member> - <member name="F:NAudio.Codecs.Band.d"> - <summary>d</summary> - </member> - <member name="F:NAudio.Codecs.Band.b"> - <summary>b</summary> - </member> - <member name="F:NAudio.Codecs.Band.bp"> - <summary>bp</summary> - </member> - <member name="F:NAudio.Codecs.Band.sg"> - <summary>sg</summary> - </member> - <member name="F:NAudio.Codecs.Band.nb"> - <summary>nb</summary> - </member> - <member name="F:NAudio.Codecs.Band.det"> - <summary>det</summary> - </member> - <member name="T:NAudio.Codecs.G722Flags"> - <summary> - G722 Flags - </summary> - </member> - <member name="F:NAudio.Codecs.G722Flags.None"> - <summary> - None - </summary> - </member> - <member name="F:NAudio.Codecs.G722Flags.SampleRate8000"> - <summary> - Using a G722 sample rate of 8000 - </summary> - </member> - <member name="F:NAudio.Codecs.G722Flags.Packed"> - <summary> - Packed - </summary> - </member> - <member name="T:NAudio.Codecs.MuLawDecoder"> - <summary> - mu-law decoder - based on code from: - http://hazelware.luggle.com/tutorials/mulawcompression.html - </summary> - </member> - <member name="F:NAudio.Codecs.MuLawDecoder.MuLawDecompressTable"> - <summary> - only 512 bytes required, so just use a lookup - </summary> - </member> - <member name="M:NAudio.Codecs.MuLawDecoder.MuLawToLinearSample(System.Byte)"> - <summary> - Converts a mu-law encoded byte to a 16 bit linear sample - </summary> - <param name="muLaw">mu-law encoded byte</param> - <returns>Linear sample</returns> - </member> - <member name="T:NAudio.Codecs.MuLawEncoder"> - <summary> - mu-law encoder - based on code from: - http://hazelware.luggle.com/tutorials/mulawcompression.html - </summary> - </member> - <member name="M:NAudio.Codecs.MuLawEncoder.LinearToMuLawSample(System.Int16)"> - <summary> - Encodes a single 16 bit sample to mu-law - </summary> - <param name="sample">16 bit PCM sample</param> - <returns>mu-law encoded byte</returns> - </member> - <member name="T:NAudio.CoreAudioApi.AudioCaptureClient"> - <summary> - Audio Capture Client - </summary> - </member> - <member name="M:NAudio.CoreAudioApi.AudioCaptureClient.GetBuffer(System.Int32@,NAudio.CoreAudioApi.AudioClientBufferFlags@,System.Int64@,System.Int64@)"> - <summary> - Gets a pointer to the buffer - </summary> - <returns>Pointer to the buffer</returns> - </member> - <member name="M:NAudio.CoreAudioApi.AudioCaptureClient.GetBuffer(System.Int32@,NAudio.CoreAudioApi.AudioClientBufferFlags@)"> - <summary> - Gets a pointer to the buffer - </summary> - <param name="numFramesToRead">Number of frames to read</param> - <param name="bufferFlags">Buffer flags</param> - <returns>Pointer to the buffer</returns> - </member> - <member name="M:NAudio.CoreAudioApi.AudioCaptureClient.GetNextPacketSize"> - <summary> - Gets the size of the next packet - </summary> - </member> - <member name="M:NAudio.CoreAudioApi.AudioCaptureClient.ReleaseBuffer(System.Int32)"> - <summary> - Release buffer - </summary> - <param name="numFramesWritten">Number of frames written</param> - </member> - <member name="M:NAudio.CoreAudioApi.AudioCaptureClient.Dispose"> - <summary> - Release the COM object - </summary> - </member> - <member name="T:NAudio.CoreAudioApi.AudioClient"> - <summary> - Windows CoreAudio AudioClient - </summary> - </member> - <member name="M:NAudio.CoreAudioApi.AudioClient.Initialize(NAudio.CoreAudioApi.AudioClientShareMode,NAudio.CoreAudioApi.AudioClientStreamFlags,System.Int64,System.Int64,NAudio.Wave.WaveFormat,System.Guid)"> - <summary> - Initializes the Audio Client - </summary> - <param name="shareMode">Share Mode</param> - <param name="streamFlags">Stream Flags</param> - <param name="bufferDuration">Buffer Duration</param> - <param name="periodicity">Periodicity</param> - <param name="waveFormat">Wave Format</param> - <param name="audioSessionGuid">Audio Session GUID (can be null)</param> - </member> - <member name="M:NAudio.CoreAudioApi.AudioClient.IsFormatSupported(NAudio.CoreAudioApi.AudioClientShareMode,NAudio.Wave.WaveFormat)"> - <summary> - Determines whether if the specified output format is supported - </summary> - <param name="shareMode">The share mode.</param> - <param name="desiredFormat">The desired format.</param> - <returns>True if the format is supported</returns> - </member> - <member name="M:NAudio.CoreAudioApi.AudioClient.IsFormatSupported(NAudio.CoreAudioApi.AudioClientShareMode,NAudio.Wave.WaveFormat,NAudio.Wave.WaveFormatExtensible@)"> - <summary> - Determines if the specified output format is supported in shared mode - </summary> - <param name="shareMode">Share Mode</param> - <param name="desiredFormat">Desired Format</param> - <param name="closestMatchFormat">Output The closest match format.</param> - <returns>True if the format is supported</returns> - </member> - <member name="M:NAudio.CoreAudioApi.AudioClient.Start"> - <summary> - Starts the audio stream - </summary> - </member> - <member name="M:NAudio.CoreAudioApi.AudioClient.Stop"> - <summary> - Stops the audio stream. - </summary> - </member> - <member name="M:NAudio.CoreAudioApi.AudioClient.SetEventHandle(System.IntPtr)"> - <summary> - Set the Event Handle for buffer synchro. - </summary> - <param name="eventWaitHandle">The Wait Handle to setup</param> - </member> - <member name="M:NAudio.CoreAudioApi.AudioClient.Reset"> - <summary> - Resets the audio stream - Reset is a control method that the client calls to reset a stopped audio stream. - Resetting the stream flushes all pending data and resets the audio clock stream - position to 0. This method fails if it is called on a stream that is not stopped - </summary> - </member> - <member name="M:NAudio.CoreAudioApi.AudioClient.Dispose"> - <summary> - Dispose - </summary> - </member> - <member name="P:NAudio.CoreAudioApi.AudioClient.MixFormat"> - <summary> - Retrieves the stream format that the audio engine uses for its internal processing of shared-mode streams. - Can be called before initialize - </summary> - </member> - <member name="P:NAudio.CoreAudioApi.AudioClient.BufferSize"> - <summary> - Retrieves the size (maximum capacity) of the audio buffer associated with the endpoint. (must initialize first) - </summary> - </member> - <member name="P:NAudio.CoreAudioApi.AudioClient.StreamLatency"> - <summary> - Retrieves the maximum latency for the current stream and can be called any time after the stream has been initialized. - </summary> - </member> - <member name="P:NAudio.CoreAudioApi.AudioClient.CurrentPadding"> - <summary> - Retrieves the number of frames of padding in the endpoint buffer (must initialize first) - </summary> - </member> - <member name="P:NAudio.CoreAudioApi.AudioClient.DefaultDevicePeriod"> - <summary> - Retrieves the length of the periodic interval separating successive processing passes by the audio engine on the data in the endpoint buffer. - (can be called before initialize) - </summary> - </member> - <member name="P:NAudio.CoreAudioApi.AudioClient.MinimumDevicePeriod"> - <summary> - Gets the minimum device period - (can be called before initialize) - </summary> - </member> - <member name="P:NAudio.CoreAudioApi.AudioClient.AudioStreamVolume"> - <summary> - Returns the AudioStreamVolume service for this AudioClient. - </summary> - <remarks> - This returns the AudioStreamVolume object ONLY for shared audio streams. - </remarks> - <exception cref="T:System.InvalidOperationException"> - This is thrown when an exclusive audio stream is being used. - </exception> - </member> - <member name="P:NAudio.CoreAudioApi.AudioClient.AudioClockClient"> - <summary> - Gets the AudioClockClient service - </summary> - </member> - <member name="P:NAudio.CoreAudioApi.AudioClient.AudioRenderClient"> - <summary> - Gets the AudioRenderClient service - </summary> - </member> - <member name="P:NAudio.CoreAudioApi.AudioClient.AudioCaptureClient"> - <summary> - Gets the AudioCaptureClient service - </summary> - </member> - <member name="T:NAudio.CoreAudioApi.AudioClientBufferFlags"> - <summary> - Audio Client Buffer Flags - </summary> - </member> - <member name="F:NAudio.CoreAudioApi.AudioClientBufferFlags.None"> - <summary> - None - </summary> - </member> - <member name="F:NAudio.CoreAudioApi.AudioClientBufferFlags.DataDiscontinuity"> - <summary> - AUDCLNT_BUFFERFLAGS_DATA_DISCONTINUITY - </summary> - </member> - <member name="F:NAudio.CoreAudioApi.AudioClientBufferFlags.Silent"> - <summary> - AUDCLNT_BUFFERFLAGS_SILENT - </summary> - </member> - <member name="F:NAudio.CoreAudioApi.AudioClientBufferFlags.TimestampError"> - <summary> - AUDCLNT_BUFFERFLAGS_TIMESTAMP_ERROR - </summary> - </member> - <member name="T:NAudio.CoreAudioApi.AudioClientProperties"> - <summary> - The AudioClientProperties structure is used to set the parameters that describe the properties of the client's audio stream. - </summary> - <remarks>http://msdn.microsoft.com/en-us/library/windows/desktop/hh968105(v=vs.85).aspx</remarks> - </member> - <member name="F:NAudio.CoreAudioApi.AudioClientProperties.cbSize"> - <summary> - The size of the buffer for the audio stream. - </summary> - </member> - <member name="F:NAudio.CoreAudioApi.AudioClientProperties.bIsOffload"> - <summary> - Boolean value to indicate whether or not the audio stream is hardware-offloaded - </summary> - </member> - <member name="F:NAudio.CoreAudioApi.AudioClientProperties.eCategory"> - <summary> - An enumeration that is used to specify the category of the audio stream. - </summary> - </member> - <member name="F:NAudio.CoreAudioApi.AudioClientProperties.Options"> - <summary> - A bit-field describing the characteristics of the stream. Supported in Windows 8.1 and later. - </summary> - </member> - <member name="T:NAudio.CoreAudioApi.AudioClientShareMode"> - <summary> - AUDCLNT_SHAREMODE - </summary> - </member> - <member name="F:NAudio.CoreAudioApi.AudioClientShareMode.Shared"> - <summary> - AUDCLNT_SHAREMODE_SHARED, - </summary> - </member> - <member name="F:NAudio.CoreAudioApi.AudioClientShareMode.Exclusive"> - <summary> - AUDCLNT_SHAREMODE_EXCLUSIVE - </summary> - </member> - <member name="T:NAudio.CoreAudioApi.AudioClientStreamFlags"> - <summary> - AUDCLNT_STREAMFLAGS - </summary> - </member> - <member name="F:NAudio.CoreAudioApi.AudioClientStreamFlags.None"> - <summary> - None - </summary> - </member> - <member name="F:NAudio.CoreAudioApi.AudioClientStreamFlags.CrossProcess"> - <summary> - AUDCLNT_STREAMFLAGS_CROSSPROCESS - </summary> - </member> - <member name="F:NAudio.CoreAudioApi.AudioClientStreamFlags.Loopback"> - <summary> - AUDCLNT_STREAMFLAGS_LOOPBACK - </summary> - </member> - <member name="F:NAudio.CoreAudioApi.AudioClientStreamFlags.EventCallback"> - <summary> - AUDCLNT_STREAMFLAGS_EVENTCALLBACK - </summary> - </member> - <member name="F:NAudio.CoreAudioApi.AudioClientStreamFlags.NoPersist"> - <summary> - AUDCLNT_STREAMFLAGS_NOPERSIST - </summary> - </member> - <member name="T:NAudio.CoreAudioApi.AudioClientStreamOptions"> - <summary> - Defines values that describe the characteristics of an audio stream. - </summary> - </member> - <member name="F:NAudio.CoreAudioApi.AudioClientStreamOptions.None"> - <summary> - No stream options. - </summary> - </member> - <member name="F:NAudio.CoreAudioApi.AudioClientStreamOptions.Raw"> - <summary> - The audio stream is a 'raw' stream that bypasses all signal processing except for endpoint specific, always-on processing in the APO, driver, and hardware. - </summary> - </member> - <member name="T:NAudio.CoreAudioApi.AudioClockClient"> - <summary> - Audio Clock Client - </summary> - </member> - <member name="M:NAudio.CoreAudioApi.AudioClockClient.GetPosition(System.UInt64@,System.UInt64@)"> - <summary> - Get Position - </summary> - </member> - <member name="M:NAudio.CoreAudioApi.AudioClockClient.Dispose"> - <summary> - Dispose - </summary> - </member> - <member name="P:NAudio.CoreAudioApi.AudioClockClient.Characteristics"> - <summary> - Characteristics - </summary> - </member> - <member name="P:NAudio.CoreAudioApi.AudioClockClient.Frequency"> - <summary> - Frequency - </summary> - </member> - <member name="P:NAudio.CoreAudioApi.AudioClockClient.AdjustedPosition"> - <summary> - Adjusted Position - </summary> - </member> - <member name="P:NAudio.CoreAudioApi.AudioClockClient.CanAdjustPosition"> - <summary> - Can Adjust Position - </summary> - </member> - <member name="T:NAudio.CoreAudioApi.AudioEndpointVolumeChannel"> - <summary> - Audio Endpoint Volume Channel - </summary> - </member> - <member name="P:NAudio.CoreAudioApi.AudioEndpointVolumeChannel.VolumeLevel"> - <summary> - Volume Level - </summary> - </member> - <member name="P:NAudio.CoreAudioApi.AudioEndpointVolumeChannel.VolumeLevelScalar"> - <summary> - Volume Level Scalar - </summary> - </member> - <member name="T:NAudio.CoreAudioApi.AudioEndpointVolumeChannels"> - <summary> - Audio Endpoint Volume Channels - </summary> - </member> - <member name="P:NAudio.CoreAudioApi.AudioEndpointVolumeChannels.Count"> - <summary> - Channel Count - </summary> - </member> - <member name="P:NAudio.CoreAudioApi.AudioEndpointVolumeChannels.Item(System.Int32)"> - <summary> - Indexer - get a specific channel - </summary> - </member> - <member name="T:NAudio.CoreAudioApi.AudioEndpointVolumeNotificationDelegate"> - <summary> - Audio Endpoint Volume Notifiaction Delegate - </summary> - <param name="data">Audio Volume Notification Data</param> - </member> - <member name="T:NAudio.CoreAudioApi.AudioEndpointVolumeStepInformation"> - <summary> - Audio Endpoint Volume Step Information - </summary> - </member> - <member name="P:NAudio.CoreAudioApi.AudioEndpointVolumeStepInformation.Step"> - <summary> - Step - </summary> - </member> - <member name="P:NAudio.CoreAudioApi.AudioEndpointVolumeStepInformation.StepCount"> - <summary> - StepCount - </summary> - </member> - <member name="T:NAudio.CoreAudioApi.AudioEndpointVolumeVolumeRange"> - <summary> - Audio Endpoint Volume Volume Range - </summary> - </member> - <member name="P:NAudio.CoreAudioApi.AudioEndpointVolumeVolumeRange.MinDecibels"> - <summary> - Minimum Decibels - </summary> - </member> - <member name="P:NAudio.CoreAudioApi.AudioEndpointVolumeVolumeRange.MaxDecibels"> - <summary> - Maximum Decibels - </summary> - </member> - <member name="P:NAudio.CoreAudioApi.AudioEndpointVolumeVolumeRange.IncrementDecibels"> - <summary> - Increment Decibels - </summary> - </member> - <member name="T:NAudio.CoreAudioApi.AudioMeterInformationChannels"> - <summary> - Audio Meter Information Channels - </summary> - </member> - <member name="P:NAudio.CoreAudioApi.AudioMeterInformationChannels.Count"> - <summary> - Metering Channel Count - </summary> - </member> - <member name="P:NAudio.CoreAudioApi.AudioMeterInformationChannels.Item(System.Int32)"> - <summary> - Get Peak value - </summary> - <param name="index">Channel index</param> - <returns>Peak value</returns> - </member> - <member name="T:NAudio.CoreAudioApi.AudioRenderClient"> - <summary> - Audio Render Client - </summary> - </member> - <member name="M:NAudio.CoreAudioApi.AudioRenderClient.GetBuffer(System.Int32)"> - <summary> - Gets a pointer to the buffer - </summary> - <param name="numFramesRequested">Number of frames requested</param> - <returns>Pointer to the buffer</returns> - </member> - <member name="M:NAudio.CoreAudioApi.AudioRenderClient.ReleaseBuffer(System.Int32,NAudio.CoreAudioApi.AudioClientBufferFlags)"> - <summary> - Release buffer - </summary> - <param name="numFramesWritten">Number of frames written</param> - <param name="bufferFlags">Buffer flags</param> - </member> - <member name="M:NAudio.CoreAudioApi.AudioRenderClient.Dispose"> - <summary> - Release the COM object - </summary> - </member> - <member name="T:NAudio.CoreAudioApi.AudioSessionControl"> - <summary> - AudioSessionControl object for information - regarding an audio session - </summary> - </member> - <member name="M:NAudio.CoreAudioApi.AudioSessionControl.#ctor(NAudio.CoreAudioApi.Interfaces.IAudioSessionControl)"> - <summary> - Constructor. - </summary> - <param name="audioSessionControl"></param> - </member> - <member name="M:NAudio.CoreAudioApi.AudioSessionControl.Dispose"> - <summary> - Dispose - </summary> - </member> - <member name="M:NAudio.CoreAudioApi.AudioSessionControl.Finalize"> - <summary> - Finalizer - </summary> - </member> - <member name="M:NAudio.CoreAudioApi.AudioSessionControl.GetGroupingParam"> - <summary> - the grouping param for an audio session grouping - </summary> - <returns></returns> - </member> - <member name="M:NAudio.CoreAudioApi.AudioSessionControl.SetGroupingParam(System.Guid,System.Guid)"> - <summary> - For chanigng the grouping param and supplying the context of said change - </summary> - <param name="groupingId"></param> - <param name="context"></param> - </member> - <member name="M:NAudio.CoreAudioApi.AudioSessionControl.RegisterEventClient(NAudio.CoreAudioApi.Interfaces.IAudioSessionEventsHandler)"> - <summary> - Registers an even client for callbacks - </summary> - <param name="eventClient"></param> - </member> - <member name="M:NAudio.CoreAudioApi.AudioSessionControl.UnRegisterEventClient(NAudio.CoreAudioApi.Interfaces.IAudioSessionEventsHandler)"> - <summary> - Unregisters an event client from receiving callbacks - </summary> - <param name="eventClient"></param> - </member> - <member name="P:NAudio.CoreAudioApi.AudioSessionControl.AudioMeterInformation"> - <summary> - Audio meter information of the audio session. - </summary> - </member> - <member name="P:NAudio.CoreAudioApi.AudioSessionControl.SimpleAudioVolume"> - <summary> - Simple audio volume of the audio session (for volume and mute status). - </summary> - </member> - <member name="P:NAudio.CoreAudioApi.AudioSessionControl.State"> - <summary> - The current state of the audio session. - </summary> - </member> - <member name="P:NAudio.CoreAudioApi.AudioSessionControl.DisplayName"> - <summary> - The name of the audio session. - </summary> - </member> - <member name="P:NAudio.CoreAudioApi.AudioSessionControl.IconPath"> - <summary> - the path to the icon shown in the mixer. - </summary> - </member> - <member name="P:NAudio.CoreAudioApi.AudioSessionControl.GetSessionIdentifier"> - <summary> - The session identifier of the audio session. - </summary> - </member> - <member name="P:NAudio.CoreAudioApi.AudioSessionControl.GetSessionInstanceIdentifier"> - <summary> - The session instance identifier of the audio session. - </summary> - </member> - <member name="P:NAudio.CoreAudioApi.AudioSessionControl.GetProcessID"> - <summary> - The process identifier of the audio session. - </summary> - </member> - <member name="P:NAudio.CoreAudioApi.AudioSessionControl.IsSystemSoundsSession"> - <summary> - Is the session a system sounds session. - </summary> - </member> - <member name="T:NAudio.CoreAudioApi.AudioSessionEventsCallback"> - <summary> - AudioSessionEvents callback implementation - </summary> - </member> - <member name="T:NAudio.CoreAudioApi.Interfaces.IAudioSessionEvents"> - <summary> - Windows CoreAudio IAudioSessionControl interface - Defined in AudioPolicy.h - </summary> - </member> - <member name="M:NAudio.CoreAudioApi.Interfaces.IAudioSessionEvents.OnDisplayNameChanged(System.String,System.Guid@)"> - <summary> - Notifies the client that the display name for the session has changed. - </summary> - <param name="displayName">The new display name for the session.</param> - <param name="eventContext">A user context value that is passed to the notification callback.</param> - <returns>An HRESULT code indicating whether the operation succeeded of failed.</returns> - </member> - <member name="M:NAudio.CoreAudioApi.Interfaces.IAudioSessionEvents.OnIconPathChanged(System.String,System.Guid@)"> - <summary> - Notifies the client that the display icon for the session has changed. - </summary> - <param name="iconPath">The path for the new display icon for the session.</param> - <param name="eventContext">A user context value that is passed to the notification callback.</param> - <returns>An HRESULT code indicating whether the operation succeeded of failed.</returns> - </member> - <member name="M:NAudio.CoreAudioApi.Interfaces.IAudioSessionEvents.OnSimpleVolumeChanged(System.Single,System.Boolean,System.Guid@)"> - <summary> - Notifies the client that the volume level or muting state of the session has changed. - </summary> - <param name="volume">The new volume level for the audio session.</param> - <param name="isMuted">The new muting state.</param> - <param name="eventContext">A user context value that is passed to the notification callback.</param> - <returns>An HRESULT code indicating whether the operation succeeded of failed.</returns> - </member> - <member name="M:NAudio.CoreAudioApi.Interfaces.IAudioSessionEvents.OnChannelVolumeChanged(System.UInt32,System.IntPtr,System.UInt32,System.Guid@)"> - <summary> - Notifies the client that the volume level of an audio channel in the session submix has changed. - </summary> - <param name="channelCount">The channel count.</param> - <param name="newVolumes">An array of volumnes cooresponding with each channel index.</param> - <param name="channelIndex">The number of the channel whose volume level changed.</param> - <param name="eventContext">A user context value that is passed to the notification callback.</param> - <returns>An HRESULT code indicating whether the operation succeeded of failed.</returns> - </member> - <member name="M:NAudio.CoreAudioApi.Interfaces.IAudioSessionEvents.OnGroupingParamChanged(System.Guid@,System.Guid@)"> - <summary> - Notifies the client that the grouping parameter for the session has changed. - </summary> - <param name="groupingId">The new grouping parameter for the session.</param> - <param name="eventContext">A user context value that is passed to the notification callback.</param> - <returns>An HRESULT code indicating whether the operation succeeded of failed.</returns> - </member> - <member name="M:NAudio.CoreAudioApi.Interfaces.IAudioSessionEvents.OnStateChanged(NAudio.CoreAudioApi.Interfaces.AudioSessionState)"> - <summary> - Notifies the client that the stream-activity state of the session has changed. - </summary> - <param name="state">The new session state.</param> - <returns>An HRESULT code indicating whether the operation succeeded of failed.</returns> - </member> - <member name="M:NAudio.CoreAudioApi.Interfaces.IAudioSessionEvents.OnSessionDisconnected(NAudio.CoreAudioApi.Interfaces.AudioSessionDisconnectReason)"> - <summary> - Notifies the client that the session has been disconnected. - </summary> - <param name="disconnectReason">The reason that the audio session was disconnected.</param> - <returns>An HRESULT code indicating whether the operation succeeded of failed.</returns> - </member> - <member name="M:NAudio.CoreAudioApi.AudioSessionEventsCallback.#ctor(NAudio.CoreAudioApi.Interfaces.IAudioSessionEventsHandler)"> - <summary> - Constructor. - </summary> - <param name="handler"></param> - </member> - <member name="M:NAudio.CoreAudioApi.AudioSessionEventsCallback.OnDisplayNameChanged(System.String,System.Guid@)"> - <summary> - Notifies the client that the display name for the session has changed. - </summary> - <param name="displayName">The new display name for the session.</param> - <param name="eventContext">A user context value that is passed to the notification callback.</param> - <returns>An HRESULT code indicating whether the operation succeeded of failed.</returns> - </member> - <member name="M:NAudio.CoreAudioApi.AudioSessionEventsCallback.OnIconPathChanged(System.String,System.Guid@)"> - <summary> - Notifies the client that the display icon for the session has changed. - </summary> - <param name="iconPath">The path for the new display icon for the session.</param> - <param name="eventContext">A user context value that is passed to the notification callback.</param> - <returns>An HRESULT code indicating whether the operation succeeded of failed.</returns> - </member> - <member name="M:NAudio.CoreAudioApi.AudioSessionEventsCallback.OnSimpleVolumeChanged(System.Single,System.Boolean,System.Guid@)"> - <summary> - Notifies the client that the volume level or muting state of the session has changed. - </summary> - <param name="volume">The new volume level for the audio session.</param> - <param name="isMuted">The new muting state.</param> - <param name="eventContext">A user context value that is passed to the notification callback.</param> - <returns>An HRESULT code indicating whether the operation succeeded of failed.</returns> - </member> - <member name="M:NAudio.CoreAudioApi.AudioSessionEventsCallback.OnChannelVolumeChanged(System.UInt32,System.IntPtr,System.UInt32,System.Guid@)"> - <summary> - Notifies the client that the volume level of an audio channel in the session submix has changed. - </summary> - <param name="channelCount">The channel count.</param> - <param name="newVolumes">An array of volumnes cooresponding with each channel index.</param> - <param name="channelIndex">The number of the channel whose volume level changed.</param> - <param name="eventContext">A user context value that is passed to the notification callback.</param> - <returns>An HRESULT code indicating whether the operation succeeded of failed.</returns> - </member> - <member name="M:NAudio.CoreAudioApi.AudioSessionEventsCallback.OnGroupingParamChanged(System.Guid@,System.Guid@)"> - <summary> - Notifies the client that the grouping parameter for the session has changed. - </summary> - <param name="groupingId">The new grouping parameter for the session.</param> - <param name="eventContext">A user context value that is passed to the notification callback.</param> - <returns>An HRESULT code indicating whether the operation succeeded of failed.</returns> - </member> - <member name="M:NAudio.CoreAudioApi.AudioSessionEventsCallback.OnStateChanged(NAudio.CoreAudioApi.Interfaces.AudioSessionState)"> - <summary> - Notifies the client that the stream-activity state of the session has changed. - </summary> - <param name="state">The new session state.</param> - <returns>An HRESULT code indicating whether the operation succeeded of failed.</returns> - </member> - <member name="M:NAudio.CoreAudioApi.AudioSessionEventsCallback.OnSessionDisconnected(NAudio.CoreAudioApi.Interfaces.AudioSessionDisconnectReason)"> - <summary> - Notifies the client that the session has been disconnected. - </summary> - <param name="disconnectReason">The reason that the audio session was disconnected.</param> - <returns>An HRESULT code indicating whether the operation succeeded of failed.</returns> - </member> - <member name="T:NAudio.CoreAudioApi.AudioSessionManager"> - <summary> - AudioSessionManager - - Designed to manage audio sessions and in particuar the - SimpleAudioVolume interface to adjust a session volume - </summary> - </member> - <member name="M:NAudio.CoreAudioApi.AudioSessionManager.RefreshSessions"> - <summary> - Refresh session of current device. - </summary> - </member> - <member name="M:NAudio.CoreAudioApi.AudioSessionManager.Dispose"> - <summary> - Dispose. - </summary> - </member> - <member name="M:NAudio.CoreAudioApi.AudioSessionManager.Finalize"> - <summary> - Finalizer. - </summary> - </member> - <member name="E:NAudio.CoreAudioApi.AudioSessionManager.OnSessionCreated"> - <summary> - Occurs when audio session has been added (for example run another program that use audio playback). - </summary> - </member> - <member name="P:NAudio.CoreAudioApi.AudioSessionManager.SimpleAudioVolume"> - <summary> - SimpleAudioVolume object - for adjusting the volume for the user session - </summary> - </member> - <member name="P:NAudio.CoreAudioApi.AudioSessionManager.AudioSessionControl"> - <summary> - AudioSessionControl object - for registring for callbacks and other session information - </summary> - </member> - <member name="P:NAudio.CoreAudioApi.AudioSessionManager.Sessions"> - <summary> - Returns list of sessions of current device. - </summary> - </member> - <member name="T:NAudio.CoreAudioApi.AudioSessionManager.SessionCreatedDelegate"> - <summary> - - </summary> - <param name="sender"></param> - <param name="newSession"></param> - </member> - <member name="T:NAudio.CoreAudioApi.Interfaces.IAudioSessionNotification"> - <summary> - Windows CoreAudio IAudioSessionNotification interface - Defined in AudioPolicy.h - </summary> - </member> - <member name="M:NAudio.CoreAudioApi.Interfaces.IAudioSessionNotification.OnSessionCreated(NAudio.CoreAudioApi.Interfaces.IAudioSessionControl)"> - <summary> - - </summary> - <param name="newSession">session being added</param> - <returns>An HRESULT code indicating whether the operation succeeded of failed.</returns> - </member> - <member name="T:NAudio.CoreAudioApi.AudioStreamCategory"> - <summary> - Specifies the category of an audio stream. - </summary> - </member> - <member name="F:NAudio.CoreAudioApi.AudioStreamCategory.Other"> - <summary> - Other audio stream. - </summary> - </member> - <member name="F:NAudio.CoreAudioApi.AudioStreamCategory.ForegroundOnlyMedia"> - <summary> - Media that will only stream when the app is in the foreground. - </summary> - </member> - <member name="F:NAudio.CoreAudioApi.AudioStreamCategory.BackgroundCapableMedia"> - <summary> - Media that can be streamed when the app is in the background. - </summary> - </member> - <member name="F:NAudio.CoreAudioApi.AudioStreamCategory.Communications"> - <summary> - Real-time communications, such as VOIP or chat. - </summary> - </member> - <member name="F:NAudio.CoreAudioApi.AudioStreamCategory.Alerts"> - <summary> - Alert sounds. - </summary> - </member> - <member name="F:NAudio.CoreAudioApi.AudioStreamCategory.SoundEffects"> - <summary> - Sound effects. - </summary> - </member> - <member name="F:NAudio.CoreAudioApi.AudioStreamCategory.GameEffects"> - <summary> - Game sound effects. - </summary> - </member> - <member name="F:NAudio.CoreAudioApi.AudioStreamCategory.GameMedia"> - <summary> - Background audio for games. - </summary> - </member> - <member name="T:NAudio.CoreAudioApi.AudioStreamVolume"> - <summary> - Manages the AudioStreamVolume for the <see cref="T:NAudio.CoreAudioApi.AudioClient"/>. - </summary> - </member> - <member name="M:NAudio.CoreAudioApi.AudioStreamVolume.CheckChannelIndex(System.Int32,System.String)"> - <summary> - Verify that the channel index is valid. - </summary> - <param name="channelIndex"></param> - <param name="parameter"></param> - </member> - <member name="M:NAudio.CoreAudioApi.AudioStreamVolume.GetAllVolumes"> - <summary> - Return the current stream volumes for all channels - </summary> - <returns>An array of volume levels between 0.0 and 1.0 for each channel in the audio stream.</returns> - </member> - <member name="M:NAudio.CoreAudioApi.AudioStreamVolume.GetChannelVolume(System.Int32)"> - <summary> - Return the current volume for the requested channel. - </summary> - <param name="channelIndex">The 0 based index into the channels.</param> - <returns>The volume level for the channel between 0.0 and 1.0.</returns> - </member> - <member name="M:NAudio.CoreAudioApi.AudioStreamVolume.SetAllVolumes(System.Single[])"> - <summary> - Set the volume level for each channel of the audio stream. - </summary> - <param name="levels">An array of volume levels (between 0.0 and 1.0) one for each channel.</param> - <remarks> - A volume level MUST be supplied for reach channel in the audio stream. - </remarks> - <exception cref="T:System.ArgumentOutOfRangeException"> - Thrown when <paramref name="levels"/> does not contain <see cref="P:NAudio.CoreAudioApi.AudioStreamVolume.ChannelCount"/> elements. - </exception> - </member> - <member name="M:NAudio.CoreAudioApi.AudioStreamVolume.SetChannelVolume(System.Int32,System.Single)"> - <summary> - Sets the volume level for one channel in the audio stream. - </summary> - <param name="index">The 0-based index into the channels to adjust the volume of.</param> - <param name="level">The volume level between 0.0 and 1.0 for this channel of the audio stream.</param> - </member> - <member name="M:NAudio.CoreAudioApi.AudioStreamVolume.Dispose"> - <summary> - Dispose - </summary> - </member> - <member name="M:NAudio.CoreAudioApi.AudioStreamVolume.Dispose(System.Boolean)"> - <summary> - Release/cleanup objects during Dispose/finalization. - </summary> - <param name="disposing">True if disposing and false if being finalized.</param> - </member> - <member name="P:NAudio.CoreAudioApi.AudioStreamVolume.ChannelCount"> - <summary> - Returns the current number of channels in this audio stream. - </summary> - </member> - <member name="T:NAudio.CoreAudioApi.AudioVolumeNotificationData"> - <summary> - Audio Volume Notification Data - </summary> - </member> - <member name="M:NAudio.CoreAudioApi.AudioVolumeNotificationData.#ctor(System.Guid,System.Boolean,System.Single,System.Single[])"> - <summary> - Audio Volume Notification Data - </summary> - <param name="eventContext"></param> - <param name="muted"></param> - <param name="masterVolume"></param> - <param name="channelVolume"></param> - </member> - <member name="P:NAudio.CoreAudioApi.AudioVolumeNotificationData.EventContext"> - <summary> - Event Context - </summary> - </member> - <member name="P:NAudio.CoreAudioApi.AudioVolumeNotificationData.Muted"> - <summary> - Muted - </summary> - </member> - <member name="P:NAudio.CoreAudioApi.AudioVolumeNotificationData.MasterVolume"> - <summary> - Master Volume - </summary> - </member> - <member name="P:NAudio.CoreAudioApi.AudioVolumeNotificationData.Channels"> - <summary> - Channels - </summary> - </member> - <member name="P:NAudio.CoreAudioApi.AudioVolumeNotificationData.ChannelVolume"> - <summary> - Channel Volume - </summary> - </member> - <member name="F:NAudio.CoreAudioApi.Interfaces.AudioClientErrors.NotInitialized"> - <summary> - AUDCLNT_E_NOT_INITIALIZED - </summary> - </member> - <member name="F:NAudio.CoreAudioApi.Interfaces.AudioClientErrors.UnsupportedFormat"> - <summary> - AUDCLNT_E_UNSUPPORTED_FORMAT - </summary> - </member> - <member name="F:NAudio.CoreAudioApi.Interfaces.AudioClientErrors.DeviceInUse"> - <summary> - AUDCLNT_E_DEVICE_IN_USE - </summary> - </member> - <member name="T:NAudio.CoreAudioApi.Interfaces.IAudioClock"> - <summary> - Defined in AudioClient.h - </summary> - </member> - <member name="T:NAudio.CoreAudioApi.Interfaces.IAudioClock2"> - <summary> - Defined in AudioClient.h - </summary> - </member> - <member name="T:NAudio.CoreAudioApi.Interfaces.IAudioSessionControl"> - <summary> - Windows CoreAudio IAudioSessionControl interface - Defined in AudioPolicy.h - </summary> - </member> - <member name="M:NAudio.CoreAudioApi.Interfaces.IAudioSessionControl.GetState(NAudio.CoreAudioApi.Interfaces.AudioSessionState@)"> - <summary> - Retrieves the current state of the audio session. - </summary> - <param name="state">Receives the current session state.</param> - <returns>An HRESULT code indicating whether the operation succeeded of failed.</returns> - </member> - <member name="M:NAudio.CoreAudioApi.Interfaces.IAudioSessionControl.GetDisplayName(System.String@)"> - <summary> - Retrieves the display name for the audio session. - </summary> - <param name="displayName">Receives a string that contains the display name.</param> - <returns>An HRESULT code indicating whether the operation succeeded of failed.</returns> - </member> - <member name="M:NAudio.CoreAudioApi.Interfaces.IAudioSessionControl.SetDisplayName(System.String,System.Guid)"> - <summary> - Assigns a display name to the current audio session. - </summary> - <param name="displayName">A string that contains the new display name for the session.</param> - <param name="eventContext">A user context value that is passed to the notification callback.</param> - <returns>An HRESULT code indicating whether the operation succeeded of failed.</returns> - </member> - <member name="M:NAudio.CoreAudioApi.Interfaces.IAudioSessionControl.GetIconPath(System.String@)"> - <summary> - Retrieves the path for the display icon for the audio session. - </summary> - <param name="iconPath">Receives a string that specifies the fully qualified path of the file that contains the icon.</param> - <returns>An HRESULT code indicating whether the operation succeeded of failed.</returns> - </member> - <member name="M:NAudio.CoreAudioApi.Interfaces.IAudioSessionControl.SetIconPath(System.String,System.Guid)"> - <summary> - Assigns a display icon to the current session. - </summary> - <param name="iconPath">A string that specifies the fully qualified path of the file that contains the new icon.</param> - <param name="eventContext">A user context value that is passed to the notification callback.</param> - <returns>An HRESULT code indicating whether the operation succeeded of failed.</returns> - </member> - <member name="M:NAudio.CoreAudioApi.Interfaces.IAudioSessionControl.GetGroupingParam(System.Guid@)"> - <summary> - Retrieves the grouping parameter of the audio session. - </summary> - <param name="groupingId">Receives the grouping parameter ID.</param> - <returns>An HRESULT code indicating whether the operation succeeded of failed.</returns> - </member> - <member name="M:NAudio.CoreAudioApi.Interfaces.IAudioSessionControl.SetGroupingParam(System.Guid,System.Guid)"> - <summary> - Assigns a session to a grouping of sessions. - </summary> - <param name="groupingId">The new grouping parameter ID.</param> - <param name="eventContext">A user context value that is passed to the notification callback.</param> - <returns>An HRESULT code indicating whether the operation succeeded of failed.</returns> - </member> - <member name="M:NAudio.CoreAudioApi.Interfaces.IAudioSessionControl.RegisterAudioSessionNotification(NAudio.CoreAudioApi.Interfaces.IAudioSessionEvents)"> - <summary> - Registers the client to receive notifications of session events, including changes in the session state. - </summary> - <param name="client">A client-implemented <see cref="T:NAudio.CoreAudioApi.Interfaces.IAudioSessionEvents"/> interface.</param> - <returns>An HRESULT code indicating whether the operation succeeded of failed.</returns> - </member> - <member name="M:NAudio.CoreAudioApi.Interfaces.IAudioSessionControl.UnregisterAudioSessionNotification(NAudio.CoreAudioApi.Interfaces.IAudioSessionEvents)"> - <summary> - Deletes a previous registration by the client to receive notifications. - </summary> - <param name="client">A client-implemented <see cref="T:NAudio.CoreAudioApi.Interfaces.IAudioSessionEvents"/> interface.</param> - <returns>An HRESULT code indicating whether the operation succeeded of failed.</returns> - </member> - <member name="T:NAudio.CoreAudioApi.Interfaces.IAudioSessionControl2"> - <summary> - Windows CoreAudio IAudioSessionControl interface - Defined in AudioPolicy.h - </summary> - </member> - <member name="M:NAudio.CoreAudioApi.Interfaces.IAudioSessionControl2.GetState(NAudio.CoreAudioApi.Interfaces.AudioSessionState@)"> - <summary> - Retrieves the current state of the audio session. - </summary> - <param name="state">Receives the current session state.</param> - <returns>An HRESULT code indicating whether the operation succeeded of failed.</returns> - </member> - <member name="M:NAudio.CoreAudioApi.Interfaces.IAudioSessionControl2.GetDisplayName(System.String@)"> - <summary> - Retrieves the display name for the audio session. - </summary> - <param name="displayName">Receives a string that contains the display name.</param> - <returns>An HRESULT code indicating whether the operation succeeded of failed.</returns> - </member> - <member name="M:NAudio.CoreAudioApi.Interfaces.IAudioSessionControl2.SetDisplayName(System.String,System.Guid)"> - <summary> - Assigns a display name to the current audio session. - </summary> - <param name="displayName">A string that contains the new display name for the session.</param> - <param name="eventContext">A user context value that is passed to the notification callback.</param> - <returns>An HRESULT code indicating whether the operation succeeded of failed.</returns> - </member> - <member name="M:NAudio.CoreAudioApi.Interfaces.IAudioSessionControl2.GetIconPath(System.String@)"> - <summary> - Retrieves the path for the display icon for the audio session. - </summary> - <param name="iconPath">Receives a string that specifies the fully qualified path of the file that contains the icon.</param> - <returns>An HRESULT code indicating whether the operation succeeded of failed.</returns> - </member> - <member name="M:NAudio.CoreAudioApi.Interfaces.IAudioSessionControl2.SetIconPath(System.String,System.Guid)"> - <summary> - Assigns a display icon to the current session. - </summary> - <param name="iconPath">A string that specifies the fully qualified path of the file that contains the new icon.</param> - <param name="eventContext">A user context value that is passed to the notification callback.</param> - <returns>An HRESULT code indicating whether the operation succeeded of failed.</returns> - </member> - <member name="M:NAudio.CoreAudioApi.Interfaces.IAudioSessionControl2.GetGroupingParam(System.Guid@)"> - <summary> - Retrieves the grouping parameter of the audio session. - </summary> - <param name="groupingId">Receives the grouping parameter ID.</param> - <returns>An HRESULT code indicating whether the operation succeeded of failed.</returns> - </member> - <member name="M:NAudio.CoreAudioApi.Interfaces.IAudioSessionControl2.SetGroupingParam(System.Guid,System.Guid)"> - <summary> - Assigns a session to a grouping of sessions. - </summary> - <param name="groupingId">The new grouping parameter ID.</param> - <param name="eventContext">A user context value that is passed to the notification callback.</param> - <returns>An HRESULT code indicating whether the operation succeeded of failed.</returns> - </member> - <member name="M:NAudio.CoreAudioApi.Interfaces.IAudioSessionControl2.RegisterAudioSessionNotification(NAudio.CoreAudioApi.Interfaces.IAudioSessionEvents)"> - <summary> - Registers the client to receive notifications of session events, including changes in the session state. - </summary> - <param name="client">A client-implemented <see cref="T:NAudio.CoreAudioApi.Interfaces.IAudioSessionEvents"/> interface.</param> - <returns>An HRESULT code indicating whether the operation succeeded of failed.</returns> - </member> - <member name="M:NAudio.CoreAudioApi.Interfaces.IAudioSessionControl2.UnregisterAudioSessionNotification(NAudio.CoreAudioApi.Interfaces.IAudioSessionEvents)"> - <summary> - Deletes a previous registration by the client to receive notifications. - </summary> - <param name="client">A client-implemented <see cref="T:NAudio.CoreAudioApi.Interfaces.IAudioSessionEvents"/> interface.</param> - <returns>An HRESULT code indicating whether the operation succeeded of failed.</returns> - </member> - <member name="M:NAudio.CoreAudioApi.Interfaces.IAudioSessionControl2.GetSessionIdentifier(System.String@)"> - <summary> - Retrieves the identifier for the audio session. - </summary> - <param name="retVal">Receives the session identifier.</param> - <returns>An HRESULT code indicating whether the operation succeeded of failed.</returns> - </member> - <member name="M:NAudio.CoreAudioApi.Interfaces.IAudioSessionControl2.GetSessionInstanceIdentifier(System.String@)"> - <summary> - Retrieves the identifier of the audio session instance. - </summary> - <param name="retVal">Receives the identifier of a particular instance.</param> - <returns>An HRESULT code indicating whether the operation succeeded of failed.</returns> - </member> - <member name="M:NAudio.CoreAudioApi.Interfaces.IAudioSessionControl2.GetProcessId(System.UInt32@)"> - <summary> - Retrieves the process identifier of the audio session. - </summary> - <param name="retVal">Receives the process identifier of the audio session.</param> - <returns>An HRESULT code indicating whether the operation succeeded of failed.</returns> - </member> - <member name="M:NAudio.CoreAudioApi.Interfaces.IAudioSessionControl2.IsSystemSoundsSession"> - <summary> - Indicates whether the session is a system sounds session. - </summary> - <returns>An HRESULT code indicating whether the operation succeeded of failed.</returns> - </member> - <member name="M:NAudio.CoreAudioApi.Interfaces.IAudioSessionControl2.SetDuckingPreference(System.Boolean)"> - <summary> - Enables or disables the default stream attenuation experience (auto-ducking) provided by the system. - </summary> - <param name="optOut">A variable that enables or disables system auto-ducking.</param> - <returns>An HRESULT code indicating whether the operation succeeded of failed.</returns> - </member> - <member name="T:NAudio.CoreAudioApi.Interfaces.AudioSessionState"> - <summary> - Defines constants that indicate the current state of an audio session. - </summary> - <remarks> - MSDN Reference: http://msdn.microsoft.com/en-us/library/dd370792.aspx - </remarks> - </member> - <member name="F:NAudio.CoreAudioApi.Interfaces.AudioSessionState.AudioSessionStateInactive"> - <summary> - The audio session is inactive. - </summary> - </member> - <member name="F:NAudio.CoreAudioApi.Interfaces.AudioSessionState.AudioSessionStateActive"> - <summary> - The audio session is active. - </summary> - </member> - <member name="F:NAudio.CoreAudioApi.Interfaces.AudioSessionState.AudioSessionStateExpired"> - <summary> - The audio session has expired. - </summary> - </member> - <member name="T:NAudio.CoreAudioApi.Interfaces.AudioSessionDisconnectReason"> - <summary> - Defines constants that indicate a reason for an audio session being disconnected. - </summary> - <remarks> - MSDN Reference: Unknown - </remarks> - </member> - <member name="F:NAudio.CoreAudioApi.Interfaces.AudioSessionDisconnectReason.DisconnectReasonDeviceRemoval"> - <summary> - The user removed the audio endpoint device. - </summary> - </member> - <member name="F:NAudio.CoreAudioApi.Interfaces.AudioSessionDisconnectReason.DisconnectReasonServerShutdown"> - <summary> - The Windows audio service has stopped. - </summary> - </member> - <member name="F:NAudio.CoreAudioApi.Interfaces.AudioSessionDisconnectReason.DisconnectReasonFormatChanged"> - <summary> - The stream format changed for the device that the audio session is connected to. - </summary> - </member> - <member name="F:NAudio.CoreAudioApi.Interfaces.AudioSessionDisconnectReason.DisconnectReasonSessionLogoff"> - <summary> - The user logged off the WTS session that the audio session was running in. - </summary> - </member> - <member name="F:NAudio.CoreAudioApi.Interfaces.AudioSessionDisconnectReason.DisconnectReasonSessionDisconnected"> - <summary> - The WTS session that the audio session was running in was disconnected. - </summary> - </member> - <member name="F:NAudio.CoreAudioApi.Interfaces.AudioSessionDisconnectReason.DisconnectReasonExclusiveModeOverride"> - <summary> - The (shared-mode) audio session was disconnected to make the audio endpoint device available for an exclusive-mode connection. - </summary> - </member> - <member name="T:NAudio.CoreAudioApi.Interfaces.IAudioSessionEventsHandler"> - <summary> - interface to receive session related events - </summary> - </member> - <member name="M:NAudio.CoreAudioApi.Interfaces.IAudioSessionEventsHandler.OnVolumeChanged(System.Single,System.Boolean)"> - <summary> - notification of volume changes including muting of audio session - </summary> - <param name="volume">the current volume</param> - <param name="isMuted">the current mute state, true muted, false otherwise</param> - </member> - <member name="M:NAudio.CoreAudioApi.Interfaces.IAudioSessionEventsHandler.OnDisplayNameChanged(System.String)"> - <summary> - notification of display name changed - </summary> - <param name="displayName">the current display name</param> - </member> - <member name="M:NAudio.CoreAudioApi.Interfaces.IAudioSessionEventsHandler.OnIconPathChanged(System.String)"> - <summary> - notification of icon path changed - </summary> - <param name="iconPath">the current icon path</param> - </member> - <member name="M:NAudio.CoreAudioApi.Interfaces.IAudioSessionEventsHandler.OnChannelVolumeChanged(System.UInt32,System.IntPtr,System.UInt32)"> - <summary> - notification of the client that the volume level of an audio channel in the session submix has changed - </summary> - <param name="channelCount">The channel count.</param> - <param name="newVolumes">An array of volumnes cooresponding with each channel index.</param> - <param name="channelIndex">The number of the channel whose volume level changed.</param> - </member> - <member name="M:NAudio.CoreAudioApi.Interfaces.IAudioSessionEventsHandler.OnGroupingParamChanged(System.Guid@)"> - <summary> - notification of the client that the grouping parameter for the session has changed - </summary> - <param name="groupingId">>The new grouping parameter for the session.</param> - </member> - <member name="M:NAudio.CoreAudioApi.Interfaces.IAudioSessionEventsHandler.OnStateChanged(NAudio.CoreAudioApi.Interfaces.AudioSessionState)"> - <summary> - notification of the client that the stream-activity state of the session has changed - </summary> - <param name="state">The new session state.</param> - </member> - <member name="M:NAudio.CoreAudioApi.Interfaces.IAudioSessionEventsHandler.OnSessionDisconnected(NAudio.CoreAudioApi.Interfaces.AudioSessionDisconnectReason)"> - <summary> - notification of the client that the session has been disconnected - </summary> - <param name="disconnectReason">The reason that the audio session was disconnected.</param> - </member> - <member name="T:NAudio.CoreAudioApi.Interfaces.IAudioSessionManager"> - <summary> - Windows CoreAudio IAudioSessionManager interface - Defined in AudioPolicy.h - </summary> - </member> - <member name="M:NAudio.CoreAudioApi.Interfaces.IAudioSessionManager.GetAudioSessionControl(System.Guid,System.UInt32,NAudio.CoreAudioApi.Interfaces.IAudioSessionControl@)"> - <summary> - Retrieves an audio session control. - </summary> - <param name="sessionId">A new or existing session ID.</param> - <param name="streamFlags">Audio session flags.</param> - <param name="sessionControl">Receives an <see cref="T:NAudio.CoreAudioApi.Interfaces.IAudioSessionControl"/> interface for the audio session.</param> - <returns>An HRESULT code indicating whether the operation succeeded of failed.</returns> - </member> - <member name="M:NAudio.CoreAudioApi.Interfaces.IAudioSessionManager.GetSimpleAudioVolume(System.Guid,System.UInt32,NAudio.CoreAudioApi.Interfaces.ISimpleAudioVolume@)"> - <summary> - Retrieves a simple audio volume control. - </summary> - <param name="sessionId">A new or existing session ID.</param> - <param name="streamFlags">Audio session flags.</param> - <param name="audioVolume">Receives an <see cref="T:NAudio.CoreAudioApi.Interfaces.ISimpleAudioVolume"/> interface for the audio session.</param> - <returns>An HRESULT code indicating whether the operation succeeded of failed.</returns> - </member> - <member name="M:NAudio.CoreAudioApi.Interfaces.IAudioSessionManager2.GetAudioSessionControl(System.Guid,System.UInt32,NAudio.CoreAudioApi.Interfaces.IAudioSessionControl@)"> - <summary> - Retrieves an audio session control. - </summary> - <param name="sessionId">A new or existing session ID.</param> - <param name="streamFlags">Audio session flags.</param> - <param name="sessionControl">Receives an <see cref="T:NAudio.CoreAudioApi.Interfaces.IAudioSessionControl"/> interface for the audio session.</param> - <returns>An HRESULT code indicating whether the operation succeeded of failed.</returns> - </member> - <member name="M:NAudio.CoreAudioApi.Interfaces.IAudioSessionManager2.GetSimpleAudioVolume(System.Guid,System.UInt32,NAudio.CoreAudioApi.Interfaces.ISimpleAudioVolume@)"> - <summary> - Retrieves a simple audio volume control. - </summary> - <param name="sessionId">A new or existing session ID.</param> - <param name="streamFlags">Audio session flags.</param> - <param name="audioVolume">Receives an <see cref="T:NAudio.CoreAudioApi.Interfaces.ISimpleAudioVolume"/> interface for the audio session.</param> - <returns>An HRESULT code indicating whether the operation succeeded of failed.</returns> - </member> - <member name="T:NAudio.CoreAudioApi.Interfaces.ISimpleAudioVolume"> - <summary> - Windows CoreAudio ISimpleAudioVolume interface - Defined in AudioClient.h - </summary> - </member> - <member name="M:NAudio.CoreAudioApi.Interfaces.ISimpleAudioVolume.SetMasterVolume(System.Single,System.Guid)"> - <summary> - Sets the master volume level for the audio session. - </summary> - <param name="levelNorm">The new volume level expressed as a normalized value between 0.0 and 1.0.</param> - <param name="eventContext">A user context value that is passed to the notification callback.</param> - <returns>An HRESULT code indicating whether the operation succeeded of failed.</returns> - </member> - <member name="M:NAudio.CoreAudioApi.Interfaces.ISimpleAudioVolume.GetMasterVolume(System.Single@)"> - <summary> - Retrieves the client volume level for the audio session. - </summary> - <param name="levelNorm">Receives the volume level expressed as a normalized value between 0.0 and 1.0. </param> - <returns>An HRESULT code indicating whether the operation succeeded of failed.</returns> - </member> - <member name="M:NAudio.CoreAudioApi.Interfaces.ISimpleAudioVolume.SetMute(System.Boolean,System.Guid)"> - <summary> - Sets the muting state for the audio session. - </summary> - <param name="isMuted">The new muting state.</param> - <param name="eventContext">A user context value that is passed to the notification callback.</param> - <returns>An HRESULT code indicating whether the operation succeeded of failed.</returns> - </member> - <member name="M:NAudio.CoreAudioApi.Interfaces.ISimpleAudioVolume.GetMute(System.Boolean@)"> - <summary> - Retrieves the current muting state for the audio session. - </summary> - <param name="isMuted">Receives the muting state.</param> - <returns>An HRESULT code indicating whether the operation succeeded of failed.</returns> - </member> - <member name="T:NAudio.CoreAudioApi.MMDeviceCollection"> - <summary> - Multimedia Device Collection - </summary> - </member> - <member name="M:NAudio.CoreAudioApi.MMDeviceCollection.GetEnumerator"> - <summary> - Get Enumerator - </summary> - <returns>Device enumerator</returns> - </member> - <member name="P:NAudio.CoreAudioApi.MMDeviceCollection.Count"> - <summary> - Device count - </summary> - </member> - <member name="P:NAudio.CoreAudioApi.MMDeviceCollection.Item(System.Int32)"> - <summary> - Get device by index - </summary> - <param name="index">Device index</param> - <returns>Device at the specified index</returns> - </member> - <member name="T:NAudio.CoreAudioApi.PropertyKeys"> - <summary> - Property Keys - </summary> - </member> - <member name="F:NAudio.CoreAudioApi.PropertyKeys.PKEY_DeviceInterface_FriendlyName"> - <summary> - PKEY_DeviceInterface_FriendlyName - </summary> - </member> - <member name="F:NAudio.CoreAudioApi.PropertyKeys.PKEY_AudioEndpoint_FormFactor"> - <summary> - PKEY_AudioEndpoint_FormFactor - </summary> - </member> - <member name="F:NAudio.CoreAudioApi.PropertyKeys.PKEY_AudioEndpoint_ControlPanelPageProvider"> - <summary> - PKEY_AudioEndpoint_ControlPanelPageProvider - </summary> - </member> - <member name="F:NAudio.CoreAudioApi.PropertyKeys.PKEY_AudioEndpoint_Association"> - <summary> - PKEY_AudioEndpoint_Association - </summary> - </member> - <member name="F:NAudio.CoreAudioApi.PropertyKeys.PKEY_AudioEndpoint_PhysicalSpeakers"> - <summary> - PKEY_AudioEndpoint_PhysicalSpeakers - </summary> - </member> - <member name="F:NAudio.CoreAudioApi.PropertyKeys.PKEY_AudioEndpoint_GUID"> - <summary> - PKEY_AudioEndpoint_GUID - </summary> - </member> - <member name="F:NAudio.CoreAudioApi.PropertyKeys.PKEY_AudioEndpoint_Disable_SysFx"> - <summary> - PKEY_AudioEndpoint_Disable_SysFx - </summary> - </member> - <member name="F:NAudio.CoreAudioApi.PropertyKeys.PKEY_AudioEndpoint_FullRangeSpeakers"> - <summary> - PKEY_AudioEndpoint_FullRangeSpeakers - </summary> - </member> - <member name="F:NAudio.CoreAudioApi.PropertyKeys.PKEY_AudioEndpoint_Supports_EventDriven_Mode"> - <summary> - PKEY_AudioEndpoint_Supports_EventDriven_Mode - </summary> - </member> - <member name="F:NAudio.CoreAudioApi.PropertyKeys.PKEY_AudioEndpoint_JackSubType"> - <summary> - PKEY_AudioEndpoint_JackSubType - </summary> - </member> - <member name="F:NAudio.CoreAudioApi.PropertyKeys.PKEY_AudioEngine_DeviceFormat"> - <summary> - PKEY_AudioEngine_DeviceFormat - </summary> - </member> - <member name="F:NAudio.CoreAudioApi.PropertyKeys.PKEY_AudioEngine_OEMFormat"> - <summary> - PKEY_AudioEngine_OEMFormat - </summary> - </member> - <member name="F:NAudio.CoreAudioApi.PropertyKeys.PKEY_Device_FriendlyName"> - <summary> - PKEY _Devie_FriendlyName - </summary> - </member> - <member name="F:NAudio.CoreAudioApi.PropertyKeys.PKEY_Device_IconPath"> - <summary> - PKEY _Device_IconPath - </summary> - </member> - <member name="T:NAudio.CoreAudioApi.SessionCollection"> - <summary> - Collection of sessions. - </summary> - </member> - <member name="P:NAudio.CoreAudioApi.SessionCollection.Item(System.Int32)"> - <summary> - Returns session at index. - </summary> - <param name="index"></param> - <returns></returns> - </member> - <member name="P:NAudio.CoreAudioApi.SessionCollection.Count"> - <summary> - Number of current sessions. - </summary> - </member> - <member name="T:NAudio.CoreAudioApi.SimpleAudioVolume"> - <summary> - Windows CoreAudio SimpleAudioVolume - </summary> - </member> - <member name="M:NAudio.CoreAudioApi.SimpleAudioVolume.#ctor(NAudio.CoreAudioApi.Interfaces.ISimpleAudioVolume)"> - <summary> - Creates a new Audio endpoint volume - </summary> - <param name="realSimpleVolume">ISimpleAudioVolume COM interface</param> - </member> - <member name="M:NAudio.CoreAudioApi.SimpleAudioVolume.Dispose"> - <summary> - Dispose - </summary> - </member> - <member name="M:NAudio.CoreAudioApi.SimpleAudioVolume.Finalize"> - <summary> - Finalizer - </summary> - </member> - <member name="P:NAudio.CoreAudioApi.SimpleAudioVolume.Volume"> - <summary> - Allows the user to adjust the volume from - 0.0 to 1.0 - </summary> - </member> - <member name="P:NAudio.CoreAudioApi.SimpleAudioVolume.Mute"> - <summary> - Mute - </summary> - </member> - <member name="T:NAudio.Dsp.EnvelopeGenerator"> - <summary> - Envelope generator (ADSR) - </summary> - </member> - <member name="M:NAudio.Dsp.EnvelopeGenerator.#ctor"> - <summary> - Creates and Initializes an Envelope Generator - </summary> - </member> - <member name="M:NAudio.Dsp.EnvelopeGenerator.SetTargetRatioAttack(System.Single)"> - <summary> - Sets the attack curve - </summary> - </member> - <member name="M:NAudio.Dsp.EnvelopeGenerator.SetTargetRatioDecayRelease(System.Single)"> - <summary> - Sets the decay release curve - </summary> - </member> - <member name="M:NAudio.Dsp.EnvelopeGenerator.Process"> - <summary> - Read the next volume multiplier from the envelope generator - </summary> - <returns>A volume multiplier</returns> - </member> - <member name="M:NAudio.Dsp.EnvelopeGenerator.Gate(System.Boolean)"> - <summary> - Trigger the gate - </summary> - <param name="gate">If true, enter attack phase, if false enter release phase (unless already idle)</param> - </member> - <member name="M:NAudio.Dsp.EnvelopeGenerator.Reset"> - <summary> - Reset to idle state - </summary> - </member> - <member name="M:NAudio.Dsp.EnvelopeGenerator.GetOutput"> - <summary> - Get the current output level - </summary> - </member> - <member name="P:NAudio.Dsp.EnvelopeGenerator.AttackRate"> - <summary> - Attack Rate (seconds * SamplesPerSecond) - </summary> - </member> - <member name="P:NAudio.Dsp.EnvelopeGenerator.DecayRate"> - <summary> - Decay Rate (seconds * SamplesPerSecond) - </summary> - </member> - <member name="P:NAudio.Dsp.EnvelopeGenerator.ReleaseRate"> - <summary> - Release Rate (seconds * SamplesPerSecond) - </summary> - </member> - <member name="P:NAudio.Dsp.EnvelopeGenerator.SustainLevel"> - <summary> - Sustain Level (1 = 100%) - </summary> - </member> - <member name="P:NAudio.Dsp.EnvelopeGenerator.State"> - <summary> - Current envelope state - </summary> - </member> - <member name="T:NAudio.Dsp.EnvelopeGenerator.EnvelopeState"> - <summary> - Envelope State - </summary> - </member> - <member name="F:NAudio.Dsp.EnvelopeGenerator.EnvelopeState.Idle"> - <summary> - Idle - </summary> - </member> - <member name="F:NAudio.Dsp.EnvelopeGenerator.EnvelopeState.Attack"> - <summary> - Attack - </summary> - </member> - <member name="F:NAudio.Dsp.EnvelopeGenerator.EnvelopeState.Decay"> - <summary> - Decay - </summary> - </member> - <member name="F:NAudio.Dsp.EnvelopeGenerator.EnvelopeState.Sustain"> - <summary> - Sustain - </summary> - </member> - <member name="F:NAudio.Dsp.EnvelopeGenerator.EnvelopeState.Release"> - <summary> - Release - </summary> - </member> - <member name="T:NAudio.Dsp.WdlResampler"> - <summary> - Fully managed resampler, based on Cockos WDL Resampler - </summary> - </member> - <member name="M:NAudio.Dsp.WdlResampler.#ctor"> - <summary> - Creates a new Resampler - </summary> - </member> - <member name="M:NAudio.Dsp.WdlResampler.SetMode(System.Boolean,System.Int32,System.Boolean,System.Int32,System.Int32)"> - <summary> - sets the mode - if sinc set, it overrides interp or filtercnt - </summary> - </member> - <member name="M:NAudio.Dsp.WdlResampler.SetFilterParms(System.Single,System.Single)"> - <summary> - Sets the filter parameters - used for filtercnt>0 but not sinc - </summary> - </member> - <member name="M:NAudio.Dsp.WdlResampler.SetFeedMode(System.Boolean)"> - <summary> - Set feed mode - </summary> - <param name="wantInputDriven">if true, that means the first parameter to ResamplePrepare will specify however much input you have, not how much you want</param> - </member> - <member name="M:NAudio.Dsp.WdlResampler.Reset(System.Double)"> - <summary> - Reset - </summary> - </member> - <member name="M:NAudio.Dsp.WdlResampler.ResamplePrepare(System.Int32,System.Int32,System.Single[]@,System.Int32@)"> - <summary> - Prepare - note that it is safe to call ResamplePrepare without calling ResampleOut (the next call of ResamplePrepare will function as normal) - nb inbuffer was WDL_ResampleSample **, returning a place to put the in buffer, so we return a buffer and offset - </summary> - <param name="out_samples">req_samples is output samples desired if !wantInputDriven, or if wantInputDriven is input samples that we have</param> - <param name="nch"></param> - <param name="inbuffer"></param> - <param name="inbufferOffset"></param> - <returns>returns number of samples desired (put these into *inbuffer)</returns> - </member> - <member name="M:NAudio.FileFormats.Wav.WaveFileChunkReader.ReadDs64Chunk(System.IO.BinaryReader)"> - <summary> - http://tech.ebu.ch/docs/tech/tech3306-2009.pdf - </summary> - </member> - <member name="P:NAudio.FileFormats.Wav.WaveFileChunkReader.WaveFormat"> - <summary> - WaveFormat - </summary> - </member> - <member name="P:NAudio.FileFormats.Wav.WaveFileChunkReader.DataChunkPosition"> - <summary> - Data Chunk Position - </summary> - </member> - <member name="P:NAudio.FileFormats.Wav.WaveFileChunkReader.DataChunkLength"> - <summary> - Data Chunk Length - </summary> - </member> - <member name="P:NAudio.FileFormats.Wav.WaveFileChunkReader.RiffChunks"> - <summary> - Riff Chunks - </summary> - </member> - <member name="T:NAudio.MediaFoundation.AudioSubtypes"> - <summary> - Audio Subtype GUIDs - http://msdn.microsoft.com/en-us/library/windows/desktop/aa372553%28v=vs.85%29.aspx - </summary> - </member> - <member name="F:NAudio.MediaFoundation.AudioSubtypes.MFAudioFormat_AAC"> - <summary> - Advanced Audio Coding (AAC). - </summary> - </member> - <member name="F:NAudio.MediaFoundation.AudioSubtypes.MFAudioFormat_ADTS"> - <summary> - Not used - </summary> - </member> - <member name="F:NAudio.MediaFoundation.AudioSubtypes.MFAudioFormat_Dolby_AC3_SPDIF"> - <summary> - Dolby AC-3 audio over Sony/Philips Digital Interface (S/PDIF). - </summary> - </member> - <member name="F:NAudio.MediaFoundation.AudioSubtypes.MFAudioFormat_DRM"> - <summary> - Encrypted audio data used with secure audio path. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.AudioSubtypes.MFAudioFormat_DTS"> - <summary> - Digital Theater Systems (DTS) audio. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.AudioSubtypes.MFAudioFormat_Float"> - <summary> - Uncompressed IEEE floating-point audio. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.AudioSubtypes.MFAudioFormat_MP3"> - <summary> - MPEG Audio Layer-3 (MP3). - </summary> - </member> - <member name="F:NAudio.MediaFoundation.AudioSubtypes.MFAudioFormat_MPEG"> - <summary> - MPEG-1 audio payload. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.AudioSubtypes.MFAudioFormat_MSP1"> - <summary> - Windows Media Audio 9 Voice codec. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.AudioSubtypes.MFAudioFormat_PCM"> - <summary> - Uncompressed PCM audio. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.AudioSubtypes.MFAudioFormat_WMASPDIF"> - <summary> - Windows Media Audio 9 Professional codec over S/PDIF. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.AudioSubtypes.MFAudioFormat_WMAudio_Lossless"> - <summary> - Windows Media Audio 9 Lossless codec or Windows Media Audio 9.1 codec. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.AudioSubtypes.MFAudioFormat_WMAudioV8"> - <summary> - Windows Media Audio 8 codec, Windows Media Audio 9 codec, or Windows Media Audio 9.1 codec. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.AudioSubtypes.MFAudioFormat_WMAudioV9"> - <summary> - Windows Media Audio 9 Professional codec or Windows Media Audio 9.1 Professional codec. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.AudioSubtypes.MFAudioFormat_Dolby_AC3"> - <summary> - Dolby Digital (AC-3). - </summary> - </member> - <member name="F:NAudio.MediaFoundation.AudioSubtypes.MEDIASUBTYPE_RAW_AAC1"> - <summary> - MPEG-4 and AAC Audio Types - http://msdn.microsoft.com/en-us/library/windows/desktop/dd317599(v=vs.85).aspx - Reference : wmcodecdsp.h - </summary> - </member> - <member name="F:NAudio.MediaFoundation.AudioSubtypes.MEDIASUBTYPE_DVM"> - <summary> - Dolby Audio Types - http://msdn.microsoft.com/en-us/library/windows/desktop/dd317599(v=vs.85).aspx - Reference : wmcodecdsp.h - </summary> - </member> - <member name="F:NAudio.MediaFoundation.AudioSubtypes.MEDIASUBTYPE_DOLBY_DDPLUS"> - <summary> - Dolby Audio Types - http://msdn.microsoft.com/en-us/library/windows/desktop/dd317599(v=vs.85).aspx - Reference : wmcodecdsp.h - </summary> - </member> - <member name="F:NAudio.MediaFoundation.AudioSubtypes.KSDATAFORMAT_SUBTYPE_MULAW"> - <summary> - μ-law coding - http://msdn.microsoft.com/en-us/library/windows/desktop/dd390971(v=vs.85).aspx - Reference : Ksmedia.h - </summary> - </member> - <member name="F:NAudio.MediaFoundation.AudioSubtypes.KSDATAFORMAT_SUBTYPE_ADPCM"> - <summary> - Adaptive delta pulse code modulation (ADPCM) - http://msdn.microsoft.com/en-us/library/windows/desktop/dd390971(v=vs.85).aspx - Reference : Ksmedia.h - </summary> - </member> - <member name="F:NAudio.MediaFoundation.AudioSubtypes.KSDATAFORMAT_SUBTYPE_IEC61937_DOLBY_DIGITAL_PLUS"> - <summary> - Dolby Digital Plus formatted for HDMI output. - http://msdn.microsoft.com/en-us/library/windows/hardware/ff538392(v=vs.85).aspx - Reference : internet - </summary> - </member> - <member name="F:NAudio.MediaFoundation.AudioSubtypes.MEDIASUBTYPE_MSAUDIO1"> - <summary> - MSAudio1 - unknown meaning - Reference : wmcodecdsp.h - </summary> - </member> - <member name="F:NAudio.MediaFoundation.AudioSubtypes.ImaAdpcm"> - <summary> - IMA ADPCM ACM Wrapper - </summary> - </member> - <member name="F:NAudio.MediaFoundation.AudioSubtypes.WMMEDIASUBTYPE_WMSP2"> - <summary> - WMSP2 - unknown meaning - Reference: wmsdkidl.h - </summary> - </member> - <member name="T:NAudio.MediaFoundation.IMFReadWriteClassFactory"> - <summary> - Creates an instance of either the sink writer or the source reader. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFReadWriteClassFactory.CreateInstanceFromURL(System.Guid,System.String,NAudio.MediaFoundation.IMFAttributes,System.Guid,System.Object@)"> - <summary> - Creates an instance of the sink writer or source reader, given a URL. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFReadWriteClassFactory.CreateInstanceFromObject(System.Guid,System.Object,NAudio.MediaFoundation.IMFAttributes,System.Guid,System.Object@)"> - <summary> - Creates an instance of the sink writer or source reader, given an IUnknown pointer. - </summary> - </member> - <member name="T:NAudio.MediaFoundation.MFReadWriteClassFactory"> - <summary> - CLSID_MFReadWriteClassFactory - </summary> - </member> - <member name="T:NAudio.MediaFoundation.MediaFoundationErrors"> - <summary> - Media Foundation Errors - - </summary> - <remarks> - RANGES - 14000 - 14999 = General Media Foundation errors - 15000 - 15999 = ASF parsing errors - 16000 - 16999 = Media Source errors - 17000 - 17999 = MEDIAFOUNDATION Network Error Events - 18000 - 18999 = MEDIAFOUNDATION WMContainer Error Events - 19000 - 19999 = MEDIAFOUNDATION Media Sink Error Events - 20000 - 20999 = Renderer errors - 21000 - 21999 = Topology Errors - 25000 - 25999 = Timeline Errors - 26000 - 26999 = Unused - 28000 - 28999 = Transform errors - 29000 - 29999 = Content Protection errors - 40000 - 40999 = Clock errors - 41000 - 41999 = MF Quality Management Errors - 42000 - 42999 = MF Transcode API Errors - </remarks> - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_PLATFORM_NOT_INITIALIZED"> - - MessageId: MF_E_PLATFORM_NOT_INITIALIZED - - MessageText: - - Platform not initialized. Please call MFStartup().%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_BUFFERTOOSMALL"> - - MessageId: MF_E_BUFFERTOOSMALL - - MessageText: - - The buffer was too small to carry out the requested action.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_INVALIDREQUEST"> - - MessageId: MF_E_INVALIDREQUEST - - MessageText: - - The request is invalid in the current state.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_INVALIDSTREAMNUMBER"> - - MessageId: MF_E_INVALIDSTREAMNUMBER - - MessageText: - - The stream number provided was invalid.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_INVALIDMEDIATYPE"> - - MessageId: MF_E_INVALIDMEDIATYPE - - MessageText: - - The data specified for the media type is invalid, inconsistent, or not supported by this object.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_NOTACCEPTING"> - - MessageId: MF_E_NOTACCEPTING - - MessageText: - - The callee is currently not accepting further input.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_NOT_INITIALIZED"> - - MessageId: MF_E_NOT_INITIALIZED - - MessageText: - - This object needs to be initialized before the requested operation can be carried out.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_UNSUPPORTED_REPRESENTATION"> - - MessageId: MF_E_UNSUPPORTED_REPRESENTATION - - MessageText: - - The requested representation is not supported by this object.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_NO_MORE_TYPES"> - - MessageId: MF_E_NO_MORE_TYPES - - MessageText: - - An object ran out of media types to suggest therefore the requested chain of streaming objects cannot be completed.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_UNSUPPORTED_SERVICE"> - - MessageId: MF_E_UNSUPPORTED_SERVICE - - MessageText: - - The object does not support the specified service.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_UNEXPECTED"> - - MessageId: MF_E_UNEXPECTED - - MessageText: - - An unexpected error has occurred in the operation requested.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_INVALIDNAME"> - - MessageId: MF_E_INVALIDNAME - - MessageText: - - Invalid name.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_INVALIDTYPE"> - - MessageId: MF_E_INVALIDTYPE - - MessageText: - - Invalid type.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_INVALID_FILE_FORMAT"> - - MessageId: MF_E_INVALID_FILE_FORMAT - - MessageText: - - The file does not conform to the relevant file format specification. - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_INVALIDINDEX"> - - MessageId: MF_E_INVALIDINDEX - - MessageText: - - Invalid index.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_INVALID_TIMESTAMP"> - - MessageId: MF_E_INVALID_TIMESTAMP - - MessageText: - - An invalid timestamp was given.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_UNSUPPORTED_SCHEME"> - - MessageId: MF_E_UNSUPPORTED_SCHEME - - MessageText: - - The scheme of the given URL is unsupported.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_UNSUPPORTED_BYTESTREAM_TYPE"> - - MessageId: MF_E_UNSUPPORTED_BYTESTREAM_TYPE - - MessageText: - - The byte stream type of the given URL is unsupported.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_UNSUPPORTED_TIME_FORMAT"> - - MessageId: MF_E_UNSUPPORTED_TIME_FORMAT - - MessageText: - - The given time format is unsupported.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_NO_SAMPLE_TIMESTAMP"> - - MessageId: MF_E_NO_SAMPLE_TIMESTAMP - - MessageText: - - The Media Sample does not have a timestamp.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_NO_SAMPLE_DURATION"> - - MessageId: MF_E_NO_SAMPLE_DURATION - - MessageText: - - The Media Sample does not have a duration.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_INVALID_STREAM_DATA"> - - MessageId: MF_E_INVALID_STREAM_DATA - - MessageText: - - The request failed because the data in the stream is corrupt.%0\n. - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_RT_UNAVAILABLE"> - - MessageId: MF_E_RT_UNAVAILABLE - - MessageText: - - Real time services are not available.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_UNSUPPORTED_RATE"> - - MessageId: MF_E_UNSUPPORTED_RATE - - MessageText: - - The specified rate is not supported.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_THINNING_UNSUPPORTED"> - - MessageId: MF_E_THINNING_UNSUPPORTED - - MessageText: - - This component does not support stream-thinning.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_REVERSE_UNSUPPORTED"> - - MessageId: MF_E_REVERSE_UNSUPPORTED - - MessageText: - - The call failed because no reverse playback rates are available.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_UNSUPPORTED_RATE_TRANSITION"> - - MessageId: MF_E_UNSUPPORTED_RATE_TRANSITION - - MessageText: - - The requested rate transition cannot occur in the current state.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_RATE_CHANGE_PREEMPTED"> - - MessageId: MF_E_RATE_CHANGE_PREEMPTED - - MessageText: - - The requested rate change has been pre-empted and will not occur.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_NOT_FOUND"> - - MessageId: MF_E_NOT_FOUND - - MessageText: - - The specified object or value does not exist.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_NOT_AVAILABLE"> - - MessageId: MF_E_NOT_AVAILABLE - - MessageText: - - The requested value is not available.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_NO_CLOCK"> - - MessageId: MF_E_NO_CLOCK - - MessageText: - - The specified operation requires a clock and no clock is available.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_S_MULTIPLE_BEGIN"> - - MessageId: MF_S_MULTIPLE_BEGIN - - MessageText: - - This callback and state had already been passed in to this event generator earlier.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_MULTIPLE_BEGIN"> - - MessageId: MF_E_MULTIPLE_BEGIN - - MessageText: - - This callback has already been passed in to this event generator.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_MULTIPLE_SUBSCRIBERS"> - - MessageId: MF_E_MULTIPLE_SUBSCRIBERS - - MessageText: - - Some component is already listening to events on this event generator.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_TIMER_ORPHANED"> - - MessageId: MF_E_TIMER_ORPHANED - - MessageText: - - This timer was orphaned before its callback time arrived.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_STATE_TRANSITION_PENDING"> - - MessageId: MF_E_STATE_TRANSITION_PENDING - - MessageText: - - A state transition is already pending.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_UNSUPPORTED_STATE_TRANSITION"> - - MessageId: MF_E_UNSUPPORTED_STATE_TRANSITION - - MessageText: - - The requested state transition is unsupported.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_UNRECOVERABLE_ERROR_OCCURRED"> - - MessageId: MF_E_UNRECOVERABLE_ERROR_OCCURRED - - MessageText: - - An unrecoverable error has occurred.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_SAMPLE_HAS_TOO_MANY_BUFFERS"> - - MessageId: MF_E_SAMPLE_HAS_TOO_MANY_BUFFERS - - MessageText: - - The provided sample has too many buffers.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_SAMPLE_NOT_WRITABLE"> - - MessageId: MF_E_SAMPLE_NOT_WRITABLE - - MessageText: - - The provided sample is not writable.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_INVALID_KEY"> - - MessageId: MF_E_INVALID_KEY - - MessageText: - - The specified key is not valid. - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_BAD_STARTUP_VERSION"> - - MessageId: MF_E_BAD_STARTUP_VERSION - - MessageText: - - You are calling MFStartup with the wrong MF_VERSION. Mismatched bits? - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_UNSUPPORTED_CAPTION"> - - MessageId: MF_E_UNSUPPORTED_CAPTION - - MessageText: - - The caption of the given URL is unsupported.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_INVALID_POSITION"> - - MessageId: MF_E_INVALID_POSITION - - MessageText: - - The operation on the current offset is not permitted.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_ATTRIBUTENOTFOUND"> - - MessageId: MF_E_ATTRIBUTENOTFOUND - - MessageText: - - The requested attribute was not found.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_PROPERTY_TYPE_NOT_ALLOWED"> - - MessageId: MF_E_PROPERTY_TYPE_NOT_ALLOWED - - MessageText: - - The specified property type is not allowed in this context.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_PROPERTY_TYPE_NOT_SUPPORTED"> - - MessageId: MF_E_PROPERTY_TYPE_NOT_SUPPORTED - - MessageText: - - The specified property type is not supported.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_PROPERTY_EMPTY"> - - MessageId: MF_E_PROPERTY_EMPTY - - MessageText: - - The specified property is empty.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_PROPERTY_NOT_EMPTY"> - - MessageId: MF_E_PROPERTY_NOT_EMPTY - - MessageText: - - The specified property is not empty.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_PROPERTY_VECTOR_NOT_ALLOWED"> - - MessageId: MF_E_PROPERTY_VECTOR_NOT_ALLOWED - - MessageText: - - The vector property specified is not allowed in this context.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_PROPERTY_VECTOR_REQUIRED"> - - MessageId: MF_E_PROPERTY_VECTOR_REQUIRED - - MessageText: - - A vector property is required in this context.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_OPERATION_CANCELLED"> - - MessageId: MF_E_OPERATION_CANCELLED - - MessageText: - - The operation is cancelled.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_BYTESTREAM_NOT_SEEKABLE"> - - MessageId: MF_E_BYTESTREAM_NOT_SEEKABLE - - MessageText: - - The provided bytestream was expected to be seekable and it is not.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_DISABLED_IN_SAFEMODE"> - - MessageId: MF_E_DISABLED_IN_SAFEMODE - - MessageText: - - The Media Foundation platform is disabled when the system is running in Safe Mode.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_CANNOT_PARSE_BYTESTREAM"> - - MessageId: MF_E_CANNOT_PARSE_BYTESTREAM - - MessageText: - - The Media Source could not parse the byte stream.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_SOURCERESOLVER_MUTUALLY_EXCLUSIVE_FLAGS"> - - MessageId: MF_E_SOURCERESOLVER_MUTUALLY_EXCLUSIVE_FLAGS - - MessageText: - - Mutually exclusive flags have been specified to source resolver. This flag combination is invalid.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_MEDIAPROC_WRONGSTATE"> - - MessageId: MF_E_MEDIAPROC_WRONGSTATE - - MessageText: - - MediaProc is in the wrong state%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_RT_THROUGHPUT_NOT_AVAILABLE"> - - MessageId: MF_E_RT_THROUGHPUT_NOT_AVAILABLE - - MessageText: - - Real time I/O service can not provide requested throughput.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_RT_TOO_MANY_CLASSES"> - - MessageId: MF_E_RT_TOO_MANY_CLASSES - - MessageText: - - The workqueue cannot be registered with more classes.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_RT_WOULDBLOCK"> - - MessageId: MF_E_RT_WOULDBLOCK - - MessageText: - - This operation cannot succeed because another thread owns this object.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_NO_BITPUMP"> - - MessageId: MF_E_NO_BITPUMP - - MessageText: - - Internal. Bitpump not found.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_RT_OUTOFMEMORY"> - - MessageId: MF_E_RT_OUTOFMEMORY - - MessageText: - - No more RT memory available.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_RT_WORKQUEUE_CLASS_NOT_SPECIFIED"> - - MessageId: MF_E_RT_WORKQUEUE_CLASS_NOT_SPECIFIED - - MessageText: - - An MMCSS class has not been set for this work queue.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_INSUFFICIENT_BUFFER"> - - MessageId: MF_E_INSUFFICIENT_BUFFER - - MessageText: - - Insufficient memory for response.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_CANNOT_CREATE_SINK"> - - MessageId: MF_E_CANNOT_CREATE_SINK - - MessageText: - - Activate failed to create mediasink. Call OutputNode::GetUINT32(MF_TOPONODE_MAJORTYPE) for more information. %0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_BYTESTREAM_UNKNOWN_LENGTH"> - - MessageId: MF_E_BYTESTREAM_UNKNOWN_LENGTH - - MessageText: - - The length of the provided bytestream is unknown.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_SESSION_PAUSEWHILESTOPPED"> - - MessageId: MF_E_SESSION_PAUSEWHILESTOPPED - - MessageText: - - The media session cannot pause from a stopped state.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_S_ACTIVATE_REPLACED"> - - MessageId: MF_S_ACTIVATE_REPLACED - - MessageText: - - The activate could not be created in the remote process for some reason it was replaced with empty one.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_FORMAT_CHANGE_NOT_SUPPORTED"> - - MessageId: MF_E_FORMAT_CHANGE_NOT_SUPPORTED - - MessageText: - - The data specified for the media type is supported, but would require a format change, which is not supported by this object.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_INVALID_WORKQUEUE"> - - MessageId: MF_E_INVALID_WORKQUEUE - - MessageText: - - The operation failed because an invalid combination of workqueue ID and flags was specified.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_DRM_UNSUPPORTED"> - - MessageId: MF_E_DRM_UNSUPPORTED - - MessageText: - - No DRM support is available.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_UNAUTHORIZED"> - - MessageId: MF_E_UNAUTHORIZED - - MessageText: - - This operation is not authorized.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_OUT_OF_RANGE"> - - MessageId: MF_E_OUT_OF_RANGE - - MessageText: - - The value is not in the specified or valid range.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_INVALID_CODEC_MERIT"> - - MessageId: MF_E_INVALID_CODEC_MERIT - - MessageText: - - The registered codec merit is not valid.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_HW_MFT_FAILED_START_STREAMING"> - - MessageId: MF_E_HW_MFT_FAILED_START_STREAMING - - MessageText: - - Hardware MFT failed to start streaming due to lack of hardware resources.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_S_ASF_PARSEINPROGRESS"> - - MessageId: MF_S_ASF_PARSEINPROGRESS - - MessageText: - - Parsing is still in progress and is not yet complete.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_ASF_PARSINGINCOMPLETE"> - - MessageId: MF_E_ASF_PARSINGINCOMPLETE - - MessageText: - - Not enough data have been parsed to carry out the requested action.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_ASF_MISSINGDATA"> - - MessageId: MF_E_ASF_MISSINGDATA - - MessageText: - - There is a gap in the ASF data provided.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_ASF_INVALIDDATA"> - - MessageId: MF_E_ASF_INVALIDDATA - - MessageText: - - The data provided are not valid ASF.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_ASF_OPAQUEPACKET"> - - MessageId: MF_E_ASF_OPAQUEPACKET - - MessageText: - - The packet is opaque, so the requested information cannot be returned.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_ASF_NOINDEX"> - - MessageId: MF_E_ASF_NOINDEX - - MessageText: - - The requested operation failed since there is no appropriate ASF index.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_ASF_OUTOFRANGE"> - - MessageId: MF_E_ASF_OUTOFRANGE - - MessageText: - - The value supplied is out of range for this operation.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_ASF_INDEXNOTLOADED"> - - MessageId: MF_E_ASF_INDEXNOTLOADED - - MessageText: - - The index entry requested needs to be loaded before it can be available.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_ASF_TOO_MANY_PAYLOADS"> - - MessageId: MF_E_ASF_TOO_MANY_PAYLOADS - - MessageText: - - The packet has reached the maximum number of payloads.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_ASF_UNSUPPORTED_STREAM_TYPE"> - - MessageId: MF_E_ASF_UNSUPPORTED_STREAM_TYPE - - MessageText: - - Stream type is not supported.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_ASF_DROPPED_PACKET"> - - MessageId: MF_E_ASF_DROPPED_PACKET - - MessageText: - - One or more ASF packets were dropped.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_NO_EVENTS_AVAILABLE"> - - MessageId: MF_E_NO_EVENTS_AVAILABLE - - MessageText: - - There are no events available in the queue.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_INVALID_STATE_TRANSITION"> - - MessageId: MF_E_INVALID_STATE_TRANSITION - - MessageText: - - A media source cannot go from the stopped state to the paused state.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_END_OF_STREAM"> - - MessageId: MF_E_END_OF_STREAM - - MessageText: - - The media stream cannot process any more samples because there are no more samples in the stream.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_SHUTDOWN"> - - MessageId: MF_E_SHUTDOWN - - MessageText: - - The request is invalid because Shutdown() has been called.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_MP3_NOTFOUND"> - - MessageId: MF_E_MP3_NOTFOUND - - MessageText: - - The MP3 object was not found.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_MP3_OUTOFDATA"> - - MessageId: MF_E_MP3_OUTOFDATA - - MessageText: - - The MP3 parser ran out of data before finding the MP3 object.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_MP3_NOTMP3"> - - MessageId: MF_E_MP3_NOTMP3 - - MessageText: - - The file is not really a MP3 file.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_MP3_NOTSUPPORTED"> - - MessageId: MF_E_MP3_NOTSUPPORTED - - MessageText: - - The MP3 file is not supported.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_NO_DURATION"> - - MessageId: MF_E_NO_DURATION - - MessageText: - - The Media stream has no duration.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_INVALID_FORMAT"> - - MessageId: MF_E_INVALID_FORMAT - - MessageText: - - The Media format is recognized but is invalid.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_PROPERTY_NOT_FOUND"> - - MessageId: MF_E_PROPERTY_NOT_FOUND - - MessageText: - - The property requested was not found.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_PROPERTY_READ_ONLY"> - - MessageId: MF_E_PROPERTY_READ_ONLY - - MessageText: - - The property is read only.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_PROPERTY_NOT_ALLOWED"> - - MessageId: MF_E_PROPERTY_NOT_ALLOWED - - MessageText: - - The specified property is not allowed in this context.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_MEDIA_SOURCE_NOT_STARTED"> - - MessageId: MF_E_MEDIA_SOURCE_NOT_STARTED - - MessageText: - - The media source is not started.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_UNSUPPORTED_FORMAT"> - - MessageId: MF_E_UNSUPPORTED_FORMAT - - MessageText: - - The Media format is recognized but not supported.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_MP3_BAD_CRC"> - - MessageId: MF_E_MP3_BAD_CRC - - MessageText: - - The MPEG frame has bad CRC.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_NOT_PROTECTED"> - - MessageId: MF_E_NOT_PROTECTED - - MessageText: - - The file is not protected.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_MEDIA_SOURCE_WRONGSTATE"> - - MessageId: MF_E_MEDIA_SOURCE_WRONGSTATE - - MessageText: - - The media source is in the wrong state%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_MEDIA_SOURCE_NO_STREAMS_SELECTED"> - - MessageId: MF_E_MEDIA_SOURCE_NO_STREAMS_SELECTED - - MessageText: - - No streams are selected in source presentation descriptor.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_CANNOT_FIND_KEYFRAME_SAMPLE"> - - MessageId: MF_E_CANNOT_FIND_KEYFRAME_SAMPLE - - MessageText: - - No key frame sample was found.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_NETWORK_RESOURCE_FAILURE"> - - MessageId: MF_E_NETWORK_RESOURCE_FAILURE - - MessageText: - - An attempt to acquire a network resource failed.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_NET_WRITE"> - - MessageId: MF_E_NET_WRITE - - MessageText: - - Error writing to the network.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_NET_READ"> - - MessageId: MF_E_NET_READ - - MessageText: - - Error reading from the network.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_NET_REQUIRE_NETWORK"> - - MessageId: MF_E_NET_REQUIRE_NETWORK - - MessageText: - - Internal. Entry cannot complete operation without network.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_NET_REQUIRE_ASYNC"> - - MessageId: MF_E_NET_REQUIRE_ASYNC - - MessageText: - - Internal. Async op is required.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_NET_BWLEVEL_NOT_SUPPORTED"> - - MessageId: MF_E_NET_BWLEVEL_NOT_SUPPORTED - - MessageText: - - Internal. Bandwidth levels are not supported.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_NET_STREAMGROUPS_NOT_SUPPORTED"> - - MessageId: MF_E_NET_STREAMGROUPS_NOT_SUPPORTED - - MessageText: - - Internal. Stream groups are not supported.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_NET_MANUALSS_NOT_SUPPORTED"> - - MessageId: MF_E_NET_MANUALSS_NOT_SUPPORTED - - MessageText: - - Manual stream selection is not supported.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_NET_INVALID_PRESENTATION_DESCRIPTOR"> - - MessageId: MF_E_NET_INVALID_PRESENTATION_DESCRIPTOR - - MessageText: - - Invalid presentation descriptor.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_NET_CACHESTREAM_NOT_FOUND"> - - MessageId: MF_E_NET_CACHESTREAM_NOT_FOUND - - MessageText: - - Cannot find cache stream.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_I_MANUAL_PROXY"> - - MessageId: MF_I_MANUAL_PROXY - - MessageText: - - The proxy setting is manual.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_NET_REQUIRE_INPUT"> - duplicate removed - MessageId=17011 Severity=Informational Facility=MEDIAFOUNDATION SymbolicName=MF_E_INVALID_REQUEST - Language=English - The request is invalid in the current state.%0 - . - - MessageId: MF_E_NET_REQUIRE_INPUT - - MessageText: - - Internal. Entry cannot complete operation without input.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_NET_REDIRECT"> - - MessageId: MF_E_NET_REDIRECT - - MessageText: - - The client redirected to another server.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_NET_REDIRECT_TO_PROXY"> - - MessageId: MF_E_NET_REDIRECT_TO_PROXY - - MessageText: - - The client is redirected to a proxy server.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_NET_TOO_MANY_REDIRECTS"> - - MessageId: MF_E_NET_TOO_MANY_REDIRECTS - - MessageText: - - The client reached maximum redirection limit.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_NET_TIMEOUT"> - - MessageId: MF_E_NET_TIMEOUT - - MessageText: - - The server, a computer set up to offer multimedia content to other computers, could not handle your request for multimedia content in a timely manner. Please try again later.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_NET_CLIENT_CLOSE"> - - MessageId: MF_E_NET_CLIENT_CLOSE - - MessageText: - - The control socket is closed by the client.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_NET_BAD_CONTROL_DATA"> - - MessageId: MF_E_NET_BAD_CONTROL_DATA - - MessageText: - - The server received invalid data from the client on the control connection.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_NET_INCOMPATIBLE_SERVER"> - - MessageId: MF_E_NET_INCOMPATIBLE_SERVER - - MessageText: - - The server is not a compatible streaming media server.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_NET_UNSAFE_URL"> - - MessageId: MF_E_NET_UNSAFE_URL - - MessageText: - - Url.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_NET_CACHE_NO_DATA"> - - MessageId: MF_E_NET_CACHE_NO_DATA - - MessageText: - - Data is not available.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_NET_EOL"> - - MessageId: MF_E_NET_EOL - - MessageText: - - End of line.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_NET_BAD_REQUEST"> - - MessageId: MF_E_NET_BAD_REQUEST - - MessageText: - - The request could not be understood by the server.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_NET_INTERNAL_SERVER_ERROR"> - - MessageId: MF_E_NET_INTERNAL_SERVER_ERROR - - MessageText: - - The server encountered an unexpected condition which prevented it from fulfilling the request.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_NET_SESSION_NOT_FOUND"> - - MessageId: MF_E_NET_SESSION_NOT_FOUND - - MessageText: - - Session not found.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_NET_NOCONNECTION"> - - MessageId: MF_E_NET_NOCONNECTION - - MessageText: - - There is no connection established with the Windows Media server. The operation failed.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_NET_CONNECTION_FAILURE"> - - MessageId: MF_E_NET_CONNECTION_FAILURE - - MessageText: - - The network connection has failed.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_NET_INCOMPATIBLE_PUSHSERVER"> - - MessageId: MF_E_NET_INCOMPATIBLE_PUSHSERVER - - MessageText: - - The Server service that received the HTTP push request is not a compatible version of Windows Media Services (WMS). This error may indicate the push request was received by IIS instead of WMS. Ensure WMS is started and has the HTTP Server control protocol properly enabled and try again.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_NET_SERVER_ACCESSDENIED"> - - MessageId: MF_E_NET_SERVER_ACCESSDENIED - - MessageText: - - The Windows Media server is denying access. The username and/or password might be incorrect.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_NET_PROXY_ACCESSDENIED"> - - MessageId: MF_E_NET_PROXY_ACCESSDENIED - - MessageText: - - The proxy server is denying access. The username and/or password might be incorrect.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_NET_CANNOTCONNECT"> - - MessageId: MF_E_NET_CANNOTCONNECT - - MessageText: - - Unable to establish a connection to the server.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_NET_INVALID_PUSH_TEMPLATE"> - - MessageId: MF_E_NET_INVALID_PUSH_TEMPLATE - - MessageText: - - The specified push template is invalid.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_NET_INVALID_PUSH_PUBLISHING_POINT"> - - MessageId: MF_E_NET_INVALID_PUSH_PUBLISHING_POINT - - MessageText: - - The specified push publishing point is invalid.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_NET_BUSY"> - - MessageId: MF_E_NET_BUSY - - MessageText: - - The requested resource is in use.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_NET_RESOURCE_GONE"> - - MessageId: MF_E_NET_RESOURCE_GONE - - MessageText: - - The Publishing Point or file on the Windows Media Server is no longer available.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_NET_ERROR_FROM_PROXY"> - - MessageId: MF_E_NET_ERROR_FROM_PROXY - - MessageText: - - The proxy experienced an error while attempting to contact the media server.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_NET_PROXY_TIMEOUT"> - - MessageId: MF_E_NET_PROXY_TIMEOUT - - MessageText: - - The proxy did not receive a timely response while attempting to contact the media server.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_NET_SERVER_UNAVAILABLE"> - - MessageId: MF_E_NET_SERVER_UNAVAILABLE - - MessageText: - - The server is currently unable to handle the request due to a temporary overloading or maintenance of the server.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_NET_TOO_MUCH_DATA"> - - MessageId: MF_E_NET_TOO_MUCH_DATA - - MessageText: - - The encoding process was unable to keep up with the amount of supplied data.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_NET_SESSION_INVALID"> - - MessageId: MF_E_NET_SESSION_INVALID - - MessageText: - - Session not found.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_OFFLINE_MODE"> - - MessageId: MF_E_OFFLINE_MODE - - MessageText: - - The requested URL is not available in offline mode.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_NET_UDP_BLOCKED"> - - MessageId: MF_E_NET_UDP_BLOCKED - - MessageText: - - A device in the network is blocking UDP traffic.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_NET_UNSUPPORTED_CONFIGURATION"> - - MessageId: MF_E_NET_UNSUPPORTED_CONFIGURATION - - MessageText: - - The specified configuration value is not supported.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_NET_PROTOCOL_DISABLED"> - - MessageId: MF_E_NET_PROTOCOL_DISABLED - - MessageText: - - The networking protocol is disabled.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_ALREADY_INITIALIZED"> - - MessageId: MF_E_ALREADY_INITIALIZED - - MessageText: - - This object has already been initialized and cannot be re-initialized at this time.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_BANDWIDTH_OVERRUN"> - - MessageId: MF_E_BANDWIDTH_OVERRUN - - MessageText: - - The amount of data passed in exceeds the given bitrate and buffer window.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_LATE_SAMPLE"> - - MessageId: MF_E_LATE_SAMPLE - - MessageText: - - The sample was passed in too late to be correctly processed.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_FLUSH_NEEDED"> - - MessageId: MF_E_FLUSH_NEEDED - - MessageText: - - The requested action cannot be carried out until the object is flushed and the queue is emptied.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_INVALID_PROFILE"> - - MessageId: MF_E_INVALID_PROFILE - - MessageText: - - The profile is invalid.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_INDEX_NOT_COMMITTED"> - - MessageId: MF_E_INDEX_NOT_COMMITTED - - MessageText: - - The index that is being generated needs to be committed before the requested action can be carried out.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_NO_INDEX"> - - MessageId: MF_E_NO_INDEX - - MessageText: - - The index that is necessary for the requested action is not found.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_CANNOT_INDEX_IN_PLACE"> - - MessageId: MF_E_CANNOT_INDEX_IN_PLACE - - MessageText: - - The requested index cannot be added in-place to the specified ASF content.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_MISSING_ASF_LEAKYBUCKET"> - - MessageId: MF_E_MISSING_ASF_LEAKYBUCKET - - MessageText: - - The ASF leaky bucket parameters must be specified in order to carry out this request.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_INVALID_ASF_STREAMID"> - - MessageId: MF_E_INVALID_ASF_STREAMID - - MessageText: - - The stream id is invalid. The valid range for ASF stream id is from 1 to 127.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_STREAMSINK_REMOVED"> - - MessageId: MF_E_STREAMSINK_REMOVED - - MessageText: - - The requested Stream Sink has been removed and cannot be used.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_STREAMSINKS_OUT_OF_SYNC"> - - MessageId: MF_E_STREAMSINKS_OUT_OF_SYNC - - MessageText: - - The various Stream Sinks in this Media Sink are too far out of sync for the requested action to take place.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_STREAMSINKS_FIXED"> - - MessageId: MF_E_STREAMSINKS_FIXED - - MessageText: - - Stream Sinks cannot be added to or removed from this Media Sink because its set of streams is fixed.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_STREAMSINK_EXISTS"> - - MessageId: MF_E_STREAMSINK_EXISTS - - MessageText: - - The given Stream Sink already exists.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_SAMPLEALLOCATOR_CANCELED"> - - MessageId: MF_E_SAMPLEALLOCATOR_CANCELED - - MessageText: - - Sample allocations have been canceled.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_SAMPLEALLOCATOR_EMPTY"> - - MessageId: MF_E_SAMPLEALLOCATOR_EMPTY - - MessageText: - - The sample allocator is currently empty, due to outstanding requests.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_SINK_ALREADYSTOPPED"> - - MessageId: MF_E_SINK_ALREADYSTOPPED - - MessageText: - - When we try to sopt a stream sink, it is already stopped %0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_ASF_FILESINK_BITRATE_UNKNOWN"> - - MessageId: MF_E_ASF_FILESINK_BITRATE_UNKNOWN - - MessageText: - - The ASF file sink could not reserve AVIO because the bitrate is unknown.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_SINK_NO_STREAMS"> - - MessageId: MF_E_SINK_NO_STREAMS - - MessageText: - - No streams are selected in sink presentation descriptor.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_S_SINK_NOT_FINALIZED"> - - MessageId: MF_S_SINK_NOT_FINALIZED - - MessageText: - - The sink has not been finalized before shut down. This may cause sink generate a corrupted content.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_METADATA_TOO_LONG"> - - MessageId: MF_E_METADATA_TOO_LONG - - MessageText: - - A metadata item was too long to write to the output container.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_SINK_NO_SAMPLES_PROCESSED"> - - MessageId: MF_E_SINK_NO_SAMPLES_PROCESSED - - MessageText: - - The operation failed because no samples were processed by the sink.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_VIDEO_REN_NO_PROCAMP_HW"> - - MessageId: MF_E_VIDEO_REN_NO_PROCAMP_HW - - MessageText: - - There is no available procamp hardware with which to perform color correction.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_VIDEO_REN_NO_DEINTERLACE_HW"> - - MessageId: MF_E_VIDEO_REN_NO_DEINTERLACE_HW - - MessageText: - - There is no available deinterlacing hardware with which to deinterlace the video stream.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_VIDEO_REN_COPYPROT_FAILED"> - - MessageId: MF_E_VIDEO_REN_COPYPROT_FAILED - - MessageText: - - A video stream requires copy protection to be enabled, but there was a failure in attempting to enable copy protection.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_VIDEO_REN_SURFACE_NOT_SHARED"> - - MessageId: MF_E_VIDEO_REN_SURFACE_NOT_SHARED - - MessageText: - - A component is attempting to access a surface for sharing that is not shared.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_VIDEO_DEVICE_LOCKED"> - - MessageId: MF_E_VIDEO_DEVICE_LOCKED - - MessageText: - - A component is attempting to access a shared device that is already locked by another component.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_NEW_VIDEO_DEVICE"> - - MessageId: MF_E_NEW_VIDEO_DEVICE - - MessageText: - - The device is no longer available. The handle should be closed and a new one opened.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_NO_VIDEO_SAMPLE_AVAILABLE"> - - MessageId: MF_E_NO_VIDEO_SAMPLE_AVAILABLE - - MessageText: - - A video sample is not currently queued on a stream that is required for mixing.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_NO_AUDIO_PLAYBACK_DEVICE"> - - MessageId: MF_E_NO_AUDIO_PLAYBACK_DEVICE - - MessageText: - - No audio playback device was found.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_AUDIO_PLAYBACK_DEVICE_IN_USE"> - - MessageId: MF_E_AUDIO_PLAYBACK_DEVICE_IN_USE - - MessageText: - - The requested audio playback device is currently in use.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_AUDIO_PLAYBACK_DEVICE_INVALIDATED"> - - MessageId: MF_E_AUDIO_PLAYBACK_DEVICE_INVALIDATED - - MessageText: - - The audio playback device is no longer present.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_AUDIO_SERVICE_NOT_RUNNING"> - - MessageId: MF_E_AUDIO_SERVICE_NOT_RUNNING - - MessageText: - - The audio service is not running.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_TOPO_INVALID_OPTIONAL_NODE"> - - MessageId: MF_E_TOPO_INVALID_OPTIONAL_NODE - - MessageText: - - The topology contains an invalid optional node. Possible reasons are incorrect number of outputs and inputs or optional node is at the beginning or end of a segment. %0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_TOPO_CANNOT_FIND_DECRYPTOR"> - - MessageId: MF_E_TOPO_CANNOT_FIND_DECRYPTOR - - MessageText: - - No suitable transform was found to decrypt the content. %0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_TOPO_CODEC_NOT_FOUND"> - - MessageId: MF_E_TOPO_CODEC_NOT_FOUND - - MessageText: - - No suitable transform was found to encode or decode the content. %0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_TOPO_CANNOT_CONNECT"> - - MessageId: MF_E_TOPO_CANNOT_CONNECT - - MessageText: - - Unable to find a way to connect nodes%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_TOPO_UNSUPPORTED"> - - MessageId: MF_E_TOPO_UNSUPPORTED - - MessageText: - - Unsupported operations in topoloader%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_TOPO_INVALID_TIME_ATTRIBUTES"> - - MessageId: MF_E_TOPO_INVALID_TIME_ATTRIBUTES - - MessageText: - - The topology or its nodes contain incorrectly set time attributes%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_TOPO_LOOPS_IN_TOPOLOGY"> - - MessageId: MF_E_TOPO_LOOPS_IN_TOPOLOGY - - MessageText: - - The topology contains loops, which are unsupported in media foundation topologies%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_TOPO_MISSING_PRESENTATION_DESCRIPTOR"> - - MessageId: MF_E_TOPO_MISSING_PRESENTATION_DESCRIPTOR - - MessageText: - - A source stream node in the topology does not have a presentation descriptor%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_TOPO_MISSING_STREAM_DESCRIPTOR"> - - MessageId: MF_E_TOPO_MISSING_STREAM_DESCRIPTOR - - MessageText: - - A source stream node in the topology does not have a stream descriptor%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_TOPO_STREAM_DESCRIPTOR_NOT_SELECTED"> - - MessageId: MF_E_TOPO_STREAM_DESCRIPTOR_NOT_SELECTED - - MessageText: - - A stream descriptor was set on a source stream node but it was not selected on the presentation descriptor%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_TOPO_MISSING_SOURCE"> - - MessageId: MF_E_TOPO_MISSING_SOURCE - - MessageText: - - A source stream node in the topology does not have a source%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_TOPO_SINK_ACTIVATES_UNSUPPORTED"> - - MessageId: MF_E_TOPO_SINK_ACTIVATES_UNSUPPORTED - - MessageText: - - The topology loader does not support sink activates on output nodes.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_SEQUENCER_UNKNOWN_SEGMENT_ID"> - - MessageId: MF_E_SEQUENCER_UNKNOWN_SEGMENT_ID - - MessageText: - - The sequencer cannot find a segment with the given ID.%0\n. - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_S_SEQUENCER_CONTEXT_CANCELED"> - - MessageId: MF_S_SEQUENCER_CONTEXT_CANCELED - - MessageText: - - The context was canceled.%0\n. - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_NO_SOURCE_IN_CACHE"> - - MessageId: MF_E_NO_SOURCE_IN_CACHE - - MessageText: - - Cannot find source in source cache.%0\n. - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_S_SEQUENCER_SEGMENT_AT_END_OF_STREAM"> - - MessageId: MF_S_SEQUENCER_SEGMENT_AT_END_OF_STREAM - - MessageText: - - Cannot update topology flags.%0\n. - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_TRANSFORM_TYPE_NOT_SET"> - - MessageId: MF_E_TRANSFORM_TYPE_NOT_SET - - MessageText: - - A valid type has not been set for this stream or a stream that it depends on.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_TRANSFORM_STREAM_CHANGE"> - - MessageId: MF_E_TRANSFORM_STREAM_CHANGE - - MessageText: - - A stream change has occurred. Output cannot be produced until the streams have been renegotiated.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_TRANSFORM_INPUT_REMAINING"> - - MessageId: MF_E_TRANSFORM_INPUT_REMAINING - - MessageText: - - The transform cannot take the requested action until all of the input data it currently holds is processed or flushed.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_TRANSFORM_PROFILE_MISSING"> - - MessageId: MF_E_TRANSFORM_PROFILE_MISSING - - MessageText: - - The transform requires a profile but no profile was supplied or found.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_TRANSFORM_PROFILE_INVALID_OR_CORRUPT"> - - MessageId: MF_E_TRANSFORM_PROFILE_INVALID_OR_CORRUPT - - MessageText: - - The transform requires a profile but the supplied profile was invalid or corrupt.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_TRANSFORM_PROFILE_TRUNCATED"> - - MessageId: MF_E_TRANSFORM_PROFILE_TRUNCATED - - MessageText: - - The transform requires a profile but the supplied profile ended unexpectedly while parsing.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_TRANSFORM_PROPERTY_PID_NOT_RECOGNIZED"> - - MessageId: MF_E_TRANSFORM_PROPERTY_PID_NOT_RECOGNIZED - - MessageText: - - The property ID does not match any property supported by the transform.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_TRANSFORM_PROPERTY_VARIANT_TYPE_WRONG"> - - MessageId: MF_E_TRANSFORM_PROPERTY_VARIANT_TYPE_WRONG - - MessageText: - - The variant does not have the type expected for this property ID.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_TRANSFORM_PROPERTY_NOT_WRITEABLE"> - - MessageId: MF_E_TRANSFORM_PROPERTY_NOT_WRITEABLE - - MessageText: - - An attempt was made to set the value on a read-only property.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_TRANSFORM_PROPERTY_ARRAY_VALUE_WRONG_NUM_DIM"> - - MessageId: MF_E_TRANSFORM_PROPERTY_ARRAY_VALUE_WRONG_NUM_DIM - - MessageText: - - The array property value has an unexpected number of dimensions.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_TRANSFORM_PROPERTY_VALUE_SIZE_WRONG"> - - MessageId: MF_E_TRANSFORM_PROPERTY_VALUE_SIZE_WRONG - - MessageText: - - The array or blob property value has an unexpected size.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_TRANSFORM_PROPERTY_VALUE_OUT_OF_RANGE"> - - MessageId: MF_E_TRANSFORM_PROPERTY_VALUE_OUT_OF_RANGE - - MessageText: - - The property value is out of range for this transform.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_TRANSFORM_PROPERTY_VALUE_INCOMPATIBLE"> - - MessageId: MF_E_TRANSFORM_PROPERTY_VALUE_INCOMPATIBLE - - MessageText: - - The property value is incompatible with some other property or mediatype set on the transform.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_TRANSFORM_NOT_POSSIBLE_FOR_CURRENT_OUTPUT_MEDIATYPE"> - - MessageId: MF_E_TRANSFORM_NOT_POSSIBLE_FOR_CURRENT_OUTPUT_MEDIATYPE - - MessageText: - - The requested operation is not supported for the currently set output mediatype.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_TRANSFORM_NOT_POSSIBLE_FOR_CURRENT_INPUT_MEDIATYPE"> - - MessageId: MF_E_TRANSFORM_NOT_POSSIBLE_FOR_CURRENT_INPUT_MEDIATYPE - - MessageText: - - The requested operation is not supported for the currently set input mediatype.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_TRANSFORM_NOT_POSSIBLE_FOR_CURRENT_MEDIATYPE_COMBINATION"> - - MessageId: MF_E_TRANSFORM_NOT_POSSIBLE_FOR_CURRENT_MEDIATYPE_COMBINATION - - MessageText: - - The requested operation is not supported for the currently set combination of mediatypes.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_TRANSFORM_CONFLICTS_WITH_OTHER_CURRENTLY_ENABLED_FEATURES"> - - MessageId: MF_E_TRANSFORM_CONFLICTS_WITH_OTHER_CURRENTLY_ENABLED_FEATURES - - MessageText: - - The requested feature is not supported in combination with some other currently enabled feature.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_TRANSFORM_NEED_MORE_INPUT"> - - MessageId: MF_E_TRANSFORM_NEED_MORE_INPUT - - MessageText: - - The transform cannot produce output until it gets more input samples.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_TRANSFORM_NOT_POSSIBLE_FOR_CURRENT_SPKR_CONFIG"> - - MessageId: MF_E_TRANSFORM_NOT_POSSIBLE_FOR_CURRENT_SPKR_CONFIG - - MessageText: - - The requested operation is not supported for the current speaker configuration.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_TRANSFORM_CANNOT_CHANGE_MEDIATYPE_WHILE_PROCESSING"> - - MessageId: MF_E_TRANSFORM_CANNOT_CHANGE_MEDIATYPE_WHILE_PROCESSING - - MessageText: - - The transform cannot accept mediatype changes in the middle of processing.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_S_TRANSFORM_DO_NOT_PROPAGATE_EVENT"> - - MessageId: MF_S_TRANSFORM_DO_NOT_PROPAGATE_EVENT - - MessageText: - - The caller should not propagate this event to downstream components.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_UNSUPPORTED_D3D_TYPE"> - - MessageId: MF_E_UNSUPPORTED_D3D_TYPE - - MessageText: - - The input type is not supported for D3D device.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_TRANSFORM_ASYNC_LOCKED"> - - MessageId: MF_E_TRANSFORM_ASYNC_LOCKED - - MessageText: - - The caller does not appear to support this transform's asynchronous capabilities.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_TRANSFORM_CANNOT_INITIALIZE_ACM_DRIVER"> - - MessageId: MF_E_TRANSFORM_CANNOT_INITIALIZE_ACM_DRIVER - - MessageText: - - An audio compression manager driver could not be initialized by the transform.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_LICENSE_INCORRECT_RIGHTS"> - - MessageId: MF_E_LICENSE_INCORRECT_RIGHTS - - MessageText: - - You are not allowed to open this file. Contact the content provider for further assistance.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_LICENSE_OUTOFDATE"> - - MessageId: MF_E_LICENSE_OUTOFDATE - - MessageText: - - The license for this media file has expired. Get a new license or contact the content provider for further assistance.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_LICENSE_REQUIRED"> - - MessageId: MF_E_LICENSE_REQUIRED - - MessageText: - - You need a license to perform the requested operation on this media file.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_DRM_HARDWARE_INCONSISTENT"> - - MessageId: MF_E_DRM_HARDWARE_INCONSISTENT - - MessageText: - - The licenses for your media files are corrupted. Contact Microsoft product support.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_NO_CONTENT_PROTECTION_MANAGER"> - - MessageId: MF_E_NO_CONTENT_PROTECTION_MANAGER - - MessageText: - - The APP needs to provide IMFContentProtectionManager callback to access the protected media file.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_LICENSE_RESTORE_NO_RIGHTS"> - - MessageId: MF_E_LICENSE_RESTORE_NO_RIGHTS - - MessageText: - - Client does not have rights to restore licenses.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_BACKUP_RESTRICTED_LICENSE"> - - MessageId: MF_E_BACKUP_RESTRICTED_LICENSE - - MessageText: - - Licenses are restricted and hence can not be backed up.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_LICENSE_RESTORE_NEEDS_INDIVIDUALIZATION"> - - MessageId: MF_E_LICENSE_RESTORE_NEEDS_INDIVIDUALIZATION - - MessageText: - - License restore requires machine to be individualized.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_S_PROTECTION_NOT_REQUIRED"> - - MessageId: MF_S_PROTECTION_NOT_REQUIRED - - MessageText: - - Protection for stream is not required.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_COMPONENT_REVOKED"> - - MessageId: MF_E_COMPONENT_REVOKED - - MessageText: - - Component is revoked.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_TRUST_DISABLED"> - - MessageId: MF_E_TRUST_DISABLED - - MessageText: - - Trusted functionality is currently disabled on this component.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_WMDRMOTA_NO_ACTION"> - - MessageId: MF_E_WMDRMOTA_NO_ACTION - - MessageText: - - No Action is set on WMDRM Output Trust Authority.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_WMDRMOTA_ACTION_ALREADY_SET"> - - MessageId: MF_E_WMDRMOTA_ACTION_ALREADY_SET - - MessageText: - - Action is already set on WMDRM Output Trust Authority.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_WMDRMOTA_DRM_HEADER_NOT_AVAILABLE"> - - MessageId: MF_E_WMDRMOTA_DRM_HEADER_NOT_AVAILABLE - - MessageText: - - DRM Heaader is not available.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_WMDRMOTA_DRM_ENCRYPTION_SCHEME_NOT_SUPPORTED"> - - MessageId: MF_E_WMDRMOTA_DRM_ENCRYPTION_SCHEME_NOT_SUPPORTED - - MessageText: - - Current encryption scheme is not supported.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_WMDRMOTA_ACTION_MISMATCH"> - - MessageId: MF_E_WMDRMOTA_ACTION_MISMATCH - - MessageText: - - Action does not match with current configuration.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_WMDRMOTA_INVALID_POLICY"> - - MessageId: MF_E_WMDRMOTA_INVALID_POLICY - - MessageText: - - Invalid policy for WMDRM Output Trust Authority.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_POLICY_UNSUPPORTED"> - - MessageId: MF_E_POLICY_UNSUPPORTED - - MessageText: - - The policies that the Input Trust Authority requires to be enforced are unsupported by the outputs.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_OPL_NOT_SUPPORTED"> - - MessageId: MF_E_OPL_NOT_SUPPORTED - - MessageText: - - The OPL that the license requires to be enforced are not supported by the Input Trust Authority.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_TOPOLOGY_VERIFICATION_FAILED"> - - MessageId: MF_E_TOPOLOGY_VERIFICATION_FAILED - - MessageText: - - The topology could not be successfully verified.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_SIGNATURE_VERIFICATION_FAILED"> - - MessageId: MF_E_SIGNATURE_VERIFICATION_FAILED - - MessageText: - - Signature verification could not be completed successfully for this component.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_DEBUGGING_NOT_ALLOWED"> - - MessageId: MF_E_DEBUGGING_NOT_ALLOWED - - MessageText: - - Running this process under a debugger while using protected content is not allowed.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_CODE_EXPIRED"> - - MessageId: MF_E_CODE_EXPIRED - - MessageText: - - MF component has expired.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_GRL_VERSION_TOO_LOW"> - - MessageId: MF_E_GRL_VERSION_TOO_LOW - - MessageText: - - The current GRL on the machine does not meet the minimum version requirements.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_GRL_RENEWAL_NOT_FOUND"> - - MessageId: MF_E_GRL_RENEWAL_NOT_FOUND - - MessageText: - - The current GRL on the machine does not contain any renewal entries for the specified revocation.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_GRL_EXTENSIBLE_ENTRY_NOT_FOUND"> - - MessageId: MF_E_GRL_EXTENSIBLE_ENTRY_NOT_FOUND - - MessageText: - - The current GRL on the machine does not contain any extensible entries for the specified extension GUID.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_KERNEL_UNTRUSTED"> - - MessageId: MF_E_KERNEL_UNTRUSTED - - MessageText: - - The kernel isn't secure for high security level content.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_PEAUTH_UNTRUSTED"> - - MessageId: MF_E_PEAUTH_UNTRUSTED - - MessageText: - - The response from protected environment driver isn't valid.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_NON_PE_PROCESS"> - - MessageId: MF_E_NON_PE_PROCESS - - MessageText: - - A non-PE process tried to talk to PEAuth.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_REBOOT_REQUIRED"> - - MessageId: MF_E_REBOOT_REQUIRED - - MessageText: - - We need to reboot the machine.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_S_WAIT_FOR_POLICY_SET"> - - MessageId: MF_S_WAIT_FOR_POLICY_SET - - MessageText: - - Protection for this stream is not guaranteed to be enforced until the MEPolicySet event is fired.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_S_VIDEO_DISABLED_WITH_UNKNOWN_SOFTWARE_OUTPUT"> - - MessageId: MF_S_VIDEO_DISABLED_WITH_UNKNOWN_SOFTWARE_OUTPUT - - MessageText: - - This video stream is disabled because it is being sent to an unknown software output.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_GRL_INVALID_FORMAT"> - - MessageId: MF_E_GRL_INVALID_FORMAT - - MessageText: - - The GRL file is not correctly formed, it may have been corrupted or overwritten.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_GRL_UNRECOGNIZED_FORMAT"> - - MessageId: MF_E_GRL_UNRECOGNIZED_FORMAT - - MessageText: - - The GRL file is in a format newer than those recognized by this GRL Reader.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_ALL_PROCESS_RESTART_REQUIRED"> - - MessageId: MF_E_ALL_PROCESS_RESTART_REQUIRED - - MessageText: - - The GRL was reloaded and required all processes that can run protected media to restart.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_PROCESS_RESTART_REQUIRED"> - - MessageId: MF_E_PROCESS_RESTART_REQUIRED - - MessageText: - - The GRL was reloaded and the current process needs to restart.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_USERMODE_UNTRUSTED"> - - MessageId: MF_E_USERMODE_UNTRUSTED - - MessageText: - - The user space is untrusted for protected content play.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_PEAUTH_SESSION_NOT_STARTED"> - - MessageId: MF_E_PEAUTH_SESSION_NOT_STARTED - - MessageText: - - PEAuth communication session hasn't been started.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_PEAUTH_PUBLICKEY_REVOKED"> - - MessageId: MF_E_PEAUTH_PUBLICKEY_REVOKED - - MessageText: - - PEAuth's public key is revoked.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_GRL_ABSENT"> - - MessageId: MF_E_GRL_ABSENT - - MessageText: - - The GRL is absent.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_S_PE_TRUSTED"> - - MessageId: MF_S_PE_TRUSTED - - MessageText: - - The Protected Environment is trusted.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_PE_UNTRUSTED"> - - MessageId: MF_E_PE_UNTRUSTED - - MessageText: - - The Protected Environment is untrusted.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_PEAUTH_NOT_STARTED"> - - MessageId: MF_E_PEAUTH_NOT_STARTED - - MessageText: - - The Protected Environment Authorization service (PEAUTH) has not been started.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_INCOMPATIBLE_SAMPLE_PROTECTION"> - - MessageId: MF_E_INCOMPATIBLE_SAMPLE_PROTECTION - - MessageText: - - The sample protection algorithms supported by components are not compatible.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_PE_SESSIONS_MAXED"> - - MessageId: MF_E_PE_SESSIONS_MAXED - - MessageText: - - No more protected environment sessions can be supported.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_HIGH_SECURITY_LEVEL_CONTENT_NOT_ALLOWED"> - - MessageId: MF_E_HIGH_SECURITY_LEVEL_CONTENT_NOT_ALLOWED - - MessageText: - - WMDRM ITA does not allow protected content with high security level for this release.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_TEST_SIGNED_COMPONENTS_NOT_ALLOWED"> - - MessageId: MF_E_TEST_SIGNED_COMPONENTS_NOT_ALLOWED - - MessageText: - - WMDRM ITA cannot allow the requested action for the content as one or more components is not properly signed.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_ITA_UNSUPPORTED_ACTION"> - - MessageId: MF_E_ITA_UNSUPPORTED_ACTION - - MessageText: - - WMDRM ITA does not support the requested action.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_ITA_ERROR_PARSING_SAP_PARAMETERS"> - - MessageId: MF_E_ITA_ERROR_PARSING_SAP_PARAMETERS - - MessageText: - - WMDRM ITA encountered an error in parsing the Secure Audio Path parameters.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_POLICY_MGR_ACTION_OUTOFBOUNDS"> - - MessageId: MF_E_POLICY_MGR_ACTION_OUTOFBOUNDS - - MessageText: - - The Policy Manager action passed in is invalid.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_BAD_OPL_STRUCTURE_FORMAT"> - - MessageId: MF_E_BAD_OPL_STRUCTURE_FORMAT - - MessageText: - - The structure specifying Output Protection Level is not the correct format.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_ITA_UNRECOGNIZED_ANALOG_VIDEO_PROTECTION_GUID"> - - MessageId: MF_E_ITA_UNRECOGNIZED_ANALOG_VIDEO_PROTECTION_GUID - - MessageText: - - WMDRM ITA does not recognize the Explicite Analog Video Output Protection guid specified in the license.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_NO_PMP_HOST"> - - MessageId: MF_E_NO_PMP_HOST - - MessageText: - - IMFPMPHost object not available.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_ITA_OPL_DATA_NOT_INITIALIZED"> - - MessageId: MF_E_ITA_OPL_DATA_NOT_INITIALIZED - - MessageText: - - WMDRM ITA could not initialize the Output Protection Level data.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_ITA_UNRECOGNIZED_ANALOG_VIDEO_OUTPUT"> - - MessageId: MF_E_ITA_UNRECOGNIZED_ANALOG_VIDEO_OUTPUT - - MessageText: - - WMDRM ITA does not recognize the Analog Video Output specified by the OTA.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_ITA_UNRECOGNIZED_DIGITAL_VIDEO_OUTPUT"> - - MessageId: MF_E_ITA_UNRECOGNIZED_DIGITAL_VIDEO_OUTPUT - - MessageText: - - WMDRM ITA does not recognize the Digital Video Output specified by the OTA.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_CLOCK_INVALID_CONTINUITY_KEY"> - - MessageId: MF_E_CLOCK_INVALID_CONTINUITY_KEY - - MessageText: - - The continuity key supplied is not currently valid.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_CLOCK_NO_TIME_SOURCE"> - - MessageId: MF_E_CLOCK_NO_TIME_SOURCE - - MessageText: - - No Presentation Time Source has been specified.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_CLOCK_STATE_ALREADY_SET"> - - MessageId: MF_E_CLOCK_STATE_ALREADY_SET - - MessageText: - - The clock is already in the requested state.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_CLOCK_NOT_SIMPLE"> - - MessageId: MF_E_CLOCK_NOT_SIMPLE - - MessageText: - - The clock has too many advanced features to carry out the request.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_S_CLOCK_STOPPED"> - - MessageId: MF_S_CLOCK_STOPPED - - MessageText: - - Timer::SetTimer returns this success code if called happened while timer is stopped. Timer is not going to be dispatched until clock is running%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_NO_MORE_DROP_MODES"> - - MessageId: MF_E_NO_MORE_DROP_MODES - - MessageText: - - The component does not support any more drop modes.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_NO_MORE_QUALITY_LEVELS"> - - MessageId: MF_E_NO_MORE_QUALITY_LEVELS - - MessageText: - - The component does not support any more quality levels.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_DROPTIME_NOT_SUPPORTED"> - - MessageId: MF_E_DROPTIME_NOT_SUPPORTED - - MessageText: - - The component does not support drop time functionality.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_QUALITYKNOB_WAIT_LONGER"> - - MessageId: MF_E_QUALITYKNOB_WAIT_LONGER - - MessageText: - - Quality Manager needs to wait longer before bumping the Quality Level up.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_QM_INVALIDSTATE"> - - MessageId: MF_E_QM_INVALIDSTATE - - MessageText: - - Quality Manager is in an invalid state. Quality Management is off at this moment.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_TRANSCODE_NO_CONTAINERTYPE"> - - MessageId: MF_E_TRANSCODE_NO_CONTAINERTYPE - - MessageText: - - No transcode output container type is specified.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_TRANSCODE_PROFILE_NO_MATCHING_STREAMS"> - - MessageId: MF_E_TRANSCODE_PROFILE_NO_MATCHING_STREAMS - - MessageText: - - The profile does not have a media type configuration for any selected source streams.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_TRANSCODE_NO_MATCHING_ENCODER"> - - MessageId: MF_E_TRANSCODE_NO_MATCHING_ENCODER - - MessageText: - - Cannot find an encoder MFT that accepts the user preferred output type.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_ALLOCATOR_NOT_INITIALIZED"> - - MessageId: MF_E_ALLOCATOR_NOT_INITIALIZED - - MessageText: - - Memory allocator is not initialized.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_ALLOCATOR_NOT_COMMITED"> - - MessageId: MF_E_ALLOCATOR_NOT_COMMITED - - MessageText: - - Memory allocator is not committed yet.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_ALLOCATOR_ALREADY_COMMITED"> - - MessageId: MF_E_ALLOCATOR_ALREADY_COMMITED - - MessageText: - - Memory allocator has already been committed.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_STREAM_ERROR"> - - MessageId: MF_E_STREAM_ERROR - - MessageText: - - An error occurred in media stream.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_INVALID_STREAM_STATE"> - - MessageId: MF_E_INVALID_STREAM_STATE - - MessageText: - - Stream is not in a state to handle the request.%0 - - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationErrors.MF_E_HW_STREAM_NOT_CONNECTED"> - - MessageId: MF_E_HW_STREAM_NOT_CONNECTED - - MessageText: - - Hardware stream is not connected yet.%0 - - </member> - <member name="T:NAudio.MediaFoundation.MediaTypes"> - <summary> - Major Media Types - http://msdn.microsoft.com/en-us/library/windows/desktop/aa367377%28v=vs.85%29.aspx - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaTypes.MFMediaType_Default"> - <summary> - Default - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaTypes.MFMediaType_Audio"> - <summary> - Audio - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaTypes.MFMediaType_Video"> - <summary> - Video - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaTypes.MFMediaType_Protected"> - <summary> - Protected Media - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaTypes.MFMediaType_SAMI"> - <summary> - Synchronized Accessible Media Interchange (SAMI) captions. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaTypes.MFMediaType_Script"> - <summary> - Script stream - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaTypes.MFMediaType_Image"> - <summary> - Still image stream. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaTypes.MFMediaType_HTML"> - <summary> - HTML stream. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaTypes.MFMediaType_Binary"> - <summary> - Binary stream. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaTypes.MFMediaType_FileTransfer"> - <summary> - A stream that contains data files. - </summary> - </member> - <member name="T:NAudio.Utils.ChunkIdentifier"> - <summary> - Chunk Identifier helpers - </summary> - </member> - <member name="M:NAudio.Utils.ChunkIdentifier.ChunkIdentifierToInt32(System.String)"> - <summary> - Chunk identifier to Int32 (replaces mmioStringToFOURCC) - </summary> - <param name="s">four character chunk identifier</param> - <returns>Chunk identifier as int 32</returns> - </member> - <member name="T:NAudio.Utils.FieldDescriptionAttribute"> - <summary> - Allows us to add descriptions to interop members - </summary> - </member> - <member name="M:NAudio.Utils.FieldDescriptionAttribute.#ctor(System.String)"> - <summary> - Field description - </summary> - </member> - <member name="M:NAudio.Utils.FieldDescriptionAttribute.ToString"> - <summary> - String representation - </summary> - <returns></returns> - </member> - <member name="P:NAudio.Utils.FieldDescriptionAttribute.Description"> - <summary> - The description - </summary> - </member> - <member name="T:NAudio.MediaFoundation.IMFActivate"> - <summary> - IMFActivate, defined in mfobjects.h - </summary> - </member> - <member name="T:NAudio.MediaFoundation.IMFAttributes"> - <summary> - Provides a generic way to store key/value pairs on an object. - http://msdn.microsoft.com/en-gb/library/windows/desktop/ms704598%28v=vs.85%29.aspx - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFAttributes.GetItem(System.Guid,NAudio.CoreAudioApi.Interfaces.PropVariant@)"> - <summary> - Retrieves the value associated with a key. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFAttributes.GetItemType(System.Guid,System.Int32@)"> - <summary> - Retrieves the data type of the value associated with a key. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFAttributes.CompareItem(System.Guid,System.IntPtr,System.Boolean@)"> - <summary> - Queries whether a stored attribute value equals a specified PROPVARIANT. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFAttributes.Compare(NAudio.MediaFoundation.IMFAttributes,System.Int32,System.Boolean@)"> - <summary> - Compares the attributes on this object with the attributes on another object. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFAttributes.GetUINT32(System.Guid,System.Int32@)"> - <summary> - Retrieves a UINT32 value associated with a key. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFAttributes.GetUINT64(System.Guid,System.Int64@)"> - <summary> - Retrieves a UINT64 value associated with a key. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFAttributes.GetDouble(System.Guid,System.Double@)"> - <summary> - Retrieves a double value associated with a key. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFAttributes.GetGUID(System.Guid,System.Guid@)"> - <summary> - Retrieves a GUID value associated with a key. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFAttributes.GetStringLength(System.Guid,System.Int32@)"> - <summary> - Retrieves the length of a string value associated with a key. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFAttributes.GetString(System.Guid,System.Text.StringBuilder,System.Int32,System.Int32@)"> - <summary> - Retrieves a wide-character string associated with a key. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFAttributes.GetAllocatedString(System.Guid,System.String@,System.Int32@)"> - <summary> - Retrieves a wide-character string associated with a key. This method allocates the memory for the string. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFAttributes.GetBlobSize(System.Guid,System.Int32@)"> - <summary> - Retrieves the length of a byte array associated with a key. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFAttributes.GetBlob(System.Guid,System.Byte[],System.Int32,System.Int32@)"> - <summary> - Retrieves a byte array associated with a key. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFAttributes.GetAllocatedBlob(System.Guid,System.IntPtr@,System.Int32@)"> - <summary> - Retrieves a byte array associated with a key. This method allocates the memory for the array. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFAttributes.GetUnknown(System.Guid,System.Guid,System.Object@)"> - <summary> - Retrieves an interface pointer associated with a key. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFAttributes.SetItem(System.Guid,System.IntPtr)"> - <summary> - Associates an attribute value with a key. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFAttributes.DeleteItem(System.Guid)"> - <summary> - Removes a key/value pair from the object's attribute list. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFAttributes.DeleteAllItems"> - <summary> - Removes all key/value pairs from the object's attribute list. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFAttributes.SetUINT32(System.Guid,System.Int32)"> - <summary> - Associates a UINT32 value with a key. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFAttributes.SetUINT64(System.Guid,System.Int64)"> - <summary> - Associates a UINT64 value with a key. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFAttributes.SetDouble(System.Guid,System.Double)"> - <summary> - Associates a double value with a key. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFAttributes.SetGUID(System.Guid,System.Guid)"> - <summary> - Associates a GUID value with a key. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFAttributes.SetString(System.Guid,System.String)"> - <summary> - Associates a wide-character string with a key. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFAttributes.SetBlob(System.Guid,System.Byte[],System.Int32)"> - <summary> - Associates a byte array with a key. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFAttributes.SetUnknown(System.Guid,System.Object)"> - <summary> - Associates an IUnknown pointer with a key. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFAttributes.LockStore"> - <summary> - Locks the attribute store so that no other thread can access it. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFAttributes.UnlockStore"> - <summary> - Unlocks the attribute store. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFAttributes.GetCount(System.Int32@)"> - <summary> - Retrieves the number of attributes that are set on this object. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFAttributes.GetItemByIndex(System.Int32,System.Guid@,NAudio.CoreAudioApi.Interfaces.PropVariant@)"> - <summary> - Retrieves an attribute at the specified index. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFAttributes.CopyAllItems(NAudio.MediaFoundation.IMFAttributes)"> - <summary> - Copies all of the attributes from this object into another attribute store. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFActivate.GetItem(System.Guid,NAudio.CoreAudioApi.Interfaces.PropVariant@)"> - <summary> - Retrieves the value associated with a key. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFActivate.GetItemType(System.Guid,System.Int32@)"> - <summary> - Retrieves the data type of the value associated with a key. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFActivate.CompareItem(System.Guid,System.IntPtr,System.Boolean@)"> - <summary> - Queries whether a stored attribute value equals a specified PROPVARIANT. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFActivate.Compare(NAudio.MediaFoundation.IMFAttributes,System.Int32,System.Boolean@)"> - <summary> - Compares the attributes on this object with the attributes on another object. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFActivate.GetUINT32(System.Guid,System.Int32@)"> - <summary> - Retrieves a UINT32 value associated with a key. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFActivate.GetUINT64(System.Guid,System.Int64@)"> - <summary> - Retrieves a UINT64 value associated with a key. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFActivate.GetDouble(System.Guid,System.Double@)"> - <summary> - Retrieves a double value associated with a key. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFActivate.GetGUID(System.Guid,System.Guid@)"> - <summary> - Retrieves a GUID value associated with a key. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFActivate.GetStringLength(System.Guid,System.Int32@)"> - <summary> - Retrieves the length of a string value associated with a key. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFActivate.GetString(System.Guid,System.Text.StringBuilder,System.Int32,System.Int32@)"> - <summary> - Retrieves a wide-character string associated with a key. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFActivate.GetAllocatedString(System.Guid,System.String@,System.Int32@)"> - <summary> - Retrieves a wide-character string associated with a key. This method allocates the memory for the string. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFActivate.GetBlobSize(System.Guid,System.Int32@)"> - <summary> - Retrieves the length of a byte array associated with a key. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFActivate.GetBlob(System.Guid,System.Byte[],System.Int32,System.Int32@)"> - <summary> - Retrieves a byte array associated with a key. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFActivate.GetAllocatedBlob(System.Guid,System.IntPtr@,System.Int32@)"> - <summary> - Retrieves a byte array associated with a key. This method allocates the memory for the array. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFActivate.GetUnknown(System.Guid,System.Guid,System.Object@)"> - <summary> - Retrieves an interface pointer associated with a key. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFActivate.SetItem(System.Guid,System.IntPtr)"> - <summary> - Associates an attribute value with a key. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFActivate.DeleteItem(System.Guid)"> - <summary> - Removes a key/value pair from the object's attribute list. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFActivate.DeleteAllItems"> - <summary> - Removes all key/value pairs from the object's attribute list. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFActivate.SetUINT32(System.Guid,System.Int32)"> - <summary> - Associates a UINT32 value with a key. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFActivate.SetUINT64(System.Guid,System.Int64)"> - <summary> - Associates a UINT64 value with a key. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFActivate.SetDouble(System.Guid,System.Double)"> - <summary> - Associates a double value with a key. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFActivate.SetGUID(System.Guid,System.Guid)"> - <summary> - Associates a GUID value with a key. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFActivate.SetString(System.Guid,System.String)"> - <summary> - Associates a wide-character string with a key. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFActivate.SetBlob(System.Guid,System.Byte[],System.Int32)"> - <summary> - Associates a byte array with a key. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFActivate.SetUnknown(System.Guid,System.Object)"> - <summary> - Associates an IUnknown pointer with a key. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFActivate.LockStore"> - <summary> - Locks the attribute store so that no other thread can access it. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFActivate.UnlockStore"> - <summary> - Unlocks the attribute store. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFActivate.GetCount(System.Int32@)"> - <summary> - Retrieves the number of attributes that are set on this object. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFActivate.GetItemByIndex(System.Int32,System.Guid@,NAudio.CoreAudioApi.Interfaces.PropVariant@)"> - <summary> - Retrieves an attribute at the specified index. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFActivate.CopyAllItems(NAudio.MediaFoundation.IMFAttributes)"> - <summary> - Copies all of the attributes from this object into another attribute store. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFActivate.ActivateObject(System.Guid,System.Object@)"> - <summary> - Creates the object associated with this activation object. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFActivate.ShutdownObject"> - <summary> - Shuts down the created object. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFActivate.DetachObject"> - <summary> - Detaches the created object from the activation object. - </summary> - </member> - <member name="T:NAudio.MediaFoundation.IMFCollection"> - <summary> - Represents a generic collection of IUnknown pointers. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFCollection.GetElementCount(System.Int32@)"> - <summary> - Retrieves the number of objects in the collection. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFCollection.GetElement(System.Int32,System.Object@)"> - <summary> - Retrieves an object in the collection. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFCollection.AddElement(System.Object)"> - <summary> - Adds an object to the collection. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFCollection.RemoveElement(System.Int32,System.Object@)"> - <summary> - Removes an object from the collection. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFCollection.InsertElementAt(System.Int32,System.Object)"> - <summary> - Removes an object from the collection. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFCollection.RemoveAllElements"> - <summary> - Removes all items from the collection. - </summary> - </member> - <member name="T:NAudio.MediaFoundation.IMFMediaEvent"> - <summary> - IMFMediaEvent - Represents an event generated by a Media Foundation object. Use this interface to get information about the event. - http://msdn.microsoft.com/en-us/library/windows/desktop/ms702249%28v=vs.85%29.aspx - Mfobjects.h - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFMediaEvent.GetItem(System.Guid,NAudio.CoreAudioApi.Interfaces.PropVariant@)"> - <summary> - Retrieves the value associated with a key. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFMediaEvent.GetItemType(System.Guid,System.Int32@)"> - <summary> - Retrieves the data type of the value associated with a key. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFMediaEvent.CompareItem(System.Guid,System.IntPtr,System.Boolean@)"> - <summary> - Queries whether a stored attribute value equals a specified PROPVARIANT. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFMediaEvent.Compare(NAudio.MediaFoundation.IMFAttributes,System.Int32,System.Boolean@)"> - <summary> - Compares the attributes on this object with the attributes on another object. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFMediaEvent.GetUINT32(System.Guid,System.Int32@)"> - <summary> - Retrieves a UINT32 value associated with a key. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFMediaEvent.GetUINT64(System.Guid,System.Int64@)"> - <summary> - Retrieves a UINT64 value associated with a key. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFMediaEvent.GetDouble(System.Guid,System.Double@)"> - <summary> - Retrieves a double value associated with a key. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFMediaEvent.GetGUID(System.Guid,System.Guid@)"> - <summary> - Retrieves a GUID value associated with a key. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFMediaEvent.GetStringLength(System.Guid,System.Int32@)"> - <summary> - Retrieves the length of a string value associated with a key. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFMediaEvent.GetString(System.Guid,System.Text.StringBuilder,System.Int32,System.Int32@)"> - <summary> - Retrieves a wide-character string associated with a key. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFMediaEvent.GetAllocatedString(System.Guid,System.String@,System.Int32@)"> - <summary> - Retrieves a wide-character string associated with a key. This method allocates the memory for the string. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFMediaEvent.GetBlobSize(System.Guid,System.Int32@)"> - <summary> - Retrieves the length of a byte array associated with a key. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFMediaEvent.GetBlob(System.Guid,System.Byte[],System.Int32,System.Int32@)"> - <summary> - Retrieves a byte array associated with a key. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFMediaEvent.GetAllocatedBlob(System.Guid,System.IntPtr@,System.Int32@)"> - <summary> - Retrieves a byte array associated with a key. This method allocates the memory for the array. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFMediaEvent.GetUnknown(System.Guid,System.Guid,System.Object@)"> - <summary> - Retrieves an interface pointer associated with a key. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFMediaEvent.SetItem(System.Guid,System.IntPtr)"> - <summary> - Associates an attribute value with a key. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFMediaEvent.DeleteItem(System.Guid)"> - <summary> - Removes a key/value pair from the object's attribute list. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFMediaEvent.DeleteAllItems"> - <summary> - Removes all key/value pairs from the object's attribute list. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFMediaEvent.SetUINT32(System.Guid,System.Int32)"> - <summary> - Associates a UINT32 value with a key. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFMediaEvent.SetUINT64(System.Guid,System.Int64)"> - <summary> - Associates a UINT64 value with a key. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFMediaEvent.SetDouble(System.Guid,System.Double)"> - <summary> - Associates a double value with a key. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFMediaEvent.SetGUID(System.Guid,System.Guid)"> - <summary> - Associates a GUID value with a key. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFMediaEvent.SetString(System.Guid,System.String)"> - <summary> - Associates a wide-character string with a key. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFMediaEvent.SetBlob(System.Guid,System.Byte[],System.Int32)"> - <summary> - Associates a byte array with a key. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFMediaEvent.SetUnknown(System.Guid,System.Object)"> - <summary> - Associates an IUnknown pointer with a key. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFMediaEvent.LockStore"> - <summary> - Locks the attribute store so that no other thread can access it. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFMediaEvent.UnlockStore"> - <summary> - Unlocks the attribute store. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFMediaEvent.GetCount(System.Int32@)"> - <summary> - Retrieves the number of attributes that are set on this object. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFMediaEvent.GetItemByIndex(System.Int32,System.Guid@,NAudio.CoreAudioApi.Interfaces.PropVariant@)"> - <summary> - Retrieves an attribute at the specified index. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFMediaEvent.CopyAllItems(NAudio.MediaFoundation.IMFAttributes)"> - <summary> - Copies all of the attributes from this object into another attribute store. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFMediaEvent.GetType(NAudio.MediaFoundation.MediaEventType@)"> - <summary> - Retrieves the event type. - </summary> - <remarks> - virtual HRESULT STDMETHODCALLTYPE GetType( - /* [out] */ __RPC__out MediaEventType *pmet) = 0; - </remarks> - </member> - <member name="M:NAudio.MediaFoundation.IMFMediaEvent.GetExtendedType(System.Guid@)"> - <summary> - Retrieves the extended type of the event. - </summary> - <remarks> - virtual HRESULT STDMETHODCALLTYPE GetExtendedType( - /* [out] */ __RPC__out GUID *pguidExtendedType) = 0; - </remarks> - </member> - <member name="M:NAudio.MediaFoundation.IMFMediaEvent.GetStatus(System.Int32@)"> - <summary> - Retrieves an HRESULT that specifies the event status. - </summary> - <remarks> - virtual HRESULT STDMETHODCALLTYPE GetStatus( - /* [out] */ __RPC__out HRESULT *phrStatus) = 0; - </remarks> - </member> - <member name="M:NAudio.MediaFoundation.IMFMediaEvent.GetValue(NAudio.CoreAudioApi.Interfaces.PropVariant@)"> - <summary> - Retrieves the value associated with the event, if any. - </summary> - <remarks> - virtual HRESULT STDMETHODCALLTYPE GetValue( - /* [out] */ __RPC__out PROPVARIANT *pvValue) = 0; - </remarks> - </member> - <member name="T:NAudio.MediaFoundation.IMFSinkWriter"> - <summary> - Implemented by the Microsoft Media Foundation sink writer object. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFSinkWriter.AddStream(NAudio.MediaFoundation.IMFMediaType,System.Int32@)"> - <summary> - Adds a stream to the sink writer. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFSinkWriter.SetInputMediaType(System.Int32,NAudio.MediaFoundation.IMFMediaType,NAudio.MediaFoundation.IMFAttributes)"> - <summary> - Sets the input format for a stream on the sink writer. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFSinkWriter.BeginWriting"> - <summary> - Initializes the sink writer for writing. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFSinkWriter.WriteSample(System.Int32,NAudio.MediaFoundation.IMFSample)"> - <summary> - Delivers a sample to the sink writer. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFSinkWriter.SendStreamTick(System.Int32,System.Int64)"> - <summary> - Indicates a gap in an input stream. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFSinkWriter.PlaceMarker(System.Int32,System.IntPtr)"> - <summary> - Places a marker in the specified stream. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFSinkWriter.NotifyEndOfSegment(System.Int32)"> - <summary> - Notifies the media sink that a stream has reached the end of a segment. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFSinkWriter.Flush(System.Int32)"> - <summary> - Flushes one or more streams. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFSinkWriter.DoFinalize"> - <summary> - (Finalize) Completes all writing operations on the sink writer. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFSinkWriter.GetServiceForStream(System.Int32,System.Guid@,System.Guid@,System.IntPtr@)"> - <summary> - Queries the underlying media sink or encoder for an interface. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFSinkWriter.GetStatistics(System.Int32,NAudio.MediaFoundation.MF_SINK_WRITER_STATISTICS)"> - <summary> - Gets statistics about the performance of the sink writer. - </summary> - </member> - <member name="T:NAudio.MediaFoundation.IMFTransform"> - <summary> - IMFTransform, defined in mftransform.h - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFTransform.GetStreamLimits(System.Int32@,System.Int32@,System.Int32@,System.Int32@)"> - <summary> - Retrieves the minimum and maximum number of input and output streams. - </summary> - <remarks> - virtual HRESULT STDMETHODCALLTYPE GetStreamLimits( - /* [out] */ __RPC__out DWORD *pdwInputMinimum, - /* [out] */ __RPC__out DWORD *pdwInputMaximum, - /* [out] */ __RPC__out DWORD *pdwOutputMinimum, - /* [out] */ __RPC__out DWORD *pdwOutputMaximum) = 0; - </remarks> - </member> - <member name="M:NAudio.MediaFoundation.IMFTransform.GetStreamCount(System.Int32@,System.Int32@)"> - <summary> - Retrieves the current number of input and output streams on this MFT. - </summary> - <remarks> - virtual HRESULT STDMETHODCALLTYPE GetStreamCount( - /* [out] */ __RPC__out DWORD *pcInputStreams, - /* [out] */ __RPC__out DWORD *pcOutputStreams) = 0; - </remarks> - </member> - <member name="M:NAudio.MediaFoundation.IMFTransform.GetStreamIds(System.Int32,System.Int32[],System.Int32,System.Int32[])"> - <summary> - Retrieves the stream identifiers for the input and output streams on this MFT. - </summary> - <remarks> - virtual HRESULT STDMETHODCALLTYPE GetStreamIDs( - DWORD dwInputIDArraySize, - /* [size_is][out] */ __RPC__out_ecount_full(dwInputIDArraySize) DWORD *pdwInputIDs, - DWORD dwOutputIDArraySize, - /* [size_is][out] */ __RPC__out_ecount_full(dwOutputIDArraySize) DWORD *pdwOutputIDs) = 0; - </remarks> - </member> - <member name="M:NAudio.MediaFoundation.IMFTransform.GetInputStreamInfo(System.Int32,NAudio.MediaFoundation.MFT_INPUT_STREAM_INFO@)"> - <summary> - Gets the buffer requirements and other information for an input stream on this Media Foundation transform (MFT). - </summary> - <remarks> - virtual HRESULT STDMETHODCALLTYPE GetInputStreamInfo( - DWORD dwInputStreamID, - /* [out] */ __RPC__out MFT_INPUT_STREAM_INFO *pStreamInfo) = 0; - </remarks> - </member> - <member name="M:NAudio.MediaFoundation.IMFTransform.GetOutputStreamInfo(System.Int32,NAudio.MediaFoundation.MFT_OUTPUT_STREAM_INFO@)"> - <summary> - Gets the buffer requirements and other information for an output stream on this Media Foundation transform (MFT). - </summary> - <remarks> - virtual HRESULT STDMETHODCALLTYPE GetOutputStreamInfo( - DWORD dwOutputStreamID, - /* [out] */ __RPC__out MFT_OUTPUT_STREAM_INFO *pStreamInfo) = 0; - </remarks> - </member> - <member name="M:NAudio.MediaFoundation.IMFTransform.GetAttributes(NAudio.MediaFoundation.IMFAttributes@)"> - <summary> - Gets the global attribute store for this Media Foundation transform (MFT). - </summary> - <remarks> - virtual HRESULT STDMETHODCALLTYPE GetAttributes( - /* [out] */ __RPC__deref_out_opt IMFAttributes **pAttributes) = 0; - </remarks> - </member> - <member name="M:NAudio.MediaFoundation.IMFTransform.GetInputStreamAttributes(System.Int32,NAudio.MediaFoundation.IMFAttributes@)"> - <summary> - Retrieves the attribute store for an input stream on this MFT. - </summary> - <remarks> - virtual HRESULT STDMETHODCALLTYPE GetInputStreamAttributes( - DWORD dwInputStreamID, - /* [out] */ __RPC__deref_out_opt IMFAttributes **pAttributes) = 0; - </remarks> - </member> - <member name="M:NAudio.MediaFoundation.IMFTransform.GetOutputStreamAttributes(System.Int32,NAudio.MediaFoundation.IMFAttributes@)"> - <summary> - Retrieves the attribute store for an output stream on this MFT. - </summary> - <remarks> - virtual HRESULT STDMETHODCALLTYPE GetOutputStreamAttributes( - DWORD dwOutputStreamID, - /* [out] */ __RPC__deref_out_opt IMFAttributes **pAttributes) = 0; - </remarks> - </member> - <member name="M:NAudio.MediaFoundation.IMFTransform.DeleteInputStream(System.Int32)"> - <summary> - Removes an input stream from this MFT. - </summary> - <remarks> - virtual HRESULT STDMETHODCALLTYPE DeleteInputStream( - DWORD dwStreamID) = 0; - </remarks> - </member> - <member name="M:NAudio.MediaFoundation.IMFTransform.AddInputStreams(System.Int32,System.Int32[])"> - <summary> - Adds one or more new input streams to this MFT. - </summary> - <remarks> - virtual HRESULT STDMETHODCALLTYPE AddInputStreams( - DWORD cStreams, - /* [in] */ __RPC__in DWORD *adwStreamIDs) = 0; - </remarks> - </member> - <member name="M:NAudio.MediaFoundation.IMFTransform.GetInputAvailableType(System.Int32,System.Int32,NAudio.MediaFoundation.IMFMediaType@)"> - <summary> - Gets an available media type for an input stream on this Media Foundation transform (MFT). - </summary> - <remarks> - virtual HRESULT STDMETHODCALLTYPE GetInputAvailableType( - DWORD dwInputStreamID, - DWORD dwTypeIndex, - /* [out] */ __RPC__deref_out_opt IMFMediaType **ppType) = 0; - </remarks> - </member> - <member name="M:NAudio.MediaFoundation.IMFTransform.GetOutputAvailableType(System.Int32,System.Int32,NAudio.MediaFoundation.IMFMediaType@)"> - <summary> - Retrieves an available media type for an output stream on this MFT. - </summary> - <remarks> - virtual HRESULT STDMETHODCALLTYPE GetOutputAvailableType( - DWORD dwOutputStreamID, - DWORD dwTypeIndex, - /* [out] */ __RPC__deref_out_opt IMFMediaType **ppType) = 0; - </remarks> - </member> - <member name="M:NAudio.MediaFoundation.IMFTransform.SetInputType(System.Int32,NAudio.MediaFoundation.IMFMediaType,NAudio.MediaFoundation._MFT_SET_TYPE_FLAGS)"> - <summary> - Sets, tests, or clears the media type for an input stream on this Media Foundation transform (MFT). - </summary> - <remarks> - virtual HRESULT STDMETHODCALLTYPE SetInputType( - DWORD dwInputStreamID, - /* [in] */ __RPC__in_opt IMFMediaType *pType, - DWORD dwFlags) = 0; - </remarks> - </member> - <member name="M:NAudio.MediaFoundation.IMFTransform.SetOutputType(System.Int32,NAudio.MediaFoundation.IMFMediaType,NAudio.MediaFoundation._MFT_SET_TYPE_FLAGS)"> - <summary> - Sets, tests, or clears the media type for an output stream on this Media Foundation transform (MFT). - </summary> - <remarks> - virtual HRESULT STDMETHODCALLTYPE SetOutputType( - DWORD dwOutputStreamID, - /* [in] */ __RPC__in_opt IMFMediaType *pType, - DWORD dwFlags) = 0; - </remarks> - </member> - <member name="M:NAudio.MediaFoundation.IMFTransform.GetInputCurrentType(System.Int32,NAudio.MediaFoundation.IMFMediaType@)"> - <summary> - Gets the current media type for an input stream on this Media Foundation transform (MFT). - </summary> - <remarks> - virtual HRESULT STDMETHODCALLTYPE GetInputCurrentType( - DWORD dwInputStreamID, - /* [out] */ __RPC__deref_out_opt IMFMediaType **ppType) = 0; - </remarks> - </member> - <member name="M:NAudio.MediaFoundation.IMFTransform.GetOutputCurrentType(System.Int32,NAudio.MediaFoundation.IMFMediaType@)"> - <summary> - Gets the current media type for an output stream on this Media Foundation transform (MFT). - </summary> - <remarks> - virtual HRESULT STDMETHODCALLTYPE GetOutputCurrentType( - DWORD dwOutputStreamID, - /* [out] */ __RPC__deref_out_opt IMFMediaType **ppType) = 0; - </remarks> - </member> - <member name="M:NAudio.MediaFoundation.IMFTransform.GetInputStatus(System.Int32,NAudio.MediaFoundation._MFT_INPUT_STATUS_FLAGS@)"> - <summary> - Queries whether an input stream on this Media Foundation transform (MFT) can accept more data. - </summary> - <remarks> - virtual HRESULT STDMETHODCALLTYPE GetInputStatus( - DWORD dwInputStreamID, - /* [out] */ __RPC__out DWORD *pdwFlags) = 0; - </remarks> - </member> - <member name="M:NAudio.MediaFoundation.IMFTransform.GetOutputStatus(System.Int32,NAudio.MediaFoundation._MFT_OUTPUT_STATUS_FLAGS@)"> - <summary> - Queries whether the Media Foundation transform (MFT) is ready to produce output data. - </summary> - <remarks> - virtual HRESULT STDMETHODCALLTYPE GetOutputStatus( - /* [out] */ __RPC__out DWORD *pdwFlags) = 0; - </remarks> - </member> - <member name="M:NAudio.MediaFoundation.IMFTransform.SetOutputBounds(System.Int64,System.Int64)"> - <summary> - Sets the range of time stamps the client needs for output. - </summary> - <remarks> - virtual HRESULT STDMETHODCALLTYPE SetOutputBounds( - LONGLONG hnsLowerBound, - LONGLONG hnsUpperBound) = 0; - </remarks> - </member> - <member name="M:NAudio.MediaFoundation.IMFTransform.ProcessEvent(System.Int32,NAudio.MediaFoundation.IMFMediaEvent)"> - <summary> - Sends an event to an input stream on this Media Foundation transform (MFT). - </summary> - <remarks> - virtual HRESULT STDMETHODCALLTYPE ProcessEvent( - DWORD dwInputStreamID, - /* [in] */ __RPC__in_opt IMFMediaEvent *pEvent) = 0; - </remarks> - </member> - <member name="M:NAudio.MediaFoundation.IMFTransform.ProcessMessage(NAudio.MediaFoundation.MFT_MESSAGE_TYPE,System.IntPtr)"> - <summary> - Sends a message to the Media Foundation transform (MFT). - </summary> - <remarks> - virtual HRESULT STDMETHODCALLTYPE ProcessMessage( - MFT_MESSAGE_TYPE eMessage, - ULONG_PTR ulParam) = 0; - </remarks> - </member> - <member name="M:NAudio.MediaFoundation.IMFTransform.ProcessInput(System.Int32,NAudio.MediaFoundation.IMFSample,System.Int32)"> - <summary> - Delivers data to an input stream on this Media Foundation transform (MFT). - </summary> - <remarks> - virtual /* [local] */ HRESULT STDMETHODCALLTYPE ProcessInput( - DWORD dwInputStreamID, - IMFSample *pSample, - DWORD dwFlags) = 0; - </remarks> - </member> - <member name="M:NAudio.MediaFoundation.IMFTransform.ProcessOutput(NAudio.MediaFoundation._MFT_PROCESS_OUTPUT_FLAGS,System.Int32,NAudio.MediaFoundation.MFT_OUTPUT_DATA_BUFFER[],NAudio.MediaFoundation._MFT_PROCESS_OUTPUT_STATUS@)"> - <summary> - Generates output from the current input data. - </summary> - <remarks> - virtual /* [local] */ HRESULT STDMETHODCALLTYPE ProcessOutput( - DWORD dwFlags, - DWORD cOutputBufferCount, - /* [size_is][out][in] */ MFT_OUTPUT_DATA_BUFFER *pOutputSamples, - /* [out] */ DWORD *pdwStatus) = 0; - </remarks> - </member> - <member name="T:NAudio.MediaFoundation.MediaEventType"> - <summary> - See mfobjects.h - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaEventType.MEUnknown"> - <summary> - Unknown event type. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaEventType.MEError"> - <summary> - Signals a serious error. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaEventType.MEExtendedType"> - <summary> - Custom event type. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaEventType.MENonFatalError"> - <summary> - A non-fatal error occurred during streaming. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaEventType.MESessionUnknown"> - <summary> - Session Unknown - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaEventType.MESessionTopologySet"> - <summary> - Raised after the IMFMediaSession::SetTopology method completes asynchronously - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaEventType.MESessionTopologiesCleared"> - <summary> - Raised by the Media Session when the IMFMediaSession::ClearTopologies method completes asynchronously. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaEventType.MESessionStarted"> - <summary> - Raised when the IMFMediaSession::Start method completes asynchronously. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaEventType.MESessionPaused"> - <summary> - Raised when the IMFMediaSession::Pause method completes asynchronously. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaEventType.MESessionStopped"> - <summary> - Raised when the IMFMediaSession::Stop method completes asynchronously. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaEventType.MESessionClosed"> - <summary> - Raised when the IMFMediaSession::Close method completes asynchronously. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaEventType.MESessionEnded"> - <summary> - Raised by the Media Session when it has finished playing the last presentation in the playback queue. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaEventType.MESessionRateChanged"> - <summary> - Raised by the Media Session when the playback rate changes. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaEventType.MESessionScrubSampleComplete"> - <summary> - Raised by the Media Session when it completes a scrubbing request. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaEventType.MESessionCapabilitiesChanged"> - <summary> - Raised by the Media Session when the session capabilities change. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaEventType.MESessionTopologyStatus"> - <summary> - Raised by the Media Session when the status of a topology changes. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaEventType.MESessionNotifyPresentationTime"> - <summary> - Raised by the Media Session when a new presentation starts. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaEventType.MENewPresentation"> - <summary> - Raised by a media source a new presentation is ready. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaEventType.MELicenseAcquisitionStart"> - <summary> - License acquisition is about to begin. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaEventType.MELicenseAcquisitionCompleted"> - <summary> - License acquisition is complete. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaEventType.MEIndividualizationStart"> - <summary> - Individualization is about to begin. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaEventType.MEIndividualizationCompleted"> - <summary> - Individualization is complete. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaEventType.MEEnablerProgress"> - <summary> - Signals the progress of a content enabler object. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaEventType.MEEnablerCompleted"> - <summary> - A content enabler object's action is complete. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaEventType.MEPolicyError"> - <summary> - Raised by a trusted output if an error occurs while enforcing the output policy. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaEventType.MEPolicyReport"> - <summary> - Contains status information about the enforcement of an output policy. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaEventType.MEBufferingStarted"> - <summary> - A media source started to buffer data. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaEventType.MEBufferingStopped"> - <summary> - A media source stopped buffering data. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaEventType.MEConnectStart"> - <summary> - The network source started opening a URL. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaEventType.MEConnectEnd"> - <summary> - The network source finished opening a URL. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaEventType.MEReconnectStart"> - <summary> - Raised by a media source at the start of a reconnection attempt. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaEventType.MEReconnectEnd"> - <summary> - Raised by a media source at the end of a reconnection attempt. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaEventType.MERendererEvent"> - <summary> - Raised by the enhanced video renderer (EVR) when it receives a user event from the presenter. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaEventType.MESessionStreamSinkFormatChanged"> - <summary> - Raised by the Media Session when the format changes on a media sink. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaEventType.MESourceUnknown"> - <summary> - Source Unknown - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaEventType.MESourceStarted"> - <summary> - Raised when a media source starts without seeking. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaEventType.MEStreamStarted"> - <summary> - Raised by a media stream when the source starts without seeking. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaEventType.MESourceSeeked"> - <summary> - Raised when a media source seeks to a new position. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaEventType.MEStreamSeeked"> - <summary> - Raised by a media stream after a call to IMFMediaSource::Start causes a seek in the stream. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaEventType.MENewStream"> - <summary> - Raised by a media source when it starts a new stream. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaEventType.MEUpdatedStream"> - <summary> - Raised by a media source when it restarts or seeks a stream that is already active. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaEventType.MESourceStopped"> - <summary> - Raised by a media source when the IMFMediaSource::Stop method completes asynchronously. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaEventType.MEStreamStopped"> - <summary> - Raised by a media stream when the IMFMediaSource::Stop method completes asynchronously. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaEventType.MESourcePaused"> - <summary> - Raised by a media source when the IMFMediaSource::Pause method completes asynchronously. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaEventType.MEStreamPaused"> - <summary> - Raised by a media stream when the IMFMediaSource::Pause method completes asynchronously. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaEventType.MEEndOfPresentation"> - <summary> - Raised by a media source when a presentation ends. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaEventType.MEEndOfStream"> - <summary> - Raised by a media stream when the stream ends. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaEventType.MEMediaSample"> - <summary> - Raised when a media stream delivers a new sample. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaEventType.MEStreamTick"> - <summary> - Signals that a media stream does not have data available at a specified time. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaEventType.MEStreamThinMode"> - <summary> - Raised by a media stream when it starts or stops thinning the stream. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaEventType.MEStreamFormatChanged"> - <summary> - Raised by a media stream when the media type of the stream changes. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaEventType.MESourceRateChanged"> - <summary> - Raised by a media source when the playback rate changes. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaEventType.MEEndOfPresentationSegment"> - <summary> - Raised by the sequencer source when a segment is completed and is followed by another segment. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaEventType.MESourceCharacteristicsChanged"> - <summary> - Raised by a media source when the source's characteristics change. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaEventType.MESourceRateChangeRequested"> - <summary> - Raised by a media source to request a new playback rate. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaEventType.MESourceMetadataChanged"> - <summary> - Raised by a media source when it updates its metadata. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaEventType.MESequencerSourceTopologyUpdated"> - <summary> - Raised by the sequencer source when the IMFSequencerSource::UpdateTopology method completes asynchronously. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaEventType.MESinkUnknown"> - <summary> - Sink Unknown - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaEventType.MEStreamSinkStarted"> - <summary> - Raised by a stream sink when it completes the transition to the running state. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaEventType.MEStreamSinkStopped"> - <summary> - Raised by a stream sink when it completes the transition to the stopped state. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaEventType.MEStreamSinkPaused"> - <summary> - Raised by a stream sink when it completes the transition to the paused state. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaEventType.MEStreamSinkRateChanged"> - <summary> - Raised by a stream sink when the rate has changed. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaEventType.MEStreamSinkRequestSample"> - <summary> - Raised by a stream sink to request a new media sample from the pipeline. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaEventType.MEStreamSinkMarker"> - <summary> - Raised by a stream sink after the IMFStreamSink::PlaceMarker method is called. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaEventType.MEStreamSinkPrerolled"> - <summary> - Raised by a stream sink when the stream has received enough preroll data to begin rendering. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaEventType.MEStreamSinkScrubSampleComplete"> - <summary> - Raised by a stream sink when it completes a scrubbing request. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaEventType.MEStreamSinkFormatChanged"> - <summary> - Raised by a stream sink when the sink's media type is no longer valid. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaEventType.MEStreamSinkDeviceChanged"> - <summary> - Raised by the stream sinks of the EVR if the video device changes. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaEventType.MEQualityNotify"> - <summary> - Provides feedback about playback quality to the quality manager. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaEventType.MESinkInvalidated"> - <summary> - Raised when a media sink becomes invalid. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaEventType.MEAudioSessionNameChanged"> - <summary> - The audio session display name changed. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaEventType.MEAudioSessionVolumeChanged"> - <summary> - The volume or mute state of the audio session changed - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaEventType.MEAudioSessionDeviceRemoved"> - <summary> - The audio device was removed. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaEventType.MEAudioSessionServerShutdown"> - <summary> - The Windows audio server system was shut down. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaEventType.MEAudioSessionGroupingParamChanged"> - <summary> - The grouping parameters changed for the audio session. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaEventType.MEAudioSessionIconChanged"> - <summary> - The audio session icon changed. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaEventType.MEAudioSessionFormatChanged"> - <summary> - The default audio format for the audio device changed. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaEventType.MEAudioSessionDisconnected"> - <summary> - The audio session was disconnected from a Windows Terminal Services session - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaEventType.MEAudioSessionExclusiveModeOverride"> - <summary> - The audio session was preempted by an exclusive-mode connection. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaEventType.METrustUnknown"> - <summary> - Trust Unknown - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaEventType.MEPolicyChanged"> - <summary> - The output policy for a stream changed. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaEventType.MEContentProtectionMessage"> - <summary> - Content protection message - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaEventType.MEPolicySet"> - <summary> - The IMFOutputTrustAuthority::SetPolicy method completed. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaEventType.MEWMDRMLicenseBackupCompleted"> - <summary> - DRM License Backup Completed - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaEventType.MEWMDRMLicenseBackupProgress"> - <summary> - DRM License Backup Progress - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaEventType.MEWMDRMLicenseRestoreCompleted"> - <summary> - DRM License Restore Completed - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaEventType.MEWMDRMLicenseRestoreProgress"> - <summary> - DRM License Restore Progress - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaEventType.MEWMDRMLicenseAcquisitionCompleted"> - <summary> - DRM License Acquisition Completed - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaEventType.MEWMDRMIndividualizationCompleted"> - <summary> - DRM Individualization Completed - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaEventType.MEWMDRMIndividualizationProgress"> - <summary> - DRM Individualization Progress - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaEventType.MEWMDRMProximityCompleted"> - <summary> - DRM Proximity Completed - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaEventType.MEWMDRMLicenseStoreCleaned"> - <summary> - DRM License Store Cleaned - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaEventType.MEWMDRMRevocationDownloadCompleted"> - <summary> - DRM Revocation Download Completed - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaEventType.METransformUnknown"> - <summary> - Transform Unknown - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaEventType.METransformNeedInput"> - <summary> - Sent by an asynchronous MFT to request a new input sample. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaEventType.METransformHaveOutput"> - <summary> - Sent by an asynchronous MFT when new output data is available from the MFT. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaEventType.METransformDrainComplete"> - <summary> - Sent by an asynchronous Media Foundation transform (MFT) when a drain operation is complete. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaEventType.METransformMarker"> - <summary> - Sent by an asynchronous MFT in response to an MFT_MESSAGE_COMMAND_MARKER message. - </summary> - </member> - <member name="T:NAudio.MediaFoundation.MediaFoundationAttributes"> - <summary> - Media Foundation attribute guids - http://msdn.microsoft.com/en-us/library/windows/desktop/ms696989%28v=vs.85%29.aspx - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationAttributes.MF_TRANSFORM_ASYNC"> - <summary> - Specifies whether an MFT performs asynchronous processing. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationAttributes.MF_TRANSFORM_ASYNC_UNLOCK"> - <summary> - Enables the use of an asynchronous MFT. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationAttributes.MF_TRANSFORM_FLAGS_Attribute"> - <summary> - Contains flags for an MFT activation object. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationAttributes.MF_TRANSFORM_CATEGORY_Attribute"> - <summary> - Specifies the category for an MFT. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationAttributes.MFT_TRANSFORM_CLSID_Attribute"> - <summary> - Contains the class identifier (CLSID) of an MFT. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationAttributes.MFT_INPUT_TYPES_Attributes"> - <summary> - Contains the registered input types for a Media Foundation transform (MFT). - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationAttributes.MFT_OUTPUT_TYPES_Attributes"> - <summary> - Contains the registered output types for a Media Foundation transform (MFT). - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationAttributes.MFT_ENUM_HARDWARE_URL_Attribute"> - <summary> - Contains the symbolic link for a hardware-based MFT. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationAttributes.MFT_FRIENDLY_NAME_Attribute"> - <summary> - Contains the display name for a hardware-based MFT. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationAttributes.MFT_CONNECTED_STREAM_ATTRIBUTE"> - <summary> - Contains a pointer to the stream attributes of the connected stream on a hardware-based MFT. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationAttributes.MFT_CONNECTED_TO_HW_STREAM"> - <summary> - Specifies whether a hardware-based MFT is connected to another hardware-based MFT. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationAttributes.MFT_PREFERRED_OUTPUTTYPE_Attribute"> - <summary> - Specifies the preferred output format for an encoder. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationAttributes.MFT_PROCESS_LOCAL_Attribute"> - <summary> - Specifies whether an MFT is registered only in the application's process. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationAttributes.MFT_PREFERRED_ENCODER_PROFILE"> - <summary> - Contains configuration properties for an encoder. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationAttributes.MFT_HW_TIMESTAMP_WITH_QPC_Attribute"> - <summary> - Specifies whether a hardware device source uses the system time for time stamps. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationAttributes.MFT_FIELDOFUSE_UNLOCK_Attribute"> - <summary> - Contains an IMFFieldOfUseMFTUnlock pointer, which can be used to unlock the MFT. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationAttributes.MFT_CODEC_MERIT_Attribute"> - <summary> - Contains the merit value of a hardware codec. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationAttributes.MFT_ENUM_TRANSCODE_ONLY_ATTRIBUTE"> - <summary> - Specifies whether a decoder is optimized for transcoding rather than for playback. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationAttributes.MF_PD_PMPHOST_CONTEXT"> - <summary> - Contains a pointer to the proxy object for the application's presentation descriptor. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationAttributes.MF_PD_APP_CONTEXT"> - <summary> - Contains a pointer to the presentation descriptor from the protected media path (PMP). - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationAttributes.MF_PD_DURATION"> - <summary> - Specifies the duration of a presentation, in 100-nanosecond units. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationAttributes.MF_PD_TOTAL_FILE_SIZE"> - <summary> - Specifies the total size of the source file, in bytes. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationAttributes.MF_PD_AUDIO_ENCODING_BITRATE"> - <summary> - Specifies the audio encoding bit rate for the presentation, in bits per second. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationAttributes.MF_PD_VIDEO_ENCODING_BITRATE"> - <summary> - Specifies the video encoding bit rate for the presentation, in bits per second. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationAttributes.MF_PD_MIME_TYPE"> - <summary> - Specifies the MIME type of the content. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationAttributes.MF_PD_LAST_MODIFIED_TIME"> - <summary> - Specifies when a presentation was last modified. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationAttributes.MF_PD_PLAYBACK_ELEMENT_ID"> - <summary> - The identifier of the playlist element in the presentation. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationAttributes.MF_PD_PREFERRED_LANGUAGE"> - <summary> - Contains the preferred RFC 1766 language of the media source. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationAttributes.MF_PD_PLAYBACK_BOUNDARY_TIME"> - <summary> - The time at which the presentation must begin, relative to the start of the media source. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationAttributes.MF_PD_AUDIO_ISVARIABLEBITRATE"> - <summary> - Specifies whether the audio streams in the presentation have a variable bit rate. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationAttributes.MF_MT_MAJOR_TYPE"> - <summary> - Media type Major Type - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationAttributes.MF_MT_SUBTYPE"> - <summary> - Media Type subtype - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationAttributes.MF_MT_AUDIO_BLOCK_ALIGNMENT"> - <summary> - Audio block alignment - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationAttributes.MF_MT_AUDIO_AVG_BYTES_PER_SECOND"> - <summary> - Audio average bytes per second - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationAttributes.MF_MT_AUDIO_NUM_CHANNELS"> - <summary> - Audio number of channels - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationAttributes.MF_MT_AUDIO_SAMPLES_PER_SECOND"> - <summary> - Audio samples per second - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationAttributes.MF_MT_AUDIO_BITS_PER_SAMPLE"> - <summary> - Audio bits per sample - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationAttributes.MF_READWRITE_ENABLE_HARDWARE_TRANSFORMS"> - <summary> - Enables the source reader or sink writer to use hardware-based Media Foundation transforms (MFTs). - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationAttributes.MF_MT_USER_DATA"> - <summary> - Contains additional format data for a media type. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationAttributes.MF_MT_ALL_SAMPLES_INDEPENDENT"> - <summary> - Specifies for a media type whether each sample is independent of the other samples in the stream. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationAttributes.MF_MT_FIXED_SIZE_SAMPLES"> - <summary> - Specifies for a media type whether the samples have a fixed size. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationAttributes.MF_MT_AM_FORMAT_TYPE"> - <summary> - Contains a DirectShow format GUID for a media type. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationAttributes.MF_MT_AUDIO_PREFER_WAVEFORMATEX"> - <summary> - Specifies the preferred legacy format structure to use when converting an audio media type. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationAttributes.MF_MT_COMPRESSED"> - <summary> - Specifies for a media type whether the media data is compressed. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationAttributes.MF_MT_AVG_BITRATE"> - <summary> - Approximate data rate of the video stream, in bits per second, for a video media type. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationAttributes.MF_MT_AAC_PAYLOAD_TYPE"> - <summary> - Specifies the payload type of an Advanced Audio Coding (AAC) stream. - 0 - The stream contains raw_data_block elements only - 1 - Audio Data Transport Stream (ADTS). The stream contains an adts_sequence, as defined by MPEG-2. - 2 - Audio Data Interchange Format (ADIF). The stream contains an adif_sequence, as defined by MPEG-2. - 3 - The stream contains an MPEG-4 audio transport stream with a synchronization layer (LOAS) and a multiplex layer (LATM). - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationAttributes.MF_MT_AAC_AUDIO_PROFILE_LEVEL_INDICATION"> - <summary> - Specifies the audio profile and level of an Advanced Audio Coding (AAC) stream, as defined by ISO/IEC 14496-3. - </summary> - </member> - <member name="T:NAudio.MediaFoundation.MediaFoundationApi"> - <summary> - Main interface for using Media Foundation with NAudio - </summary> - </member> - <member name="M:NAudio.MediaFoundation.MediaFoundationApi.Startup"> - <summary> - initializes MediaFoundation - only needs to be called once per process - </summary> - </member> - <member name="M:NAudio.MediaFoundation.MediaFoundationApi.EnumerateTransforms(System.Guid)"> - <summary> - Enumerate the installed MediaFoundation transforms in the specified category - </summary> - <param name="category">A category from MediaFoundationTransformCategories</param> - <returns></returns> - </member> - <member name="M:NAudio.MediaFoundation.MediaFoundationApi.Shutdown"> - <summary> - uninitializes MediaFoundation - </summary> - </member> - <member name="M:NAudio.MediaFoundation.MediaFoundationApi.CreateMediaType"> - <summary> - Creates a Media type - </summary> - </member> - <member name="M:NAudio.MediaFoundation.MediaFoundationApi.CreateMediaTypeFromWaveFormat(NAudio.Wave.WaveFormat)"> - <summary> - Creates a media type from a WaveFormat - </summary> - </member> - <member name="M:NAudio.MediaFoundation.MediaFoundationApi.CreateMemoryBuffer(System.Int32)"> - <summary> - Creates a memory buffer of the specified size - </summary> - <param name="bufferSize">Memory buffer size in bytes</param> - <returns>The memory buffer</returns> - </member> - <member name="M:NAudio.MediaFoundation.MediaFoundationApi.CreateSample"> - <summary> - Creates a sample object - </summary> - <returns>The sample object</returns> - </member> - <member name="M:NAudio.MediaFoundation.MediaFoundationApi.CreateAttributes(System.Int32)"> - <summary> - Creates a new attributes store - </summary> - <param name="initialSize">Initial size</param> - <returns>The attributes store</returns> - </member> - <member name="M:NAudio.MediaFoundation.MediaFoundationApi.CreateByteStream(System.Object)"> - <summary> - Creates a media foundation byte stream based on a stream object - (usable with WinRT streams) - </summary> - <param name="stream">The input stream</param> - <returns>A media foundation byte stream</returns> - </member> - <member name="M:NAudio.MediaFoundation.MediaFoundationApi.CreateSourceReaderFromByteStream(NAudio.MediaFoundation.IMFByteStream)"> - <summary> - Creates a source reader based on a byte stream - </summary> - <param name="byteStream">The byte stream</param> - <returns>A media foundation source reader</returns> - </member> - <member name="T:NAudio.MediaFoundation.MediaFoundationInterop"> - <summary> - Interop definitions for MediaFoundation - thanks to Lucian Wischik for the initial work on many of these definitions (also various interfaces) - n.b. the goal is to make as much of this internal as possible, and provide - better .NET APIs using the MediaFoundationApi class instead - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationInterop.MF_SOURCE_READER_ALL_STREAMS"> - <summary> - All streams - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationInterop.MF_SOURCE_READER_FIRST_AUDIO_STREAM"> - <summary> - First audio stream - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationInterop.MF_SOURCE_READER_FIRST_VIDEO_STREAM"> - <summary> - First video stream - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationInterop.MF_SOURCE_READER_MEDIASOURCE"> - <summary> - Media source - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationInterop.MF_SDK_VERSION"> - <summary> - Media Foundation SDK Version - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationInterop.MF_API_VERSION"> - <summary> - Media Foundation API Version - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationInterop.MF_VERSION"> - <summary> - Media Foundation Version - </summary> - </member> - <member name="M:NAudio.MediaFoundation.MediaFoundationInterop.MFStartup(System.Int32,System.Int32)"> - <summary> - Initializes Microsoft Media Foundation. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.MediaFoundationInterop.MFShutdown"> - <summary> - Shuts down the Microsoft Media Foundation platform - </summary> - </member> - <member name="M:NAudio.MediaFoundation.MediaFoundationInterop.MFCreateMediaType(NAudio.MediaFoundation.IMFMediaType@)"> - <summary> - Creates an empty media type. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.MediaFoundationInterop.MFInitMediaTypeFromWaveFormatEx(NAudio.MediaFoundation.IMFMediaType,NAudio.Wave.WaveFormat,System.Int32)"> - <summary> - Initializes a media type from a WAVEFORMATEX structure. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.MediaFoundationInterop.MFCreateWaveFormatExFromMFMediaType(NAudio.MediaFoundation.IMFMediaType,System.IntPtr@,System.Int32@,System.Int32)"> - <summary> - Converts a Media Foundation audio media type to a WAVEFORMATEX structure. - </summary> - TODO: try making second parameter out WaveFormatExtraData - </member> - <member name="M:NAudio.MediaFoundation.MediaFoundationInterop.MFCreateSourceReaderFromURL(System.String,NAudio.MediaFoundation.IMFAttributes,NAudio.MediaFoundation.IMFSourceReader@)"> - <summary> - Creates the source reader from a URL. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.MediaFoundationInterop.MFCreateSourceReaderFromByteStream(NAudio.MediaFoundation.IMFByteStream,NAudio.MediaFoundation.IMFAttributes,NAudio.MediaFoundation.IMFSourceReader@)"> - <summary> - Creates the source reader from a byte stream. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.MediaFoundationInterop.MFCreateSinkWriterFromURL(System.String,NAudio.MediaFoundation.IMFByteStream,NAudio.MediaFoundation.IMFAttributes,NAudio.MediaFoundation.IMFSinkWriter@)"> - <summary> - Creates the sink writer from a URL or byte stream. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.MediaFoundationInterop.MFCreateMFByteStreamOnStreamEx(System.Object,NAudio.MediaFoundation.IMFByteStream@)"> - <summary> - Creates a Microsoft Media Foundation byte stream that wraps an IRandomAccessStream object. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.MediaFoundationInterop.MFTEnumEx(System.Guid,NAudio.MediaFoundation._MFT_ENUM_FLAG,NAudio.MediaFoundation.MFT_REGISTER_TYPE_INFO,NAudio.MediaFoundation.MFT_REGISTER_TYPE_INFO,System.IntPtr@,System.Int32@)"> - <summary> - Gets a list of Microsoft Media Foundation transforms (MFTs) that match specified search criteria. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.MediaFoundationInterop.MFCreateSample(NAudio.MediaFoundation.IMFSample@)"> - <summary> - Creates an empty media sample. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.MediaFoundationInterop.MFCreateMemoryBuffer(System.Int32,NAudio.MediaFoundation.IMFMediaBuffer@)"> - <summary> - Allocates system memory and creates a media buffer to manage it. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.MediaFoundationInterop.MFCreateAttributes(NAudio.MediaFoundation.IMFAttributes@,System.Int32)"> - <summary> - Creates an empty attribute store. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.MediaFoundationInterop.MFTranscodeGetAudioOutputAvailableTypes(System.Guid,NAudio.MediaFoundation._MFT_ENUM_FLAG,NAudio.MediaFoundation.IMFAttributes,NAudio.MediaFoundation.IMFCollection@)"> - <summary> - Gets a list of output formats from an audio encoder. - </summary> - </member> - <member name="T:NAudio.MediaFoundation.IMFByteStream"> - <summary> - IMFByteStream - http://msdn.microsoft.com/en-gb/library/windows/desktop/ms698720%28v=vs.85%29.aspx - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFByteStream.GetCapabilities(System.Int32@)"> - <summary> - Retrieves the characteristics of the byte stream. - virtual HRESULT STDMETHODCALLTYPE GetCapabilities(/*[out]*/ __RPC__out DWORD *pdwCapabilities) = 0; - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFByteStream.GetLength(System.Int64@)"> - <summary> - Retrieves the length of the stream. - virtual HRESULT STDMETHODCALLTYPE GetLength(/*[out]*/ __RPC__out QWORD *pqwLength) = 0; - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFByteStream.SetLength(System.Int64)"> - <summary> - Sets the length of the stream. - virtual HRESULT STDMETHODCALLTYPE SetLength(/*[in]*/ QWORD qwLength) = 0; - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFByteStream.GetCurrentPosition(System.Int64@)"> - <summary> - Retrieves the current read or write position in the stream. - virtual HRESULT STDMETHODCALLTYPE GetCurrentPosition(/*[out]*/ __RPC__out QWORD *pqwPosition) = 0; - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFByteStream.SetCurrentPosition(System.Int64)"> - <summary> - Sets the current read or write position. - virtual HRESULT STDMETHODCALLTYPE SetCurrentPosition(/*[in]*/ QWORD qwPosition) = 0; - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFByteStream.IsEndOfStream(System.Boolean@)"> - <summary> - Queries whether the current position has reached the end of the stream. - virtual HRESULT STDMETHODCALLTYPE IsEndOfStream(/*[out]*/ __RPC__out BOOL *pfEndOfStream) = 0; - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFByteStream.Read(System.IntPtr,System.Int32,System.Int32@)"> - <summary> - Reads data from the stream. - virtual HRESULT STDMETHODCALLTYPE Read(/*[size_is][out]*/ __RPC__out_ecount_full(cb) BYTE *pb, /*[in]*/ ULONG cb, /*[out]*/ __RPC__out ULONG *pcbRead) = 0; - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFByteStream.BeginRead(System.IntPtr,System.Int32,System.IntPtr,System.IntPtr)"> - <summary> - Begins an asynchronous read operation from the stream. - virtual /*[local]*/ HRESULT STDMETHODCALLTYPE BeginRead(/*[out]*/ _Out_writes_bytes_(cb) BYTE *pb, /*[in]*/ ULONG cb, /*[in]*/ IMFAsyncCallback *pCallback, /*[in]*/ IUnknown *punkState) = 0; - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFByteStream.EndRead(System.IntPtr,System.Int32@)"> - <summary> - Completes an asynchronous read operation. - virtual /*[local]*/ HRESULT STDMETHODCALLTYPE EndRead(/*[in]*/ IMFAsyncResult *pResult, /*[out]*/ _Out_ ULONG *pcbRead) = 0; - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFByteStream.Write(System.IntPtr,System.Int32,System.Int32@)"> - <summary> - Writes data to the stream. - virtual HRESULT STDMETHODCALLTYPE Write(/*[size_is][in]*/ __RPC__in_ecount_full(cb) const BYTE *pb, /*[in]*/ ULONG cb, /*[out]*/ __RPC__out ULONG *pcbWritten) = 0; - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFByteStream.BeginWrite(System.IntPtr,System.Int32,System.IntPtr,System.IntPtr)"> - <summary> - Begins an asynchronous write operation to the stream. - virtual /*[local]*/ HRESULT STDMETHODCALLTYPE BeginWrite(/*[in]*/ _In_reads_bytes_(cb) const BYTE *pb, /*[in]*/ ULONG cb, /*[in]*/ IMFAsyncCallback *pCallback, /*[in]*/ IUnknown *punkState) = 0; - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFByteStream.EndWrite(System.IntPtr,System.Int32@)"> - <summary> - Completes an asynchronous write operation. - virtual /*[local]*/ HRESULT STDMETHODCALLTYPE EndWrite(/*[in]*/ IMFAsyncResult *pResult, /*[out]*/ _Out_ ULONG *pcbWritten) = 0; - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFByteStream.Seek(System.Int32,System.Int64,System.Int32,System.Int64@)"> - <summary> - Moves the current position in the stream by a specified offset. - virtual HRESULT STDMETHODCALLTYPE Seek(/*[in]*/ MFBYTESTREAM_SEEK_ORIGIN SeekOrigin, /*[in]*/ LONGLONG llSeekOffset, /*[in]*/ DWORD dwSeekFlags, /*[out]*/ __RPC__out QWORD *pqwCurrentPosition) = 0; - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFByteStream.Flush"> - <summary> - Clears any internal buffers used by the stream. - virtual HRESULT STDMETHODCALLTYPE Flush( void) = 0; - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFByteStream.Close"> - <summary> - Closes the stream and releases any resources associated with the stream. - virtual HRESULT STDMETHODCALLTYPE Close( void) = 0; - </summary> - </member> - <member name="T:NAudio.MediaFoundation.IMFMediaBuffer"> - <summary> - IMFMediaBuffer - http://msdn.microsoft.com/en-gb/library/windows/desktop/ms696261%28v=vs.85%29.aspx - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFMediaBuffer.Lock(System.IntPtr@,System.Int32@,System.Int32@)"> - <summary> - Gives the caller access to the memory in the buffer. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFMediaBuffer.Unlock"> - <summary> - Unlocks a buffer that was previously locked. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFMediaBuffer.GetCurrentLength(System.Int32@)"> - <summary> - Retrieves the length of the valid data in the buffer. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFMediaBuffer.SetCurrentLength(System.Int32)"> - <summary> - Sets the length of the valid data in the buffer. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFMediaBuffer.GetMaxLength(System.Int32@)"> - <summary> - Retrieves the allocated size of the buffer. - </summary> - </member> - <member name="T:NAudio.MediaFoundation.IMFMediaType"> - <summary> - Represents a description of a media format. - http://msdn.microsoft.com/en-us/library/windows/desktop/ms704850%28v=vs.85%29.aspx - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFMediaType.GetItem(System.Guid,NAudio.CoreAudioApi.Interfaces.PropVariant@)"> - <summary> - Retrieves the value associated with a key. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFMediaType.GetItemType(System.Guid,System.Int32@)"> - <summary> - Retrieves the data type of the value associated with a key. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFMediaType.CompareItem(System.Guid,System.IntPtr,System.Boolean@)"> - <summary> - Queries whether a stored attribute value equals a specified PROPVARIANT. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFMediaType.Compare(NAudio.MediaFoundation.IMFAttributes,System.Int32,System.Boolean@)"> - <summary> - Compares the attributes on this object with the attributes on another object. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFMediaType.GetUINT32(System.Guid,System.Int32@)"> - <summary> - Retrieves a UINT32 value associated with a key. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFMediaType.GetUINT64(System.Guid,System.Int64@)"> - <summary> - Retrieves a UINT64 value associated with a key. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFMediaType.GetDouble(System.Guid,System.Double@)"> - <summary> - Retrieves a double value associated with a key. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFMediaType.GetGUID(System.Guid,System.Guid@)"> - <summary> - Retrieves a GUID value associated with a key. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFMediaType.GetStringLength(System.Guid,System.Int32@)"> - <summary> - Retrieves the length of a string value associated with a key. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFMediaType.GetString(System.Guid,System.Text.StringBuilder,System.Int32,System.Int32@)"> - <summary> - Retrieves a wide-character string associated with a key. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFMediaType.GetAllocatedString(System.Guid,System.String@,System.Int32@)"> - <summary> - Retrieves a wide-character string associated with a key. This method allocates the memory for the string. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFMediaType.GetBlobSize(System.Guid,System.Int32@)"> - <summary> - Retrieves the length of a byte array associated with a key. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFMediaType.GetBlob(System.Guid,System.Byte[],System.Int32,System.Int32@)"> - <summary> - Retrieves a byte array associated with a key. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFMediaType.GetAllocatedBlob(System.Guid,System.IntPtr@,System.Int32@)"> - <summary> - Retrieves a byte array associated with a key. This method allocates the memory for the array. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFMediaType.GetUnknown(System.Guid,System.Guid,System.Object@)"> - <summary> - Retrieves an interface pointer associated with a key. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFMediaType.SetItem(System.Guid,System.IntPtr)"> - <summary> - Associates an attribute value with a key. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFMediaType.DeleteItem(System.Guid)"> - <summary> - Removes a key/value pair from the object's attribute list. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFMediaType.DeleteAllItems"> - <summary> - Removes all key/value pairs from the object's attribute list. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFMediaType.SetUINT32(System.Guid,System.Int32)"> - <summary> - Associates a UINT32 value with a key. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFMediaType.SetUINT64(System.Guid,System.Int64)"> - <summary> - Associates a UINT64 value with a key. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFMediaType.SetDouble(System.Guid,System.Double)"> - <summary> - Associates a double value with a key. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFMediaType.SetGUID(System.Guid,System.Guid)"> - <summary> - Associates a GUID value with a key. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFMediaType.SetString(System.Guid,System.String)"> - <summary> - Associates a wide-character string with a key. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFMediaType.SetBlob(System.Guid,System.Byte[],System.Int32)"> - <summary> - Associates a byte array with a key. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFMediaType.SetUnknown(System.Guid,System.Object)"> - <summary> - Associates an IUnknown pointer with a key. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFMediaType.LockStore"> - <summary> - Locks the attribute store so that no other thread can access it. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFMediaType.UnlockStore"> - <summary> - Unlocks the attribute store. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFMediaType.GetCount(System.Int32@)"> - <summary> - Retrieves the number of attributes that are set on this object. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFMediaType.GetItemByIndex(System.Int32,System.Guid@,NAudio.CoreAudioApi.Interfaces.PropVariant@)"> - <summary> - Retrieves an attribute at the specified index. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFMediaType.CopyAllItems(NAudio.MediaFoundation.IMFAttributes)"> - <summary> - Copies all of the attributes from this object into another attribute store. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFMediaType.GetMajorType(System.Guid@)"> - <summary> - Retrieves the major type of the format. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFMediaType.IsCompressedFormat(System.Boolean@)"> - <summary> - Queries whether the media type is a compressed format. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFMediaType.IsEqual(NAudio.MediaFoundation.IMFMediaType,System.Int32@)"> - <summary> - Compares two media types and determines whether they are identical. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFMediaType.GetRepresentation(System.Guid,System.IntPtr@)"> - <summary> - Retrieves an alternative representation of the media type. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFMediaType.FreeRepresentation(System.Guid,System.IntPtr)"> - <summary> - Frees memory that was allocated by the GetRepresentation method. - </summary> - </member> - <member name="T:NAudio.MediaFoundation.IMFSample"> - <summary> - http://msdn.microsoft.com/en-gb/library/windows/desktop/ms702192%28v=vs.85%29.aspx - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFSample.GetItem(System.Guid,NAudio.CoreAudioApi.Interfaces.PropVariant@)"> - <summary> - Retrieves the value associated with a key. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFSample.GetItemType(System.Guid,System.Int32@)"> - <summary> - Retrieves the data type of the value associated with a key. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFSample.CompareItem(System.Guid,System.IntPtr,System.Boolean@)"> - <summary> - Queries whether a stored attribute value equals a specified PROPVARIANT. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFSample.Compare(NAudio.MediaFoundation.IMFAttributes,System.Int32,System.Boolean@)"> - <summary> - Compares the attributes on this object with the attributes on another object. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFSample.GetUINT32(System.Guid,System.Int32@)"> - <summary> - Retrieves a UINT32 value associated with a key. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFSample.GetUINT64(System.Guid,System.Int64@)"> - <summary> - Retrieves a UINT64 value associated with a key. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFSample.GetDouble(System.Guid,System.Double@)"> - <summary> - Retrieves a double value associated with a key. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFSample.GetGUID(System.Guid,System.Guid@)"> - <summary> - Retrieves a GUID value associated with a key. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFSample.GetStringLength(System.Guid,System.Int32@)"> - <summary> - Retrieves the length of a string value associated with a key. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFSample.GetString(System.Guid,System.Text.StringBuilder,System.Int32,System.Int32@)"> - <summary> - Retrieves a wide-character string associated with a key. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFSample.GetAllocatedString(System.Guid,System.String@,System.Int32@)"> - <summary> - Retrieves a wide-character string associated with a key. This method allocates the memory for the string. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFSample.GetBlobSize(System.Guid,System.Int32@)"> - <summary> - Retrieves the length of a byte array associated with a key. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFSample.GetBlob(System.Guid,System.Byte[],System.Int32,System.Int32@)"> - <summary> - Retrieves a byte array associated with a key. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFSample.GetAllocatedBlob(System.Guid,System.IntPtr@,System.Int32@)"> - <summary> - Retrieves a byte array associated with a key. This method allocates the memory for the array. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFSample.GetUnknown(System.Guid,System.Guid,System.Object@)"> - <summary> - Retrieves an interface pointer associated with a key. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFSample.SetItem(System.Guid,System.IntPtr)"> - <summary> - Associates an attribute value with a key. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFSample.DeleteItem(System.Guid)"> - <summary> - Removes a key/value pair from the object's attribute list. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFSample.DeleteAllItems"> - <summary> - Removes all key/value pairs from the object's attribute list. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFSample.SetUINT32(System.Guid,System.Int32)"> - <summary> - Associates a UINT32 value with a key. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFSample.SetUINT64(System.Guid,System.Int64)"> - <summary> - Associates a UINT64 value with a key. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFSample.SetDouble(System.Guid,System.Double)"> - <summary> - Associates a double value with a key. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFSample.SetGUID(System.Guid,System.Guid)"> - <summary> - Associates a GUID value with a key. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFSample.SetString(System.Guid,System.String)"> - <summary> - Associates a wide-character string with a key. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFSample.SetBlob(System.Guid,System.Byte[],System.Int32)"> - <summary> - Associates a byte array with a key. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFSample.SetUnknown(System.Guid,System.Object)"> - <summary> - Associates an IUnknown pointer with a key. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFSample.LockStore"> - <summary> - Locks the attribute store so that no other thread can access it. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFSample.UnlockStore"> - <summary> - Unlocks the attribute store. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFSample.GetCount(System.Int32@)"> - <summary> - Retrieves the number of attributes that are set on this object. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFSample.GetItemByIndex(System.Int32,System.Guid@,NAudio.CoreAudioApi.Interfaces.PropVariant@)"> - <summary> - Retrieves an attribute at the specified index. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFSample.CopyAllItems(NAudio.MediaFoundation.IMFAttributes)"> - <summary> - Copies all of the attributes from this object into another attribute store. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFSample.GetSampleFlags(System.Int32@)"> - <summary> - Retrieves flags associated with the sample. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFSample.SetSampleFlags(System.Int32)"> - <summary> - Sets flags associated with the sample. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFSample.GetSampleTime(System.Int64@)"> - <summary> - Retrieves the presentation time of the sample. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFSample.SetSampleTime(System.Int64)"> - <summary> - Sets the presentation time of the sample. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFSample.GetSampleDuration(System.Int64@)"> - <summary> - Retrieves the duration of the sample. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFSample.SetSampleDuration(System.Int64)"> - <summary> - Sets the duration of the sample. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFSample.GetBufferCount(System.Int32@)"> - <summary> - Retrieves the number of buffers in the sample. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFSample.GetBufferByIndex(System.Int32,NAudio.MediaFoundation.IMFMediaBuffer@)"> - <summary> - Retrieves a buffer from the sample. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFSample.ConvertToContiguousBuffer(NAudio.MediaFoundation.IMFMediaBuffer@)"> - <summary> - Converts a sample with multiple buffers into a sample with a single buffer. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFSample.AddBuffer(NAudio.MediaFoundation.IMFMediaBuffer)"> - <summary> - Adds a buffer to the end of the list of buffers in the sample. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFSample.RemoveBufferByIndex(System.Int32)"> - <summary> - Removes a buffer at a specified index from the sample. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFSample.RemoveAllBuffers"> - <summary> - Removes all buffers from the sample. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFSample.GetTotalLength(System.Int32@)"> - <summary> - Retrieves the total length of the valid data in all of the buffers in the sample. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFSample.CopyToBuffer(NAudio.MediaFoundation.IMFMediaBuffer)"> - <summary> - Copies the sample data to a buffer. - </summary> - </member> - <member name="T:NAudio.MediaFoundation.IMFSourceReader"> - <summary> - IMFSourceReader interface - http://msdn.microsoft.com/en-us/library/windows/desktop/dd374655%28v=vs.85%29.aspx - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFSourceReader.GetStreamSelection(System.Int32,System.Boolean@)"> - <summary> - Queries whether a stream is selected. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFSourceReader.SetStreamSelection(System.Int32,System.Boolean)"> - <summary> - Selects or deselects one or more streams. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFSourceReader.GetNativeMediaType(System.Int32,System.Int32,NAudio.MediaFoundation.IMFMediaType@)"> - <summary> - Gets a format that is supported natively by the media source. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFSourceReader.GetCurrentMediaType(System.Int32,NAudio.MediaFoundation.IMFMediaType@)"> - <summary> - Gets the current media type for a stream. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFSourceReader.SetCurrentMediaType(System.Int32,System.IntPtr,NAudio.MediaFoundation.IMFMediaType)"> - <summary> - Sets the media type for a stream. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFSourceReader.SetCurrentPosition(System.Guid,NAudio.CoreAudioApi.Interfaces.PropVariant@)"> - <summary> - Seeks to a new position in the media source. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFSourceReader.ReadSample(System.Int32,System.Int32,System.Int32@,NAudio.MediaFoundation.MF_SOURCE_READER_FLAG@,System.UInt64@,NAudio.MediaFoundation.IMFSample@)"> - <summary> - Reads the next sample from the media source. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFSourceReader.Flush(System.Int32)"> - <summary> - Flushes one or more streams. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFSourceReader.GetServiceForStream(System.Int32,System.Guid,System.Guid,System.IntPtr@)"> - <summary> - Queries the underlying media source or decoder for an interface. - </summary> - </member> - <member name="M:NAudio.MediaFoundation.IMFSourceReader.GetPresentationAttribute(System.Int32,System.Guid,NAudio.CoreAudioApi.Interfaces.PropVariant@)"> - <summary> - Gets an attribute from the underlying media source. - </summary> - </member> - <member name="T:NAudio.MediaFoundation.MF_SOURCE_READER_FLAG"> - <summary> - Contains flags that indicate the status of the IMFSourceReader::ReadSample method - http://msdn.microsoft.com/en-us/library/windows/desktop/dd375773(v=vs.85).aspx - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MF_SOURCE_READER_FLAG.None"> - <summary> - No Error - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MF_SOURCE_READER_FLAG.MF_SOURCE_READERF_ERROR"> - <summary> - An error occurred. If you receive this flag, do not make any further calls to IMFSourceReader methods. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MF_SOURCE_READER_FLAG.MF_SOURCE_READERF_ENDOFSTREAM"> - <summary> - The source reader reached the end of the stream. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MF_SOURCE_READER_FLAG.MF_SOURCE_READERF_NEWSTREAM"> - <summary> - One or more new streams were created - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MF_SOURCE_READER_FLAG.MF_SOURCE_READERF_NATIVEMEDIATYPECHANGED"> - <summary> - The native format has changed for one or more streams. The native format is the format delivered by the media source before any decoders are inserted. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MF_SOURCE_READER_FLAG.MF_SOURCE_READERF_CURRENTMEDIATYPECHANGED"> - <summary> - The current media has type changed for one or more streams. To get the current media type, call the IMFSourceReader::GetCurrentMediaType method. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MF_SOURCE_READER_FLAG.MF_SOURCE_READERF_STREAMTICK"> - <summary> - There is a gap in the stream. This flag corresponds to an MEStreamTick event from the media source. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MF_SOURCE_READER_FLAG.MF_SOURCE_READERF_ALLEFFECTSREMOVED"> - <summary> - All transforms inserted by the application have been removed for a particular stream. - </summary> - </member> - <member name="T:NAudio.MediaFoundation.MediaFoundationTransformCategories"> - <summary> - Media Foundation Transform Categories - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationTransformCategories.VideoDecoder"> - <summary> - MFT_CATEGORY_VIDEO_DECODER - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationTransformCategories.VideoEncoder"> - <summary> - MFT_CATEGORY_VIDEO_ENCODER - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationTransformCategories.VideoEffect"> - <summary> - MFT_CATEGORY_VIDEO_EFFECT - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationTransformCategories.Multiplexer"> - <summary> - MFT_CATEGORY_MULTIPLEXER - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationTransformCategories.Demultiplexer"> - <summary> - MFT_CATEGORY_DEMULTIPLEXER - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationTransformCategories.AudioDecoder"> - <summary> - MFT_CATEGORY_AUDIO_DECODER - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationTransformCategories.AudioEncoder"> - <summary> - MFT_CATEGORY_AUDIO_ENCODER - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationTransformCategories.AudioEffect"> - <summary> - MFT_CATEGORY_AUDIO_EFFECT - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationTransformCategories.VideoProcessor"> - <summary> - MFT_CATEGORY_VIDEO_PROCESSOR - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationTransformCategories.Other"> - <summary> - MFT_CATEGORY_OTHER - </summary> - </member> - <member name="T:NAudio.MediaFoundation.MFT_INPUT_STREAM_INFO"> - <summary> - Contains information about an input stream on a Media Foundation transform (MFT) - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MFT_INPUT_STREAM_INFO.hnsMaxLatency"> - <summary> - Maximum amount of time between an input sample and the corresponding output sample, in 100-nanosecond units. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MFT_INPUT_STREAM_INFO.dwFlags"> - <summary> - Bitwise OR of zero or more flags from the _MFT_INPUT_STREAM_INFO_FLAGS enumeration. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MFT_INPUT_STREAM_INFO.cbSize"> - <summary> - The minimum size of each input buffer, in bytes. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MFT_INPUT_STREAM_INFO.cbMaxLookahead"> - <summary> - Maximum amount of input data, in bytes, that the MFT holds to perform lookahead. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MFT_INPUT_STREAM_INFO.cbAlignment"> - <summary> - The memory alignment required for input buffers. If the MFT does not require a specific alignment, the value is zero. - </summary> - </member> - <member name="T:NAudio.MediaFoundation.MFT_OUTPUT_DATA_BUFFER"> - <summary> - Contains information about an output buffer for a Media Foundation transform. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MFT_OUTPUT_DATA_BUFFER.dwStreamID"> - <summary> - Output stream identifier. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MFT_OUTPUT_DATA_BUFFER.pSample"> - <summary> - Pointer to the IMFSample interface. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MFT_OUTPUT_DATA_BUFFER.dwStatus"> - <summary> - Before calling ProcessOutput, set this member to zero. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MFT_OUTPUT_DATA_BUFFER.pEvents"> - <summary> - Before calling ProcessOutput, set this member to NULL. - </summary> - </member> - <member name="T:NAudio.MediaFoundation.MFT_OUTPUT_STREAM_INFO"> - <summary> - Contains information about an output stream on a Media Foundation transform (MFT). - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MFT_OUTPUT_STREAM_INFO.dwFlags"> - <summary> - Bitwise OR of zero or more flags from the _MFT_OUTPUT_STREAM_INFO_FLAGS enumeration. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MFT_OUTPUT_STREAM_INFO.cbSize"> - <summary> - Minimum size of each output buffer, in bytes. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MFT_OUTPUT_STREAM_INFO.cbAlignment"> - <summary> - The memory alignment required for output buffers. - </summary> - </member> - <member name="T:NAudio.MediaFoundation.MFT_MESSAGE_TYPE"> - <summary> - Defines messages for a Media Foundation transform (MFT). - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MFT_MESSAGE_TYPE.MFT_MESSAGE_COMMAND_FLUSH"> - <summary> - Requests the MFT to flush all stored data. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MFT_MESSAGE_TYPE.MFT_MESSAGE_COMMAND_DRAIN"> - <summary> - Requests the MFT to drain any stored data. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MFT_MESSAGE_TYPE.MFT_MESSAGE_SET_D3D_MANAGER"> - <summary> - Sets or clears the Direct3D Device Manager for DirectX Video Accereration (DXVA). - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MFT_MESSAGE_TYPE.MFT_MESSAGE_DROP_SAMPLES"> - <summary> - Drop samples - requires Windows 7 - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MFT_MESSAGE_TYPE.MFT_MESSAGE_COMMAND_TICK"> - <summary> - Command Tick - requires Windows 8 - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MFT_MESSAGE_TYPE.MFT_MESSAGE_NOTIFY_BEGIN_STREAMING"> - <summary> - Notifies the MFT that streaming is about to begin. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MFT_MESSAGE_TYPE.MFT_MESSAGE_NOTIFY_END_STREAMING"> - <summary> - Notifies the MFT that streaming is about to end. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MFT_MESSAGE_TYPE.MFT_MESSAGE_NOTIFY_END_OF_STREAM"> - <summary> - Notifies the MFT that an input stream has ended. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MFT_MESSAGE_TYPE.MFT_MESSAGE_NOTIFY_START_OF_STREAM"> - <summary> - Notifies the MFT that the first sample is about to be processed. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MFT_MESSAGE_TYPE.MFT_MESSAGE_COMMAND_MARKER"> - <summary> - Marks a point in the stream. This message applies only to asynchronous MFTs. Requires Windows 7 - </summary> - </member> - <member name="T:NAudio.MediaFoundation.MFT_REGISTER_TYPE_INFO"> - <summary> - Contains media type information for registering a Media Foundation transform (MFT). - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MFT_REGISTER_TYPE_INFO.guidMajorType"> - <summary> - The major media type. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MFT_REGISTER_TYPE_INFO.guidSubtype"> - <summary> - The Media Subtype - </summary> - </member> - <member name="T:NAudio.MediaFoundation.MF_SINK_WRITER_STATISTICS"> - <summary> - Contains statistics about the performance of the sink writer. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MF_SINK_WRITER_STATISTICS.cb"> - <summary> - The size of the structure, in bytes. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MF_SINK_WRITER_STATISTICS.llLastTimestampReceived"> - <summary> - The time stamp of the most recent sample given to the sink writer. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MF_SINK_WRITER_STATISTICS.llLastTimestampEncoded"> - <summary> - The time stamp of the most recent sample to be encoded. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MF_SINK_WRITER_STATISTICS.llLastTimestampProcessed"> - <summary> - The time stamp of the most recent sample given to the media sink. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MF_SINK_WRITER_STATISTICS.llLastStreamTickReceived"> - <summary> - The time stamp of the most recent stream tick. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MF_SINK_WRITER_STATISTICS.llLastSinkSampleRequest"> - <summary> - The system time of the most recent sample request from the media sink. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MF_SINK_WRITER_STATISTICS.qwNumSamplesReceived"> - <summary> - The number of samples received. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MF_SINK_WRITER_STATISTICS.qwNumSamplesEncoded"> - <summary> - The number of samples encoded. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MF_SINK_WRITER_STATISTICS.qwNumSamplesProcessed"> - <summary> - The number of samples given to the media sink. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MF_SINK_WRITER_STATISTICS.qwNumStreamTicksReceived"> - <summary> - The number of stream ticks received. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MF_SINK_WRITER_STATISTICS.dwByteCountQueued"> - <summary> - The amount of data, in bytes, currently waiting to be processed. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MF_SINK_WRITER_STATISTICS.qwByteCountProcessed"> - <summary> - The total amount of data, in bytes, that has been sent to the media sink. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MF_SINK_WRITER_STATISTICS.dwNumOutstandingSinkSampleRequests"> - <summary> - The number of pending sample requests. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MF_SINK_WRITER_STATISTICS.dwAverageSampleRateReceived"> - <summary> - The average rate, in media samples per 100-nanoseconds, at which the application sent samples to the sink writer. - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MF_SINK_WRITER_STATISTICS.dwAverageSampleRateEncoded"> - <summary> - The average rate, in media samples per 100-nanoseconds, at which the sink writer sent samples to the encoder - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MF_SINK_WRITER_STATISTICS.dwAverageSampleRateProcessed"> - <summary> - The average rate, in media samples per 100-nanoseconds, at which the sink writer sent samples to the media sink. - </summary> - </member> - <member name="T:NAudio.MediaFoundation._MFT_ENUM_FLAG"> - <summary> - Contains flags for registering and enumeration Media Foundation transforms (MFTs). - </summary> - </member> - <member name="F:NAudio.MediaFoundation._MFT_ENUM_FLAG.None"> - <summary> - None - </summary> - </member> - <member name="F:NAudio.MediaFoundation._MFT_ENUM_FLAG.MFT_ENUM_FLAG_SYNCMFT"> - <summary> - The MFT performs synchronous data processing in software. - </summary> - </member> - <member name="F:NAudio.MediaFoundation._MFT_ENUM_FLAG.MFT_ENUM_FLAG_ASYNCMFT"> - <summary> - The MFT performs asynchronous data processing in software. - </summary> - </member> - <member name="F:NAudio.MediaFoundation._MFT_ENUM_FLAG.MFT_ENUM_FLAG_HARDWARE"> - <summary> - The MFT performs hardware-based data processing, using either the AVStream driver or a GPU-based proxy MFT. - </summary> - </member> - <member name="F:NAudio.MediaFoundation._MFT_ENUM_FLAG.MFT_ENUM_FLAG_FIELDOFUSE"> - <summary> - The MFT that must be unlocked by the application before use. - </summary> - </member> - <member name="F:NAudio.MediaFoundation._MFT_ENUM_FLAG.MFT_ENUM_FLAG_LOCALMFT"> - <summary> - For enumeration, include MFTs that were registered in the caller's process. - </summary> - </member> - <member name="F:NAudio.MediaFoundation._MFT_ENUM_FLAG.MFT_ENUM_FLAG_TRANSCODE_ONLY"> - <summary> - The MFT is optimized for transcoding rather than playback. - </summary> - </member> - <member name="F:NAudio.MediaFoundation._MFT_ENUM_FLAG.MFT_ENUM_FLAG_SORTANDFILTER"> - <summary> - For enumeration, sort and filter the results. - </summary> - </member> - <member name="F:NAudio.MediaFoundation._MFT_ENUM_FLAG.MFT_ENUM_FLAG_ALL"> - <summary> - Bitwise OR of all the flags, excluding MFT_ENUM_FLAG_SORTANDFILTER. - </summary> - </member> - <member name="T:NAudio.MediaFoundation._MFT_INPUT_STATUS_FLAGS"> - <summary> - Indicates the status of an input stream on a Media Foundation transform (MFT). - </summary> - </member> - <member name="F:NAudio.MediaFoundation._MFT_INPUT_STATUS_FLAGS.None"> - <summary> - None - </summary> - </member> - <member name="F:NAudio.MediaFoundation._MFT_INPUT_STATUS_FLAGS.MFT_INPUT_STATUS_ACCEPT_DATA"> - <summary> - The input stream can receive more data at this time. - </summary> - </member> - <member name="T:NAudio.MediaFoundation._MFT_INPUT_STREAM_INFO_FLAGS"> - <summary> - Describes an input stream on a Media Foundation transform (MFT). - </summary> - </member> - <member name="F:NAudio.MediaFoundation._MFT_INPUT_STREAM_INFO_FLAGS.None"> - <summary> - No flags set - </summary> - </member> - <member name="F:NAudio.MediaFoundation._MFT_INPUT_STREAM_INFO_FLAGS.MFT_INPUT_STREAM_WHOLE_SAMPLES"> - <summary> - Each media sample (IMFSample interface) of input data must contain complete, unbroken units of data. - </summary> - </member> - <member name="F:NAudio.MediaFoundation._MFT_INPUT_STREAM_INFO_FLAGS.MFT_INPUT_STREAM_SINGLE_SAMPLE_PER_BUFFER"> - <summary> - Each media sample that the client provides as input must contain exactly one unit of data, as defined for the MFT_INPUT_STREAM_WHOLE_SAMPLES flag. - </summary> - </member> - <member name="F:NAudio.MediaFoundation._MFT_INPUT_STREAM_INFO_FLAGS.MFT_INPUT_STREAM_FIXED_SAMPLE_SIZE"> - <summary> - All input samples must be the same size. - </summary> - </member> - <member name="F:NAudio.MediaFoundation._MFT_INPUT_STREAM_INFO_FLAGS.MFT_INPUT_STREAM_HOLDS_BUFFERS"> - <summary> - MTF Input Stream Holds buffers - </summary> - </member> - <member name="F:NAudio.MediaFoundation._MFT_INPUT_STREAM_INFO_FLAGS.MFT_INPUT_STREAM_DOES_NOT_ADDREF"> - <summary> - The MFT does not hold input samples after the IMFTransform::ProcessInput method returns. - </summary> - </member> - <member name="F:NAudio.MediaFoundation._MFT_INPUT_STREAM_INFO_FLAGS.MFT_INPUT_STREAM_REMOVABLE"> - <summary> - This input stream can be removed by calling IMFTransform::DeleteInputStream. - </summary> - </member> - <member name="F:NAudio.MediaFoundation._MFT_INPUT_STREAM_INFO_FLAGS.MFT_INPUT_STREAM_OPTIONAL"> - <summary> - This input stream is optional. - </summary> - </member> - <member name="F:NAudio.MediaFoundation._MFT_INPUT_STREAM_INFO_FLAGS.MFT_INPUT_STREAM_PROCESSES_IN_PLACE"> - <summary> - The MFT can perform in-place processing. - </summary> - </member> - <member name="T:NAudio.MediaFoundation._MFT_OUTPUT_DATA_BUFFER_FLAGS"> - <summary> - Defines flags for the IMFTransform::ProcessOutput method. - </summary> - </member> - <member name="F:NAudio.MediaFoundation._MFT_OUTPUT_DATA_BUFFER_FLAGS.None"> - <summary> - None - </summary> - </member> - <member name="F:NAudio.MediaFoundation._MFT_OUTPUT_DATA_BUFFER_FLAGS.MFT_OUTPUT_DATA_BUFFER_INCOMPLETE"> - <summary> - The MFT can still generate output from this stream without receiving any more input. - </summary> - </member> - <member name="F:NAudio.MediaFoundation._MFT_OUTPUT_DATA_BUFFER_FLAGS.MFT_OUTPUT_DATA_BUFFER_FORMAT_CHANGE"> - <summary> - The format has changed on this output stream, or there is a new preferred format for this stream. - </summary> - </member> - <member name="F:NAudio.MediaFoundation._MFT_OUTPUT_DATA_BUFFER_FLAGS.MFT_OUTPUT_DATA_BUFFER_STREAM_END"> - <summary> - The MFT has removed this output stream. - </summary> - </member> - <member name="F:NAudio.MediaFoundation._MFT_OUTPUT_DATA_BUFFER_FLAGS.MFT_OUTPUT_DATA_BUFFER_NO_SAMPLE"> - <summary> - There is no sample ready for this stream. - </summary> - </member> - <member name="T:NAudio.MediaFoundation._MFT_OUTPUT_STATUS_FLAGS"> - <summary> - Indicates whether a Media Foundation transform (MFT) can produce output data. - </summary> - </member> - <member name="F:NAudio.MediaFoundation._MFT_OUTPUT_STATUS_FLAGS.None"> - <summary> - None - </summary> - </member> - <member name="F:NAudio.MediaFoundation._MFT_OUTPUT_STATUS_FLAGS.MFT_OUTPUT_STATUS_SAMPLE_READY"> - <summary> - There is a sample available for at least one output stream. - </summary> - </member> - <member name="T:NAudio.MediaFoundation._MFT_OUTPUT_STREAM_INFO_FLAGS"> - <summary> - Describes an output stream on a Media Foundation transform (MFT). - </summary> - </member> - <member name="F:NAudio.MediaFoundation._MFT_OUTPUT_STREAM_INFO_FLAGS.None"> - <summary> - No flags set - </summary> - </member> - <member name="F:NAudio.MediaFoundation._MFT_OUTPUT_STREAM_INFO_FLAGS.MFT_OUTPUT_STREAM_WHOLE_SAMPLES"> - <summary> - Each media sample (IMFSample interface) of output data from the MFT contains complete, unbroken units of data. - </summary> - </member> - <member name="F:NAudio.MediaFoundation._MFT_OUTPUT_STREAM_INFO_FLAGS.MFT_OUTPUT_STREAM_SINGLE_SAMPLE_PER_BUFFER"> - <summary> - Each output sample contains exactly one unit of data, as defined for the MFT_OUTPUT_STREAM_WHOLE_SAMPLES flag. - </summary> - </member> - <member name="F:NAudio.MediaFoundation._MFT_OUTPUT_STREAM_INFO_FLAGS.MFT_OUTPUT_STREAM_FIXED_SAMPLE_SIZE"> - <summary> - All output samples are the same size. - </summary> - </member> - <member name="F:NAudio.MediaFoundation._MFT_OUTPUT_STREAM_INFO_FLAGS.MFT_OUTPUT_STREAM_DISCARDABLE"> - <summary> - The MFT can discard the output data from this output stream, if requested by the client. - </summary> - </member> - <member name="F:NAudio.MediaFoundation._MFT_OUTPUT_STREAM_INFO_FLAGS.MFT_OUTPUT_STREAM_OPTIONAL"> - <summary> - This output stream is optional. - </summary> - </member> - <member name="F:NAudio.MediaFoundation._MFT_OUTPUT_STREAM_INFO_FLAGS.MFT_OUTPUT_STREAM_PROVIDES_SAMPLES"> - <summary> - The MFT provides the output samples for this stream, either by allocating them internally or by operating directly on the input samples. - </summary> - </member> - <member name="F:NAudio.MediaFoundation._MFT_OUTPUT_STREAM_INFO_FLAGS.MFT_OUTPUT_STREAM_CAN_PROVIDE_SAMPLES"> - <summary> - The MFT can either provide output samples for this stream or it can use samples that the client allocates. - </summary> - </member> - <member name="F:NAudio.MediaFoundation._MFT_OUTPUT_STREAM_INFO_FLAGS.MFT_OUTPUT_STREAM_LAZY_READ"> - <summary> - The MFT does not require the client to process the output for this stream. - </summary> - </member> - <member name="F:NAudio.MediaFoundation._MFT_OUTPUT_STREAM_INFO_FLAGS.MFT_OUTPUT_STREAM_REMOVABLE"> - <summary> - The MFT might remove this output stream during streaming. - </summary> - </member> - <member name="T:NAudio.MediaFoundation._MFT_PROCESS_OUTPUT_FLAGS"> - <summary> - Defines flags for processing output samples in a Media Foundation transform (MFT). - </summary> - </member> - <member name="F:NAudio.MediaFoundation._MFT_PROCESS_OUTPUT_FLAGS.None"> - <summary> - None - </summary> - </member> - <member name="F:NAudio.MediaFoundation._MFT_PROCESS_OUTPUT_FLAGS.MFT_PROCESS_OUTPUT_DISCARD_WHEN_NO_BUFFER"> - <summary> - Do not produce output for streams in which the pSample member of the MFT_OUTPUT_DATA_BUFFER structure is NULL. - </summary> - </member> - <member name="F:NAudio.MediaFoundation._MFT_PROCESS_OUTPUT_FLAGS.MFT_PROCESS_OUTPUT_REGENERATE_LAST_OUTPUT"> - <summary> - Regenerates the last output sample. - </summary> - </member> - <member name="T:NAudio.MediaFoundation._MFT_PROCESS_OUTPUT_STATUS"> - <summary> - Process Output Status flags - </summary> - </member> - <member name="F:NAudio.MediaFoundation._MFT_PROCESS_OUTPUT_STATUS.None"> - <summary> - None - </summary> - </member> - <member name="F:NAudio.MediaFoundation._MFT_PROCESS_OUTPUT_STATUS.MFT_PROCESS_OUTPUT_STATUS_NEW_STREAMS"> - <summary> - The Media Foundation transform (MFT) has created one or more new output streams. - </summary> - </member> - <member name="T:NAudio.MediaFoundation._MFT_SET_TYPE_FLAGS"> - <summary> - Defines flags for the setting or testing the media type on a Media Foundation transform (MFT). - </summary> - </member> - <member name="F:NAudio.MediaFoundation._MFT_SET_TYPE_FLAGS.None"> - <summary> - None - </summary> - </member> - <member name="F:NAudio.MediaFoundation._MFT_SET_TYPE_FLAGS.MFT_SET_TYPE_TEST_ONLY"> - <summary> - Test the proposed media type, but do not set it. - </summary> - </member> - <member name="T:NAudio.Midi.MidiInMessageEventArgs"> - <summary> - MIDI In Message Information - </summary> - </member> - <member name="M:NAudio.Midi.MidiInMessageEventArgs.#ctor(System.Int32,System.Int32)"> - <summary> - Create a new MIDI In Message EventArgs - </summary> - <param name="message"></param> - <param name="timestamp"></param> - </member> - <member name="P:NAudio.Midi.MidiInMessageEventArgs.RawMessage"> - <summary> - The Raw message received from the MIDI In API - </summary> - </member> - <member name="P:NAudio.Midi.MidiInMessageEventArgs.MidiEvent"> - <summary> - The raw message interpreted as a MidiEvent - </summary> - </member> - <member name="P:NAudio.Midi.MidiInMessageEventArgs.Timestamp"> - <summary> - The timestamp in milliseconds for this message - </summary> - </member> - <member name="T:NAudio.Utils.ByteArrayExtensions"> - <summary> - these will become extension methods once we move to .NET 3.5 - </summary> - </member> - <member name="M:NAudio.Utils.ByteArrayExtensions.IsEntirelyNull(System.Byte[])"> - <summary> - Checks if the buffer passed in is entirely full of nulls - </summary> - </member> - <member name="M:NAudio.Utils.ByteArrayExtensions.DescribeAsHex(System.Byte[],System.String,System.Int32)"> - <summary> - Converts to a string containing the buffer described in hex - </summary> - </member> - <member name="M:NAudio.Utils.ByteArrayExtensions.DecodeAsString(System.Byte[],System.Int32,System.Int32,System.Text.Encoding)"> - <summary> - Decodes the buffer using the specified encoding, stopping at the first null - </summary> - </member> - <member name="M:NAudio.Utils.ByteArrayExtensions.Concat(System.Byte[][])"> - <summary> - Concatenates the given arrays into a single array. - </summary> - <param name="byteArrays">The arrays to concatenate</param> - <returns>The concatenated resulting array.</returns> - </member> - <member name="T:NAudio.Utils.FieldDescriptionHelper"> - <summary> - Helper to get descriptions - </summary> - </member> - <member name="M:NAudio.Utils.FieldDescriptionHelper.Describe(System.Type,System.Guid)"> - <summary> - Describes the Guid by looking for a FieldDescription attribute on the specified class - </summary> - </member> - <member name="T:NAudio.Utils.WavePositionExtensions"> - <summary> - WavePosition extension methods - </summary> - </member> - <member name="M:NAudio.Utils.WavePositionExtensions.GetPositionTimeSpan(NAudio.Wave.IWavePosition)"> - <summary> - Get Position as timespan - </summary> - </member> - <member name="T:NAudio.Utils.IEEE"> - <summary> - Methods for converting between IEEE 80-bit extended double precision - and standard C# double precision. - </summary> - </member> - <member name="M:NAudio.Utils.IEEE.ConvertToIeeeExtended(System.Double)"> - <summary> - Converts a C# double precision number to an 80-bit - IEEE extended double precision number (occupying 10 bytes). - </summary> - <param name="num">The double precision number to convert to IEEE extended.</param> - <returns>An array of 10 bytes containing the IEEE extended number.</returns> - </member> - <member name="M:NAudio.Utils.IEEE.ConvertFromIeeeExtended(System.Byte[])"> - <summary> - Converts an IEEE 80-bit extended precision number to a - C# double precision number. - </summary> - <param name="bytes">The 80-bit IEEE extended number (as an array of 10 bytes).</param> - <returns>A C# double precision number that is a close representation of the IEEE extended number.</returns> - </member> - <member name="T:NAudio.Utils.NativeMethods"> - <summary> - General purpose native methods for internal NAudio use - </summary> - </member> - <member name="T:NAudio.Wave.Asio.AsioDriverCapability"> - <summary> - ASIODriverCapability holds all the information from the ASIODriver. - Use ASIODriverExt to get the Capabilities - </summary> - </member> - <member name="T:NAudio.Wave.Asio.AsioSampleType"> - <summary> - ASIO Sample Type - </summary> - </member> - <member name="F:NAudio.Wave.Asio.AsioSampleType.Int16MSB"> - <summary> - Int 16 MSB - </summary> - </member> - <member name="F:NAudio.Wave.Asio.AsioSampleType.Int24MSB"> - <summary> - Int 24 MSB (used for 20 bits as well) - </summary> - </member> - <member name="F:NAudio.Wave.Asio.AsioSampleType.Int32MSB"> - <summary> - Int 32 MSB - </summary> - </member> - <member name="F:NAudio.Wave.Asio.AsioSampleType.Float32MSB"> - <summary> - IEEE 754 32 bit float - </summary> - </member> - <member name="F:NAudio.Wave.Asio.AsioSampleType.Float64MSB"> - <summary> - IEEE 754 64 bit double float - </summary> - </member> - <member name="F:NAudio.Wave.Asio.AsioSampleType.Int32MSB16"> - <summary> - 32 bit data with 16 bit alignment - </summary> - </member> - <member name="F:NAudio.Wave.Asio.AsioSampleType.Int32MSB18"> - <summary> - 32 bit data with 18 bit alignment - </summary> - </member> - <member name="F:NAudio.Wave.Asio.AsioSampleType.Int32MSB20"> - <summary> - 32 bit data with 20 bit alignment - </summary> - </member> - <member name="F:NAudio.Wave.Asio.AsioSampleType.Int32MSB24"> - <summary> - 32 bit data with 24 bit alignment - </summary> - </member> - <member name="F:NAudio.Wave.Asio.AsioSampleType.Int16LSB"> - <summary> - Int 16 LSB - </summary> - </member> - <member name="F:NAudio.Wave.Asio.AsioSampleType.Int24LSB"> - <summary> - Int 24 LSB - used for 20 bits as well - </summary> - </member> - <member name="F:NAudio.Wave.Asio.AsioSampleType.Int32LSB"> - <summary> - Int 32 LSB - </summary> - </member> - <member name="F:NAudio.Wave.Asio.AsioSampleType.Float32LSB"> - <summary> - IEEE 754 32 bit float, as found on Intel x86 architecture - </summary> - </member> - <member name="F:NAudio.Wave.Asio.AsioSampleType.Float64LSB"> - <summary> - IEEE 754 64 bit double float, as found on Intel x86 architecture - </summary> - </member> - <member name="F:NAudio.Wave.Asio.AsioSampleType.Int32LSB16"> - <summary> - 32 bit data with 16 bit alignment - </summary> - </member> - <member name="F:NAudio.Wave.Asio.AsioSampleType.Int32LSB18"> - <summary> - 32 bit data with 18 bit alignment - </summary> - </member> - <member name="F:NAudio.Wave.Asio.AsioSampleType.Int32LSB20"> - <summary> - 32 bit data with 20 bit alignment - </summary> - </member> - <member name="F:NAudio.Wave.Asio.AsioSampleType.Int32LSB24"> - <summary> - 32 bit data with 24 bit alignment - </summary> - </member> - <member name="F:NAudio.Wave.Asio.AsioSampleType.DSDInt8LSB1"> - <summary> - DSD 1 bit data, 8 samples per byte. First sample in Least significant bit. - </summary> - </member> - <member name="F:NAudio.Wave.Asio.AsioSampleType.DSDInt8MSB1"> - <summary> - DSD 1 bit data, 8 samples per byte. First sample in Most significant bit. - </summary> - </member> - <member name="F:NAudio.Wave.Asio.AsioSampleType.DSDInt8NER8"> - <summary> - DSD 8 bit data, 1 sample per byte. No Endianness required. - </summary> - </member> - <member name="T:NAudio.Wave.Compression.AcmDriverAddFlags"> - <summary> - Flags for use with acmDriverAdd - </summary> - </member> - <member name="F:NAudio.Wave.Compression.AcmDriverAddFlags.Local"> - <summary> - ACM_DRIVERADDF_LOCAL - </summary> - </member> - <member name="F:NAudio.Wave.Compression.AcmDriverAddFlags.Global"> - <summary> - ACM_DRIVERADDF_GLOBAL - </summary> - </member> - <member name="F:NAudio.Wave.Compression.AcmDriverAddFlags.Function"> - <summary> - ACM_DRIVERADDF_FUNCTION - </summary> - </member> - <member name="F:NAudio.Wave.Compression.AcmDriverAddFlags.NotifyWindowHandle"> - <summary> - ACM_DRIVERADDF_NOTIFYHWND - </summary> - </member> - <member name="T:NAudio.Wave.SampleProviders.AdsrSampleProvider"> - <summary> - ADSR sample provider allowing you to specify attack, decay, sustain and release values - </summary> - </member> - <member name="T:NAudio.Wave.ISampleProvider"> - <summary> - Like IWaveProvider, but makes it much simpler to put together a 32 bit floating - point mixing engine - </summary> - </member> - <member name="M:NAudio.Wave.ISampleProvider.Read(System.Single[],System.Int32,System.Int32)"> - <summary> - Fill the specified buffer with 32 bit floating point samples - </summary> - <param name="buffer">The buffer to fill with samples.</param> - <param name="offset">Offset into buffer</param> - <param name="count">The number of samples to read</param> - <returns>the number of samples written to the buffer.</returns> - </member> - <member name="P:NAudio.Wave.ISampleProvider.WaveFormat"> - <summary> - Gets the WaveFormat of this Sample Provider. - </summary> - <value>The wave format.</value> - </member> - <member name="M:NAudio.Wave.SampleProviders.AdsrSampleProvider.#ctor(NAudio.Wave.ISampleProvider)"> - <summary> - Creates a new AdsrSampleProvider with default values - </summary> - </member> - <member name="M:NAudio.Wave.SampleProviders.AdsrSampleProvider.Read(System.Single[],System.Int32,System.Int32)"> - <summary> - Reads audio from this sample provider - </summary> - </member> - <member name="M:NAudio.Wave.SampleProviders.AdsrSampleProvider.Stop"> - <summary> - Enters the Release phase - </summary> - </member> - <member name="P:NAudio.Wave.SampleProviders.AdsrSampleProvider.AttackSeconds"> - <summary> - Attack time in seconds - </summary> - </member> - <member name="P:NAudio.Wave.SampleProviders.AdsrSampleProvider.ReleaseSeconds"> - <summary> - Release time in seconds - </summary> - </member> - <member name="P:NAudio.Wave.SampleProviders.AdsrSampleProvider.WaveFormat"> - <summary> - The output WaveFormat - </summary> - </member> - <member name="T:NAudio.Wave.SampleProviders.FadeInOutSampleProvider"> - <summary> - Sample Provider to allow fading in and out - </summary> - </member> - <member name="M:NAudio.Wave.SampleProviders.FadeInOutSampleProvider.#ctor(NAudio.Wave.ISampleProvider,System.Boolean)"> - <summary> - Creates a new FadeInOutSampleProvider - </summary> - <param name="source">The source stream with the audio to be faded in or out</param> - <param name="initiallySilent">If true, we start faded out</param> - </member> - <member name="M:NAudio.Wave.SampleProviders.FadeInOutSampleProvider.BeginFadeIn(System.Double)"> - <summary> - Requests that a fade-in begins (will start on the next call to Read) - </summary> - <param name="fadeDurationInMilliseconds">Duration of fade in milliseconds</param> - </member> - <member name="M:NAudio.Wave.SampleProviders.FadeInOutSampleProvider.BeginFadeOut(System.Double)"> - <summary> - Requests that a fade-out begins (will start on the next call to Read) - </summary> - <param name="fadeDurationInMilliseconds">Duration of fade in milliseconds</param> - </member> - <member name="M:NAudio.Wave.SampleProviders.FadeInOutSampleProvider.Read(System.Single[],System.Int32,System.Int32)"> - <summary> - Reads samples from this sample provider - </summary> - <param name="buffer">Buffer to read into</param> - <param name="offset">Offset within buffer to write to</param> - <param name="count">Number of samples desired</param> - <returns>Number of samples read</returns> - </member> - <member name="P:NAudio.Wave.SampleProviders.FadeInOutSampleProvider.WaveFormat"> - <summary> - WaveFormat of this SampleProvider - </summary> - </member> - <member name="T:NAudio.Wave.SampleProviders.MultiplexingSampleProvider"> - <summary> - Allows any number of inputs to be patched to outputs - Uses could include swapping left and right channels, turning mono into stereo, - feeding different input sources to different soundcard outputs etc - </summary> - </member> - <member name="M:NAudio.Wave.SampleProviders.MultiplexingSampleProvider.#ctor(System.Collections.Generic.IEnumerable{NAudio.Wave.ISampleProvider},System.Int32)"> - <summary> - Creates a multiplexing sample provider, allowing re-patching of input channels to different - output channels - </summary> - <param name="inputs">Input sample providers. Must all be of the same sample rate, but can have any number of channels</param> - <param name="numberOfOutputChannels">Desired number of output channels.</param> - </member> - <member name="F:NAudio.Wave.SampleProviders.MultiplexingSampleProvider.inputBuffer"> - <summary> - persistent temporary buffer to prevent creating work for garbage collector - </summary> - </member> - <member name="M:NAudio.Wave.SampleProviders.MultiplexingSampleProvider.Read(System.Single[],System.Int32,System.Int32)"> - <summary> - Reads samples from this sample provider - </summary> - <param name="buffer">Buffer to be filled with sample data</param> - <param name="offset">Offset into buffer to start writing to, usually 0</param> - <param name="count">Number of samples required</param> - <returns>Number of samples read</returns> - </member> - <member name="M:NAudio.Wave.SampleProviders.MultiplexingSampleProvider.ConnectInputToOutput(System.Int32,System.Int32)"> - <summary> - Connects a specified input channel to an output channel - </summary> - <param name="inputChannel">Input Channel index (zero based). Must be less than InputChannelCount</param> - <param name="outputChannel">Output Channel index (zero based). Must be less than OutputChannelCount</param> - </member> - <member name="P:NAudio.Wave.SampleProviders.MultiplexingSampleProvider.WaveFormat"> - <summary> - The output WaveFormat for this SampleProvider - </summary> - </member> - <member name="P:NAudio.Wave.SampleProviders.MultiplexingSampleProvider.InputChannelCount"> - <summary> - The number of input channels. Note that this is not the same as the number of input wave providers. If you pass in - one stereo and one mono input provider, the number of input channels is three. - </summary> - </member> - <member name="P:NAudio.Wave.SampleProviders.MultiplexingSampleProvider.OutputChannelCount"> - <summary> - The number of output channels, as specified in the constructor. - </summary> - </member> - <member name="T:NAudio.Wave.SampleProviders.OffsetSampleProvider"> - <summary> - Allows you to: - 1. insert a pre-delay of silence before the source begins - 2. skip over a certain amount of the beginning of the source - 3. only play a set amount from the source - 4. insert silence at the end after the source is complete - </summary> - </member> - <member name="M:NAudio.Wave.SampleProviders.OffsetSampleProvider.#ctor(NAudio.Wave.ISampleProvider)"> - <summary> - Creates a new instance of offsetSampleProvider - </summary> - <param name="sourceProvider">The Source Sample Provider to read from</param> - </member> - <member name="M:NAudio.Wave.SampleProviders.OffsetSampleProvider.Read(System.Single[],System.Int32,System.Int32)"> - <summary> - Reads from this sample provider - </summary> - <param name="buffer">Sample buffer</param> - <param name="offset">Offset within sample buffer to read to</param> - <param name="count">Number of samples required</param> - <returns>Number of samples read</returns> - </member> - <member name="P:NAudio.Wave.SampleProviders.OffsetSampleProvider.DelayBySamples"> - <summary> - Number of samples of silence to insert before playing source - </summary> - </member> - <member name="P:NAudio.Wave.SampleProviders.OffsetSampleProvider.DelayBy"> - <summary> - Amount of silence to insert before playing - </summary> - </member> - <member name="P:NAudio.Wave.SampleProviders.OffsetSampleProvider.SkipOverSamples"> - <summary> - Number of samples in source to discard - </summary> - </member> - <member name="P:NAudio.Wave.SampleProviders.OffsetSampleProvider.SkipOver"> - <summary> - Amount of audio to skip over from the source before beginning playback - </summary> - </member> - <member name="P:NAudio.Wave.SampleProviders.OffsetSampleProvider.TakeSamples"> - <summary> - Number of samples to read from source (if 0, then read it all) - </summary> - </member> - <member name="P:NAudio.Wave.SampleProviders.OffsetSampleProvider.Take"> - <summary> - Amount of audio to take from the source (TimeSpan.Zero means play to end) - </summary> - </member> - <member name="P:NAudio.Wave.SampleProviders.OffsetSampleProvider.LeadOutSamples"> - <summary> - Number of samples of silence to insert after playing source - </summary> - </member> - <member name="P:NAudio.Wave.SampleProviders.OffsetSampleProvider.LeadOut"> - <summary> - Amount of silence to insert after playing source - </summary> - </member> - <member name="P:NAudio.Wave.SampleProviders.OffsetSampleProvider.WaveFormat"> - <summary> - The WaveFormat of this SampleProvider - </summary> - </member> - <member name="T:NAudio.Wave.SampleProviders.Pcm32BitToSampleProvider"> - <summary> - Converts an IWaveProvider containing 32 bit PCM to an - ISampleProvider - </summary> - </member> - <member name="T:NAudio.Wave.SampleProviders.SampleProviderConverterBase"> - <summary> - Helper base class for classes converting to ISampleProvider - </summary> - </member> - <member name="F:NAudio.Wave.SampleProviders.SampleProviderConverterBase.source"> - <summary> - Source Wave Provider - </summary> - </member> - <member name="F:NAudio.Wave.SampleProviders.SampleProviderConverterBase.sourceBuffer"> - <summary> - Source buffer (to avoid constantly creating small buffers during playback) - </summary> - </member> - <member name="M:NAudio.Wave.SampleProviders.SampleProviderConverterBase.#ctor(NAudio.Wave.IWaveProvider)"> - <summary> - Initialises a new instance of SampleProviderConverterBase - </summary> - <param name="source">Source Wave provider</param> - </member> - <member name="M:NAudio.Wave.SampleProviders.SampleProviderConverterBase.Read(System.Single[],System.Int32,System.Int32)"> - <summary> - Reads samples from the source wave provider - </summary> - <param name="buffer">Sample buffer</param> - <param name="offset">Offset into sample buffer</param> - <param name="count">Number of samples required</param> - <returns>Number of samples read</returns> - </member> - <member name="M:NAudio.Wave.SampleProviders.SampleProviderConverterBase.EnsureSourceBuffer(System.Int32)"> - <summary> - Ensure the source buffer exists and is big enough - </summary> - <param name="sourceBytesRequired">Bytes required</param> - </member> - <member name="P:NAudio.Wave.SampleProviders.SampleProviderConverterBase.WaveFormat"> - <summary> - Wave format of this wave provider - </summary> - </member> - <member name="M:NAudio.Wave.SampleProviders.Pcm32BitToSampleProvider.#ctor(NAudio.Wave.IWaveProvider)"> - <summary> - Initialises a new instance of Pcm32BitToSampleProvider - </summary> - <param name="source">Source Wave Provider</param> - </member> - <member name="M:NAudio.Wave.SampleProviders.Pcm32BitToSampleProvider.Read(System.Single[],System.Int32,System.Int32)"> - <summary> - Reads floating point samples from this sample provider - </summary> - <param name="buffer">sample buffer</param> - <param name="offset">offset within sample buffer to write to</param> - <param name="count">number of samples required</param> - <returns>number of samples provided</returns> - </member> - <member name="T:NAudio.Wave.SampleProviders.SampleProviderConverters"> - <summary> - Utility class for converting to SampleProvider - </summary> - </member> - <member name="M:NAudio.Wave.SampleProviders.SampleProviderConverters.ConvertWaveProviderIntoSampleProvider(NAudio.Wave.IWaveProvider)"> - <summary> - Helper function to go from IWaveProvider to a SampleProvider - Must already be PCM or IEEE float - </summary> - <param name="waveProvider">The WaveProvider to convert</param> - <returns>A sample provider</returns> - </member> - <member name="T:NAudio.Wave.SampleProviders.SampleToWaveProvider16"> - <summary> - Converts a sample provider to 16 bit PCM, optionally clipping and adjusting volume along the way - </summary> - </member> - <member name="T:NAudio.Wave.IWaveProvider"> - <summary> - Generic interface for all WaveProviders. - </summary> - </member> - <member name="M:NAudio.Wave.IWaveProvider.Read(System.Byte[],System.Int32,System.Int32)"> - <summary> - Fill the specified buffer with wave data. - </summary> - <param name="buffer">The buffer to fill of wave data.</param> - <param name="offset">Offset into buffer</param> - <param name="count">The number of bytes to read</param> - <returns>the number of bytes written to the buffer.</returns> - </member> - <member name="P:NAudio.Wave.IWaveProvider.WaveFormat"> - <summary> - Gets the WaveFormat of this WaveProvider. - </summary> - <value>The wave format.</value> - </member> - <member name="M:NAudio.Wave.SampleProviders.SampleToWaveProvider16.#ctor(NAudio.Wave.ISampleProvider)"> - <summary> - Converts from an ISampleProvider (IEEE float) to a 16 bit PCM IWaveProvider. - Number of channels and sample rate remain unchanged. - </summary> - <param name="sourceProvider">The input source provider</param> - </member> - <member name="M:NAudio.Wave.SampleProviders.SampleToWaveProvider16.Read(System.Byte[],System.Int32,System.Int32)"> - <summary> - Reads bytes from this wave stream - </summary> - <param name="destBuffer">The destination buffer</param> - <param name="offset">Offset into the destination buffer</param> - <param name="numBytes">Number of bytes read</param> - <returns>Number of bytes read.</returns> - </member> - <member name="P:NAudio.Wave.SampleProviders.SampleToWaveProvider16.WaveFormat"> - <summary> - <see cref="P:NAudio.Wave.IWaveProvider.WaveFormat"/> - </summary> - </member> - <member name="P:NAudio.Wave.SampleProviders.SampleToWaveProvider16.Volume"> - <summary> - Volume of this channel. 1.0 = full scale - </summary> - </member> - <member name="T:NAudio.Wave.SampleProviders.SampleToWaveProvider24"> - <summary> - Converts a sample provider to 24 bit PCM, optionally clipping and adjusting volume along the way - </summary> - </member> - <member name="M:NAudio.Wave.SampleProviders.SampleToWaveProvider24.#ctor(NAudio.Wave.ISampleProvider)"> - <summary> - Converts from an ISampleProvider (IEEE float) to a 16 bit PCM IWaveProvider. - Number of channels and sample rate remain unchanged. - </summary> - <param name="sourceProvider">The input source provider</param> - </member> - <member name="M:NAudio.Wave.SampleProviders.SampleToWaveProvider24.Read(System.Byte[],System.Int32,System.Int32)"> - <summary> - Reads bytes from this wave stream, clipping if necessary - </summary> - <param name="destBuffer">The destination buffer</param> - <param name="offset">Offset into the destination buffer</param> - <param name="numBytes">Number of bytes read</param> - <returns>Number of bytes read.</returns> - </member> - <member name="P:NAudio.Wave.SampleProviders.SampleToWaveProvider24.WaveFormat"> - <summary> - The Format of this IWaveProvider - <see cref="P:NAudio.Wave.IWaveProvider.WaveFormat"/> - </summary> - </member> - <member name="P:NAudio.Wave.SampleProviders.SampleToWaveProvider24.Volume"> - <summary> - Volume of this channel. 1.0 = full scale, 0.0 to mute - </summary> - </member> - <member name="T:NAudio.Wave.SampleProviders.SignalGenerator"> - <summary> - Signal Generator - Sin, Square, Triangle, SawTooth, White Noise, Pink Noise, Sweep. - </summary> - <remarks> - Posibility to change ISampleProvider - Example : - --------- - WaveOut _waveOutGene = new WaveOut(); - WaveGenerator wg = new SignalGenerator(); - wg.Type = ... - wg.Frequency = ... - wg ... - _waveOutGene.Init(wg); - _waveOutGene.Play(); - </remarks> - </member> - <member name="M:NAudio.Wave.SampleProviders.SignalGenerator.#ctor"> - <summary> - Initializes a new instance for the Generator (Default :: 44.1Khz, 2 channels, Sinus, Frequency = 440, Gain = 1) - </summary> - </member> - <member name="M:NAudio.Wave.SampleProviders.SignalGenerator.#ctor(System.Int32,System.Int32)"> - <summary> - Initializes a new instance for the Generator (UserDef SampleRate & Channels) - </summary> - <param name="sampleRate">Desired sample rate</param> - <param name="channel">Number of channels</param> - </member> - <member name="M:NAudio.Wave.SampleProviders.SignalGenerator.Read(System.Single[],System.Int32,System.Int32)"> - <summary> - Reads from this provider. - </summary> - </member> - <member name="M:NAudio.Wave.SampleProviders.SignalGenerator.NextRandomTwo"> - <summary> - Private :: Random for WhiteNoise & Pink Noise (Value form -1 to 1) - </summary> - <returns>Random value from -1 to +1</returns> - </member> - <member name="P:NAudio.Wave.SampleProviders.SignalGenerator.WaveFormat"> - <summary> - The waveformat of this WaveProvider (same as the source) - </summary> - </member> - <member name="P:NAudio.Wave.SampleProviders.SignalGenerator.Frequency"> - <summary> - Frequency for the Generator. (20.0 - 20000.0 Hz) - Sin, Square, Triangle, SawTooth, Sweep (Start Frequency). - </summary> - </member> - <member name="P:NAudio.Wave.SampleProviders.SignalGenerator.FrequencyLog"> - <summary> - Return Log of Frequency Start (Read only) - </summary> - </member> - <member name="P:NAudio.Wave.SampleProviders.SignalGenerator.FrequencyEnd"> - <summary> - End Frequency for the Sweep Generator. (Start Frequency in Frequency) - </summary> - </member> - <member name="P:NAudio.Wave.SampleProviders.SignalGenerator.FrequencyEndLog"> - <summary> - Return Log of Frequency End (Read only) - </summary> - </member> - <member name="P:NAudio.Wave.SampleProviders.SignalGenerator.Gain"> - <summary> - Gain for the Generator. (0.0 to 1.0) - </summary> - </member> - <member name="P:NAudio.Wave.SampleProviders.SignalGenerator.PhaseReverse"> - <summary> - Channel PhaseReverse - </summary> - </member> - <member name="P:NAudio.Wave.SampleProviders.SignalGenerator.Type"> - <summary> - Type of Generator. - </summary> - </member> - <member name="P:NAudio.Wave.SampleProviders.SignalGenerator.SweepLengthSecs"> - <summary> - Length Seconds for the Sweep Generator. - </summary> - </member> - <member name="T:NAudio.Wave.SampleProviders.SignalGeneratorType"> - <summary> - Signal Generator type - </summary> - </member> - <member name="F:NAudio.Wave.SampleProviders.SignalGeneratorType.Pink"> - <summary> - Pink noise - </summary> - </member> - <member name="F:NAudio.Wave.SampleProviders.SignalGeneratorType.White"> - <summary> - White noise - </summary> - </member> - <member name="F:NAudio.Wave.SampleProviders.SignalGeneratorType.Sweep"> - <summary> - Sweep - </summary> - </member> - <member name="F:NAudio.Wave.SampleProviders.SignalGeneratorType.Sin"> - <summary> - Sine wave - </summary> - </member> - <member name="F:NAudio.Wave.SampleProviders.SignalGeneratorType.Square"> - <summary> - Square wave - </summary> - </member> - <member name="F:NAudio.Wave.SampleProviders.SignalGeneratorType.Triangle"> - <summary> - Triangle Wave - </summary> - </member> - <member name="F:NAudio.Wave.SampleProviders.SignalGeneratorType.SawTooth"> - <summary> - Sawtooth wave - </summary> - </member> - <member name="T:NAudio.Wave.SampleProviders.WaveToSampleProvider64"> - <summary> - Helper class turning an already 64 bit floating point IWaveProvider - into an ISampleProvider - hopefully not needed for most applications - </summary> - </member> - <member name="M:NAudio.Wave.SampleProviders.WaveToSampleProvider64.#ctor(NAudio.Wave.IWaveProvider)"> - <summary> - Initializes a new instance of the WaveToSampleProvider class - </summary> - <param name="source">Source wave provider, must be IEEE float</param> - </member> - <member name="M:NAudio.Wave.SampleProviders.WaveToSampleProvider64.Read(System.Single[],System.Int32,System.Int32)"> - <summary> - Reads from this provider - </summary> - </member> - <member name="T:NAudio.Wave.SampleProviders.WdlResamplingSampleProvider"> - <summary> - Fully managed resampling sample provider, based on the WDL Resampler - </summary> - </member> - <member name="M:NAudio.Wave.SampleProviders.WdlResamplingSampleProvider.#ctor(NAudio.Wave.ISampleProvider,System.Int32)"> - <summary> - Constructs a new resampler - </summary> - <param name="source">Source to resample</param> - <param name="newSampleRate">Desired output sample rate</param> - </member> - <member name="M:NAudio.Wave.SampleProviders.WdlResamplingSampleProvider.Read(System.Single[],System.Int32,System.Int32)"> - <summary> - Reads from this sample provider - </summary> - </member> - <member name="P:NAudio.Wave.SampleProviders.WdlResamplingSampleProvider.WaveFormat"> - <summary> - Output WaveFormat - </summary> - </member> - <member name="T:NAudio.Wave.WaveExtensionMethods"> - <summary> - Useful extension methods to make switching between WaveAndSampleProvider easier - </summary> - </member> - <member name="M:NAudio.Wave.WaveExtensionMethods.ToSampleProvider(NAudio.Wave.IWaveProvider)"> - <summary> - Converts a WaveProvider into a SampleProvider (only works for PCM) - </summary> - <param name="waveProvider">WaveProvider to convert</param> - <returns></returns> - </member> - <member name="M:NAudio.Wave.WaveExtensionMethods.Init(NAudio.Wave.IWavePlayer,NAudio.Wave.ISampleProvider,System.Boolean)"> - <summary> - Allows sending a SampleProvider directly to an IWavePlayer without needing to convert - back to an IWaveProvider - </summary> - <param name="wavePlayer">The WavePlayer</param> - <param name="sampleProvider"></param> - <param name="convertTo16Bit"></param> - </member> - <member name="T:NAudio.Wave.WaveInEvent"> - <summary> - Recording using waveIn api with event callbacks. - Use this for recording in non-gui applications - Events are raised as recorded buffers are made available - </summary> - </member> - <member name="T:NAudio.Wave.IWaveIn"> - <summary> - Generic interface for wave recording - </summary> - </member> - <member name="M:NAudio.Wave.IWaveIn.StartRecording"> - <summary> - Start Recording - </summary> - </member> - <member name="M:NAudio.Wave.IWaveIn.StopRecording"> - <summary> - Stop Recording - </summary> - </member> - <member name="P:NAudio.Wave.IWaveIn.WaveFormat"> - <summary> - Recording WaveFormat - </summary> - </member> - <member name="E:NAudio.Wave.IWaveIn.DataAvailable"> - <summary> - Indicates recorded data is available - </summary> - </member> - <member name="E:NAudio.Wave.IWaveIn.RecordingStopped"> - <summary> - Indicates that all recorded data has now been received. - </summary> - </member> - <member name="M:NAudio.Wave.WaveInEvent.#ctor"> - <summary> - Prepares a Wave input device for recording - </summary> - </member> - <member name="M:NAudio.Wave.WaveInEvent.GetCapabilities(System.Int32)"> - <summary> - Retrieves the capabilities of a waveIn device - </summary> - <param name="devNumber">Device to test</param> - <returns>The WaveIn device capabilities</returns> - </member> - <member name="M:NAudio.Wave.WaveInEvent.StartRecording"> - <summary> - Start recording - </summary> - </member> - <member name="M:NAudio.Wave.WaveInEvent.StopRecording"> - <summary> - Stop recording - </summary> - </member> - <member name="M:NAudio.Wave.WaveInEvent.Dispose(System.Boolean)"> - <summary> - Dispose pattern - </summary> - </member> - <member name="M:NAudio.Wave.WaveInEvent.GetMixerLine"> - <summary> - Microphone Level - </summary> - </member> - <member name="M:NAudio.Wave.WaveInEvent.Dispose"> - <summary> - Dispose method - </summary> - </member> - <member name="E:NAudio.Wave.WaveInEvent.DataAvailable"> - <summary> - Indicates recorded data is available - </summary> - </member> - <member name="E:NAudio.Wave.WaveInEvent.RecordingStopped"> - <summary> - Indicates that all recorded data has now been received. - </summary> - </member> - <member name="P:NAudio.Wave.WaveInEvent.DeviceCount"> - <summary> - Returns the number of Wave In devices available in the system - </summary> - </member> - <member name="P:NAudio.Wave.WaveInEvent.BufferMilliseconds"> - <summary> - Milliseconds for the buffer. Recommended value is 100ms - </summary> - </member> - <member name="P:NAudio.Wave.WaveInEvent.NumberOfBuffers"> - <summary> - Number of Buffers to use (usually 2 or 3) - </summary> - </member> - <member name="P:NAudio.Wave.WaveInEvent.DeviceNumber"> - <summary> - The device number to use - </summary> - </member> - <member name="P:NAudio.Wave.WaveInEvent.WaveFormat"> - <summary> - WaveFormat we are recording in - </summary> - </member> - <member name="T:NAudio.CoreAudioApi.WasapiCapture"> - <summary> - Audio Capture using Wasapi - See http://msdn.microsoft.com/en-us/library/dd370800%28VS.85%29.aspx - </summary> - </member> - <member name="M:NAudio.CoreAudioApi.WasapiCapture.#ctor"> - <summary> - Initialises a new instance of the WASAPI capture class - </summary> - </member> - <member name="M:NAudio.CoreAudioApi.WasapiCapture.#ctor(NAudio.CoreAudioApi.MMDevice)"> - <summary> - Initialises a new instance of the WASAPI capture class - </summary> - <param name="captureDevice">Capture device to use</param> - </member> - <member name="M:NAudio.CoreAudioApi.WasapiCapture.#ctor(NAudio.CoreAudioApi.MMDevice,System.Boolean)"> - <summary> - Initializes a new instance of the <see cref="T:NAudio.CoreAudioApi.WasapiCapture"/> class. - </summary> - <param name="captureDevice">The capture device.</param> - <param name="useEventSync">true if sync is done with event. false use sleep.</param> - </member> - <member name="M:NAudio.CoreAudioApi.WasapiCapture.GetDefaultCaptureDevice"> - <summary> - Gets the default audio capture device - </summary> - <returns>The default audio capture device</returns> - </member> - <member name="M:NAudio.CoreAudioApi.WasapiCapture.GetAudioClientStreamFlags"> - <summary> - To allow overrides to specify different flags (e.g. loopback) - </summary> - </member> - <member name="M:NAudio.CoreAudioApi.WasapiCapture.StartRecording"> - <summary> - Start Recording - </summary> - </member> - <member name="M:NAudio.CoreAudioApi.WasapiCapture.StopRecording"> - <summary> - Stop Recording (requests a stop, wait for RecordingStopped event to know it has finished) - </summary> - </member> - <member name="M:NAudio.CoreAudioApi.WasapiCapture.Dispose"> - <summary> - Dispose - </summary> - </member> - <member name="E:NAudio.CoreAudioApi.WasapiCapture.DataAvailable"> - <summary> - Indicates recorded data is available - </summary> - </member> - <member name="E:NAudio.CoreAudioApi.WasapiCapture.RecordingStopped"> - <summary> - Indicates that all recorded data has now been received. - </summary> - </member> - <member name="P:NAudio.CoreAudioApi.WasapiCapture.ShareMode"> - <summary> - Share Mode - set before calling StartRecording - </summary> - </member> - <member name="P:NAudio.CoreAudioApi.WasapiCapture.WaveFormat"> - <summary> - Recording wave format - </summary> - </member> - <member name="T:NAudio.Dmo.DmoDescriptor"> - <summary> - Contains the name and CLSID of a DirectX Media Object - </summary> - </member> - <member name="M:NAudio.Dmo.DmoDescriptor.#ctor(System.String,System.Guid)"> - <summary> - Initializes a new instance of DmoDescriptor - </summary> - </member> - <member name="P:NAudio.Dmo.DmoDescriptor.Name"> - <summary> - Name - </summary> - </member> - <member name="P:NAudio.Dmo.DmoDescriptor.Clsid"> - <summary> - Clsid - </summary> - </member> - <member name="T:NAudio.Dmo.DmoEnumerator"> - <summary> - DirectX Media Object Enumerator - </summary> - </member> - <member name="M:NAudio.Dmo.DmoEnumerator.GetAudioEffectNames"> - <summary> - Get audio effect names - </summary> - <returns>Audio effect names</returns> - </member> - <member name="M:NAudio.Dmo.DmoEnumerator.GetAudioEncoderNames"> - <summary> - Get audio encoder names - </summary> - <returns>Audio encoder names</returns> - </member> - <member name="M:NAudio.Dmo.DmoEnumerator.GetAudioDecoderNames"> - <summary> - Get audio decoder names - </summary> - <returns>Audio decoder names</returns> - </member> - <member name="T:NAudio.Dmo.DmoGuids"> - <summary> - DMO Guids for use with DMOEnum - dmoreg.h - </summary> - </member> - <member name="T:NAudio.Dmo.DmoHResults"> - <summary> - MediaErr.h - </summary> - </member> - <member name="T:NAudio.Dmo.DmoPartialMediaType"> - <summary> - DMO_PARTIAL_MEDIATYPE - </summary> - </member> - <member name="T:NAudio.Dmo.IMediaParamInfo"> - <summary> - defined in Medparam.h - </summary> - </member> - <member name="T:NAudio.Dmo.IWMResamplerProps"> - <summary> - Windows Media Resampler Props - wmcodecdsp.h - </summary> - </member> - <member name="M:NAudio.Dmo.IWMResamplerProps.SetHalfFilterLength(System.Int32)"> - <summary> - Range is 1 to 60 - </summary> - </member> - <member name="M:NAudio.Dmo.IWMResamplerProps.SetUserChannelMtx(System.Single[])"> - <summary> - Specifies the channel matrix. - </summary> - </member> - <member name="T:NAudio.Dmo.MediaBuffer"> - <summary> - Attempting to implement the COM IMediaBuffer interface as a .NET object - Not sure what will happen when I pass this to an unmanaged object - </summary> - </member> - <member name="T:NAudio.Dmo.IMediaBuffer"> - <summary> - IMediaBuffer Interface - </summary> - </member> - <member name="M:NAudio.Dmo.IMediaBuffer.SetLength(System.Int32)"> - <summary> - Set Length - </summary> - <param name="length">Length</param> - <returns>HRESULT</returns> - </member> - <member name="M:NAudio.Dmo.IMediaBuffer.GetMaxLength(System.Int32@)"> - <summary> - Get Max Length - </summary> - <param name="maxLength">Max Length</param> - <returns>HRESULT</returns> - </member> - <member name="M:NAudio.Dmo.IMediaBuffer.GetBufferAndLength(System.IntPtr,System.IntPtr)"> - <summary> - Get Buffer and Length - </summary> - <param name="bufferPointerPointer">Pointer to variable into which to write the Buffer Pointer </param> - <param name="validDataLengthPointer">Pointer to variable into which to write the Valid Data Length</param> - <returns>HRESULT</returns> - </member> - <member name="M:NAudio.Dmo.MediaBuffer.#ctor(System.Int32)"> - <summary> - Creates a new Media Buffer - </summary> - <param name="maxLength">Maximum length in bytes</param> - </member> - <member name="M:NAudio.Dmo.MediaBuffer.Dispose"> - <summary> - Dispose and free memory for buffer - </summary> - </member> - <member name="M:NAudio.Dmo.MediaBuffer.Finalize"> - <summary> - Finalizer - </summary> - </member> - <member name="M:NAudio.Dmo.MediaBuffer.NAudio#Dmo#IMediaBuffer#SetLength(System.Int32)"> - <summary> - Set length of valid data in the buffer - </summary> - <param name="length">length</param> - <returns>HRESULT</returns> - </member> - <member name="M:NAudio.Dmo.MediaBuffer.NAudio#Dmo#IMediaBuffer#GetMaxLength(System.Int32@)"> - <summary> - Gets the maximum length of the buffer - </summary> - <param name="maxLength">Max length (output parameter)</param> - <returns>HRESULT</returns> - </member> - <member name="M:NAudio.Dmo.MediaBuffer.NAudio#Dmo#IMediaBuffer#GetBufferAndLength(System.IntPtr,System.IntPtr)"> - <summary> - Gets buffer and / or length - </summary> - <param name="bufferPointerPointer">Pointer to variable into which buffer pointer should be written</param> - <param name="validDataLengthPointer">Pointer to variable into which valid data length should be written</param> - <returns>HRESULT</returns> - </member> - <member name="M:NAudio.Dmo.MediaBuffer.LoadData(System.Byte[],System.Int32)"> - <summary> - Loads data into this buffer - </summary> - <param name="data">Data to load</param> - <param name="bytes">Number of bytes to load</param> - </member> - <member name="M:NAudio.Dmo.MediaBuffer.RetrieveData(System.Byte[],System.Int32)"> - <summary> - Retrieves the data in the output buffer - </summary> - <param name="data">buffer to retrieve into</param> - <param name="offset">offset within that buffer</param> - </member> - <member name="P:NAudio.Dmo.MediaBuffer.Length"> - <summary> - Length of data in the media buffer - </summary> - </member> - <member name="T:NAudio.Dmo.MediaObject"> - <summary> - Media Object - </summary> - </member> - <member name="M:NAudio.Dmo.MediaObject.#ctor(NAudio.Dmo.IMediaObject)"> - <summary> - Creates a new Media Object - </summary> - <param name="mediaObject">Media Object COM interface</param> - </member> - <member name="M:NAudio.Dmo.MediaObject.GetInputType(System.Int32,System.Int32)"> - <summary> - Gets the input media type for the specified input stream - </summary> - <param name="inputStream">Input stream index</param> - <param name="inputTypeIndex">Input type index</param> - <returns>DMO Media Type or null if there are no more input types</returns> - </member> - <member name="M:NAudio.Dmo.MediaObject.GetOutputType(System.Int32,System.Int32)"> - <summary> - Gets the DMO Media Output type - </summary> - <param name="outputStream">The output stream</param> - <param name="outputTypeIndex">Output type index</param> - <returns>DMO Media Type or null if no more available</returns> - </member> - <member name="M:NAudio.Dmo.MediaObject.GetOutputCurrentType(System.Int32)"> - <summary> - retrieves the media type that was set for an output stream, if any - </summary> - <param name="outputStreamIndex">Output stream index</param> - <returns>DMO Media Type or null if no more available</returns> - </member> - <member name="M:NAudio.Dmo.MediaObject.GetInputTypes(System.Int32)"> - <summary> - Enumerates the supported input types - </summary> - <param name="inputStreamIndex">Input stream index</param> - <returns>Enumeration of input types</returns> - </member> - <member name="M:NAudio.Dmo.MediaObject.GetOutputTypes(System.Int32)"> - <summary> - Enumerates the output types - </summary> - <param name="outputStreamIndex">Output stream index</param> - <returns>Enumeration of supported output types</returns> - </member> - <member name="M:NAudio.Dmo.MediaObject.SupportsInputType(System.Int32,NAudio.Dmo.DmoMediaType)"> - <summary> - Querys whether a specified input type is supported - </summary> - <param name="inputStreamIndex">Input stream index</param> - <param name="mediaType">Media type to check</param> - <returns>true if supports</returns> - </member> - <member name="M:NAudio.Dmo.MediaObject.SetInputType(System.Int32,NAudio.Dmo.DmoMediaType,NAudio.Dmo.DmoSetTypeFlags)"> - <summary> - Sets the input type helper method - </summary> - <param name="inputStreamIndex">Input stream index</param> - <param name="mediaType">Media type</param> - <param name="flags">Flags (can be used to test rather than set)</param> - </member> - <member name="M:NAudio.Dmo.MediaObject.SetInputType(System.Int32,NAudio.Dmo.DmoMediaType)"> - <summary> - Sets the input type - </summary> - <param name="inputStreamIndex">Input stream index</param> - <param name="mediaType">Media Type</param> - </member> - <member name="M:NAudio.Dmo.MediaObject.SetInputWaveFormat(System.Int32,NAudio.Wave.WaveFormat)"> - <summary> - Sets the input type to the specified Wave format - </summary> - <param name="inputStreamIndex">Input stream index</param> - <param name="waveFormat">Wave format</param> - </member> - <member name="M:NAudio.Dmo.MediaObject.SupportsInputWaveFormat(System.Int32,NAudio.Wave.WaveFormat)"> - <summary> - Requests whether the specified Wave format is supported as an input - </summary> - <param name="inputStreamIndex">Input stream index</param> - <param name="waveFormat">Wave format</param> - <returns>true if supported</returns> - </member> - <member name="M:NAudio.Dmo.MediaObject.CreateDmoMediaTypeForWaveFormat(NAudio.Wave.WaveFormat)"> - <summary> - Helper function to make a DMO Media Type to represent a particular WaveFormat - </summary> - </member> - <member name="M:NAudio.Dmo.MediaObject.SupportsOutputType(System.Int32,NAudio.Dmo.DmoMediaType)"> - <summary> - Checks if a specified output type is supported - n.b. you may need to set the input type first - </summary> - <param name="outputStreamIndex">Output stream index</param> - <param name="mediaType">Media type</param> - <returns>True if supported</returns> - </member> - <member name="M:NAudio.Dmo.MediaObject.SupportsOutputWaveFormat(System.Int32,NAudio.Wave.WaveFormat)"> - <summary> - Tests if the specified Wave Format is supported for output - n.b. may need to set the input type first - </summary> - <param name="outputStreamIndex">Output stream index</param> - <param name="waveFormat">Wave format</param> - <returns>True if supported</returns> - </member> - <member name="M:NAudio.Dmo.MediaObject.SetOutputType(System.Int32,NAudio.Dmo.DmoMediaType,NAudio.Dmo.DmoSetTypeFlags)"> - <summary> - Helper method to call SetOutputType - </summary> - </member> - <member name="M:NAudio.Dmo.MediaObject.SetOutputType(System.Int32,NAudio.Dmo.DmoMediaType)"> - <summary> - Sets the output type - n.b. may need to set the input type first - </summary> - <param name="outputStreamIndex">Output stream index</param> - <param name="mediaType">Media type to set</param> - </member> - <member name="M:NAudio.Dmo.MediaObject.SetOutputWaveFormat(System.Int32,NAudio.Wave.WaveFormat)"> - <summary> - Set output type to the specified wave format - n.b. may need to set input type first - </summary> - <param name="outputStreamIndex">Output stream index</param> - <param name="waveFormat">Wave format</param> - </member> - <member name="M:NAudio.Dmo.MediaObject.GetInputSizeInfo(System.Int32)"> - <summary> - Get Input Size Info - </summary> - <param name="inputStreamIndex">Input Stream Index</param> - <returns>Input Size Info</returns> - </member> - <member name="M:NAudio.Dmo.MediaObject.GetOutputSizeInfo(System.Int32)"> - <summary> - Get Output Size Info - </summary> - <param name="outputStreamIndex">Output Stream Index</param> - <returns>Output Size Info</returns> - </member> - <member name="M:NAudio.Dmo.MediaObject.ProcessInput(System.Int32,NAudio.Dmo.IMediaBuffer,NAudio.Dmo.DmoInputDataBufferFlags,System.Int64,System.Int64)"> - <summary> - Process Input - </summary> - <param name="inputStreamIndex">Input Stream index</param> - <param name="mediaBuffer">Media Buffer</param> - <param name="flags">Flags</param> - <param name="timestamp">Timestamp</param> - <param name="duration">Duration</param> - </member> - <member name="M:NAudio.Dmo.MediaObject.ProcessOutput(NAudio.Dmo.DmoProcessOutputFlags,System.Int32,NAudio.Dmo.DmoOutputDataBuffer[])"> - <summary> - Process Output - </summary> - <param name="flags">Flags</param> - <param name="outputBufferCount">Output buffer count</param> - <param name="outputBuffers">Output buffers</param> - </member> - <member name="M:NAudio.Dmo.MediaObject.AllocateStreamingResources"> - <summary> - Gives the DMO a chance to allocate any resources needed for streaming - </summary> - </member> - <member name="M:NAudio.Dmo.MediaObject.FreeStreamingResources"> - <summary> - Tells the DMO to free any resources needed for streaming - </summary> - </member> - <member name="M:NAudio.Dmo.MediaObject.GetInputMaxLatency(System.Int32)"> - <summary> - Gets maximum input latency - </summary> - <param name="inputStreamIndex">input stream index</param> - <returns>Maximum input latency as a ref-time</returns> - </member> - <member name="M:NAudio.Dmo.MediaObject.Flush"> - <summary> - Flushes all buffered data - </summary> - </member> - <member name="M:NAudio.Dmo.MediaObject.Discontinuity(System.Int32)"> - <summary> - Report a discontinuity on the specified input stream - </summary> - <param name="inputStreamIndex">Input Stream index</param> - </member> - <member name="M:NAudio.Dmo.MediaObject.IsAcceptingData(System.Int32)"> - <summary> - Is this input stream accepting data? - </summary> - <param name="inputStreamIndex">Input Stream index</param> - <returns>true if accepting data</returns> - </member> - <member name="M:NAudio.Dmo.MediaObject.Dispose"> - <summary> - Experimental code, not currently being called - Not sure if it is necessary anyway - </summary> - </member> - <member name="P:NAudio.Dmo.MediaObject.InputStreamCount"> - <summary> - Number of input streams - </summary> - </member> - <member name="P:NAudio.Dmo.MediaObject.OutputStreamCount"> - <summary> - Number of output streams - </summary> - </member> - <member name="T:NAudio.Dmo.MediaObjectSizeInfo"> - <summary> - Media Object Size Info - </summary> - </member> - <member name="M:NAudio.Dmo.MediaObjectSizeInfo.#ctor(System.Int32,System.Int32,System.Int32)"> - <summary> - Media Object Size Info - </summary> - </member> - <member name="M:NAudio.Dmo.MediaObjectSizeInfo.ToString"> - <summary> - ToString - </summary> - </member> - <member name="P:NAudio.Dmo.MediaObjectSizeInfo.Size"> - <summary> - Minimum Buffer Size, in bytes - </summary> - </member> - <member name="P:NAudio.Dmo.MediaObjectSizeInfo.MaxLookahead"> - <summary> - Max Lookahead - </summary> - </member> - <member name="P:NAudio.Dmo.MediaObjectSizeInfo.Alignment"> - <summary> - Alignment - </summary> - </member> - <member name="T:NAudio.Dmo.MediaParamInfo"> - <summary> - MP_PARAMINFO - </summary> - </member> - <member name="T:NAudio.Dmo.MediaParamType"> - <summary> - MP_TYPE - </summary> - </member> - <member name="F:NAudio.Dmo.MediaParamType.Int"> - <summary> - MPT_INT - </summary> - </member> - <member name="F:NAudio.Dmo.MediaParamType.Float"> - <summary> - MPT_FLOAT - </summary> - </member> - <member name="F:NAudio.Dmo.MediaParamType.Bool"> - <summary> - MPT_BOOL - </summary> - </member> - <member name="F:NAudio.Dmo.MediaParamType.Enum"> - <summary> - MPT_ENUM - </summary> - </member> - <member name="F:NAudio.Dmo.MediaParamType.Max"> - <summary> - MPT_MAX - </summary> - </member> - <member name="T:NAudio.Dmo.MediaParamCurveType"> - <summary> - MP_CURVE_TYPE - </summary> - </member> - <member name="T:NAudio.Dmo.MediaTypes"> - <summary> - uuids.h, ksuuids.h - </summary> - </member> - <member name="T:NAudio.Dmo.WindowsMediaMp3DecoderComObject"> - <summary> - implements IMediaObject (DirectX Media Object) - implements IMFTransform (Media Foundation Transform) - On Windows XP, it is always an MM (if present at all) - </summary> - </member> - <member name="T:NAudio.Dmo.WindowsMediaMp3Decoder"> - <summary> - Windows Media MP3 Decoder (as a DMO) - WORK IN PROGRESS - DO NOT USE! - </summary> - </member> - <member name="M:NAudio.Dmo.WindowsMediaMp3Decoder.#ctor"> - <summary> - Creates a new Resampler based on the DMO Resampler - </summary> - </member> - <member name="M:NAudio.Dmo.WindowsMediaMp3Decoder.Dispose"> - <summary> - Dispose code - experimental at the moment - Was added trying to track down why Resampler crashes NUnit - This code not currently being called by ResamplerDmoStream - </summary> - </member> - <member name="P:NAudio.Dmo.WindowsMediaMp3Decoder.MediaObject"> - <summary> - Media Object - </summary> - </member> - <member name="T:NAudio.Dsp.BiQuadFilter"> - <summary> - BiQuad filter - </summary> - </member> - <member name="M:NAudio.Dsp.BiQuadFilter.Transform(System.Single)"> - <summary> - Passes a single sample through the filter - </summary> - <param name="inSample">Input sample</param> - <returns>Output sample</returns> - </member> - <member name="M:NAudio.Dsp.BiQuadFilter.SetLowPassFilter(System.Single,System.Single,System.Single)"> - <summary> - Set this up as a low pass filter - </summary> - <param name="sampleRate">Sample Rate</param> - <param name="cutoffFrequency">Cut-off Frequency</param> - <param name="q">Bandwidth</param> - </member> - <member name="M:NAudio.Dsp.BiQuadFilter.SetPeakingEq(System.Single,System.Single,System.Single,System.Single)"> - <summary> - Set this up as a peaking EQ - </summary> - <param name="sampleRate">Sample Rate</param> - <param name="centreFrequency">Centre Frequency</param> - <param name="q">Bandwidth (Q)</param> - <param name="dbGain">Gain in decibels</param> - </member> - <member name="M:NAudio.Dsp.BiQuadFilter.SetHighPassFilter(System.Single,System.Single,System.Single)"> - <summary> - Set this as a high pass filter - </summary> - </member> - <member name="M:NAudio.Dsp.BiQuadFilter.LowPassFilter(System.Single,System.Single,System.Single)"> - <summary> - Create a low pass filter - </summary> - </member> - <member name="M:NAudio.Dsp.BiQuadFilter.HighPassFilter(System.Single,System.Single,System.Single)"> - <summary> - Create a High pass filter - </summary> - </member> - <member name="M:NAudio.Dsp.BiQuadFilter.BandPassFilterConstantSkirtGain(System.Single,System.Single,System.Single)"> - <summary> - Create a bandpass filter with constant skirt gain - </summary> - </member> - <member name="M:NAudio.Dsp.BiQuadFilter.BandPassFilterConstantPeakGain(System.Single,System.Single,System.Single)"> - <summary> - Create a bandpass filter with constant peak gain - </summary> - </member> - <member name="M:NAudio.Dsp.BiQuadFilter.NotchFilter(System.Single,System.Single,System.Single)"> - <summary> - Creates a notch filter - </summary> - </member> - <member name="M:NAudio.Dsp.BiQuadFilter.AllPassFilter(System.Single,System.Single,System.Single)"> - <summary> - Creaes an all pass filter - </summary> - </member> - <member name="M:NAudio.Dsp.BiQuadFilter.PeakingEQ(System.Single,System.Single,System.Single,System.Single)"> - <summary> - Create a Peaking EQ - </summary> - </member> - <member name="M:NAudio.Dsp.BiQuadFilter.LowShelf(System.Single,System.Single,System.Single,System.Single)"> - <summary> - H(s) = A * (s^2 + (sqrt(A)/Q)*s + A)/(A*s^2 + (sqrt(A)/Q)*s + 1) - </summary> - <param name="sampleRate"></param> - <param name="cutoffFrequency"></param> - <param name="shelfSlope">a "shelf slope" parameter (for shelving EQ only). - When S = 1, the shelf slope is as steep as it can be and remain monotonically - increasing or decreasing gain with frequency. The shelf slope, in dB/octave, - remains proportional to S for all other values for a fixed f0/Fs and dBgain.</param> - <param name="dbGain">Gain in decibels</param> - </member> - <member name="M:NAudio.Dsp.BiQuadFilter.HighShelf(System.Single,System.Single,System.Single,System.Single)"> - <summary> - H(s) = A * (A*s^2 + (sqrt(A)/Q)*s + 1)/(s^2 + (sqrt(A)/Q)*s + A) - </summary> - <param name="sampleRate"></param> - <param name="cutoffFrequency"></param> - <param name="shelfSlope"></param> - <param name="dbGain"></param> - <returns></returns> - </member> - <member name="T:NAudio.Dsp.Complex"> - <summary> - Type to represent complex number - </summary> - </member> - <member name="F:NAudio.Dsp.Complex.X"> - <summary> - Real Part - </summary> - </member> - <member name="F:NAudio.Dsp.Complex.Y"> - <summary> - Imaginary Part - </summary> - </member> - <member name="T:NAudio.Dsp.FastFourierTransform"> - <summary> - Summary description for FastFourierTransform. - </summary> - </member> - <member name="M:NAudio.Dsp.FastFourierTransform.FFT(System.Boolean,System.Int32,NAudio.Dsp.Complex[])"> - <summary> - This computes an in-place complex-to-complex FFT - x and y are the real and imaginary arrays of 2^m points. - </summary> - </member> - <member name="M:NAudio.Dsp.FastFourierTransform.HammingWindow(System.Int32,System.Int32)"> - <summary> - Applies a Hamming Window - </summary> - <param name="n">Index into frame</param> - <param name="frameSize">Frame size (e.g. 1024)</param> - <returns>Multiplier for Hamming window</returns> - </member> - <member name="M:NAudio.Dsp.FastFourierTransform.HannWindow(System.Int32,System.Int32)"> - <summary> - Applies a Hann Window - </summary> - <param name="n">Index into frame</param> - <param name="frameSize">Frame size (e.g. 1024)</param> - <returns>Multiplier for Hann window</returns> - </member> - <member name="M:NAudio.Dsp.FastFourierTransform.BlackmannHarrisWindow(System.Int32,System.Int32)"> - <summary> - Applies a Blackman-Harris Window - </summary> - <param name="n">Index into frame</param> - <param name="frameSize">Frame size (e.g. 1024)</param> - <returns>Multiplier for Blackmann-Harris window</returns> - </member> - <member name="T:NAudio.Dsp.ImpulseResponseConvolution"> - <summary> - Summary description for ImpulseResponseConvolution. - </summary> - </member> - <member name="M:NAudio.Dsp.ImpulseResponseConvolution.Convolve(System.Single[],System.Single[])"> - <summary> - A very simple mono convolution algorithm - </summary> - <remarks> - This will be very slow - </remarks> - </member> - <member name="M:NAudio.Dsp.ImpulseResponseConvolution.Normalize(System.Single[])"> - <summary> - This is actually a downwards normalize for data that will clip - </summary> - </member> - <member name="T:NAudio.FileFormats.Map.CakewalkDrumMapping"> - <summary> - Represents an entry in a Cakewalk drum map - </summary> - </member> - <member name="M:NAudio.FileFormats.Map.CakewalkDrumMapping.ToString"> - <summary> - Describes this drum map entry - </summary> - </member> - <member name="P:NAudio.FileFormats.Map.CakewalkDrumMapping.NoteName"> - <summary> - User customisable note name - </summary> - </member> - <member name="P:NAudio.FileFormats.Map.CakewalkDrumMapping.InNote"> - <summary> - Input MIDI note number - </summary> - </member> - <member name="P:NAudio.FileFormats.Map.CakewalkDrumMapping.OutNote"> - <summary> - Output MIDI note number - </summary> - </member> - <member name="P:NAudio.FileFormats.Map.CakewalkDrumMapping.OutPort"> - <summary> - Output port - </summary> - </member> - <member name="P:NAudio.FileFormats.Map.CakewalkDrumMapping.Channel"> - <summary> - Output MIDI Channel - </summary> - </member> - <member name="P:NAudio.FileFormats.Map.CakewalkDrumMapping.VelocityAdjust"> - <summary> - Velocity adjustment - </summary> - </member> - <member name="P:NAudio.FileFormats.Map.CakewalkDrumMapping.VelocityScale"> - <summary> - Velocity scaling - in percent - </summary> - </member> - <member name="T:NAudio.FileFormats.Map.CakewalkMapFile"> - <summary> - Represents a Cakewalk Drum Map file (.map) - </summary> - </member> - <member name="M:NAudio.FileFormats.Map.CakewalkMapFile.#ctor(System.String)"> - <summary> - Parses a Cakewalk Drum Map file - </summary> - <param name="filename">Path of the .map file</param> - </member> - <member name="M:NAudio.FileFormats.Map.CakewalkMapFile.ToString"> - <summary> - Describes this drum map - </summary> - </member> - <member name="P:NAudio.FileFormats.Map.CakewalkMapFile.DrumMappings"> - <summary> - The drum mappings in this drum map - </summary> - </member> - <member name="T:NAudio.Wave.ChannelMode"> - <summary> - Channel Mode - </summary> - </member> - <member name="F:NAudio.Wave.ChannelMode.Stereo"> - <summary> - Stereo - </summary> - </member> - <member name="F:NAudio.Wave.ChannelMode.JointStereo"> - <summary> - Joint Stereo - </summary> - </member> - <member name="F:NAudio.Wave.ChannelMode.DualChannel"> - <summary> - Dual Channel - </summary> - </member> - <member name="F:NAudio.Wave.ChannelMode.Mono"> - <summary> - Mono - </summary> - </member> - <member name="T:NAudio.FileFormats.Mp3.DmoMp3FrameDecompressor"> - <summary> - MP3 Frame decompressor using the Windows Media MP3 Decoder DMO object - </summary> - </member> - <member name="T:NAudio.Wave.IMp3FrameDecompressor"> - <summary> - Interface for MP3 frame by frame decoder - </summary> - </member> - <member name="M:NAudio.Wave.IMp3FrameDecompressor.DecompressFrame(NAudio.Wave.Mp3Frame,System.Byte[],System.Int32)"> - <summary> - Decompress a single MP3 frame - </summary> - <param name="frame">Frame to decompress</param> - <param name="dest">Output buffer</param> - <param name="destOffset">Offset within output buffer</param> - <returns>Bytes written to output buffer</returns> - </member> - <member name="M:NAudio.Wave.IMp3FrameDecompressor.Reset"> - <summary> - Tell the decoder that we have repositioned - </summary> - </member> - <member name="P:NAudio.Wave.IMp3FrameDecompressor.OutputFormat"> - <summary> - PCM format that we are converting into - </summary> - </member> - <member name="M:NAudio.FileFormats.Mp3.DmoMp3FrameDecompressor.#ctor(NAudio.Wave.WaveFormat)"> - <summary> - Initializes a new instance of the DMO MP3 Frame decompressor - </summary> - <param name="sourceFormat"></param> - </member> - <member name="M:NAudio.FileFormats.Mp3.DmoMp3FrameDecompressor.DecompressFrame(NAudio.Wave.Mp3Frame,System.Byte[],System.Int32)"> - <summary> - Decompress a single frame of MP3 - </summary> - </member> - <member name="M:NAudio.FileFormats.Mp3.DmoMp3FrameDecompressor.Reset"> - <summary> - Alerts us that a reposition has occured so the MP3 decoder needs to reset its state - </summary> - </member> - <member name="M:NAudio.FileFormats.Mp3.DmoMp3FrameDecompressor.Dispose"> - <summary> - Dispose of this obejct and clean up resources - </summary> - </member> - <member name="P:NAudio.FileFormats.Mp3.DmoMp3FrameDecompressor.OutputFormat"> - <summary> - Converted PCM WaveFormat - </summary> - </member> - <member name="T:NAudio.Wave.Id3v2Tag"> - <summary> - An ID3v2 Tag - </summary> - </member> - <member name="M:NAudio.Wave.Id3v2Tag.ReadTag(System.IO.Stream)"> - <summary> - Reads an ID3v2 tag from a stream - </summary> - </member> - <member name="M:NAudio.Wave.Id3v2Tag.Create(System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.String}})"> - <summary> - Creates a new ID3v2 tag from a collection of key-value pairs. - </summary> - <param name="tags">A collection of key-value pairs containing the tags to include in the ID3v2 tag.</param> - <returns>A new ID3v2 tag</returns> - </member> - <member name="M:NAudio.Wave.Id3v2Tag.FrameSizeToBytes(System.Int32)"> - <summary> - Convert the frame size to a byte array. - </summary> - <param name="n">The frame body size.</param> - <returns></returns> - </member> - <member name="M:NAudio.Wave.Id3v2Tag.CreateId3v2Frame(System.String,System.String)"> - <summary> - Creates an ID3v2 frame for the given key-value pair. - </summary> - <param name="key"></param> - <param name="value"></param> - <returns></returns> - </member> - <member name="M:NAudio.Wave.Id3v2Tag.GetId3TagHeaderSize(System.Int32)"> - <summary> - Gets the Id3v2 Header size. The size is encoded so that only 7 bits per byte are actually used. - </summary> - <param name="size"></param> - <returns></returns> - </member> - <member name="M:NAudio.Wave.Id3v2Tag.CreateId3v2TagHeader(System.Collections.Generic.IEnumerable{System.Byte[]})"> - <summary> - Creates the Id3v2 tag header and returns is as a byte array. - </summary> - <param name="frames">The Id3v2 frames that will be included in the file. This is used to calculate the ID3v2 tag size.</param> - <returns></returns> - </member> - <member name="M:NAudio.Wave.Id3v2Tag.CreateId3v2TagStream(System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.String}})"> - <summary> - Creates the Id3v2 tag for the given key-value pairs and returns it in the a stream. - </summary> - <param name="tags"></param> - <returns></returns> - </member> - <member name="P:NAudio.Wave.Id3v2Tag.RawData"> - <summary> - Raw data from this tag - </summary> - </member> - <member name="T:NAudio.Wave.Mp3Frame"> - <summary> - Represents an MP3 Frame - </summary> - </member> - <member name="M:NAudio.Wave.Mp3Frame.LoadFromStream(System.IO.Stream)"> - <summary> - Reads an MP3 frame from a stream - </summary> - <param name="input">input stream</param> - <returns>A valid MP3 frame, or null if none found</returns> - </member> - <member name="M:NAudio.Wave.Mp3Frame.LoadFromStream(System.IO.Stream,System.Boolean)"> - <summary>Reads an MP3Frame from a stream</summary> - <remarks>http://mpgedit.org/mpgedit/mpeg_format/mpeghdr.htm has some good info - also see http://www.codeproject.com/KB/audio-video/mpegaudioinfo.aspx - </remarks> - <returns>A valid MP3 frame, or null if none found</returns> - </member> - <member name="M:NAudio.Wave.Mp3Frame.#ctor"> - <summary> - Constructs an MP3 frame - </summary> - </member> - <member name="M:NAudio.Wave.Mp3Frame.IsValidHeader(System.Byte[],NAudio.Wave.Mp3Frame)"> - <summary> - checks if the four bytes represent a valid header, - if they are, will parse the values into Mp3Frame - </summary> - </member> - <member name="P:NAudio.Wave.Mp3Frame.SampleRate"> - <summary> - Sample rate of this frame - </summary> - </member> - <member name="P:NAudio.Wave.Mp3Frame.FrameLength"> - <summary> - Frame length in bytes - </summary> - </member> - <member name="P:NAudio.Wave.Mp3Frame.BitRate"> - <summary> - Bit Rate - </summary> - </member> - <member name="P:NAudio.Wave.Mp3Frame.RawData"> - <summary> - Raw frame data (includes header bytes) - </summary> - </member> - <member name="P:NAudio.Wave.Mp3Frame.MpegVersion"> - <summary> - MPEG Version - </summary> - </member> - <member name="P:NAudio.Wave.Mp3Frame.MpegLayer"> - <summary> - MPEG Layer - </summary> - </member> - <member name="P:NAudio.Wave.Mp3Frame.ChannelMode"> - <summary> - Channel Mode - </summary> - </member> - <member name="P:NAudio.Wave.Mp3Frame.SampleCount"> - <summary> - The number of samples in this frame - </summary> - </member> - <member name="P:NAudio.Wave.Mp3Frame.ChannelExtension"> - <summary> - The channel extension bits - </summary> - </member> - <member name="P:NAudio.Wave.Mp3Frame.BitRateIndex"> - <summary> - The bitrate index (directly from the header) - </summary> - </member> - <member name="P:NAudio.Wave.Mp3Frame.Copyright"> - <summary> - Whether the Copyright bit is set - </summary> - </member> - <member name="P:NAudio.Wave.Mp3Frame.CrcPresent"> - <summary> - Whether a CRC is present - </summary> - </member> - <member name="P:NAudio.Wave.Mp3Frame.FileOffset"> - <summary> - Not part of the MP3 frame itself - indicates where in the stream we found this header - </summary> - </member> - <member name="T:NAudio.Wave.AcmMp3FrameDecompressor"> - <summary> - MP3 Frame Decompressor using ACM - </summary> - </member> - <member name="M:NAudio.Wave.AcmMp3FrameDecompressor.#ctor(NAudio.Wave.WaveFormat)"> - <summary> - Creates a new ACM frame decompressor - </summary> - <param name="sourceFormat">The MP3 source format</param> - </member> - <member name="M:NAudio.Wave.AcmMp3FrameDecompressor.DecompressFrame(NAudio.Wave.Mp3Frame,System.Byte[],System.Int32)"> - <summary> - Decompresses a frame - </summary> - <param name="frame">The MP3 frame</param> - <param name="dest">destination buffer</param> - <param name="destOffset">Offset within destination buffer</param> - <returns>Bytes written into destination buffer</returns> - </member> - <member name="M:NAudio.Wave.AcmMp3FrameDecompressor.Reset"> - <summary> - Resets the MP3 Frame Decompressor after a reposition operation - </summary> - </member> - <member name="M:NAudio.Wave.AcmMp3FrameDecompressor.Dispose"> - <summary> - Disposes of this MP3 frame decompressor - </summary> - </member> - <member name="M:NAudio.Wave.AcmMp3FrameDecompressor.Finalize"> - <summary> - Finalizer ensuring that resources get released properly - </summary> - </member> - <member name="P:NAudio.Wave.AcmMp3FrameDecompressor.OutputFormat"> - <summary> - Output format (PCM) - </summary> - </member> - <member name="T:NAudio.Wave.MpegLayer"> - <summary> - MPEG Layer flags - </summary> - </member> - <member name="F:NAudio.Wave.MpegLayer.Reserved"> - <summary> - Reserved - </summary> - </member> - <member name="F:NAudio.Wave.MpegLayer.Layer3"> - <summary> - Layer 3 - </summary> - </member> - <member name="F:NAudio.Wave.MpegLayer.Layer2"> - <summary> - Layer 2 - </summary> - </member> - <member name="F:NAudio.Wave.MpegLayer.Layer1"> - <summary> - Layer 1 - </summary> - </member> - <member name="T:NAudio.Wave.MpegVersion"> - <summary> - MPEG Version Flags - </summary> - </member> - <member name="F:NAudio.Wave.MpegVersion.Version25"> - <summary> - Version 2.5 - </summary> - </member> - <member name="F:NAudio.Wave.MpegVersion.Reserved"> - <summary> - Reserved - </summary> - </member> - <member name="F:NAudio.Wave.MpegVersion.Version2"> - <summary> - Version 2 - </summary> - </member> - <member name="F:NAudio.Wave.MpegVersion.Version1"> - <summary> - Version 1 - </summary> - </member> - <member name="T:NAudio.Wave.XingHeader"> - <summary> - Represents a Xing VBR header - </summary> - </member> - <member name="M:NAudio.Wave.XingHeader.LoadXingHeader(NAudio.Wave.Mp3Frame)"> - <summary> - Load Xing Header - </summary> - <param name="frame">Frame</param> - <returns>Xing Header</returns> - </member> - <member name="M:NAudio.Wave.XingHeader.#ctor"> - <summary> - Sees if a frame contains a Xing header - </summary> - </member> - <member name="P:NAudio.Wave.XingHeader.Frames"> - <summary> - Number of frames - </summary> - </member> - <member name="P:NAudio.Wave.XingHeader.Bytes"> - <summary> - Number of bytes - </summary> - </member> - <member name="P:NAudio.Wave.XingHeader.VbrScale"> - <summary> - VBR Scale property - </summary> - </member> - <member name="P:NAudio.Wave.XingHeader.Mp3Frame"> - <summary> - The MP3 frame - </summary> - </member> - <member name="T:NAudio.SoundFont.Generator"> - <summary> - Soundfont generator - </summary> - </member> - <member name="M:NAudio.SoundFont.Generator.ToString"> - <summary> - <see cref="M:System.Object.ToString"/> - </summary> - </member> - <member name="P:NAudio.SoundFont.Generator.GeneratorType"> - <summary> - Gets the generator type - </summary> - </member> - <member name="P:NAudio.SoundFont.Generator.UInt16Amount"> - <summary> - Generator amount as an unsigned short - </summary> - </member> - <member name="P:NAudio.SoundFont.Generator.Int16Amount"> - <summary> - Generator amount as a signed short - </summary> - </member> - <member name="P:NAudio.SoundFont.Generator.LowByteAmount"> - <summary> - Low byte amount - </summary> - </member> - <member name="P:NAudio.SoundFont.Generator.HighByteAmount"> - <summary> - High byte amount - </summary> - </member> - <member name="P:NAudio.SoundFont.Generator.Instrument"> - <summary> - Instrument - </summary> - </member> - <member name="P:NAudio.SoundFont.Generator.SampleHeader"> - <summary> - Sample Header - </summary> - </member> - <member name="T:NAudio.SoundFont.StructureBuilder`1"> - <summary> - base class for structures that can read themselves - </summary> - </member> - <member name="T:NAudio.SoundFont.GeneratorEnum"> - <summary> - Generator types - </summary> - </member> - <member name="F:NAudio.SoundFont.GeneratorEnum.StartAddressOffset"> - <summary>Start address offset</summary> - </member> - <member name="F:NAudio.SoundFont.GeneratorEnum.EndAddressOffset"> - <summary>End address offset</summary> - </member> - <member name="F:NAudio.SoundFont.GeneratorEnum.StartLoopAddressOffset"> - <summary>Start loop address offset</summary> - </member> - <member name="F:NAudio.SoundFont.GeneratorEnum.EndLoopAddressOffset"> - <summary>End loop address offset</summary> - </member> - <member name="F:NAudio.SoundFont.GeneratorEnum.StartAddressCoarseOffset"> - <summary>Start address coarse offset</summary> - </member> - <member name="F:NAudio.SoundFont.GeneratorEnum.ModulationLFOToPitch"> - <summary>Modulation LFO to pitch</summary> - </member> - <member name="F:NAudio.SoundFont.GeneratorEnum.VibratoLFOToPitch"> - <summary>Vibrato LFO to pitch</summary> - </member> - <member name="F:NAudio.SoundFont.GeneratorEnum.ModulationEnvelopeToPitch"> - <summary>Modulation envelope to pitch</summary> - </member> - <member name="F:NAudio.SoundFont.GeneratorEnum.InitialFilterCutoffFrequency"> - <summary>Initial filter cutoff frequency</summary> - </member> - <member name="F:NAudio.SoundFont.GeneratorEnum.InitialFilterQ"> - <summary>Initial filter Q</summary> - </member> - <member name="F:NAudio.SoundFont.GeneratorEnum.ModulationLFOToFilterCutoffFrequency"> - <summary>Modulation LFO to filter Cutoff frequency</summary> - </member> - <member name="F:NAudio.SoundFont.GeneratorEnum.ModulationEnvelopeToFilterCutoffFrequency"> - <summary>Modulation envelope to filter cutoff frequency</summary> - </member> - <member name="F:NAudio.SoundFont.GeneratorEnum.EndAddressCoarseOffset"> - <summary>End address coarse offset</summary> - </member> - <member name="F:NAudio.SoundFont.GeneratorEnum.ModulationLFOToVolume"> - <summary>Modulation LFO to volume</summary> - </member> - <member name="F:NAudio.SoundFont.GeneratorEnum.Unused1"> - <summary>Unused</summary> - </member> - <member name="F:NAudio.SoundFont.GeneratorEnum.ChorusEffectsSend"> - <summary>Chorus effects send</summary> - </member> - <member name="F:NAudio.SoundFont.GeneratorEnum.ReverbEffectsSend"> - <summary>Reverb effects send</summary> - </member> - <member name="F:NAudio.SoundFont.GeneratorEnum.Pan"> - <summary>Pan</summary> - </member> - <member name="F:NAudio.SoundFont.GeneratorEnum.Unused2"> - <summary>Unused</summary> - </member> - <member name="F:NAudio.SoundFont.GeneratorEnum.Unused3"> - <summary>Unused</summary> - </member> - <member name="F:NAudio.SoundFont.GeneratorEnum.Unused4"> - <summary>Unused</summary> - </member> - <member name="F:NAudio.SoundFont.GeneratorEnum.DelayModulationLFO"> - <summary>Delay modulation LFO</summary> - </member> - <member name="F:NAudio.SoundFont.GeneratorEnum.FrequencyModulationLFO"> - <summary>Frequency modulation LFO</summary> - </member> - <member name="F:NAudio.SoundFont.GeneratorEnum.DelayVibratoLFO"> - <summary>Delay vibrato LFO</summary> - </member> - <member name="F:NAudio.SoundFont.GeneratorEnum.FrequencyVibratoLFO"> - <summary>Frequency vibrato LFO</summary> - </member> - <member name="F:NAudio.SoundFont.GeneratorEnum.DelayModulationEnvelope"> - <summary>Delay modulation envelope</summary> - </member> - <member name="F:NAudio.SoundFont.GeneratorEnum.AttackModulationEnvelope"> - <summary>Attack modulation envelope</summary> - </member> - <member name="F:NAudio.SoundFont.GeneratorEnum.HoldModulationEnvelope"> - <summary>Hold modulation envelope</summary> - </member> - <member name="F:NAudio.SoundFont.GeneratorEnum.DecayModulationEnvelope"> - <summary>Decay modulation envelope</summary> - </member> - <member name="F:NAudio.SoundFont.GeneratorEnum.SustainModulationEnvelope"> - <summary>Sustain modulation envelop</summary> - </member> - <member name="F:NAudio.SoundFont.GeneratorEnum.ReleaseModulationEnvelope"> - <summary>Release modulation envelope</summary> - </member> - <member name="F:NAudio.SoundFont.GeneratorEnum.KeyNumberToModulationEnvelopeHold"> - <summary>Key number to modulation envelope hold</summary> - </member> - <member name="F:NAudio.SoundFont.GeneratorEnum.KeyNumberToModulationEnvelopeDecay"> - <summary>Key number to modulation envelope decay</summary> - </member> - <member name="F:NAudio.SoundFont.GeneratorEnum.DelayVolumeEnvelope"> - <summary>Delay volume envelope</summary> - </member> - <member name="F:NAudio.SoundFont.GeneratorEnum.AttackVolumeEnvelope"> - <summary>Attack volume envelope</summary> - </member> - <member name="F:NAudio.SoundFont.GeneratorEnum.HoldVolumeEnvelope"> - <summary>Hold volume envelope</summary> - </member> - <member name="F:NAudio.SoundFont.GeneratorEnum.DecayVolumeEnvelope"> - <summary>Decay volume envelope</summary> - </member> - <member name="F:NAudio.SoundFont.GeneratorEnum.SustainVolumeEnvelope"> - <summary>Sustain volume envelope</summary> - </member> - <member name="F:NAudio.SoundFont.GeneratorEnum.ReleaseVolumeEnvelope"> - <summary>Release volume envelope</summary> - </member> - <member name="F:NAudio.SoundFont.GeneratorEnum.KeyNumberToVolumeEnvelopeHold"> - <summary>Key number to volume envelope hold</summary> - </member> - <member name="F:NAudio.SoundFont.GeneratorEnum.KeyNumberToVolumeEnvelopeDecay"> - <summary>Key number to volume envelope decay</summary> - </member> - <member name="F:NAudio.SoundFont.GeneratorEnum.Instrument"> - <summary>Instrument</summary> - </member> - <member name="F:NAudio.SoundFont.GeneratorEnum.Reserved1"> - <summary>Reserved</summary> - </member> - <member name="F:NAudio.SoundFont.GeneratorEnum.KeyRange"> - <summary>Key range</summary> - </member> - <member name="F:NAudio.SoundFont.GeneratorEnum.VelocityRange"> - <summary>Velocity range</summary> - </member> - <member name="F:NAudio.SoundFont.GeneratorEnum.StartLoopAddressCoarseOffset"> - <summary>Start loop address coarse offset</summary> - </member> - <member name="F:NAudio.SoundFont.GeneratorEnum.KeyNumber"> - <summary>Key number</summary> - </member> - <member name="F:NAudio.SoundFont.GeneratorEnum.Velocity"> - <summary>Velocity</summary> - </member> - <member name="F:NAudio.SoundFont.GeneratorEnum.InitialAttenuation"> - <summary>Initial attenuation</summary> - </member> - <member name="F:NAudio.SoundFont.GeneratorEnum.Reserved2"> - <summary>Reserved</summary> - </member> - <member name="F:NAudio.SoundFont.GeneratorEnum.EndLoopAddressCoarseOffset"> - <summary>End loop address coarse offset</summary> - </member> - <member name="F:NAudio.SoundFont.GeneratorEnum.CoarseTune"> - <summary>Coarse tune</summary> - </member> - <member name="F:NAudio.SoundFont.GeneratorEnum.FineTune"> - <summary>Fine tune</summary> - </member> - <member name="F:NAudio.SoundFont.GeneratorEnum.SampleID"> - <summary>Sample ID</summary> - </member> - <member name="F:NAudio.SoundFont.GeneratorEnum.SampleModes"> - <summary>Sample modes</summary> - </member> - <member name="F:NAudio.SoundFont.GeneratorEnum.Reserved3"> - <summary>Reserved</summary> - </member> - <member name="F:NAudio.SoundFont.GeneratorEnum.ScaleTuning"> - <summary>Scale tuning</summary> - </member> - <member name="F:NAudio.SoundFont.GeneratorEnum.ExclusiveClass"> - <summary>Exclusive class</summary> - </member> - <member name="F:NAudio.SoundFont.GeneratorEnum.OverridingRootKey"> - <summary>Overriding root key</summary> - </member> - <member name="F:NAudio.SoundFont.GeneratorEnum.Unused5"> - <summary>Unused</summary> - </member> - <member name="F:NAudio.SoundFont.GeneratorEnum.UnusedEnd"> - <summary>Unused</summary> - </member> - <member name="T:NAudio.SoundFont.InfoChunk"> - <summary> - A soundfont info chunk - </summary> - </member> - <member name="M:NAudio.SoundFont.InfoChunk.ToString"> - <summary> - <see cref="M:System.Object.ToString"/> - </summary> - </member> - <member name="P:NAudio.SoundFont.InfoChunk.SoundFontVersion"> - <summary> - SoundFont Version - </summary> - </member> - <member name="P:NAudio.SoundFont.InfoChunk.WaveTableSoundEngine"> - <summary> - WaveTable sound engine - </summary> - </member> - <member name="P:NAudio.SoundFont.InfoChunk.BankName"> - <summary> - Bank name - </summary> - </member> - <member name="P:NAudio.SoundFont.InfoChunk.DataROM"> - <summary> - Data ROM - </summary> - </member> - <member name="P:NAudio.SoundFont.InfoChunk.CreationDate"> - <summary> - Creation Date - </summary> - </member> - <member name="P:NAudio.SoundFont.InfoChunk.Author"> - <summary> - Author - </summary> - </member> - <member name="P:NAudio.SoundFont.InfoChunk.TargetProduct"> - <summary> - Target Product - </summary> - </member> - <member name="P:NAudio.SoundFont.InfoChunk.Copyright"> - <summary> - Copyright - </summary> - </member> - <member name="P:NAudio.SoundFont.InfoChunk.Comments"> - <summary> - Comments - </summary> - </member> - <member name="P:NAudio.SoundFont.InfoChunk.Tools"> - <summary> - Tools - </summary> - </member> - <member name="P:NAudio.SoundFont.InfoChunk.ROMVersion"> - <summary> - ROM Version - </summary> - </member> - <member name="T:NAudio.SoundFont.Instrument"> - <summary> - SoundFont instrument - </summary> - </member> - <member name="M:NAudio.SoundFont.Instrument.ToString"> - <summary> - <see cref="M:System.Object.ToString"/> - </summary> - </member> - <member name="P:NAudio.SoundFont.Instrument.Name"> - <summary> - instrument name - </summary> - </member> - <member name="P:NAudio.SoundFont.Instrument.Zones"> - <summary> - Zones - </summary> - </member> - <member name="T:NAudio.SoundFont.InstrumentBuilder"> - <summary> - Instrument Builder - </summary> - </member> - <member name="T:NAudio.SoundFont.TransformEnum"> - <summary> - Transform Types - </summary> - </member> - <member name="F:NAudio.SoundFont.TransformEnum.Linear"> - <summary> - Linear - </summary> - </member> - <member name="T:NAudio.SoundFont.Modulator"> - <summary> - Modulator - </summary> - </member> - <member name="M:NAudio.SoundFont.Modulator.ToString"> - <summary> - <see cref="M:System.Object.ToString"/> - </summary> - </member> - <member name="P:NAudio.SoundFont.Modulator.SourceModulationData"> - <summary> - Source Modulation data type - </summary> - </member> - <member name="P:NAudio.SoundFont.Modulator.DestinationGenerator"> - <summary> - Destination generator type - </summary> - </member> - <member name="P:NAudio.SoundFont.Modulator.Amount"> - <summary> - Amount - </summary> - </member> - <member name="P:NAudio.SoundFont.Modulator.SourceModulationAmount"> - <summary> - Source Modulation Amount Type - </summary> - </member> - <member name="P:NAudio.SoundFont.Modulator.SourceTransform"> - <summary> - Source Transform Type - </summary> - </member> - <member name="T:NAudio.SoundFont.ControllerSourceEnum"> - <summary> - Controller Sources - </summary> - </member> - <member name="F:NAudio.SoundFont.ControllerSourceEnum.NoController"> - <summary> - No Controller - </summary> - </member> - <member name="F:NAudio.SoundFont.ControllerSourceEnum.NoteOnVelocity"> - <summary> - Note On Velocity - </summary> - </member> - <member name="F:NAudio.SoundFont.ControllerSourceEnum.NoteOnKeyNumber"> - <summary> - Note On Key Number - </summary> - </member> - <member name="F:NAudio.SoundFont.ControllerSourceEnum.PolyPressure"> - <summary> - Poly Pressure - </summary> - </member> - <member name="F:NAudio.SoundFont.ControllerSourceEnum.ChannelPressure"> - <summary> - Channel Pressure - </summary> - </member> - <member name="F:NAudio.SoundFont.ControllerSourceEnum.PitchWheel"> - <summary> - Pitch Wheel - </summary> - </member> - <member name="F:NAudio.SoundFont.ControllerSourceEnum.PitchWheelSensitivity"> - <summary> - Pitch Wheel Sensitivity - </summary> - </member> - <member name="T:NAudio.SoundFont.SourceTypeEnum"> - <summary> - Source Types - </summary> - </member> - <member name="F:NAudio.SoundFont.SourceTypeEnum.Linear"> - <summary> - Linear - </summary> - </member> - <member name="F:NAudio.SoundFont.SourceTypeEnum.Concave"> - <summary> - Concave - </summary> - </member> - <member name="F:NAudio.SoundFont.SourceTypeEnum.Convex"> - <summary> - Convex - </summary> - </member> - <member name="F:NAudio.SoundFont.SourceTypeEnum.Switch"> - <summary> - Switch - </summary> - </member> - <member name="T:NAudio.SoundFont.ModulatorType"> - <summary> - Modulator Type - </summary> - </member> - <member name="M:NAudio.SoundFont.ModulatorType.ToString"> - <summary> - <see cref="M:System.Object.ToString"/> - </summary> - <returns></returns> - </member> - <member name="T:NAudio.SoundFont.Preset"> - <summary> - A SoundFont Preset - </summary> - </member> - <member name="M:NAudio.SoundFont.Preset.ToString"> - <summary> - <see cref="M:System.Object.ToString"/> - </summary> - </member> - <member name="P:NAudio.SoundFont.Preset.Name"> - <summary> - Preset name - </summary> - </member> - <member name="P:NAudio.SoundFont.Preset.PatchNumber"> - <summary> - Patch Number - </summary> - </member> - <member name="P:NAudio.SoundFont.Preset.Bank"> - <summary> - Bank number - </summary> - </member> - <member name="P:NAudio.SoundFont.Preset.Zones"> - <summary> - Zones - </summary> - </member> - <member name="T:NAudio.SoundFont.PresetsChunk"> - <summary> - Class to read the SoundFont file presets chunk - </summary> - </member> - <member name="M:NAudio.SoundFont.PresetsChunk.ToString"> - <summary> - <see cref="M:System.Object.ToString"/> - </summary> - </member> - <member name="P:NAudio.SoundFont.PresetsChunk.Presets"> - <summary> - The Presets contained in this chunk - </summary> - </member> - <member name="P:NAudio.SoundFont.PresetsChunk.Instruments"> - <summary> - The instruments contained in this chunk - </summary> - </member> - <member name="P:NAudio.SoundFont.PresetsChunk.SampleHeaders"> - <summary> - The sample headers contained in this chunk - </summary> - </member> - <member name="M:NAudio.SoundFont.RiffChunk.ReadChunkID"> - <summary> - just reads a chunk ID at the current position - </summary> - <returns>chunk ID</returns> - </member> - <member name="M:NAudio.SoundFont.RiffChunk.ReadChunk"> - <summary> - reads a chunk at the current position - </summary> - </member> - <member name="M:NAudio.SoundFont.RiffChunk.GetNextSubChunk"> - <summary> - creates a new riffchunk from current position checking that we're not - at the end of this chunk first - </summary> - <returns>the new chunk</returns> - </member> - <member name="M:NAudio.SoundFont.RiffChunk.GetDataAsString"> - <summary> - useful for chunks that just contain a string - </summary> - <returns>chunk as string</returns> - </member> - <member name="T:NAudio.SoundFont.SampleHeader"> - <summary> - A SoundFont Sample Header - </summary> - </member> - <member name="F:NAudio.SoundFont.SampleHeader.SampleName"> - <summary> - The sample name - </summary> - </member> - <member name="F:NAudio.SoundFont.SampleHeader.Start"> - <summary> - Start offset - </summary> - </member> - <member name="F:NAudio.SoundFont.SampleHeader.End"> - <summary> - End offset - </summary> - </member> - <member name="F:NAudio.SoundFont.SampleHeader.StartLoop"> - <summary> - Start loop point - </summary> - </member> - <member name="F:NAudio.SoundFont.SampleHeader.EndLoop"> - <summary> - End loop point - </summary> - </member> - <member name="F:NAudio.SoundFont.SampleHeader.SampleRate"> - <summary> - Sample Rate - </summary> - </member> - <member name="F:NAudio.SoundFont.SampleHeader.OriginalPitch"> - <summary> - Original pitch - </summary> - </member> - <member name="F:NAudio.SoundFont.SampleHeader.PitchCorrection"> - <summary> - Pitch correction - </summary> - </member> - <member name="F:NAudio.SoundFont.SampleHeader.SampleLink"> - <summary> - Sample Link - </summary> - </member> - <member name="F:NAudio.SoundFont.SampleHeader.SFSampleLink"> - <summary> - SoundFont Sample Link Type - </summary> - </member> - <member name="M:NAudio.SoundFont.SampleHeader.ToString"> - <summary> - <see cref="M:System.Object.ToString"/> - </summary> - </member> - <member name="T:NAudio.SoundFont.SampleMode"> - <summary> - SoundFont sample modes - </summary> - </member> - <member name="F:NAudio.SoundFont.SampleMode.NoLoop"> - <summary> - No loop - </summary> - </member> - <member name="F:NAudio.SoundFont.SampleMode.LoopContinuously"> - <summary> - Loop Continuously - </summary> - </member> - <member name="F:NAudio.SoundFont.SampleMode.ReservedNoLoop"> - <summary> - Reserved no loop - </summary> - </member> - <member name="F:NAudio.SoundFont.SampleMode.LoopAndContinue"> - <summary> - Loop and continue - </summary> - </member> - <member name="T:NAudio.SoundFont.SFSampleLink"> - <summary> - Sample Link Type - </summary> - </member> - <member name="F:NAudio.SoundFont.SFSampleLink.MonoSample"> - <summary> - Mono Sample - </summary> - </member> - <member name="F:NAudio.SoundFont.SFSampleLink.RightSample"> - <summary> - Right Sample - </summary> - </member> - <member name="F:NAudio.SoundFont.SFSampleLink.LeftSample"> - <summary> - Left Sample - </summary> - </member> - <member name="F:NAudio.SoundFont.SFSampleLink.LinkedSample"> - <summary> - Linked Sample - </summary> - </member> - <member name="F:NAudio.SoundFont.SFSampleLink.RomMonoSample"> - <summary> - ROM Mono Sample - </summary> - </member> - <member name="F:NAudio.SoundFont.SFSampleLink.RomRightSample"> - <summary> - ROM Right Sample - </summary> - </member> - <member name="F:NAudio.SoundFont.SFSampleLink.RomLeftSample"> - <summary> - ROM Left Sample - </summary> - </member> - <member name="F:NAudio.SoundFont.SFSampleLink.RomLinkedSample"> - <summary> - ROM Linked Sample - </summary> - </member> - <member name="T:NAudio.SoundFont.SFVersion"> - <summary> - SoundFont Version Structure - </summary> - </member> - <member name="P:NAudio.SoundFont.SFVersion.Major"> - <summary> - Major Version - </summary> - </member> - <member name="P:NAudio.SoundFont.SFVersion.Minor"> - <summary> - Minor Version - </summary> - </member> - <member name="T:NAudio.SoundFont.SFVersionBuilder"> - <summary> - Builds a SoundFont version - </summary> - </member> - <member name="M:NAudio.SoundFont.SFVersionBuilder.Read(System.IO.BinaryReader)"> - <summary> - Reads a SoundFont Version structure - </summary> - </member> - <member name="M:NAudio.SoundFont.SFVersionBuilder.Write(System.IO.BinaryWriter,NAudio.SoundFont.SFVersion)"> - <summary> - Writes a SoundFont Version structure - </summary> - </member> - <member name="P:NAudio.SoundFont.SFVersionBuilder.Length"> - <summary> - Gets the length of this structure - </summary> - </member> - <member name="T:NAudio.SoundFont.SoundFont"> - <summary> - Represents a SoundFont - </summary> - </member> - <member name="M:NAudio.SoundFont.SoundFont.#ctor(System.String)"> - <summary> - Loads a SoundFont from a file - </summary> - <param name="fileName">Filename of the SoundFont</param> - </member> - <member name="M:NAudio.SoundFont.SoundFont.#ctor(System.IO.Stream)"> - <summary> - Loads a SoundFont from a stream - </summary> - <param name="sfFile">stream</param> - </member> - <member name="M:NAudio.SoundFont.SoundFont.ToString"> - <summary> - <see cref="M:System.Object.ToString"/> - </summary> - </member> - <member name="P:NAudio.SoundFont.SoundFont.FileInfo"> - <summary> - The File Info Chunk - </summary> - </member> - <member name="P:NAudio.SoundFont.SoundFont.Presets"> - <summary> - The Presets - </summary> - </member> - <member name="P:NAudio.SoundFont.SoundFont.Instruments"> - <summary> - The Instruments - </summary> - </member> - <member name="P:NAudio.SoundFont.SoundFont.SampleHeaders"> - <summary> - The Sample Headers - </summary> - </member> - <member name="P:NAudio.SoundFont.SoundFont.SampleData"> - <summary> - The Sample Data - </summary> - </member> - <member name="T:NAudio.SoundFont.Zone"> - <summary> - A SoundFont zone - </summary> - </member> - <member name="M:NAudio.SoundFont.Zone.ToString"> - <summary> - <see cref="M:System.Object.ToString"/> - </summary> - </member> - <member name="P:NAudio.SoundFont.Zone.Modulators"> - <summary> - Modulators for this Zone - </summary> - </member> - <member name="P:NAudio.SoundFont.Zone.Generators"> - <summary> - Generators for this Zone - </summary> - </member> - <member name="T:NAudio.Gui.Fader"> - <summary> - Summary description for Fader. - </summary> - </member> - <member name="F:NAudio.Gui.Fader.components"> - <summary> - Required designer variable. - </summary> - </member> - <member name="M:NAudio.Gui.Fader.#ctor"> - <summary> - Creates a new Fader control - </summary> - </member> - <member name="M:NAudio.Gui.Fader.Dispose(System.Boolean)"> - <summary> - Clean up any resources being used. - </summary> - </member> - <member name="M:NAudio.Gui.Fader.OnPaint(System.Windows.Forms.PaintEventArgs)"> - <summary> - <see cref="M:System.Windows.Forms.Control.OnPaint(System.Windows.Forms.PaintEventArgs)"/> - </summary> - </member> - <member name="M:NAudio.Gui.Fader.OnMouseDown(System.Windows.Forms.MouseEventArgs)"> - <summary> - <see cref="M:System.Windows.Forms.Control.OnMouseDown(System.Windows.Forms.MouseEventArgs)"/> - </summary> - </member> - <member name="M:NAudio.Gui.Fader.OnMouseMove(System.Windows.Forms.MouseEventArgs)"> - <summary> - <see cref="M:System.Windows.Forms.Control.OnMouseMove(System.Windows.Forms.MouseEventArgs)"/> - </summary> - </member> - <member name="M:NAudio.Gui.Fader.OnMouseUp(System.Windows.Forms.MouseEventArgs)"> - <summary> - <see cref="M:System.Windows.Forms.Control.OnMouseUp(System.Windows.Forms.MouseEventArgs)"/> - </summary> - </member> - <member name="M:NAudio.Gui.Fader.InitializeComponent"> - <summary> - Required method for Designer support - do not modify - the contents of this method with the code editor. - </summary> - </member> - <member name="P:NAudio.Gui.Fader.Minimum"> - <summary> - Minimum value of this fader - </summary> - </member> - <member name="P:NAudio.Gui.Fader.Maximum"> - <summary> - Maximum value of this fader - </summary> - </member> - <member name="P:NAudio.Gui.Fader.Value"> - <summary> - Current value of this fader - </summary> - </member> - <member name="P:NAudio.Gui.Fader.Orientation"> - <summary> - Fader orientation - </summary> - </member> - <member name="T:NAudio.Gui.PanSlider"> - <summary> - Pan slider control - </summary> - </member> - <member name="F:NAudio.Gui.PanSlider.components"> - <summary> - Required designer variable. - </summary> - </member> - <member name="M:NAudio.Gui.PanSlider.#ctor"> - <summary> - Creates a new PanSlider control - </summary> - </member> - <member name="M:NAudio.Gui.PanSlider.Dispose(System.Boolean)"> - <summary> - Clean up any resources being used. - </summary> - </member> - <member name="M:NAudio.Gui.PanSlider.InitializeComponent"> - <summary> - Required method for Designer support - do not modify - the contents of this method with the code editor. - </summary> - </member> - <member name="M:NAudio.Gui.PanSlider.OnPaint(System.Windows.Forms.PaintEventArgs)"> - <summary> - <see cref="M:System.Windows.Forms.Control.OnPaint(System.Windows.Forms.PaintEventArgs)"/> - </summary> - </member> - <member name="M:NAudio.Gui.PanSlider.OnMouseMove(System.Windows.Forms.MouseEventArgs)"> - <summary> - <see cref="M:System.Windows.Forms.Control.OnMouseMove(System.Windows.Forms.MouseEventArgs)"/> - </summary> - </member> - <member name="M:NAudio.Gui.PanSlider.OnMouseDown(System.Windows.Forms.MouseEventArgs)"> - <summary> - <see cref="M:System.Windows.Forms.Control.OnMouseDown(System.Windows.Forms.MouseEventArgs)"/> - </summary> - <param name="e"></param> - </member> - <member name="E:NAudio.Gui.PanSlider.PanChanged"> - <summary> - True when pan value changed - </summary> - </member> - <member name="P:NAudio.Gui.PanSlider.Pan"> - <summary> - The current Pan setting - </summary> - </member> - <member name="T:NAudio.Gui.Pot"> - <summary> - Control that represents a potentiometer - TODO list: - Optional Log scale - Optional reverse scale - Keyboard control - Optional bitmap mode - Optional complete draw mode - Tooltip support - </summary> - </member> - <member name="M:NAudio.Gui.Pot.#ctor"> - <summary> - Creates a new pot control - </summary> - </member> - <member name="M:NAudio.Gui.Pot.OnPaint(System.Windows.Forms.PaintEventArgs)"> - <summary> - Draws the control - </summary> - </member> - <member name="M:NAudio.Gui.Pot.OnMouseDown(System.Windows.Forms.MouseEventArgs)"> - <summary> - Handles the mouse down event to allow changing value by dragging - </summary> - </member> - <member name="M:NAudio.Gui.Pot.OnMouseUp(System.Windows.Forms.MouseEventArgs)"> - <summary> - Handles the mouse up event to allow changing value by dragging - </summary> - </member> - <member name="M:NAudio.Gui.Pot.OnMouseMove(System.Windows.Forms.MouseEventArgs)"> - <summary> - Handles the mouse down event to allow changing value by dragging - </summary> - </member> - <member name="F:NAudio.Gui.Pot.components"> - <summary> - Required designer variable. - </summary> - </member> - <member name="M:NAudio.Gui.Pot.Dispose(System.Boolean)"> - <summary> - Clean up any resources being used. - </summary> - <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> - </member> - <member name="M:NAudio.Gui.Pot.InitializeComponent"> - <summary> - Required method for Designer support - do not modify - the contents of this method with the code editor. - </summary> - </member> - <member name="E:NAudio.Gui.Pot.ValueChanged"> - <summary> - Value changed event - </summary> - </member> - <member name="P:NAudio.Gui.Pot.Minimum"> - <summary> - Minimum Value of the Pot - </summary> - </member> - <member name="P:NAudio.Gui.Pot.Maximum"> - <summary> - Maximum Value of the Pot - </summary> - </member> - <member name="P:NAudio.Gui.Pot.Value"> - <summary> - The current value of the pot - </summary> - </member> - <member name="T:NAudio.Gui.VolumeMeter"> - <summary> - Implements a rudimentary volume meter - </summary> - </member> - <member name="M:NAudio.Gui.VolumeMeter.#ctor"> - <summary> - Basic volume meter - </summary> - </member> - <member name="M:NAudio.Gui.VolumeMeter.OnForeColorChanged(System.EventArgs)"> - <summary> - On Fore Color Changed - </summary> - </member> - <member name="M:NAudio.Gui.VolumeMeter.OnPaint(System.Windows.Forms.PaintEventArgs)"> - <summary> - Paints the volume meter - </summary> - </member> - <member name="F:NAudio.Gui.VolumeMeter.components"> - <summary> - Required designer variable. - </summary> - </member> - <member name="M:NAudio.Gui.VolumeMeter.Dispose(System.Boolean)"> - <summary> - Clean up any resources being used. - </summary> - <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> - </member> - <member name="M:NAudio.Gui.VolumeMeter.InitializeComponent"> - <summary> - Required method for Designer support - do not modify - the contents of this method with the code editor. - </summary> - </member> - <member name="P:NAudio.Gui.VolumeMeter.Amplitude"> - <summary> - Current Value - </summary> - </member> - <member name="P:NAudio.Gui.VolumeMeter.MinDb"> - <summary> - Minimum decibels - </summary> - </member> - <member name="P:NAudio.Gui.VolumeMeter.MaxDb"> - <summary> - Maximum decibels - </summary> - </member> - <member name="P:NAudio.Gui.VolumeMeter.Orientation"> - <summary> - Meter orientation - </summary> - </member> - <member name="T:NAudio.Gui.VolumeSlider"> - <summary> - VolumeSlider control - </summary> - </member> - <member name="F:NAudio.Gui.VolumeSlider.components"> - <summary> - Required designer variable. - </summary> - </member> - <member name="M:NAudio.Gui.VolumeSlider.#ctor"> - <summary> - Creates a new VolumeSlider control - </summary> - </member> - <member name="M:NAudio.Gui.VolumeSlider.Dispose(System.Boolean)"> - <summary> - Clean up any resources being used. - </summary> - </member> - <member name="M:NAudio.Gui.VolumeSlider.InitializeComponent"> - <summary> - Required method for Designer support - do not modify - the contents of this method with the code editor. - </summary> - </member> - <member name="M:NAudio.Gui.VolumeSlider.OnPaint(System.Windows.Forms.PaintEventArgs)"> - <summary> - <see cref="M:System.Windows.Forms.Control.OnPaint(System.Windows.Forms.PaintEventArgs)"/> - </summary> - </member> - <member name="M:NAudio.Gui.VolumeSlider.OnMouseMove(System.Windows.Forms.MouseEventArgs)"> - <summary> - <see cref="M:System.Windows.Forms.Control.OnMouseMove(System.Windows.Forms.MouseEventArgs)"/> - </summary> - </member> - <member name="M:NAudio.Gui.VolumeSlider.OnMouseDown(System.Windows.Forms.MouseEventArgs)"> - <summary> - <see cref="M:System.Windows.Forms.Control.OnMouseDown(System.Windows.Forms.MouseEventArgs)"/> - </summary> - </member> - <member name="E:NAudio.Gui.VolumeSlider.VolumeChanged"> - <summary> - Volume changed event - </summary> - </member> - <member name="P:NAudio.Gui.VolumeSlider.Volume"> - <summary> - The volume for this control - </summary> - </member> - <member name="T:NAudio.Gui.WaveformPainter"> - <summary> - Windows Forms control for painting audio waveforms - </summary> - </member> - <member name="M:NAudio.Gui.WaveformPainter.#ctor"> - <summary> - Constructs a new instance of the WaveFormPainter class - </summary> - </member> - <member name="M:NAudio.Gui.WaveformPainter.OnResize(System.EventArgs)"> - <summary> - On Resize - </summary> - </member> - <member name="M:NAudio.Gui.WaveformPainter.OnForeColorChanged(System.EventArgs)"> - <summary> - On ForeColor Changed - </summary> - <param name="e"></param> - </member> - <member name="M:NAudio.Gui.WaveformPainter.AddMax(System.Single)"> - <summary> - Add Max Value - </summary> - <param name="maxSample"></param> - </member> - <member name="M:NAudio.Gui.WaveformPainter.OnPaint(System.Windows.Forms.PaintEventArgs)"> - <summary> - On Paint - </summary> - </member> - <member name="F:NAudio.Gui.WaveformPainter.components"> - <summary> - Required designer variable. - </summary> - </member> - <member name="M:NAudio.Gui.WaveformPainter.Dispose(System.Boolean)"> - <summary> - Clean up any resources being used. - </summary> - <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> - </member> - <member name="M:NAudio.Gui.WaveformPainter.InitializeComponent"> - <summary> - Required method for Designer support - do not modify - the contents of this method with the code editor. - </summary> - </member> - <member name="T:NAudio.Gui.WaveViewer"> - <summary> - Control for viewing waveforms - </summary> - </member> - <member name="F:NAudio.Gui.WaveViewer.components"> - <summary> - Required designer variable. - </summary> - </member> - <member name="M:NAudio.Gui.WaveViewer.#ctor"> - <summary> - Creates a new WaveViewer control - </summary> - </member> - <member name="M:NAudio.Gui.WaveViewer.Dispose(System.Boolean)"> - <summary> - Clean up any resources being used. - </summary> - </member> - <member name="M:NAudio.Gui.WaveViewer.OnPaint(System.Windows.Forms.PaintEventArgs)"> - <summary> - <see cref="M:System.Windows.Forms.Control.OnPaint(System.Windows.Forms.PaintEventArgs)"/> - </summary> - </member> - <member name="M:NAudio.Gui.WaveViewer.InitializeComponent"> - <summary> - Required method for Designer support - do not modify - the contents of this method with the code editor. - </summary> - </member> - <member name="P:NAudio.Gui.WaveViewer.WaveStream"> - <summary> - sets the associated wavestream - </summary> - </member> - <member name="P:NAudio.Gui.WaveViewer.SamplesPerPixel"> - <summary> - The zoom level, in samples per pixel - </summary> - </member> - <member name="P:NAudio.Gui.WaveViewer.StartPosition"> - <summary> - Start position (currently in bytes) - </summary> - </member> - <member name="T:NAudio.Midi.ChannelAfterTouchEvent"> - <summary> - Represents a MIDI Channel AfterTouch Event. - </summary> - </member> - <member name="T:NAudio.Midi.MidiEvent"> - <summary> - Represents an individual MIDI event - </summary> - </member> - <member name="F:NAudio.Midi.MidiEvent.commandCode"> - <summary>The MIDI command code</summary> - </member> - <member name="M:NAudio.Midi.MidiEvent.FromRawMessage(System.Int32)"> - <summary> - Creates a MidiEvent from a raw message received using - the MME MIDI In APIs - </summary> - <param name="rawMessage">The short MIDI message</param> - <returns>A new MIDI Event</returns> - </member> - <member name="M:NAudio.Midi.MidiEvent.ReadNextEvent(System.IO.BinaryReader,NAudio.Midi.MidiEvent)"> - <summary> - Constructs a MidiEvent from a BinaryStream - </summary> - <param name="br">The binary stream of MIDI data</param> - <param name="previous">The previous MIDI event (pass null for first event)</param> - <returns>A new MidiEvent</returns> - </member> - <member name="M:NAudio.Midi.MidiEvent.GetAsShortMessage"> - <summary> - Converts this MIDI event to a short message (32 bit integer) that - can be sent by the Windows MIDI out short message APIs - Cannot be implemented for all MIDI messages - </summary> - <returns>A short message</returns> - </member> - <member name="M:NAudio.Midi.MidiEvent.#ctor"> - <summary> - Default constructor - </summary> - </member> - <member name="M:NAudio.Midi.MidiEvent.#ctor(System.Int64,System.Int32,NAudio.Midi.MidiCommandCode)"> - <summary> - Creates a MIDI event with specified parameters - </summary> - <param name="absoluteTime">Absolute time of this event</param> - <param name="channel">MIDI channel number</param> - <param name="commandCode">MIDI command code</param> - </member> - <member name="M:NAudio.Midi.MidiEvent.IsNoteOff(NAudio.Midi.MidiEvent)"> - <summary> - Whether this is a note off event - </summary> - </member> - <member name="M:NAudio.Midi.MidiEvent.IsNoteOn(NAudio.Midi.MidiEvent)"> - <summary> - Whether this is a note on event - </summary> - </member> - <member name="M:NAudio.Midi.MidiEvent.IsEndTrack(NAudio.Midi.MidiEvent)"> - <summary> - Determines if this is an end track event - </summary> - </member> - <member name="M:NAudio.Midi.MidiEvent.ToString"> - <summary> - Displays a summary of the MIDI event - </summary> - <returns>A string containing a brief description of this MIDI event</returns> - </member> - <member name="M:NAudio.Midi.MidiEvent.ReadVarInt(System.IO.BinaryReader)"> - <summary> - Utility function that can read a variable length integer from a binary stream - </summary> - <param name="br">The binary stream</param> - <returns>The integer read</returns> - </member> - <member name="M:NAudio.Midi.MidiEvent.WriteVarInt(System.IO.BinaryWriter,System.Int32)"> - <summary> - Writes a variable length integer to a binary stream - </summary> - <param name="writer">Binary stream</param> - <param name="value">The value to write</param> - </member> - <member name="M:NAudio.Midi.MidiEvent.Export(System.Int64@,System.IO.BinaryWriter)"> - <summary> - Exports this MIDI event's data - Overriden in derived classes, but they should call this version - </summary> - <param name="absoluteTime">Absolute time used to calculate delta. - Is updated ready for the next delta calculation</param> - <param name="writer">Stream to write to</param> - </member> - <member name="P:NAudio.Midi.MidiEvent.Channel"> - <summary> - The MIDI Channel Number for this event (1-16) - </summary> - </member> - <member name="P:NAudio.Midi.MidiEvent.DeltaTime"> - <summary> - The Delta time for this event - </summary> - </member> - <member name="P:NAudio.Midi.MidiEvent.AbsoluteTime"> - <summary> - The absolute time for this event - </summary> - </member> - <member name="P:NAudio.Midi.MidiEvent.CommandCode"> - <summary> - The command code for this event - </summary> - </member> - <member name="M:NAudio.Midi.ChannelAfterTouchEvent.#ctor(System.IO.BinaryReader)"> - <summary> - Creates a new ChannelAfterTouchEvent from raw MIDI data - </summary> - <param name="br">A binary reader</param> - </member> - <member name="M:NAudio.Midi.ChannelAfterTouchEvent.#ctor(System.Int64,System.Int32,System.Int32)"> - <summary> - Creates a new Channel After-Touch Event - </summary> - <param name="absoluteTime">Absolute time</param> - <param name="channel">Channel</param> - <param name="afterTouchPressure">After-touch pressure</param> - </member> - <member name="M:NAudio.Midi.ChannelAfterTouchEvent.Export(System.Int64@,System.IO.BinaryWriter)"> - <summary> - Calls base class export first, then exports the data - specific to this event - <seealso cref="M:NAudio.Midi.MidiEvent.Export(System.Int64@,System.IO.BinaryWriter)">MidiEvent.Export</seealso> - </summary> - </member> - <member name="P:NAudio.Midi.ChannelAfterTouchEvent.AfterTouchPressure"> - <summary> - The aftertouch pressure value - </summary> - </member> - <member name="T:NAudio.Midi.ControlChangeEvent"> - <summary> - Represents a MIDI control change event - </summary> - </member> - <member name="M:NAudio.Midi.ControlChangeEvent.#ctor(System.IO.BinaryReader)"> - <summary> - Reads a control change event from a MIDI stream - </summary> - <param name="br">Binary reader on the MIDI stream</param> - </member> - <member name="M:NAudio.Midi.ControlChangeEvent.#ctor(System.Int64,System.Int32,NAudio.Midi.MidiController,System.Int32)"> - <summary> - Creates a control change event - </summary> - <param name="absoluteTime">Time</param> - <param name="channel">MIDI Channel Number</param> - <param name="controller">The MIDI Controller</param> - <param name="controllerValue">Controller value</param> - </member> - <member name="M:NAudio.Midi.ControlChangeEvent.ToString"> - <summary> - Describes this control change event - </summary> - <returns>A string describing this event</returns> - </member> - <member name="M:NAudio.Midi.ControlChangeEvent.GetAsShortMessage"> - <summary> - <see cref="M:NAudio.Midi.MidiEvent.GetAsShortMessage"/> - </summary> - </member> - <member name="M:NAudio.Midi.ControlChangeEvent.Export(System.Int64@,System.IO.BinaryWriter)"> - <summary> - Calls base class export first, then exports the data - specific to this event - <seealso cref="M:NAudio.Midi.MidiEvent.Export(System.Int64@,System.IO.BinaryWriter)">MidiEvent.Export</seealso> - </summary> - </member> - <member name="P:NAudio.Midi.ControlChangeEvent.Controller"> - <summary> - The controller number - </summary> - </member> - <member name="P:NAudio.Midi.ControlChangeEvent.ControllerValue"> - <summary> - The controller value - </summary> - </member> - <member name="T:NAudio.Midi.KeySignatureEvent"> - <summary> - Represents a MIDI key signature event event - </summary> - </member> - <member name="T:NAudio.Midi.MetaEvent"> - <summary> - Represents a MIDI meta event - </summary> - </member> - <member name="M:NAudio.Midi.MetaEvent.#ctor"> - <summary> - Empty constructor - </summary> - </member> - <member name="M:NAudio.Midi.MetaEvent.#ctor(NAudio.Midi.MetaEventType,System.Int32,System.Int64)"> - <summary> - Custom constructor for use by derived types, who will manage the data themselves - </summary> - <param name="metaEventType">Meta event type</param> - <param name="metaDataLength">Meta data length</param> - <param name="absoluteTime">Absolute time</param> - </member> - <member name="M:NAudio.Midi.MetaEvent.ReadMetaEvent(System.IO.BinaryReader)"> - <summary> - Reads a meta-event from a stream - </summary> - <param name="br">A binary reader based on the stream of MIDI data</param> - <returns>A new MetaEvent object</returns> - </member> - <member name="M:NAudio.Midi.MetaEvent.ToString"> - <summary> - Describes this Meta event - </summary> - <returns>String describing the metaevent</returns> - </member> - <member name="M:NAudio.Midi.MetaEvent.Export(System.Int64@,System.IO.BinaryWriter)"> - <summary> - <see cref="M:NAudio.Midi.MidiEvent.Export(System.Int64@,System.IO.BinaryWriter)"/> - </summary> - </member> - <member name="P:NAudio.Midi.MetaEvent.MetaEventType"> - <summary> - Gets the type of this meta event - </summary> - </member> - <member name="M:NAudio.Midi.KeySignatureEvent.#ctor(System.IO.BinaryReader,System.Int32)"> - <summary> - Reads a new track sequence number event from a MIDI stream - </summary> - <param name="br">The MIDI stream</param> - <param name="length">the data length</param> - </member> - <member name="M:NAudio.Midi.KeySignatureEvent.#ctor(System.Int32,System.Int32,System.Int64)"> - <summary> - Creates a new Key signature event with the specified data - </summary> - </member> - <member name="M:NAudio.Midi.KeySignatureEvent.ToString"> - <summary> - Describes this event - </summary> - <returns>String describing the event</returns> - </member> - <member name="M:NAudio.Midi.KeySignatureEvent.Export(System.Int64@,System.IO.BinaryWriter)"> - <summary> - Calls base class export first, then exports the data - specific to this event - <seealso cref="M:NAudio.Midi.MidiEvent.Export(System.Int64@,System.IO.BinaryWriter)">MidiEvent.Export</seealso> - </summary> - </member> - <member name="P:NAudio.Midi.KeySignatureEvent.SharpsFlats"> - <summary> - Number of sharps or flats - </summary> - </member> - <member name="P:NAudio.Midi.KeySignatureEvent.MajorMinor"> - <summary> - Major or Minor key - </summary> - </member> - <member name="T:NAudio.Midi.MetaEventType"> - <summary> - MIDI MetaEvent Type - </summary> - </member> - <member name="F:NAudio.Midi.MetaEventType.TrackSequenceNumber"> - <summary>Track sequence number</summary> - </member> - <member name="F:NAudio.Midi.MetaEventType.TextEvent"> - <summary>Text event</summary> - </member> - <member name="F:NAudio.Midi.MetaEventType.Copyright"> - <summary>Copyright</summary> - </member> - <member name="F:NAudio.Midi.MetaEventType.SequenceTrackName"> - <summary>Sequence track name</summary> - </member> - <member name="F:NAudio.Midi.MetaEventType.TrackInstrumentName"> - <summary>Track instrument name</summary> - </member> - <member name="F:NAudio.Midi.MetaEventType.Lyric"> - <summary>Lyric</summary> - </member> - <member name="F:NAudio.Midi.MetaEventType.Marker"> - <summary>Marker</summary> - </member> - <member name="F:NAudio.Midi.MetaEventType.CuePoint"> - <summary>Cue point</summary> - </member> - <member name="F:NAudio.Midi.MetaEventType.ProgramName"> - <summary>Program (patch) name</summary> - </member> - <member name="F:NAudio.Midi.MetaEventType.DeviceName"> - <summary>Device (port) name</summary> - </member> - <member name="F:NAudio.Midi.MetaEventType.MidiChannel"> - <summary>MIDI Channel (not official?)</summary> - </member> - <member name="F:NAudio.Midi.MetaEventType.MidiPort"> - <summary>MIDI Port (not official?)</summary> - </member> - <member name="F:NAudio.Midi.MetaEventType.EndTrack"> - <summary>End track</summary> - </member> - <member name="F:NAudio.Midi.MetaEventType.SetTempo"> - <summary>Set tempo</summary> - </member> - <member name="F:NAudio.Midi.MetaEventType.SmpteOffset"> - <summary>SMPTE offset</summary> - </member> - <member name="F:NAudio.Midi.MetaEventType.TimeSignature"> - <summary>Time signature</summary> - </member> - <member name="F:NAudio.Midi.MetaEventType.KeySignature"> - <summary>Key signature</summary> - </member> - <member name="F:NAudio.Midi.MetaEventType.SequencerSpecific"> - <summary>Sequencer specific</summary> - </member> - <member name="T:NAudio.Midi.MidiCommandCode"> - <summary> - MIDI command codes - </summary> - </member> - <member name="F:NAudio.Midi.MidiCommandCode.NoteOff"> - <summary>Note Off</summary> - </member> - <member name="F:NAudio.Midi.MidiCommandCode.NoteOn"> - <summary>Note On</summary> - </member> - <member name="F:NAudio.Midi.MidiCommandCode.KeyAfterTouch"> - <summary>Key After-touch</summary> - </member> - <member name="F:NAudio.Midi.MidiCommandCode.ControlChange"> - <summary>Control change</summary> - </member> - <member name="F:NAudio.Midi.MidiCommandCode.PatchChange"> - <summary>Patch change</summary> - </member> - <member name="F:NAudio.Midi.MidiCommandCode.ChannelAfterTouch"> - <summary>Channel after-touch</summary> - </member> - <member name="F:NAudio.Midi.MidiCommandCode.PitchWheelChange"> - <summary>Pitch wheel change</summary> - </member> - <member name="F:NAudio.Midi.MidiCommandCode.Sysex"> - <summary>Sysex message</summary> - </member> - <member name="F:NAudio.Midi.MidiCommandCode.Eox"> - <summary>Eox (comes at end of a sysex message)</summary> - </member> - <member name="F:NAudio.Midi.MidiCommandCode.TimingClock"> - <summary>Timing clock (used when synchronization is required)</summary> - </member> - <member name="F:NAudio.Midi.MidiCommandCode.StartSequence"> - <summary>Start sequence</summary> - </member> - <member name="F:NAudio.Midi.MidiCommandCode.ContinueSequence"> - <summary>Continue sequence</summary> - </member> - <member name="F:NAudio.Midi.MidiCommandCode.StopSequence"> - <summary>Stop sequence</summary> - </member> - <member name="F:NAudio.Midi.MidiCommandCode.AutoSensing"> - <summary>Auto-Sensing</summary> - </member> - <member name="F:NAudio.Midi.MidiCommandCode.MetaEvent"> - <summary>Meta-event</summary> - </member> - <member name="T:NAudio.Midi.MidiController"> - <summary> - MidiController enumeration - http://www.midi.org/techspecs/midimessages.php#3 - </summary> - </member> - <member name="F:NAudio.Midi.MidiController.BankSelect"> - <summary>Bank Select (MSB)</summary> - </member> - <member name="F:NAudio.Midi.MidiController.Modulation"> - <summary>Modulation (MSB)</summary> - </member> - <member name="F:NAudio.Midi.MidiController.BreathController"> - <summary>Breath Controller</summary> - </member> - <member name="F:NAudio.Midi.MidiController.FootController"> - <summary>Foot controller (MSB)</summary> - </member> - <member name="F:NAudio.Midi.MidiController.MainVolume"> - <summary>Main volume</summary> - </member> - <member name="F:NAudio.Midi.MidiController.Pan"> - <summary>Pan</summary> - </member> - <member name="F:NAudio.Midi.MidiController.Expression"> - <summary>Expression</summary> - </member> - <member name="F:NAudio.Midi.MidiController.BankSelectLsb"> - <summary>Bank Select LSB</summary> - </member> - <member name="F:NAudio.Midi.MidiController.Sustain"> - <summary>Sustain</summary> - </member> - <member name="F:NAudio.Midi.MidiController.Portamento"> - <summary>Portamento On/Off</summary> - </member> - <member name="F:NAudio.Midi.MidiController.Sostenuto"> - <summary>Sostenuto On/Off</summary> - </member> - <member name="F:NAudio.Midi.MidiController.SoftPedal"> - <summary>Soft Pedal On/Off</summary> - </member> - <member name="F:NAudio.Midi.MidiController.LegatoFootswitch"> - <summary>Legato Footswitch</summary> - </member> - <member name="F:NAudio.Midi.MidiController.ResetAllControllers"> - <summary>Reset all controllers</summary> - </member> - <member name="F:NAudio.Midi.MidiController.AllNotesOff"> - <summary>All notes off</summary> - </member> - <member name="T:NAudio.Midi.MidiEventCollection"> - <summary> - A helper class to manage collection of MIDI events - It has the ability to organise them in tracks - </summary> - </member> - <member name="M:NAudio.Midi.MidiEventCollection.#ctor(System.Int32,System.Int32)"> - <summary> - Creates a new Midi Event collection - </summary> - <param name="midiFileType">Initial file type</param> - <param name="deltaTicksPerQuarterNote">Delta Ticks Per Quarter Note</param> - </member> - <member name="M:NAudio.Midi.MidiEventCollection.GetTrackEvents(System.Int32)"> - <summary> - Gets events on a specified track - </summary> - <param name="trackNumber">Track number</param> - <returns>The list of events</returns> - </member> - <member name="M:NAudio.Midi.MidiEventCollection.AddTrack"> - <summary> - Adds a new track - </summary> - <returns>The new track event list</returns> - </member> - <member name="M:NAudio.Midi.MidiEventCollection.AddTrack(System.Collections.Generic.IList{NAudio.Midi.MidiEvent})"> - <summary> - Adds a new track - </summary> - <param name="initialEvents">Initial events to add to the new track</param> - <returns>The new track event list</returns> - </member> - <member name="M:NAudio.Midi.MidiEventCollection.RemoveTrack(System.Int32)"> - <summary> - Removes a track - </summary> - <param name="track">Track number to remove</param> - </member> - <member name="M:NAudio.Midi.MidiEventCollection.Clear"> - <summary> - Clears all events - </summary> - </member> - <member name="M:NAudio.Midi.MidiEventCollection.AddEvent(NAudio.Midi.MidiEvent,System.Int32)"> - <summary> - Adds an event to the appropriate track depending on file type - </summary> - <param name="midiEvent">The event to be added</param> - <param name="originalTrack">The original (or desired) track number</param> - <remarks>When adding events in type 0 mode, the originalTrack parameter - is ignored. If in type 1 mode, it will use the original track number to - store the new events. If the original track was 0 and this is a channel based - event, it will create new tracks if necessary and put it on the track corresponding - to its channel number</remarks> - </member> - <member name="M:NAudio.Midi.MidiEventCollection.PrepareForExport"> - <summary> - Sorts, removes empty tracks and adds end track markers - </summary> - </member> - <member name="M:NAudio.Midi.MidiEventCollection.GetEnumerator"> - <summary> - Gets an enumerator for the lists of track events - </summary> - </member> - <member name="M:NAudio.Midi.MidiEventCollection.System#Collections#IEnumerable#GetEnumerator"> - <summary> - Gets an enumerator for the lists of track events - </summary> - </member> - <member name="P:NAudio.Midi.MidiEventCollection.Tracks"> - <summary> - The number of tracks - </summary> - </member> - <member name="P:NAudio.Midi.MidiEventCollection.StartAbsoluteTime"> - <summary> - The absolute time that should be considered as time zero - Not directly used here, but useful for timeshifting applications - </summary> - </member> - <member name="P:NAudio.Midi.MidiEventCollection.DeltaTicksPerQuarterNote"> - <summary> - The number of ticks per quarter note - </summary> - </member> - <member name="P:NAudio.Midi.MidiEventCollection.Item(System.Int32)"> - <summary> - Gets events on a specific track - </summary> - <param name="trackNumber">Track number</param> - <returns>The list of events</returns> - </member> - <member name="P:NAudio.Midi.MidiEventCollection.MidiFileType"> - <summary> - The MIDI file type - </summary> - </member> - <member name="T:NAudio.Midi.MidiEventComparer"> - <summary> - Utility class for comparing MidiEvent objects - </summary> - </member> - <member name="M:NAudio.Midi.MidiEventComparer.Compare(NAudio.Midi.MidiEvent,NAudio.Midi.MidiEvent)"> - <summary> - Compares two MidiEvents - Sorts by time, with EndTrack always sorted to the end - </summary> - </member> - <member name="T:NAudio.Midi.MidiFile"> - <summary> - Class able to read a MIDI file - </summary> - </member> - <member name="M:NAudio.Midi.MidiFile.#ctor(System.String)"> - <summary> - Opens a MIDI file for reading - </summary> - <param name="filename">Name of MIDI file</param> - </member> - <member name="M:NAudio.Midi.MidiFile.#ctor(System.String,System.Boolean)"> - <summary> - Opens a MIDI file for reading - </summary> - <param name="filename">Name of MIDI file</param> - <param name="strictChecking">If true will error on non-paired note events</param> - </member> - <member name="M:NAudio.Midi.MidiFile.ToString"> - <summary> - Describes the MIDI file - </summary> - <returns>A string describing the MIDI file and its events</returns> - </member> - <member name="M:NAudio.Midi.MidiFile.Export(System.String,NAudio.Midi.MidiEventCollection)"> - <summary> - Exports a MIDI file - </summary> - <param name="filename">Filename to export to</param> - <param name="events">Events to export</param> - </member> - <member name="P:NAudio.Midi.MidiFile.FileFormat"> - <summary> - MIDI File format - </summary> - </member> - <member name="P:NAudio.Midi.MidiFile.Events"> - <summary> - The collection of events in this MIDI file - </summary> - </member> - <member name="P:NAudio.Midi.MidiFile.Tracks"> - <summary> - Number of tracks in this MIDI file - </summary> - </member> - <member name="P:NAudio.Midi.MidiFile.DeltaTicksPerQuarterNote"> - <summary> - Delta Ticks Per Quarter Note - </summary> - </member> - <member name="T:NAudio.Midi.MidiIn"> - <summary> - Represents a MIDI in device - </summary> - </member> - <member name="M:NAudio.Midi.MidiIn.#ctor(System.Int32)"> - <summary> - Opens a specified MIDI in device - </summary> - <param name="deviceNo">The device number</param> - </member> - <member name="M:NAudio.Midi.MidiIn.Close"> - <summary> - Closes this MIDI in device - </summary> - </member> - <member name="M:NAudio.Midi.MidiIn.Dispose"> - <summary> - Closes this MIDI in device - </summary> - </member> - <member name="M:NAudio.Midi.MidiIn.Start"> - <summary> - Start the MIDI in device - </summary> - </member> - <member name="M:NAudio.Midi.MidiIn.Stop"> - <summary> - Stop the MIDI in device - </summary> - </member> - <member name="M:NAudio.Midi.MidiIn.Reset"> - <summary> - Reset the MIDI in device - </summary> - </member> - <member name="M:NAudio.Midi.MidiIn.DeviceInfo(System.Int32)"> - <summary> - Gets the MIDI in device info - </summary> - </member> - <member name="M:NAudio.Midi.MidiIn.Dispose(System.Boolean)"> - <summary> - Closes the MIDI out device - </summary> - <param name="disposing">True if called from Dispose</param> - </member> - <member name="M:NAudio.Midi.MidiIn.Finalize"> - <summary> - Cleanup - </summary> - </member> - <member name="E:NAudio.Midi.MidiIn.MessageReceived"> - <summary> - Called when a MIDI message is received - </summary> - </member> - <member name="E:NAudio.Midi.MidiIn.ErrorReceived"> - <summary> - An invalid MIDI message - </summary> - </member> - <member name="P:NAudio.Midi.MidiIn.NumberOfDevices"> - <summary> - Gets the number of MIDI input devices available in the system - </summary> - </member> - <member name="T:NAudio.Midi.MidiInCapabilities"> - <summary> - MIDI In Device Capabilities - </summary> - </member> - <member name="F:NAudio.Midi.MidiInCapabilities.manufacturerId"> - <summary> - wMid - </summary> - </member> - <member name="F:NAudio.Midi.MidiInCapabilities.productId"> - <summary> - wPid - </summary> - </member> - <member name="F:NAudio.Midi.MidiInCapabilities.driverVersion"> - <summary> - vDriverVersion - </summary> - </member> - <member name="F:NAudio.Midi.MidiInCapabilities.productName"> - <summary> - Product Name - </summary> - </member> - <member name="F:NAudio.Midi.MidiInCapabilities.support"> - <summary> - Support - Reserved - </summary> - </member> - <member name="P:NAudio.Midi.MidiInCapabilities.Manufacturer"> - <summary> - Gets the manufacturer of this device - </summary> - </member> - <member name="P:NAudio.Midi.MidiInCapabilities.ProductId"> - <summary> - Gets the product identifier (manufacturer specific) - </summary> - </member> - <member name="P:NAudio.Midi.MidiInCapabilities.ProductName"> - <summary> - Gets the product name - </summary> - </member> - <member name="F:NAudio.Midi.MidiInterop.MidiInMessage.Open"> - <summary> - MIM_OPEN - </summary> - </member> - <member name="F:NAudio.Midi.MidiInterop.MidiInMessage.Close"> - <summary> - MIM_CLOSE - </summary> - </member> - <member name="F:NAudio.Midi.MidiInterop.MidiInMessage.Data"> - <summary> - MIM_DATA - </summary> - </member> - <member name="F:NAudio.Midi.MidiInterop.MidiInMessage.LongData"> - <summary> - MIM_LONGDATA - </summary> - </member> - <member name="F:NAudio.Midi.MidiInterop.MidiInMessage.Error"> - <summary> - MIM_ERROR - </summary> - </member> - <member name="F:NAudio.Midi.MidiInterop.MidiInMessage.LongError"> - <summary> - MIM_LONGERROR - </summary> - </member> - <member name="F:NAudio.Midi.MidiInterop.MidiInMessage.MoreData"> - <summary> - MIM_MOREDATA - </summary> - </member> - <member name="F:NAudio.Midi.MidiInterop.MidiOutMessage.Open"> - <summary> - MOM_OPEN - </summary> - </member> - <member name="F:NAudio.Midi.MidiInterop.MidiOutMessage.Close"> - <summary> - MOM_CLOSE - </summary> - </member> - <member name="F:NAudio.Midi.MidiInterop.MidiOutMessage.Done"> - <summary> - MOM_DONE - </summary> - </member> - <member name="T:NAudio.Midi.MidiMessage"> - <summary> - Represents a MIDI message - </summary> - </member> - <member name="M:NAudio.Midi.MidiMessage.#ctor(System.Int32,System.Int32,System.Int32)"> - <summary> - Creates a new MIDI message - </summary> - <param name="status">Status</param> - <param name="data1">Data parameter 1</param> - <param name="data2">Data parameter 2</param> - </member> - <member name="M:NAudio.Midi.MidiMessage.#ctor(System.Int32)"> - <summary> - Creates a new MIDI message from a raw message - </summary> - <param name="rawData">A packed MIDI message from an MMIO function</param> - </member> - <member name="M:NAudio.Midi.MidiMessage.StartNote(System.Int32,System.Int32,System.Int32)"> - <summary> - Creates a Note On message - </summary> - <param name="note">Note number</param> - <param name="volume">Volume</param> - <param name="channel">MIDI channel</param> - <returns>A new MidiMessage object</returns> - </member> - <member name="M:NAudio.Midi.MidiMessage.StopNote(System.Int32,System.Int32,System.Int32)"> - <summary> - Creates a Note Off message - </summary> - <param name="note">Note number</param> - <param name="volume">Volume</param> - <param name="channel">MIDI channel (1-16)</param> - <returns>A new MidiMessage object</returns> - </member> - <member name="M:NAudio.Midi.MidiMessage.ChangePatch(System.Int32,System.Int32)"> - <summary> - Creates a patch change message - </summary> - <param name="patch">The patch number</param> - <param name="channel">The MIDI channel number (1-16)</param> - <returns>A new MidiMessageObject</returns> - </member> - <member name="M:NAudio.Midi.MidiMessage.ChangeControl(System.Int32,System.Int32,System.Int32)"> - <summary> - Creates a Control Change message - </summary> - <param name="controller">The controller number to change</param> - <param name="value">The value to set the controller to</param> - <param name="channel">The MIDI channel number (1-16)</param> - <returns>A new MidiMessageObject</returns> - </member> - <member name="P:NAudio.Midi.MidiMessage.RawData"> - <summary> - Returns the raw MIDI message data - </summary> - </member> - <member name="T:NAudio.Midi.MidiOut"> - <summary> - Represents a MIDI out device - </summary> - </member> - <member name="M:NAudio.Midi.MidiOut.DeviceInfo(System.Int32)"> - <summary> - Gets the MIDI Out device info - </summary> - </member> - <member name="M:NAudio.Midi.MidiOut.#ctor(System.Int32)"> - <summary> - Opens a specified MIDI out device - </summary> - <param name="deviceNo">The device number</param> - </member> - <member name="M:NAudio.Midi.MidiOut.Close"> - <summary> - Closes this MIDI out device - </summary> - </member> - <member name="M:NAudio.Midi.MidiOut.Dispose"> - <summary> - Closes this MIDI out device - </summary> - </member> - <member name="M:NAudio.Midi.MidiOut.Reset"> - <summary> - Resets the MIDI out device - </summary> - </member> - <member name="M:NAudio.Midi.MidiOut.SendDriverMessage(System.Int32,System.Int32,System.Int32)"> - <summary> - Sends a MIDI out message - </summary> - <param name="message">Message</param> - <param name="param1">Parameter 1</param> - <param name="param2">Parameter 2</param> - </member> - <member name="M:NAudio.Midi.MidiOut.Send(System.Int32)"> - <summary> - Sends a MIDI message to the MIDI out device - </summary> - <param name="message">The message to send</param> - </member> - <member name="M:NAudio.Midi.MidiOut.Dispose(System.Boolean)"> - <summary> - Closes the MIDI out device - </summary> - <param name="disposing">True if called from Dispose</param> - </member> - <member name="M:NAudio.Midi.MidiOut.SendBuffer(System.Byte[])"> - <summary> - Send a long message, for example sysex. - </summary> - <param name="byteBuffer">The bytes to send.</param> - </member> - <member name="M:NAudio.Midi.MidiOut.Finalize"> - <summary> - Cleanup - </summary> - </member> - <member name="P:NAudio.Midi.MidiOut.NumberOfDevices"> - <summary> - Gets the number of MIDI devices available in the system - </summary> - </member> - <member name="P:NAudio.Midi.MidiOut.Volume"> - <summary> - Gets or sets the volume for this MIDI out device - </summary> - </member> - <member name="T:NAudio.Midi.MidiOutCapabilities"> - <summary> - class representing the capabilities of a MIDI out device - MIDIOUTCAPS: http://msdn.microsoft.com/en-us/library/dd798467%28VS.85%29.aspx - </summary> - </member> - <member name="M:NAudio.Midi.MidiOutCapabilities.SupportsChannel(System.Int32)"> - <summary> - Queries whether a particular channel is supported - </summary> - <param name="channel">Channel number to test</param> - <returns>True if the channel is supported</returns> - </member> - <member name="P:NAudio.Midi.MidiOutCapabilities.Manufacturer"> - <summary> - Gets the manufacturer of this device - </summary> - </member> - <member name="P:NAudio.Midi.MidiOutCapabilities.ProductId"> - <summary> - Gets the product identifier (manufacturer specific) - </summary> - </member> - <member name="P:NAudio.Midi.MidiOutCapabilities.ProductName"> - <summary> - Gets the product name - </summary> - </member> - <member name="P:NAudio.Midi.MidiOutCapabilities.Voices"> - <summary> - Returns the number of supported voices - </summary> - </member> - <member name="P:NAudio.Midi.MidiOutCapabilities.Notes"> - <summary> - Gets the polyphony of the device - </summary> - </member> - <member name="P:NAudio.Midi.MidiOutCapabilities.SupportsAllChannels"> - <summary> - Returns true if the device supports all channels - </summary> - </member> - <member name="P:NAudio.Midi.MidiOutCapabilities.SupportsPatchCaching"> - <summary> - Returns true if the device supports patch caching - </summary> - </member> - <member name="P:NAudio.Midi.MidiOutCapabilities.SupportsSeparateLeftAndRightVolume"> - <summary> - Returns true if the device supports separate left and right volume - </summary> - </member> - <member name="P:NAudio.Midi.MidiOutCapabilities.SupportsMidiStreamOut"> - <summary> - Returns true if the device supports MIDI stream out - </summary> - </member> - <member name="P:NAudio.Midi.MidiOutCapabilities.SupportsVolumeControl"> - <summary> - Returns true if the device supports volume control - </summary> - </member> - <member name="P:NAudio.Midi.MidiOutCapabilities.Technology"> - <summary> - Returns the type of technology used by this MIDI out device - </summary> - </member> - <member name="F:NAudio.Midi.MidiOutCapabilities.MidiOutCapabilityFlags.Volume"> - <summary> - MIDICAPS_VOLUME - </summary> - </member> - <member name="F:NAudio.Midi.MidiOutCapabilities.MidiOutCapabilityFlags.LeftRightVolume"> - <summary> - separate left-right volume control - MIDICAPS_LRVOLUME - </summary> - </member> - <member name="F:NAudio.Midi.MidiOutCapabilities.MidiOutCapabilityFlags.PatchCaching"> - <summary> - MIDICAPS_CACHE - </summary> - </member> - <member name="F:NAudio.Midi.MidiOutCapabilities.MidiOutCapabilityFlags.Stream"> - <summary> - MIDICAPS_STREAM - driver supports midiStreamOut directly - </summary> - </member> - <member name="T:NAudio.Midi.MidiOutTechnology"> - <summary> - Represents the different types of technology used by a MIDI out device - </summary> - <remarks>from mmsystem.h</remarks> - </member> - <member name="F:NAudio.Midi.MidiOutTechnology.MidiPort"> - <summary>The device is a MIDI port</summary> - </member> - <member name="F:NAudio.Midi.MidiOutTechnology.Synth"> - <summary>The device is a MIDI synth</summary> - </member> - <member name="F:NAudio.Midi.MidiOutTechnology.SquareWaveSynth"> - <summary>The device is a square wave synth</summary> - </member> - <member name="F:NAudio.Midi.MidiOutTechnology.FMSynth"> - <summary>The device is an FM synth</summary> - </member> - <member name="F:NAudio.Midi.MidiOutTechnology.MidiMapper"> - <summary>The device is a MIDI mapper</summary> - </member> - <member name="F:NAudio.Midi.MidiOutTechnology.WaveTableSynth"> - <summary>The device is a WaveTable synth</summary> - </member> - <member name="F:NAudio.Midi.MidiOutTechnology.SoftwareSynth"> - <summary>The device is a software synth</summary> - </member> - <member name="T:NAudio.Midi.NoteEvent"> - <summary> - Represents a note MIDI event - </summary> - </member> - <member name="M:NAudio.Midi.NoteEvent.#ctor(System.IO.BinaryReader)"> - <summary> - Reads a NoteEvent from a stream of MIDI data - </summary> - <param name="br">Binary Reader for the stream</param> - </member> - <member name="M:NAudio.Midi.NoteEvent.#ctor(System.Int64,System.Int32,NAudio.Midi.MidiCommandCode,System.Int32,System.Int32)"> - <summary> - Creates a MIDI Note Event with specified parameters - </summary> - <param name="absoluteTime">Absolute time of this event</param> - <param name="channel">MIDI channel number</param> - <param name="commandCode">MIDI command code</param> - <param name="noteNumber">MIDI Note Number</param> - <param name="velocity">MIDI Note Velocity</param> - </member> - <member name="M:NAudio.Midi.NoteEvent.GetAsShortMessage"> - <summary> - <see cref="M:NAudio.Midi.MidiEvent.GetAsShortMessage"/> - </summary> - </member> - <member name="M:NAudio.Midi.NoteEvent.ToString"> - <summary> - Describes the Note Event - </summary> - <returns>Note event as a string</returns> - </member> - <member name="M:NAudio.Midi.NoteEvent.Export(System.Int64@,System.IO.BinaryWriter)"> - <summary> - <see cref="M:NAudio.Midi.MidiEvent.Export(System.Int64@,System.IO.BinaryWriter)"/> - </summary> - </member> - <member name="P:NAudio.Midi.NoteEvent.NoteNumber"> - <summary> - The MIDI note number - </summary> - </member> - <member name="P:NAudio.Midi.NoteEvent.Velocity"> - <summary> - The note velocity - </summary> - </member> - <member name="P:NAudio.Midi.NoteEvent.NoteName"> - <summary> - The note name - </summary> - </member> - <member name="T:NAudio.Midi.NoteOnEvent"> - <summary> - Represents a MIDI note on event - </summary> - </member> - <member name="M:NAudio.Midi.NoteOnEvent.#ctor(System.IO.BinaryReader)"> - <summary> - Reads a new Note On event from a stream of MIDI data - </summary> - <param name="br">Binary reader on the MIDI data stream</param> - </member> - <member name="M:NAudio.Midi.NoteOnEvent.#ctor(System.Int64,System.Int32,System.Int32,System.Int32,System.Int32)"> - <summary> - Creates a NoteOn event with specified parameters - </summary> - <param name="absoluteTime">Absolute time of this event</param> - <param name="channel">MIDI channel number</param> - <param name="noteNumber">MIDI note number</param> - <param name="velocity">MIDI note velocity</param> - <param name="duration">MIDI note duration</param> - </member> - <member name="M:NAudio.Midi.NoteOnEvent.ToString"> - <summary> - Calls base class export first, then exports the data - specific to this event - <seealso cref="M:NAudio.Midi.MidiEvent.Export(System.Int64@,System.IO.BinaryWriter)">MidiEvent.Export</seealso> - </summary> - </member> - <member name="P:NAudio.Midi.NoteOnEvent.OffEvent"> - <summary> - The associated Note off event - </summary> - </member> - <member name="P:NAudio.Midi.NoteOnEvent.NoteNumber"> - <summary> - Get or set the Note Number, updating the off event at the same time - </summary> - </member> - <member name="P:NAudio.Midi.NoteOnEvent.Channel"> - <summary> - Get or set the channel, updating the off event at the same time - </summary> - </member> - <member name="P:NAudio.Midi.NoteOnEvent.NoteLength"> - <summary> - The duration of this note - </summary> - <remarks> - There must be a note off event - </remarks> - </member> - <member name="T:NAudio.Midi.PatchChangeEvent"> - <summary> - Represents a MIDI patch change event - </summary> - </member> - <member name="M:NAudio.Midi.PatchChangeEvent.GetPatchName(System.Int32)"> - <summary> - Gets the default MIDI instrument names - </summary> - </member> - <member name="M:NAudio.Midi.PatchChangeEvent.#ctor(System.IO.BinaryReader)"> - <summary> - Reads a new patch change event from a MIDI stream - </summary> - <param name="br">Binary reader for the MIDI stream</param> - </member> - <member name="M:NAudio.Midi.PatchChangeEvent.#ctor(System.Int64,System.Int32,System.Int32)"> - <summary> - Creates a new patch change event - </summary> - <param name="absoluteTime">Time of the event</param> - <param name="channel">Channel number</param> - <param name="patchNumber">Patch number</param> - </member> - <member name="M:NAudio.Midi.PatchChangeEvent.ToString"> - <summary> - Describes this patch change event - </summary> - <returns>String describing the patch change event</returns> - </member> - <member name="M:NAudio.Midi.PatchChangeEvent.GetAsShortMessage"> - <summary> - Gets as a short message for sending with the midiOutShortMsg API - </summary> - <returns>short message</returns> - </member> - <member name="M:NAudio.Midi.PatchChangeEvent.Export(System.Int64@,System.IO.BinaryWriter)"> - <summary> - Calls base class export first, then exports the data - specific to this event - <seealso cref="M:NAudio.Midi.MidiEvent.Export(System.Int64@,System.IO.BinaryWriter)">MidiEvent.Export</seealso> - </summary> - </member> - <member name="P:NAudio.Midi.PatchChangeEvent.Patch"> - <summary> - The Patch Number - </summary> - </member> - <member name="T:NAudio.Midi.PitchWheelChangeEvent"> - <summary> - Represents a MIDI pitch wheel change event - </summary> - </member> - <member name="M:NAudio.Midi.PitchWheelChangeEvent.#ctor(System.IO.BinaryReader)"> - <summary> - Reads a pitch wheel change event from a MIDI stream - </summary> - <param name="br">The MIDI stream to read from</param> - </member> - <member name="M:NAudio.Midi.PitchWheelChangeEvent.#ctor(System.Int64,System.Int32,System.Int32)"> - <summary> - Creates a new pitch wheel change event - </summary> - <param name="absoluteTime">Absolute event time</param> - <param name="channel">Channel</param> - <param name="pitchWheel">Pitch wheel value</param> - </member> - <member name="M:NAudio.Midi.PitchWheelChangeEvent.ToString"> - <summary> - Describes this pitch wheel change event - </summary> - <returns>String describing this pitch wheel change event</returns> - </member> - <member name="M:NAudio.Midi.PitchWheelChangeEvent.GetAsShortMessage"> - <summary> - Gets a short message - </summary> - <returns>Integer to sent as short message</returns> - </member> - <member name="M:NAudio.Midi.PitchWheelChangeEvent.Export(System.Int64@,System.IO.BinaryWriter)"> - <summary> - Calls base class export first, then exports the data - specific to this event - <seealso cref="M:NAudio.Midi.MidiEvent.Export(System.Int64@,System.IO.BinaryWriter)">MidiEvent.Export</seealso> - </summary> - </member> - <member name="P:NAudio.Midi.PitchWheelChangeEvent.Pitch"> - <summary> - Pitch Wheel Value 0 is minimum, 0x2000 (8192) is default, 0x4000 (16384) is maximum - </summary> - </member> - <member name="T:NAudio.Midi.SequencerSpecificEvent"> - <summary> - Represents a Sequencer Specific event - </summary> - </member> - <member name="M:NAudio.Midi.SequencerSpecificEvent.#ctor(System.IO.BinaryReader,System.Int32)"> - <summary> - Reads a new sequencer specific event from a MIDI stream - </summary> - <param name="br">The MIDI stream</param> - <param name="length">The data length</param> - </member> - <member name="M:NAudio.Midi.SequencerSpecificEvent.#ctor(System.Byte[],System.Int64)"> - <summary> - Creates a new Sequencer Specific event - </summary> - <param name="data">The sequencer specific data</param> - <param name="absoluteTime">Absolute time of this event</param> - </member> - <member name="M:NAudio.Midi.SequencerSpecificEvent.ToString"> - <summary> - Describes this MIDI text event - </summary> - <returns>A string describing this event</returns> - </member> - <member name="M:NAudio.Midi.SequencerSpecificEvent.Export(System.Int64@,System.IO.BinaryWriter)"> - <summary> - Calls base class export first, then exports the data - specific to this event - <seealso cref="M:NAudio.Midi.MidiEvent.Export(System.Int64@,System.IO.BinaryWriter)">MidiEvent.Export</seealso> - </summary> - </member> - <member name="P:NAudio.Midi.SequencerSpecificEvent.Data"> - <summary> - The contents of this sequencer specific - </summary> - </member> - <member name="M:NAudio.Midi.SmpteOffsetEvent.#ctor(System.IO.BinaryReader,System.Int32)"> - <summary> - Reads a new time signature event from a MIDI stream - </summary> - <param name="br">The MIDI stream</param> - <param name="length">The data length</param> - </member> - <member name="M:NAudio.Midi.SmpteOffsetEvent.ToString"> - <summary> - Describes this time signature event - </summary> - <returns>A string describing this event</returns> - </member> - <member name="M:NAudio.Midi.SmpteOffsetEvent.Export(System.Int64@,System.IO.BinaryWriter)"> - <summary> - Calls base class export first, then exports the data - specific to this event - <seealso cref="M:NAudio.Midi.MidiEvent.Export(System.Int64@,System.IO.BinaryWriter)">MidiEvent.Export</seealso> - </summary> - </member> - <member name="P:NAudio.Midi.SmpteOffsetEvent.Hours"> - <summary> - Hours - </summary> - </member> - <member name="P:NAudio.Midi.SmpteOffsetEvent.Minutes"> - <summary> - Minutes - </summary> - </member> - <member name="P:NAudio.Midi.SmpteOffsetEvent.Seconds"> - <summary> - Seconds - </summary> - </member> - <member name="P:NAudio.Midi.SmpteOffsetEvent.Frames"> - <summary> - Frames - </summary> - </member> - <member name="P:NAudio.Midi.SmpteOffsetEvent.SubFrames"> - <summary> - SubFrames - </summary> - </member> - <member name="T:NAudio.Midi.SysexEvent"> - <summary> - Represents a MIDI sysex message - </summary> - </member> - <member name="M:NAudio.Midi.SysexEvent.ReadSysexEvent(System.IO.BinaryReader)"> - <summary> - Reads a sysex message from a MIDI stream - </summary> - <param name="br">Stream of MIDI data</param> - <returns>a new sysex message</returns> - </member> - <member name="M:NAudio.Midi.SysexEvent.ToString"> - <summary> - Describes this sysex message - </summary> - <returns>A string describing the sysex message</returns> - </member> - <member name="M:NAudio.Midi.SysexEvent.Export(System.Int64@,System.IO.BinaryWriter)"> - <summary> - Calls base class export first, then exports the data - specific to this event - <seealso cref="M:NAudio.Midi.MidiEvent.Export(System.Int64@,System.IO.BinaryWriter)">MidiEvent.Export</seealso> - </summary> - </member> - <member name="T:NAudio.Midi.TempoEvent"> - <summary> - Represents a MIDI tempo event - </summary> - </member> - <member name="M:NAudio.Midi.TempoEvent.#ctor(System.IO.BinaryReader,System.Int32)"> - <summary> - Reads a new tempo event from a MIDI stream - </summary> - <param name="br">The MIDI stream</param> - <param name="length">the data length</param> - </member> - <member name="M:NAudio.Midi.TempoEvent.#ctor(System.Int32,System.Int64)"> - <summary> - Creates a new tempo event with specified settings - </summary> - <param name="microsecondsPerQuarterNote">Microseconds per quarter note</param> - <param name="absoluteTime">Absolute time</param> - </member> - <member name="M:NAudio.Midi.TempoEvent.ToString"> - <summary> - Describes this tempo event - </summary> - <returns>String describing the tempo event</returns> - </member> - <member name="M:NAudio.Midi.TempoEvent.Export(System.Int64@,System.IO.BinaryWriter)"> - <summary> - Calls base class export first, then exports the data - specific to this event - <seealso cref="M:NAudio.Midi.MidiEvent.Export(System.Int64@,System.IO.BinaryWriter)">MidiEvent.Export</seealso> - </summary> - </member> - <member name="P:NAudio.Midi.TempoEvent.MicrosecondsPerQuarterNote"> - <summary> - Microseconds per quarter note - </summary> - </member> - <member name="P:NAudio.Midi.TempoEvent.Tempo"> - <summary> - Tempo - </summary> - </member> - <member name="T:NAudio.Midi.TextEvent"> - <summary> - Represents a MIDI text event - </summary> - </member> - <member name="M:NAudio.Midi.TextEvent.#ctor(System.IO.BinaryReader,System.Int32)"> - <summary> - Reads a new text event from a MIDI stream - </summary> - <param name="br">The MIDI stream</param> - <param name="length">The data length</param> - </member> - <member name="M:NAudio.Midi.TextEvent.#ctor(System.String,NAudio.Midi.MetaEventType,System.Int64)"> - <summary> - Creates a new TextEvent - </summary> - <param name="text">The text in this type</param> - <param name="metaEventType">MetaEvent type (must be one that is - associated with text data)</param> - <param name="absoluteTime">Absolute time of this event</param> - </member> - <member name="M:NAudio.Midi.TextEvent.ToString"> - <summary> - Describes this MIDI text event - </summary> - <returns>A string describing this event</returns> - </member> - <member name="M:NAudio.Midi.TextEvent.Export(System.Int64@,System.IO.BinaryWriter)"> - <summary> - Calls base class export first, then exports the data - specific to this event - <seealso cref="M:NAudio.Midi.MidiEvent.Export(System.Int64@,System.IO.BinaryWriter)">MidiEvent.Export</seealso> - </summary> - </member> - <member name="P:NAudio.Midi.TextEvent.Text"> - <summary> - The contents of this text event - </summary> - </member> - <member name="T:NAudio.Midi.TimeSignatureEvent"> - <summary> - Represents a MIDI time signature event - </summary> - </member> - <member name="M:NAudio.Midi.TimeSignatureEvent.#ctor(System.IO.BinaryReader,System.Int32)"> - <summary> - Reads a new time signature event from a MIDI stream - </summary> - <param name="br">The MIDI stream</param> - <param name="length">The data length</param> - </member> - <member name="M:NAudio.Midi.TimeSignatureEvent.#ctor(System.Int64,System.Int32,System.Int32,System.Int32,System.Int32)"> - <summary> - Creates a new TimeSignatureEvent - </summary> - <param name="absoluteTime">Time at which to create this event</param> - <param name="numerator">Numerator</param> - <param name="denominator">Denominator</param> - <param name="ticksInMetronomeClick">Ticks in Metronome Click</param> - <param name="no32ndNotesInQuarterNote">No of 32nd Notes in Quarter Click</param> - </member> - <member name="M:NAudio.Midi.TimeSignatureEvent.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int64)"> - <summary> - Creates a new time signature event with the specified parameters - </summary> - </member> - <member name="M:NAudio.Midi.TimeSignatureEvent.ToString"> - <summary> - Describes this time signature event - </summary> - <returns>A string describing this event</returns> - </member> - <member name="M:NAudio.Midi.TimeSignatureEvent.Export(System.Int64@,System.IO.BinaryWriter)"> - <summary> - Calls base class export first, then exports the data - specific to this event - <seealso cref="M:NAudio.Midi.MidiEvent.Export(System.Int64@,System.IO.BinaryWriter)">MidiEvent.Export</seealso> - </summary> - </member> - <member name="P:NAudio.Midi.TimeSignatureEvent.Numerator"> - <summary> - Numerator (number of beats in a bar) - </summary> - </member> - <member name="P:NAudio.Midi.TimeSignatureEvent.Denominator"> - <summary> - Denominator (Beat unit), - 1 means 2, 2 means 4 (crochet), 3 means 8 (quaver), 4 means 16 and 5 means 32 - </summary> - </member> - <member name="P:NAudio.Midi.TimeSignatureEvent.TicksInMetronomeClick"> - <summary> - Ticks in a metronome click - </summary> - </member> - <member name="P:NAudio.Midi.TimeSignatureEvent.No32ndNotesInQuarterNote"> - <summary> - Number of 32nd notes in a quarter note - </summary> - </member> - <member name="P:NAudio.Midi.TimeSignatureEvent.TimeSignature"> - <summary> - The time signature - </summary> - </member> - <member name="T:NAudio.Midi.TrackSequenceNumberEvent"> - <summary> - Represents a MIDI track sequence number event event - </summary> - </member> - <member name="M:NAudio.Midi.TrackSequenceNumberEvent.#ctor(System.IO.BinaryReader,System.Int32)"> - <summary> - Reads a new track sequence number event from a MIDI stream - </summary> - <param name="br">The MIDI stream</param> - <param name="length">the data length</param> - </member> - <member name="M:NAudio.Midi.TrackSequenceNumberEvent.ToString"> - <summary> - Describes this event - </summary> - <returns>String describing the event</returns> - </member> - <member name="M:NAudio.Midi.TrackSequenceNumberEvent.Export(System.Int64@,System.IO.BinaryWriter)"> - <summary> - Calls base class export first, then exports the data - specific to this event - <seealso cref="M:NAudio.Midi.MidiEvent.Export(System.Int64@,System.IO.BinaryWriter)">MidiEvent.Export</seealso> - </summary> - </member> - <member name="T:NAudio.Mixer.BooleanMixerControl"> - <summary> - Boolean mixer control - </summary> - </member> - <member name="T:NAudio.Mixer.MixerControl"> - <summary> - Represents a mixer control - </summary> - </member> - <member name="F:NAudio.Mixer.MixerControl.mixerHandle"> - <summary> - Mixer Handle - </summary> - </member> - <member name="F:NAudio.Mixer.MixerControl.nChannels"> - <summary> - Number of Channels - </summary> - </member> - <member name="F:NAudio.Mixer.MixerControl.mixerHandleType"> - <summary> - Mixer Handle Type - </summary> - </member> - <member name="M:NAudio.Mixer.MixerControl.GetMixerControls(System.IntPtr,NAudio.Mixer.MixerLine,NAudio.Mixer.MixerFlags)"> - <summary> - Gets all the mixer controls - </summary> - <param name="mixerHandle">Mixer Handle</param> - <param name="mixerLine">Mixer Line</param> - <param name="mixerHandleType">Mixer Handle Type</param> - <returns></returns> - </member> - <member name="M:NAudio.Mixer.MixerControl.GetMixerControl(System.IntPtr,System.Int32,System.Int32,System.Int32,NAudio.Mixer.MixerFlags)"> - <summary> - Gets a specified Mixer Control - </summary> - <param name="mixerHandle">Mixer Handle</param> - <param name="nLineID">Line ID</param> - <param name="controlId">Control ID</param> - <param name="nChannels">Number of Channels</param> - <param name="mixerFlags">Flags to use (indicates the meaning of mixerHandle)</param> - <returns></returns> - </member> - <member name="M:NAudio.Mixer.MixerControl.GetControlDetails"> - <summary> - Gets the control details - </summary> - </member> - <member name="M:NAudio.Mixer.MixerControl.GetDetails(System.IntPtr)"> - <summary> - Gets the control details - </summary> - <param name="pDetails"></param> - </member> - <member name="M:NAudio.Mixer.MixerControl.IsControlBoolean(NAudio.Mixer.MixerControlType)"> - <summary> - Returns true if this is a boolean control - </summary> - <param name="controlType">Control type</param> - </member> - <member name="M:NAudio.Mixer.MixerControl.IsControlListText(NAudio.Mixer.MixerControlType)"> - <summary> - Determines whether a specified mixer control type is a list text control - </summary> - </member> - <member name="M:NAudio.Mixer.MixerControl.ToString"> - <summary> - String representation for debug purposes - </summary> - </member> - <member name="P:NAudio.Mixer.MixerControl.Name"> - <summary> - Mixer control name - </summary> - </member> - <member name="P:NAudio.Mixer.MixerControl.ControlType"> - <summary> - Mixer control type - </summary> - </member> - <member name="P:NAudio.Mixer.MixerControl.IsBoolean"> - <summary> - Is this a boolean control - </summary> - </member> - <member name="P:NAudio.Mixer.MixerControl.IsListText"> - <summary> - True if this is a list text control - </summary> - </member> - <member name="P:NAudio.Mixer.MixerControl.IsSigned"> - <summary> - True if this is a signed control - </summary> - </member> - <member name="P:NAudio.Mixer.MixerControl.IsUnsigned"> - <summary> - True if this is an unsigned control - </summary> - </member> - <member name="P:NAudio.Mixer.MixerControl.IsCustom"> - <summary> - True if this is a custom control - </summary> - </member> - <member name="M:NAudio.Mixer.BooleanMixerControl.GetDetails(System.IntPtr)"> - <summary> - Gets the details for this control - </summary> - <param name="pDetails">memory pointer</param> - </member> - <member name="P:NAudio.Mixer.BooleanMixerControl.Value"> - <summary> - The current value of the control - </summary> - </member> - <member name="T:NAudio.Mixer.CustomMixerControl"> - <summary> - Custom Mixer control - </summary> - </member> - <member name="M:NAudio.Mixer.CustomMixerControl.GetDetails(System.IntPtr)"> - <summary> - Get the data for this custom control - </summary> - <param name="pDetails">pointer to memory to receive data</param> - </member> - <member name="T:NAudio.Mixer.ListTextMixerControl"> - <summary> - List text mixer control - </summary> - </member> - <member name="M:NAudio.Mixer.ListTextMixerControl.GetDetails(System.IntPtr)"> - <summary> - Get the details for this control - </summary> - <param name="pDetails">Memory location to read to</param> - </member> - <member name="T:NAudio.Mixer.Mixer"> - <summary>Represents a Windows mixer device</summary> - </member> - <member name="M:NAudio.Mixer.Mixer.#ctor(System.Int32)"> - <summary>Connects to the specified mixer</summary> - <param name="mixerIndex">The index of the mixer to use. - This should be between zero and NumberOfDevices - 1</param> - </member> - <member name="M:NAudio.Mixer.Mixer.GetDestination(System.Int32)"> - <summary>Retrieve the specified MixerDestination object</summary> - <param name="destinationIndex">The ID of the destination to use. - Should be between 0 and DestinationCount - 1</param> - </member> - <member name="P:NAudio.Mixer.Mixer.NumberOfDevices"> - <summary>The number of mixer devices available</summary> - </member> - <member name="P:NAudio.Mixer.Mixer.DestinationCount"> - <summary>The number of destinations this mixer supports</summary> - </member> - <member name="P:NAudio.Mixer.Mixer.Name"> - <summary>The name of this mixer device</summary> - </member> - <member name="P:NAudio.Mixer.Mixer.Manufacturer"> - <summary>The manufacturer code for this mixer device</summary> - </member> - <member name="P:NAudio.Mixer.Mixer.ProductID"> - <summary>The product identifier code for this mixer device</summary> - </member> - <member name="P:NAudio.Mixer.Mixer.Destinations"> - <summary> - A way to enumerate the destinations - </summary> - </member> - <member name="P:NAudio.Mixer.Mixer.Mixers"> - <summary> - A way to enumerate all available devices - </summary> - </member> - <member name="T:NAudio.Mixer.MixerControlType"> - <summary> - Mixer control types - </summary> - </member> - <member name="F:NAudio.Mixer.MixerControlType.Custom"> - <summary>Custom</summary> - </member> - <member name="F:NAudio.Mixer.MixerControlType.BooleanMeter"> - <summary>Boolean meter</summary> - </member> - <member name="F:NAudio.Mixer.MixerControlType.SignedMeter"> - <summary>Signed meter</summary> - </member> - <member name="F:NAudio.Mixer.MixerControlType.PeakMeter"> - <summary>Peak meter</summary> - </member> - <member name="F:NAudio.Mixer.MixerControlType.UnsignedMeter"> - <summary>Unsigned meter</summary> - </member> - <member name="F:NAudio.Mixer.MixerControlType.Boolean"> - <summary>Boolean</summary> - </member> - <member name="F:NAudio.Mixer.MixerControlType.OnOff"> - <summary>On Off</summary> - </member> - <member name="F:NAudio.Mixer.MixerControlType.Mute"> - <summary>Mute</summary> - </member> - <member name="F:NAudio.Mixer.MixerControlType.Mono"> - <summary>Mono</summary> - </member> - <member name="F:NAudio.Mixer.MixerControlType.Loudness"> - <summary>Loudness</summary> - </member> - <member name="F:NAudio.Mixer.MixerControlType.StereoEnhance"> - <summary>Stereo Enhance</summary> - </member> - <member name="F:NAudio.Mixer.MixerControlType.Button"> - <summary>Button</summary> - </member> - <member name="F:NAudio.Mixer.MixerControlType.Decibels"> - <summary>Decibels</summary> - </member> - <member name="F:NAudio.Mixer.MixerControlType.Signed"> - <summary>Signed</summary> - </member> - <member name="F:NAudio.Mixer.MixerControlType.Unsigned"> - <summary>Unsigned</summary> - </member> - <member name="F:NAudio.Mixer.MixerControlType.Percent"> - <summary>Percent</summary> - </member> - <member name="F:NAudio.Mixer.MixerControlType.Slider"> - <summary>Slider</summary> - </member> - <member name="F:NAudio.Mixer.MixerControlType.Pan"> - <summary>Pan</summary> - </member> - <member name="F:NAudio.Mixer.MixerControlType.QSoundPan"> - <summary>Q-sound pan</summary> - </member> - <member name="F:NAudio.Mixer.MixerControlType.Fader"> - <summary>Fader</summary> - </member> - <member name="F:NAudio.Mixer.MixerControlType.Volume"> - <summary>Volume</summary> - </member> - <member name="F:NAudio.Mixer.MixerControlType.Bass"> - <summary>Bass</summary> - </member> - <member name="F:NAudio.Mixer.MixerControlType.Treble"> - <summary>Treble</summary> - </member> - <member name="F:NAudio.Mixer.MixerControlType.Equalizer"> - <summary>Equaliser</summary> - </member> - <member name="F:NAudio.Mixer.MixerControlType.SingleSelect"> - <summary>Single Select</summary> - </member> - <member name="F:NAudio.Mixer.MixerControlType.Mux"> - <summary>Mux</summary> - </member> - <member name="F:NAudio.Mixer.MixerControlType.MultipleSelect"> - <summary>Multiple select</summary> - </member> - <member name="F:NAudio.Mixer.MixerControlType.Mixer"> - <summary>Mixer</summary> - </member> - <member name="F:NAudio.Mixer.MixerControlType.MicroTime"> - <summary>Micro time</summary> - </member> - <member name="F:NAudio.Mixer.MixerControlType.MilliTime"> - <summary>Milli time</summary> - </member> - <member name="T:NAudio.Mixer.MixerLine"> - <summary> - Represents a mixer line (source or destination) - </summary> - </member> - <member name="M:NAudio.Mixer.MixerLine.#ctor(System.IntPtr,System.Int32,NAudio.Mixer.MixerFlags)"> - <summary> - Creates a new mixer destination - </summary> - <param name="mixerHandle">Mixer Handle</param> - <param name="destinationIndex">Destination Index</param> - <param name="mixerHandleType">Mixer Handle Type</param> - </member> - <member name="M:NAudio.Mixer.MixerLine.#ctor(System.IntPtr,System.Int32,System.Int32,NAudio.Mixer.MixerFlags)"> - <summary> - Creates a new Mixer Source For a Specified Source - </summary> - <param name="mixerHandle">Mixer Handle</param> - <param name="destinationIndex">Destination Index</param> - <param name="sourceIndex">Source Index</param> - <param name="mixerHandleType">Flag indicating the meaning of mixerHandle</param> - </member> - <member name="M:NAudio.Mixer.MixerLine.GetMixerIdForWaveIn(System.Int32)"> - <summary> - Creates a new Mixer Source - </summary> - <param name="waveInDevice">Wave In Device</param> - </member> - <member name="M:NAudio.Mixer.MixerLine.GetSource(System.Int32)"> - <summary> - Gets the specified source - </summary> - </member> - <member name="M:NAudio.Mixer.MixerLine.ToString"> - <summary> - Describes this Mixer Line (for diagnostic purposes) - </summary> - </member> - <member name="P:NAudio.Mixer.MixerLine.Name"> - <summary> - Mixer Line Name - </summary> - </member> - <member name="P:NAudio.Mixer.MixerLine.ShortName"> - <summary> - Mixer Line short name - </summary> - </member> - <member name="P:NAudio.Mixer.MixerLine.LineId"> - <summary> - The line ID - </summary> - </member> - <member name="P:NAudio.Mixer.MixerLine.ComponentType"> - <summary> - Component Type - </summary> - </member> - <member name="P:NAudio.Mixer.MixerLine.TypeDescription"> - <summary> - Mixer destination type description - </summary> - </member> - <member name="P:NAudio.Mixer.MixerLine.Channels"> - <summary> - Number of channels - </summary> - </member> - <member name="P:NAudio.Mixer.MixerLine.SourceCount"> - <summary> - Number of sources - </summary> - </member> - <member name="P:NAudio.Mixer.MixerLine.ControlsCount"> - <summary> - Number of controls - </summary> - </member> - <member name="P:NAudio.Mixer.MixerLine.IsActive"> - <summary> - Is this destination active - </summary> - </member> - <member name="P:NAudio.Mixer.MixerLine.IsDisconnected"> - <summary> - Is this destination disconnected - </summary> - </member> - <member name="P:NAudio.Mixer.MixerLine.IsSource"> - <summary> - Is this destination a source - </summary> - </member> - <member name="P:NAudio.Mixer.MixerLine.Controls"> - <summary> - Enumerator for the controls on this Mixer Limne - </summary> - </member> - <member name="P:NAudio.Mixer.MixerLine.Sources"> - <summary> - Enumerator for the sources on this Mixer Line - </summary> - </member> - <member name="P:NAudio.Mixer.MixerLine.TargetName"> - <summary> - The name of the target output device - </summary> - </member> - <member name="T:NAudio.Mixer.MixerFlags"> - <summary> - Mixer Interop Flags - </summary> - </member> - <member name="F:NAudio.Mixer.MixerFlags.Handle"> - <summary> - MIXER_OBJECTF_HANDLE = 0x80000000; - </summary> - </member> - <member name="F:NAudio.Mixer.MixerFlags.Mixer"> - <summary> - MIXER_OBJECTF_MIXER = 0x00000000; - </summary> - </member> - <member name="F:NAudio.Mixer.MixerFlags.MixerHandle"> - <summary> - MIXER_OBJECTF_HMIXER - </summary> - </member> - <member name="F:NAudio.Mixer.MixerFlags.WaveOut"> - <summary> - MIXER_OBJECTF_WAVEOUT - </summary> - </member> - <member name="F:NAudio.Mixer.MixerFlags.WaveOutHandle"> - <summary> - MIXER_OBJECTF_HWAVEOUT - </summary> - </member> - <member name="F:NAudio.Mixer.MixerFlags.WaveIn"> - <summary> - MIXER_OBJECTF_WAVEIN - </summary> - </member> - <member name="F:NAudio.Mixer.MixerFlags.WaveInHandle"> - <summary> - MIXER_OBJECTF_HWAVEIN - </summary> - </member> - <member name="F:NAudio.Mixer.MixerFlags.MidiOut"> - <summary> - MIXER_OBJECTF_MIDIOUT - </summary> - </member> - <member name="F:NAudio.Mixer.MixerFlags.MidiOutHandle"> - <summary> - MIXER_OBJECTF_HMIDIOUT - </summary> - </member> - <member name="F:NAudio.Mixer.MixerFlags.MidiIn"> - <summary> - MIXER_OBJECTF_MIDIIN - </summary> - </member> - <member name="F:NAudio.Mixer.MixerFlags.MidiInHandle"> - <summary> - MIXER_OBJECTF_HMIDIIN - </summary> - </member> - <member name="F:NAudio.Mixer.MixerFlags.Aux"> - <summary> - MIXER_OBJECTF_AUX - </summary> - </member> - <member name="F:NAudio.Mixer.MixerFlags.Value"> - <summary> - MIXER_GETCONTROLDETAILSF_VALUE = 0x00000000; - MIXER_SETCONTROLDETAILSF_VALUE = 0x00000000; - </summary> - </member> - <member name="F:NAudio.Mixer.MixerFlags.ListText"> - <summary> - MIXER_GETCONTROLDETAILSF_LISTTEXT = 0x00000001; - MIXER_SETCONTROLDETAILSF_LISTTEXT = 0x00000001; - </summary> - </member> - <member name="F:NAudio.Mixer.MixerFlags.QueryMask"> - <summary> - MIXER_GETCONTROLDETAILSF_QUERYMASK = 0x0000000F; - MIXER_SETCONTROLDETAILSF_QUERYMASK = 0x0000000F; - MIXER_GETLINECONTROLSF_QUERYMASK = 0x0000000F; - </summary> - </member> - <member name="F:NAudio.Mixer.MixerFlags.All"> - <summary> - MIXER_GETLINECONTROLSF_ALL = 0x00000000; - </summary> - </member> - <member name="F:NAudio.Mixer.MixerFlags.OneById"> - <summary> - MIXER_GETLINECONTROLSF_ONEBYID = 0x00000001; - </summary> - </member> - <member name="F:NAudio.Mixer.MixerFlags.OneByType"> - <summary> - MIXER_GETLINECONTROLSF_ONEBYTYPE = 0x00000002; - </summary> - </member> - <member name="F:NAudio.Mixer.MixerFlags.GetLineInfoOfDestination"> - <summary> - MIXER_GETLINEINFOF_DESTINATION = 0x00000000; - </summary> - </member> - <member name="F:NAudio.Mixer.MixerFlags.GetLineInfoOfSource"> - <summary> - MIXER_GETLINEINFOF_SOURCE = 0x00000001; - </summary> - </member> - <member name="F:NAudio.Mixer.MixerFlags.GetLineInfoOfLineId"> - <summary> - MIXER_GETLINEINFOF_LINEID = 0x00000002; - </summary> - </member> - <member name="F:NAudio.Mixer.MixerFlags.GetLineInfoOfComponentType"> - <summary> - MIXER_GETLINEINFOF_COMPONENTTYPE = 0x00000003; - </summary> - </member> - <member name="F:NAudio.Mixer.MixerFlags.GetLineInfoOfTargetType"> - <summary> - MIXER_GETLINEINFOF_TARGETTYPE = 0x00000004; - </summary> - </member> - <member name="F:NAudio.Mixer.MixerFlags.GetLineInfoOfQueryMask"> - <summary> - MIXER_GETLINEINFOF_QUERYMASK = 0x0000000F; - </summary> - </member> - <member name="T:NAudio.Mixer.MixerInterop.MIXERLINE_LINEF"> - <summary> - Mixer Line Flags - </summary> - </member> - <member name="F:NAudio.Mixer.MixerInterop.MIXERLINE_LINEF.MIXERLINE_LINEF_ACTIVE"> - <summary> - Audio line is active. An active line indicates that a signal is probably passing - through the line. - </summary> - </member> - <member name="F:NAudio.Mixer.MixerInterop.MIXERLINE_LINEF.MIXERLINE_LINEF_DISCONNECTED"> - <summary> - Audio line is disconnected. A disconnected line's associated controls can still be - modified, but the changes have no effect until the line is connected. - </summary> - </member> - <member name="F:NAudio.Mixer.MixerInterop.MIXERLINE_LINEF.MIXERLINE_LINEF_SOURCE"> - <summary> - Audio line is an audio source line associated with a single audio destination line. - If this flag is not set, this line is an audio destination line associated with zero - or more audio source lines. - </summary> - </member> - <member name="T:NAudio.Mixer.MixerInterop.Bounds"> - <summary> - BOUNDS structure - </summary> - </member> - <member name="F:NAudio.Mixer.MixerInterop.Bounds.minimum"> - <summary> - dwMinimum / lMinimum / reserved 0 - </summary> - </member> - <member name="F:NAudio.Mixer.MixerInterop.Bounds.maximum"> - <summary> - dwMaximum / lMaximum / reserved 1 - </summary> - </member> - <member name="F:NAudio.Mixer.MixerInterop.Bounds.reserved2"> - <summary> - reserved 2 - </summary> - </member> - <member name="F:NAudio.Mixer.MixerInterop.Bounds.reserved3"> - <summary> - reserved 3 - </summary> - </member> - <member name="F:NAudio.Mixer.MixerInterop.Bounds.reserved4"> - <summary> - reserved 4 - </summary> - </member> - <member name="F:NAudio.Mixer.MixerInterop.Bounds.reserved5"> - <summary> - reserved 5 - </summary> - </member> - <member name="T:NAudio.Mixer.MixerInterop.Metrics"> - <summary> - METRICS structure - </summary> - </member> - <member name="F:NAudio.Mixer.MixerInterop.Metrics.step"> - <summary> - cSteps / reserved[0] - </summary> - </member> - <member name="F:NAudio.Mixer.MixerInterop.Metrics.customData"> - <summary> - cbCustomData / reserved[1], number of bytes for control details - </summary> - </member> - <member name="F:NAudio.Mixer.MixerInterop.Metrics.reserved2"> - <summary> - reserved 2 - </summary> - </member> - <member name="F:NAudio.Mixer.MixerInterop.Metrics.reserved3"> - <summary> - reserved 3 - </summary> - </member> - <member name="F:NAudio.Mixer.MixerInterop.Metrics.reserved4"> - <summary> - reserved 4 - </summary> - </member> - <member name="F:NAudio.Mixer.MixerInterop.Metrics.reserved5"> - <summary> - reserved 5 - </summary> - </member> - <member name="T:NAudio.Mixer.MixerInterop.MIXERCONTROL"> - <summary> - MIXERCONTROL struct - http://msdn.microsoft.com/en-us/library/dd757293%28VS.85%29.aspx - </summary> - </member> - <member name="T:NAudio.Mixer.MixerLineComponentType"> - <summary> - Mixer Line Component type enumeration - </summary> - </member> - <member name="F:NAudio.Mixer.MixerLineComponentType.DestinationUndefined"> - <summary> - Audio line is a destination that cannot be defined by one of the standard component types. A mixer device is required to use this component type for line component types that have not been defined by Microsoft Corporation. - MIXERLINE_COMPONENTTYPE_DST_UNDEFINED - </summary> - </member> - <member name="F:NAudio.Mixer.MixerLineComponentType.DestinationDigital"> - <summary> - Audio line is a digital destination (for example, digital input to a DAT or CD audio device). - MIXERLINE_COMPONENTTYPE_DST_DIGITAL - </summary> - </member> - <member name="F:NAudio.Mixer.MixerLineComponentType.DestinationLine"> - <summary> - Audio line is a line level destination (for example, line level input from a CD audio device) that will be the final recording source for the analog-to-digital converter (ADC). Because most audio cards for personal computers provide some sort of gain for the recording audio source line, the mixer device will use the MIXERLINE_COMPONENTTYPE_DST_WAVEIN type. - MIXERLINE_COMPONENTTYPE_DST_LINE - </summary> - </member> - <member name="F:NAudio.Mixer.MixerLineComponentType.DestinationMonitor"> - <summary> - Audio line is a destination used for a monitor. - MIXERLINE_COMPONENTTYPE_DST_MONITOR - </summary> - </member> - <member name="F:NAudio.Mixer.MixerLineComponentType.DestinationSpeakers"> - <summary> - Audio line is an adjustable (gain and/or attenuation) destination intended to drive speakers. This is the typical component type for the audio output of audio cards for personal computers. - MIXERLINE_COMPONENTTYPE_DST_SPEAKERS - </summary> - </member> - <member name="F:NAudio.Mixer.MixerLineComponentType.DestinationHeadphones"> - <summary> - Audio line is an adjustable (gain and/or attenuation) destination intended to drive headphones. Most audio cards use the same audio destination line for speakers and headphones, in which case the mixer device simply uses the MIXERLINE_COMPONENTTYPE_DST_SPEAKERS type. - MIXERLINE_COMPONENTTYPE_DST_HEADPHONES - </summary> - </member> - <member name="F:NAudio.Mixer.MixerLineComponentType.DestinationTelephone"> - <summary> - Audio line is a destination that will be routed to a telephone line. - MIXERLINE_COMPONENTTYPE_DST_TELEPHONE - </summary> - </member> - <member name="F:NAudio.Mixer.MixerLineComponentType.DestinationWaveIn"> - <summary> - Audio line is a destination that will be the final recording source for the waveform-audio input (ADC). This line typically provides some sort of gain or attenuation. This is the typical component type for the recording line of most audio cards for personal computers. - MIXERLINE_COMPONENTTYPE_DST_WAVEIN - </summary> - </member> - <member name="F:NAudio.Mixer.MixerLineComponentType.DestinationVoiceIn"> - <summary> - Audio line is a destination that will be the final recording source for voice input. This component type is exactly like MIXERLINE_COMPONENTTYPE_DST_WAVEIN but is intended specifically for settings used during voice recording/recognition. Support for this line is optional for a mixer device. Many mixer devices provide only MIXERLINE_COMPONENTTYPE_DST_WAVEIN. - MIXERLINE_COMPONENTTYPE_DST_VOICEIN - </summary> - </member> - <member name="F:NAudio.Mixer.MixerLineComponentType.SourceUndefined"> - <summary> - Audio line is a source that cannot be defined by one of the standard component types. A mixer device is required to use this component type for line component types that have not been defined by Microsoft Corporation. - MIXERLINE_COMPONENTTYPE_SRC_UNDEFINED - </summary> - </member> - <member name="F:NAudio.Mixer.MixerLineComponentType.SourceDigital"> - <summary> - Audio line is a digital source (for example, digital output from a DAT or audio CD). - MIXERLINE_COMPONENTTYPE_SRC_DIGITAL - </summary> - </member> - <member name="F:NAudio.Mixer.MixerLineComponentType.SourceLine"> - <summary> - Audio line is a line-level source (for example, line-level input from an external stereo) that can be used as an optional recording source. Because most audio cards for personal computers provide some sort of gain for the recording source line, the mixer device will use the MIXERLINE_COMPONENTTYPE_SRC_AUXILIARY type. - MIXERLINE_COMPONENTTYPE_SRC_LINE - </summary> - </member> - <member name="F:NAudio.Mixer.MixerLineComponentType.SourceMicrophone"> - <summary> - Audio line is a microphone recording source. Most audio cards for personal computers provide at least two types of recording sources: an auxiliary audio line and microphone input. A microphone audio line typically provides some sort of gain. Audio cards that use a single input for use with a microphone or auxiliary audio line should use the MIXERLINE_COMPONENTTYPE_SRC_MICROPHONE component type. - MIXERLINE_COMPONENTTYPE_SRC_MICROPHONE - </summary> - </member> - <member name="F:NAudio.Mixer.MixerLineComponentType.SourceSynthesizer"> - <summary> - Audio line is a source originating from the output of an internal synthesizer. Most audio cards for personal computers provide some sort of MIDI synthesizer (for example, an Adlib®-compatible or OPL/3 FM synthesizer). - MIXERLINE_COMPONENTTYPE_SRC_SYNTHESIZER - </summary> - </member> - <member name="F:NAudio.Mixer.MixerLineComponentType.SourceCompactDisc"> - <summary> - Audio line is a source originating from the output of an internal audio CD. This component type is provided for audio cards that provide an audio source line intended to be connected to an audio CD (or CD-ROM playing an audio CD). - MIXERLINE_COMPONENTTYPE_SRC_COMPACTDISC - </summary> - </member> - <member name="F:NAudio.Mixer.MixerLineComponentType.SourceTelephone"> - <summary> - Audio line is a source originating from an incoming telephone line. - MIXERLINE_COMPONENTTYPE_SRC_TELEPHONE - </summary> - </member> - <member name="F:NAudio.Mixer.MixerLineComponentType.SourcePcSpeaker"> - <summary> - Audio line is a source originating from personal computer speaker. Several audio cards for personal computers provide the ability to mix what would typically be played on the internal speaker with the output of an audio card. Some audio cards support the ability to use this output as a recording source. - MIXERLINE_COMPONENTTYPE_SRC_PCSPEAKER - </summary> - </member> - <member name="F:NAudio.Mixer.MixerLineComponentType.SourceWaveOut"> - <summary> - Audio line is a source originating from the waveform-audio output digital-to-analog converter (DAC). Most audio cards for personal computers provide this component type as a source to the MIXERLINE_COMPONENTTYPE_DST_SPEAKERS destination. Some cards also allow this source to be routed to the MIXERLINE_COMPONENTTYPE_DST_WAVEIN destination. - MIXERLINE_COMPONENTTYPE_SRC_WAVEOUT - </summary> - </member> - <member name="F:NAudio.Mixer.MixerLineComponentType.SourceAuxiliary"> - <summary> - Audio line is a source originating from the auxiliary audio line. This line type is intended as a source with gain or attenuation that can be routed to the MIXERLINE_COMPONENTTYPE_DST_SPEAKERS destination and/or recorded from the MIXERLINE_COMPONENTTYPE_DST_WAVEIN destination. - MIXERLINE_COMPONENTTYPE_SRC_AUXILIARY - </summary> - </member> - <member name="F:NAudio.Mixer.MixerLineComponentType.SourceAnalog"> - <summary> - Audio line is an analog source (for example, analog output from a video-cassette tape). - MIXERLINE_COMPONENTTYPE_SRC_ANALOG - </summary> - </member> - <member name="T:NAudio.Mixer.SignedMixerControl"> - <summary> - Represents a signed mixer control - </summary> - </member> - <member name="M:NAudio.Mixer.SignedMixerControl.GetDetails(System.IntPtr)"> - <summary> - Gets details for this contrl - </summary> - </member> - <member name="M:NAudio.Mixer.SignedMixerControl.ToString"> - <summary> - String Representation for debugging purposes - </summary> - <returns></returns> - </member> - <member name="P:NAudio.Mixer.SignedMixerControl.Value"> - <summary> - The value of the control - </summary> - </member> - <member name="P:NAudio.Mixer.SignedMixerControl.MinValue"> - <summary> - Minimum value for this control - </summary> - </member> - <member name="P:NAudio.Mixer.SignedMixerControl.MaxValue"> - <summary> - Maximum value for this control - </summary> - </member> - <member name="P:NAudio.Mixer.SignedMixerControl.Percent"> - <summary> - Value of the control represented as a percentage - </summary> - </member> - <member name="T:NAudio.Mixer.UnsignedMixerControl"> - <summary> - Represents an unsigned mixer control - </summary> - </member> - <member name="M:NAudio.Mixer.UnsignedMixerControl.GetDetails(System.IntPtr)"> - <summary> - Gets the details for this control - </summary> - </member> - <member name="M:NAudio.Mixer.UnsignedMixerControl.ToString"> - <summary> - String Representation for debugging purposes - </summary> - </member> - <member name="P:NAudio.Mixer.UnsignedMixerControl.Value"> - <summary> - The control value - </summary> - </member> - <member name="P:NAudio.Mixer.UnsignedMixerControl.MinValue"> - <summary> - The control's minimum value - </summary> - </member> - <member name="P:NAudio.Mixer.UnsignedMixerControl.MaxValue"> - <summary> - The control's maximum value - </summary> - </member> - <member name="P:NAudio.Mixer.UnsignedMixerControl.Percent"> - <summary> - Value of the control represented as a percentage - </summary> - </member> - <member name="T:NAudio.Utils.BufferHelpers"> - <summary> - Helper methods for working with audio buffers - </summary> - </member> - <member name="M:NAudio.Utils.BufferHelpers.Ensure(System.Byte[],System.Int32)"> - <summary> - Ensures the buffer is big enough - </summary> - <param name="buffer"></param> - <param name="bytesRequired"></param> - <returns></returns> - </member> - <member name="M:NAudio.Utils.BufferHelpers.Ensure(System.Single[],System.Int32)"> - <summary> - Ensures the buffer is big enough - </summary> - <param name="buffer"></param> - <param name="samplesRequired"></param> - <returns></returns> - </member> - <member name="T:NAudio.Utils.ByteEncoding"> - <summary> - An encoding for use with file types that have one byte per character - </summary> - </member> - <member name="F:NAudio.Utils.ByteEncoding.Instance"> - <summary> - The one and only instance of this class - </summary> - </member> - <member name="M:NAudio.Utils.ByteEncoding.GetByteCount(System.Char[],System.Int32,System.Int32)"> - <summary> - <see cref="M:System.Text.Encoding.GetByteCount(System.Char[],System.Int32,System.Int32)"/> - </summary> - </member> - <member name="M:NAudio.Utils.ByteEncoding.GetBytes(System.Char[],System.Int32,System.Int32,System.Byte[],System.Int32)"> - <summary> - <see cref="M:System.Text.Encoding.GetBytes(System.Char[],System.Int32,System.Int32,System.Byte[],System.Int32)"/> - </summary> - </member> - <member name="M:NAudio.Utils.ByteEncoding.GetCharCount(System.Byte[],System.Int32,System.Int32)"> - <summary> - <see cref="M:System.Text.Encoding.GetCharCount(System.Byte[],System.Int32,System.Int32)"/> - </summary> - </member> - <member name="M:NAudio.Utils.ByteEncoding.GetChars(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32)"> - <summary> - <see cref="M:System.Text.Encoding.GetChars(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32)"/> - </summary> - </member> - <member name="M:NAudio.Utils.ByteEncoding.GetMaxCharCount(System.Int32)"> - <summary> - <see cref="M:System.Text.Encoding.GetMaxCharCount(System.Int32)"/> - </summary> - </member> - <member name="M:NAudio.Utils.ByteEncoding.GetMaxByteCount(System.Int32)"> - <summary> - <see cref="M:System.Text.Encoding.GetMaxByteCount(System.Int32)"/> - </summary> - </member> - <member name="T:NAudio.Utils.CircularBuffer"> - <summary> - A very basic circular buffer implementation - </summary> - </member> - <member name="M:NAudio.Utils.CircularBuffer.#ctor(System.Int32)"> - <summary> - Create a new circular buffer - </summary> - <param name="size">Max buffer size in bytes</param> - </member> - <member name="M:NAudio.Utils.CircularBuffer.Write(System.Byte[],System.Int32,System.Int32)"> - <summary> - Write data to the buffer - </summary> - <param name="data">Data to write</param> - <param name="offset">Offset into data</param> - <param name="count">Number of bytes to write</param> - <returns>number of bytes written</returns> - </member> - <member name="M:NAudio.Utils.CircularBuffer.Read(System.Byte[],System.Int32,System.Int32)"> - <summary> - Read from the buffer - </summary> - <param name="data">Buffer to read into</param> - <param name="offset">Offset into read buffer</param> - <param name="count">Bytes to read</param> - <returns>Number of bytes actually read</returns> - </member> - <member name="M:NAudio.Utils.CircularBuffer.Reset"> - <summary> - Resets the buffer - </summary> - </member> - <member name="M:NAudio.Utils.CircularBuffer.Advance(System.Int32)"> - <summary> - Advances the buffer, discarding bytes - </summary> - <param name="count">Bytes to advance</param> - </member> - <member name="P:NAudio.Utils.CircularBuffer.MaxLength"> - <summary> - Maximum length of this circular buffer - </summary> - </member> - <member name="P:NAudio.Utils.CircularBuffer.Count"> - <summary> - Number of bytes currently stored in the circular buffer - </summary> - </member> - <member name="T:NAudio.Utils.Decibels"> - <summary> - A util class for conversions - </summary> - </member> - <member name="M:NAudio.Utils.Decibels.LinearToDecibels(System.Double)"> - <summary> - linear to dB conversion - </summary> - <param name="lin">linear value</param> - <returns>decibel value</returns> - </member> - <member name="M:NAudio.Utils.Decibels.DecibelsToLinear(System.Double)"> - <summary> - dB to linear conversion - </summary> - <param name="dB">decibel value</param> - <returns>linear value</returns> - </member> - <member name="T:NAudio.Utils.HResult"> - <summary> - HResult - </summary> - </member> - <member name="F:NAudio.Utils.HResult.S_OK"> - <summary> - S_OK - </summary> - </member> - <member name="F:NAudio.Utils.HResult.S_FALSE"> - <summary> - S_FALSE - </summary> - </member> - <member name="F:NAudio.Utils.HResult.E_INVALIDARG"> - <summary> - E_INVALIDARG (from winerror.h) - </summary> - </member> - <member name="M:NAudio.Utils.HResult.MAKE_HRESULT(System.Int32,System.Int32,System.Int32)"> - <summary> - MAKE_HRESULT macro - </summary> - </member> - <member name="M:NAudio.Utils.HResult.GetHResult(System.Runtime.InteropServices.COMException)"> - <summary> - Helper to deal with the fact that in Win Store apps, - the HResult property name has changed - </summary> - <param name="exception">COM Exception</param> - <returns>The HResult</returns> - </member> - <member name="T:NAudio.Utils.IgnoreDisposeStream"> - <summary> - Pass-through stream that ignores Dispose - Useful for dealing with MemoryStreams that you want to re-use - </summary> - </member> - <member name="M:NAudio.Utils.IgnoreDisposeStream.#ctor(System.IO.Stream)"> - <summary> - Creates a new IgnoreDisposeStream - </summary> - <param name="sourceStream">The source stream</param> - </member> - <member name="M:NAudio.Utils.IgnoreDisposeStream.Flush"> - <summary> - Flushes the underlying stream - </summary> - </member> - <member name="M:NAudio.Utils.IgnoreDisposeStream.Read(System.Byte[],System.Int32,System.Int32)"> - <summary> - Reads from the underlying stream - </summary> - </member> - <member name="M:NAudio.Utils.IgnoreDisposeStream.Seek(System.Int64,System.IO.SeekOrigin)"> - <summary> - Seeks on the underlying stream - </summary> - </member> - <member name="M:NAudio.Utils.IgnoreDisposeStream.SetLength(System.Int64)"> - <summary> - Sets the length of the underlying stream - </summary> - </member> - <member name="M:NAudio.Utils.IgnoreDisposeStream.Write(System.Byte[],System.Int32,System.Int32)"> - <summary> - Writes to the underlying stream - </summary> - </member> - <member name="M:NAudio.Utils.IgnoreDisposeStream.Dispose(System.Boolean)"> - <summary> - Dispose - by default (IgnoreDispose = true) will do nothing, - leaving the underlying stream undisposed - </summary> - </member> - <member name="P:NAudio.Utils.IgnoreDisposeStream.SourceStream"> - <summary> - The source stream all other methods fall through to - </summary> - </member> - <member name="P:NAudio.Utils.IgnoreDisposeStream.IgnoreDispose"> - <summary> - If true the Dispose will be ignored, if false, will pass through to the SourceStream - Set to true by default - </summary> - </member> - <member name="P:NAudio.Utils.IgnoreDisposeStream.CanRead"> - <summary> - Can Read - </summary> - </member> - <member name="P:NAudio.Utils.IgnoreDisposeStream.CanSeek"> - <summary> - Can Seek - </summary> - </member> - <member name="P:NAudio.Utils.IgnoreDisposeStream.CanWrite"> - <summary> - Can write to the underlying stream - </summary> - </member> - <member name="P:NAudio.Utils.IgnoreDisposeStream.Length"> - <summary> - Gets the length of the underlying stream - </summary> - </member> - <member name="P:NAudio.Utils.IgnoreDisposeStream.Position"> - <summary> - Gets or sets the position of the underlying stream - </summary> - </member> - <member name="M:NAudio.Utils.MergeSort.Sort``1(System.Collections.Generic.IList{``0},System.Int32,System.Int32,System.Collections.Generic.IComparer{``0})"> - <summary> - In-place and stable implementation of MergeSort - </summary> - </member> - <member name="M:NAudio.Utils.MergeSort.Sort``1(System.Collections.Generic.IList{``0})"> - <summary> - MergeSort a list of comparable items - </summary> - </member> - <member name="M:NAudio.Utils.MergeSort.Sort``1(System.Collections.Generic.IList{``0},System.Collections.Generic.IComparer{``0})"> - <summary> - MergeSort a list - </summary> - </member> - <member name="T:NAudio.Utils.ProgressLog"> - <summary> - A thread-safe Progress Log Control - </summary> - </member> - <member name="M:NAudio.Utils.ProgressLog.#ctor"> - <summary> - Creates a new progress log control - </summary> - </member> - <member name="M:NAudio.Utils.ProgressLog.LogMessage(System.Drawing.Color,System.String)"> - <summary> - Log a message - </summary> - </member> - <member name="M:NAudio.Utils.ProgressLog.ClearLog"> - <summary> - Clear the log - </summary> - </member> - <member name="F:NAudio.Utils.ProgressLog.components"> - <summary> - Required designer variable. - </summary> - </member> - <member name="M:NAudio.Utils.ProgressLog.Dispose(System.Boolean)"> - <summary> - Clean up any resources being used. - </summary> - <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> - </member> - <member name="M:NAudio.Utils.ProgressLog.InitializeComponent"> - <summary> - Required method for Designer support - do not modify - the contents of this method with the code editor. - </summary> - </member> - <member name="P:NAudio.Utils.ProgressLog.Text"> - <summary> - The contents of the log as text - </summary> - </member> - <member name="T:NAudio.CoreAudioApi.AudioEndpointVolume"> - <summary> - Audio Endpoint Volume - </summary> - </member> - <member name="M:NAudio.CoreAudioApi.AudioEndpointVolume.VolumeStepUp"> - <summary> - Volume Step Up - </summary> - </member> - <member name="M:NAudio.CoreAudioApi.AudioEndpointVolume.VolumeStepDown"> - <summary> - Volume Step Down - </summary> - </member> - <member name="M:NAudio.CoreAudioApi.AudioEndpointVolume.#ctor(NAudio.CoreAudioApi.Interfaces.IAudioEndpointVolume)"> - <summary> - Creates a new Audio endpoint volume - </summary> - <param name="realEndpointVolume">IAudioEndpointVolume COM interface</param> - </member> - <member name="M:NAudio.CoreAudioApi.AudioEndpointVolume.Dispose"> - <summary> - Dispose - </summary> - </member> - <member name="M:NAudio.CoreAudioApi.AudioEndpointVolume.Finalize"> - <summary> - Finalizer - </summary> - </member> - <member name="E:NAudio.CoreAudioApi.AudioEndpointVolume.OnVolumeNotification"> - <summary> - On Volume Notification - </summary> - </member> - <member name="P:NAudio.CoreAudioApi.AudioEndpointVolume.VolumeRange"> - <summary> - Volume Range - </summary> - </member> - <member name="P:NAudio.CoreAudioApi.AudioEndpointVolume.HardwareSupport"> - <summary> - Hardware Support - </summary> - </member> - <member name="P:NAudio.CoreAudioApi.AudioEndpointVolume.StepInformation"> - <summary> - Step Information - </summary> - </member> - <member name="P:NAudio.CoreAudioApi.AudioEndpointVolume.Channels"> - <summary> - Channels - </summary> - </member> - <member name="P:NAudio.CoreAudioApi.AudioEndpointVolume.MasterVolumeLevel"> - <summary> - Master Volume Level - </summary> - </member> - <member name="P:NAudio.CoreAudioApi.AudioEndpointVolume.MasterVolumeLevelScalar"> - <summary> - Master Volume Level Scalar - </summary> - </member> - <member name="P:NAudio.CoreAudioApi.AudioEndpointVolume.Mute"> - <summary> - Mute - </summary> - </member> - <member name="T:NAudio.CoreAudioApi.AudioMeterInformation"> - <summary> - Audio Meter Information - </summary> - </member> - <member name="P:NAudio.CoreAudioApi.AudioMeterInformation.PeakValues"> - <summary> - Peak Values - </summary> - </member> - <member name="P:NAudio.CoreAudioApi.AudioMeterInformation.HardwareSupport"> - <summary> - Hardware Support - </summary> - </member> - <member name="P:NAudio.CoreAudioApi.AudioMeterInformation.MasterPeakValue"> - <summary> - Master Peak Value - </summary> - </member> - <member name="T:NAudio.CoreAudioApi.DeviceState"> - <summary> - Device State - </summary> - </member> - <member name="F:NAudio.CoreAudioApi.DeviceState.Active"> - <summary> - DEVICE_STATE_ACTIVE - </summary> - </member> - <member name="F:NAudio.CoreAudioApi.DeviceState.Disabled"> - <summary> - DEVICE_STATE_DISABLED - </summary> - </member> - <member name="F:NAudio.CoreAudioApi.DeviceState.NotPresent"> - <summary> - DEVICE_STATE_NOTPRESENT - </summary> - </member> - <member name="F:NAudio.CoreAudioApi.DeviceState.Unplugged"> - <summary> - DEVICE_STATE_UNPLUGGED - </summary> - </member> - <member name="F:NAudio.CoreAudioApi.DeviceState.All"> - <summary> - DEVICE_STATEMASK_ALL - </summary> - </member> - <member name="T:NAudio.CoreAudioApi.EEndpointHardwareSupport"> - <summary> - Endpoint Hardware Support - </summary> - </member> - <member name="F:NAudio.CoreAudioApi.EEndpointHardwareSupport.Volume"> - <summary> - Volume - </summary> - </member> - <member name="F:NAudio.CoreAudioApi.EEndpointHardwareSupport.Mute"> - <summary> - Mute - </summary> - </member> - <member name="F:NAudio.CoreAudioApi.EEndpointHardwareSupport.Meter"> - <summary> - Meter - </summary> - </member> - <member name="T:NAudio.CoreAudioApi.Interfaces.ClsCtx"> - <summary> - is defined in WTypes.h - </summary> - </member> - <member name="T:NAudio.CoreAudioApi.DataFlow"> - <summary> - The EDataFlow enumeration defines constants that indicate the direction - in which audio data flows between an audio endpoint device and an application - </summary> - </member> - <member name="F:NAudio.CoreAudioApi.DataFlow.Render"> - <summary> - Audio rendering stream. - Audio data flows from the application to the audio endpoint device, which renders the stream. - </summary> - </member> - <member name="F:NAudio.CoreAudioApi.DataFlow.Capture"> - <summary> - Audio capture stream. Audio data flows from the audio endpoint device that captures the stream, - to the application - </summary> - </member> - <member name="F:NAudio.CoreAudioApi.DataFlow.All"> - <summary> - Audio rendering or capture stream. Audio data can flow either from the application to the audio - endpoint device, or from the audio endpoint device to the application. - </summary> - </member> - <member name="T:NAudio.CoreAudioApi.Interfaces.IAudioClient"> - <summary> - Windows CoreAudio IAudioClient interface - Defined in AudioClient.h - </summary> - </member> - <member name="M:NAudio.CoreAudioApi.Interfaces.IAudioClient.GetBufferSize(System.UInt32@)"> - <summary> - The GetBufferSize method retrieves the size (maximum capacity) of the endpoint buffer. - </summary> - </member> - <member name="M:NAudio.CoreAudioApi.Interfaces.IAudioClient.GetService(System.Guid,System.Object@)"> - <summary> - The GetService method accesses additional services from the audio client object. - </summary> - <param name="interfaceId">The interface ID for the requested service.</param> - <param name="interfacePointer">Pointer to a pointer variable into which the method writes the address of an instance of the requested interface. </param> - </member> - <member name="T:NAudio.CoreAudioApi.Interfaces.IMMEndpoint"> - <summary> - defined in MMDeviceAPI.h - </summary> - </member> - <member name="T:NAudio.CoreAudioApi.Interfaces.IMMNotificationClient"> - <summary> - IMMNotificationClient - </summary> - </member> - <member name="M:NAudio.CoreAudioApi.Interfaces.IMMNotificationClient.OnDeviceStateChanged(System.String,NAudio.CoreAudioApi.DeviceState)"> - <summary> - Device State Changed - </summary> - </member> - <member name="M:NAudio.CoreAudioApi.Interfaces.IMMNotificationClient.OnDeviceAdded(System.String)"> - <summary> - Device Added - </summary> - </member> - <member name="M:NAudio.CoreAudioApi.Interfaces.IMMNotificationClient.OnDeviceRemoved(System.String)"> - <summary> - Device Removed - </summary> - </member> - <member name="M:NAudio.CoreAudioApi.Interfaces.IMMNotificationClient.OnDefaultDeviceChanged(NAudio.CoreAudioApi.DataFlow,NAudio.CoreAudioApi.Role,System.String)"> - <summary> - Default Device Changed - </summary> - </member> - <member name="M:NAudio.CoreAudioApi.Interfaces.IMMNotificationClient.OnPropertyValueChanged(System.String,NAudio.CoreAudioApi.PropertyKey)"> - <summary> - Property Value Changed - </summary> - <param name="pwstrDeviceId"></param> - <param name="key"></param> - </member> - <member name="T:NAudio.CoreAudioApi.Interfaces.IPropertyStore"> - <summary> - is defined in propsys.h - </summary> - </member> - <member name="T:NAudio.CoreAudioApi.Interfaces.MMDeviceEnumeratorComObject"> - <summary> - implements IMMDeviceEnumerator - </summary> - </member> - <member name="T:NAudio.CoreAudioApi.Interfaces.StorageAccessMode"> - <summary> - MMDevice STGM enumeration - </summary> - </member> - <member name="T:NAudio.CoreAudioApi.PropertyKey"> - <summary> - PROPERTYKEY is defined in wtypes.h - </summary> - </member> - <member name="F:NAudio.CoreAudioApi.PropertyKey.formatId"> - <summary> - Format ID - </summary> - </member> - <member name="F:NAudio.CoreAudioApi.PropertyKey.propertyId"> - <summary> - Property ID - </summary> - </member> - <member name="M:NAudio.CoreAudioApi.PropertyKey.#ctor(System.Guid,System.Int32)"> - <summary> - <param name="formatId"></param> - <param name="propertyId"></param> - </summary> - </member> - <member name="T:NAudio.CoreAudioApi.Interfaces.PropVariant"> - <summary> - from Propidl.h. - http://msdn.microsoft.com/en-us/library/aa380072(VS.85).aspx - contains a union so we have to do an explicit layout - </summary> - </member> - <member name="M:NAudio.CoreAudioApi.Interfaces.PropVariant.FromLong(System.Int64)"> - <summary> - Creates a new PropVariant containing a long value - </summary> - </member> - <member name="M:NAudio.CoreAudioApi.Interfaces.PropVariant.GetBlob"> - <summary> - Helper method to gets blob data - </summary> - </member> - <member name="M:NAudio.CoreAudioApi.Interfaces.PropVariant.GetBlobAsArrayOf``1"> - <summary> - Interprets a blob as an array of structs - </summary> - </member> - <member name="M:NAudio.CoreAudioApi.Interfaces.PropVariant.Clear"> - <summary> - allows freeing up memory, might turn this into a Dispose method? - </summary> - </member> - <member name="P:NAudio.CoreAudioApi.Interfaces.PropVariant.DataType"> - <summary> - Gets the type of data in this PropVariant - </summary> - </member> - <member name="P:NAudio.CoreAudioApi.Interfaces.PropVariant.Value"> - <summary> - Property value - </summary> - </member> - <member name="T:NAudio.CoreAudioApi.Role"> - <summary> - The ERole enumeration defines constants that indicate the role - that the system has assigned to an audio endpoint device - </summary> - </member> - <member name="F:NAudio.CoreAudioApi.Role.Console"> - <summary> - Games, system notification sounds, and voice commands. - </summary> - </member> - <member name="F:NAudio.CoreAudioApi.Role.Multimedia"> - <summary> - Music, movies, narration, and live music recording - </summary> - </member> - <member name="F:NAudio.CoreAudioApi.Role.Communications"> - <summary> - Voice communications (talking to another person). - </summary> - </member> - <member name="T:NAudio.CoreAudioApi.MMDevice"> - <summary> - MM Device - </summary> - </member> - <member name="M:NAudio.CoreAudioApi.MMDevice.ToString"> - <summary> - To string - </summary> - </member> - <member name="P:NAudio.CoreAudioApi.MMDevice.AudioClient"> - <summary> - Audio Client - </summary> - </member> - <member name="P:NAudio.CoreAudioApi.MMDevice.AudioMeterInformation"> - <summary> - Audio Meter Information - </summary> - </member> - <member name="P:NAudio.CoreAudioApi.MMDevice.AudioEndpointVolume"> - <summary> - Audio Endpoint Volume - </summary> - </member> - <member name="P:NAudio.CoreAudioApi.MMDevice.AudioSessionManager"> - <summary> - AudioSessionManager instance - </summary> - </member> - <member name="P:NAudio.CoreAudioApi.MMDevice.Properties"> - <summary> - Properties - </summary> - </member> - <member name="P:NAudio.CoreAudioApi.MMDevice.FriendlyName"> - <summary> - Friendly name for the endpoint - </summary> - </member> - <member name="P:NAudio.CoreAudioApi.MMDevice.DeviceFriendlyName"> - <summary> - Friendly name of device - </summary> - </member> - <member name="P:NAudio.CoreAudioApi.MMDevice.IconPath"> - <summary> - Icon path of device - </summary> - </member> - <member name="P:NAudio.CoreAudioApi.MMDevice.ID"> - <summary> - Device ID - </summary> - </member> - <member name="P:NAudio.CoreAudioApi.MMDevice.DataFlow"> - <summary> - Data Flow - </summary> - </member> - <member name="P:NAudio.CoreAudioApi.MMDevice.State"> - <summary> - Device State - </summary> - </member> - <member name="T:NAudio.CoreAudioApi.MMDeviceEnumerator"> - <summary> - MM Device Enumerator - </summary> - </member> - <member name="M:NAudio.CoreAudioApi.MMDeviceEnumerator.#ctor"> - <summary> - Creates a new MM Device Enumerator - </summary> - </member> - <member name="M:NAudio.CoreAudioApi.MMDeviceEnumerator.EnumerateAudioEndPoints(NAudio.CoreAudioApi.DataFlow,NAudio.CoreAudioApi.DeviceState)"> - <summary> - Enumerate Audio Endpoints - </summary> - <param name="dataFlow">Desired DataFlow</param> - <param name="dwStateMask">State Mask</param> - <returns>Device Collection</returns> - </member> - <member name="M:NAudio.CoreAudioApi.MMDeviceEnumerator.GetDefaultAudioEndpoint(NAudio.CoreAudioApi.DataFlow,NAudio.CoreAudioApi.Role)"> - <summary> - Get Default Endpoint - </summary> - <param name="dataFlow">Data Flow</param> - <param name="role">Role</param> - <returns>Device</returns> - </member> - <member name="M:NAudio.CoreAudioApi.MMDeviceEnumerator.HasDefaultAudioEndpoint(NAudio.CoreAudioApi.DataFlow,NAudio.CoreAudioApi.Role)"> - <summary> - Check to see if a default audio end point exists without needing an exception. - </summary> - <param name="dataFlow">Data Flow</param> - <param name="role">Role</param> - <returns>True if one exists, and false if one does not exist.</returns> - </member> - <member name="M:NAudio.CoreAudioApi.MMDeviceEnumerator.GetDevice(System.String)"> - <summary> - Get device by ID - </summary> - <param name="id">Device ID</param> - <returns>Device</returns> - </member> - <member name="M:NAudio.CoreAudioApi.MMDeviceEnumerator.RegisterEndpointNotificationCallback(NAudio.CoreAudioApi.Interfaces.IMMNotificationClient)"> - <summary> - Registers a call back for Device Events - </summary> - <param name="client">Object implementing IMMNotificationClient type casted as IMMNotificationClient interface</param> - <returns></returns> - </member> - <member name="M:NAudio.CoreAudioApi.MMDeviceEnumerator.UnregisterEndpointNotificationCallback(NAudio.CoreAudioApi.Interfaces.IMMNotificationClient)"> - <summary> - Unregisters a call back for Device Events - </summary> - <param name="client">Object implementing IMMNotificationClient type casted as IMMNotificationClient interface </param> - <returns></returns> - </member> - <member name="T:NAudio.CoreAudioApi.PropertyStore"> - <summary> - Property Store class, only supports reading properties at the moment. - </summary> - </member> - <member name="M:NAudio.CoreAudioApi.PropertyStore.Contains(NAudio.CoreAudioApi.PropertyKey)"> - <summary> - Contains property guid - </summary> - <param name="key">Looks for a specific key</param> - <returns>True if found</returns> - </member> - <member name="M:NAudio.CoreAudioApi.PropertyStore.Get(System.Int32)"> - <summary> - Gets property key at sepecified index - </summary> - <param name="index">Index</param> - <returns>Property key</returns> - </member> - <member name="M:NAudio.CoreAudioApi.PropertyStore.GetValue(System.Int32)"> - <summary> - Gets property value at specified index - </summary> - <param name="index">Index</param> - <returns>Property value</returns> - </member> - <member name="M:NAudio.CoreAudioApi.PropertyStore.#ctor(NAudio.CoreAudioApi.Interfaces.IPropertyStore)"> - <summary> - Creates a new property store - </summary> - <param name="store">IPropertyStore COM interface</param> - </member> - <member name="P:NAudio.CoreAudioApi.PropertyStore.Count"> - <summary> - Property Count - </summary> - </member> - <member name="P:NAudio.CoreAudioApi.PropertyStore.Item(System.Int32)"> - <summary> - Gets property by index - </summary> - <param name="index">Property index</param> - <returns>The property</returns> - </member> - <member name="P:NAudio.CoreAudioApi.PropertyStore.Item(NAudio.CoreAudioApi.PropertyKey)"> - <summary> - Indexer by guid - </summary> - <param name="key">Property Key</param> - <returns>Property or null if not found</returns> - </member> - <member name="T:NAudio.CoreAudioApi.PropertyStoreProperty"> - <summary> - Property Store Property - </summary> - </member> - <member name="P:NAudio.CoreAudioApi.PropertyStoreProperty.Key"> - <summary> - Property Key - </summary> - </member> - <member name="P:NAudio.CoreAudioApi.PropertyStoreProperty.Value"> - <summary> - Property Value - </summary> - </member> - <member name="T:NAudio.Wave.Asio.ASIODriver"> - <summary> - Main ASIODriver Class. To use this class, you need to query first the GetASIODriverNames() and - then use the GetASIODriverByName to instantiate the correct ASIODriver. - This is the first ASIODriver binding fully implemented in C#! - - Contributor: Alexandre Mutel - email: alexandre_mutel at yahoo.fr - </summary> - </member> - <member name="M:NAudio.Wave.Asio.ASIODriver.GetASIODriverNames"> - <summary> - Gets the ASIO driver names installed. - </summary> - <returns>a list of driver names. Use this name to GetASIODriverByName</returns> - </member> - <member name="M:NAudio.Wave.Asio.ASIODriver.GetASIODriverByName(System.String)"> - <summary> - Instantiate a ASIODriver given its name. - </summary> - <param name="name">The name of the driver</param> - <returns>an ASIODriver instance</returns> - </member> - <member name="M:NAudio.Wave.Asio.ASIODriver.GetASIODriverByGuid(System.Guid)"> - <summary> - Instantiate the ASIO driver by GUID. - </summary> - <param name="guid">The GUID.</param> - <returns>an ASIODriver instance</returns> - </member> - <member name="M:NAudio.Wave.Asio.ASIODriver.init(System.IntPtr)"> - <summary> - Inits the ASIODriver.. - </summary> - <param name="sysHandle">The sys handle.</param> - <returns></returns> - </member> - <member name="M:NAudio.Wave.Asio.ASIODriver.getDriverName"> - <summary> - Gets the name of the driver. - </summary> - <returns></returns> - </member> - <member name="M:NAudio.Wave.Asio.ASIODriver.getDriverVersion"> - <summary> - Gets the driver version. - </summary> - <returns></returns> - </member> - <member name="M:NAudio.Wave.Asio.ASIODriver.getErrorMessage"> - <summary> - Gets the error message. - </summary> - <returns></returns> - </member> - <member name="M:NAudio.Wave.Asio.ASIODriver.start"> - <summary> - Starts this instance. - </summary> - </member> - <member name="M:NAudio.Wave.Asio.ASIODriver.stop"> - <summary> - Stops this instance. - </summary> - </member> - <member name="M:NAudio.Wave.Asio.ASIODriver.getChannels(System.Int32@,System.Int32@)"> - <summary> - Gets the channels. - </summary> - <param name="numInputChannels">The num input channels.</param> - <param name="numOutputChannels">The num output channels.</param> - </member> - <member name="M:NAudio.Wave.Asio.ASIODriver.GetLatencies(System.Int32@,System.Int32@)"> - <summary> - Gets the latencies (n.b. does not throw an exception) - </summary> - <param name="inputLatency">The input latency.</param> - <param name="outputLatency">The output latency.</param> - </member> - <member name="M:NAudio.Wave.Asio.ASIODriver.getBufferSize(System.Int32@,System.Int32@,System.Int32@,System.Int32@)"> - <summary> - Gets the size of the buffer. - </summary> - <param name="minSize">Size of the min.</param> - <param name="maxSize">Size of the max.</param> - <param name="preferredSize">Size of the preferred.</param> - <param name="granularity">The granularity.</param> - </member> - <member name="M:NAudio.Wave.Asio.ASIODriver.canSampleRate(System.Double)"> - <summary> - Determines whether this instance can use the specified sample rate. - </summary> - <param name="sampleRate">The sample rate.</param> - <returns> - <c>true</c> if this instance [can sample rate] the specified sample rate; otherwise, <c>false</c>. - </returns> - </member> - <member name="M:NAudio.Wave.Asio.ASIODriver.getSampleRate"> - <summary> - Gets the sample rate. - </summary> - <returns></returns> - </member> - <member name="M:NAudio.Wave.Asio.ASIODriver.setSampleRate(System.Double)"> - <summary> - Sets the sample rate. - </summary> - <param name="sampleRate">The sample rate.</param> - </member> - <member name="M:NAudio.Wave.Asio.ASIODriver.getClockSources(System.Int64@,System.Int32)"> - <summary> - Gets the clock sources. - </summary> - <param name="clocks">The clocks.</param> - <param name="numSources">The num sources.</param> - </member> - <member name="M:NAudio.Wave.Asio.ASIODriver.setClockSource(System.Int32)"> - <summary> - Sets the clock source. - </summary> - <param name="reference">The reference.</param> - </member> - <member name="M:NAudio.Wave.Asio.ASIODriver.getSamplePosition(System.Int64@,NAudio.Wave.Asio.ASIO64Bit@)"> - <summary> - Gets the sample position. - </summary> - <param name="samplePos">The sample pos.</param> - <param name="timeStamp">The time stamp.</param> - </member> - <member name="M:NAudio.Wave.Asio.ASIODriver.getChannelInfo(System.Int32,System.Boolean)"> - <summary> - Gets the channel info. - </summary> - <param name="channelNumber">The channel number.</param> - <param name="trueForInputInfo">if set to <c>true</c> [true for input info].</param> - <returns></returns> - </member> - <member name="M:NAudio.Wave.Asio.ASIODriver.createBuffers(System.IntPtr,System.Int32,System.Int32,NAudio.Wave.Asio.ASIOCallbacks@)"> - <summary> - Creates the buffers. - </summary> - <param name="bufferInfos">The buffer infos.</param> - <param name="numChannels">The num channels.</param> - <param name="bufferSize">Size of the buffer.</param> - <param name="callbacks">The callbacks.</param> - </member> - <member name="M:NAudio.Wave.Asio.ASIODriver.disposeBuffers"> - <summary> - Disposes the buffers. - </summary> - </member> - <member name="M:NAudio.Wave.Asio.ASIODriver.controlPanel"> - <summary> - Controls the panel. - </summary> - </member> - <member name="M:NAudio.Wave.Asio.ASIODriver.future(System.Int32,System.IntPtr)"> - <summary> - Futures the specified selector. - </summary> - <param name="selector">The selector.</param> - <param name="opt">The opt.</param> - </member> - <member name="M:NAudio.Wave.Asio.ASIODriver.outputReady"> - <summary> - Notifies OutputReady to the ASIODriver. - </summary> - <returns></returns> - </member> - <member name="M:NAudio.Wave.Asio.ASIODriver.ReleaseComASIODriver"> - <summary> - Releases this instance. - </summary> - </member> - <member name="M:NAudio.Wave.Asio.ASIODriver.handleException(NAudio.Wave.Asio.ASIOError,System.String)"> - <summary> - Handles the exception. Throws an exception based on the error. - </summary> - <param name="error">The error to check.</param> - <param name="methodName">Method name</param> - </member> - <member name="M:NAudio.Wave.Asio.ASIODriver.initFromGuid(System.Guid)"> - <summary> - Inits the vTable method from GUID. This is a tricky part of this class. - </summary> - <param name="ASIOGuid">The ASIO GUID.</param> - </member> - <member name="T:NAudio.Wave.Asio.ASIODriver.ASIODriverVTable"> - <summary> - Internal VTable structure to store all the delegates to the C++ COM method. - </summary> - </member> - <member name="T:NAudio.Wave.Asio.ASIOFillBufferCallback"> - <summary> - Callback used by the ASIODriverExt to get wave data - </summary> - </member> - <member name="T:NAudio.Wave.Asio.ASIODriverExt"> - <summary> - ASIODriverExt is a simplified version of the ASIODriver. It provides an easier - way to access the capabilities of the Driver and implement the callbacks necessary - for feeding the driver. - Implementation inspired from Rob Philpot's with a managed C++ ASIO wrapper BlueWave.Interop.Asio - http://www.codeproject.com/KB/mcpp/Asio.Net.aspx - - Contributor: Alexandre Mutel - email: alexandre_mutel at yahoo.fr - </summary> - </member> - <member name="M:NAudio.Wave.Asio.ASIODriverExt.#ctor(NAudio.Wave.Asio.ASIODriver)"> - <summary> - Initializes a new instance of the <see cref="T:NAudio.Wave.Asio.ASIODriverExt"/> class based on an already - instantiated ASIODriver instance. - </summary> - <param name="driver">A ASIODriver already instantiated.</param> - </member> - <member name="M:NAudio.Wave.Asio.ASIODriverExt.SetChannelOffset(System.Int32,System.Int32)"> - <summary> - Allows adjustment of which is the first output channel we write to - </summary> - <param name="outputChannelOffset">Output Channel offset</param> - <param name="inputChannelOffset">Input Channel offset</param> - </member> - <member name="M:NAudio.Wave.Asio.ASIODriverExt.Start"> - <summary> - Starts playing the buffers. - </summary> - </member> - <member name="M:NAudio.Wave.Asio.ASIODriverExt.Stop"> - <summary> - Stops playing the buffers. - </summary> - </member> - <member name="M:NAudio.Wave.Asio.ASIODriverExt.ShowControlPanel"> - <summary> - Shows the control panel. - </summary> - </member> - <member name="M:NAudio.Wave.Asio.ASIODriverExt.ReleaseDriver"> - <summary> - Releases this instance. - </summary> - </member> - <member name="M:NAudio.Wave.Asio.ASIODriverExt.IsSampleRateSupported(System.Double)"> - <summary> - Determines whether the specified sample rate is supported. - </summary> - <param name="sampleRate">The sample rate.</param> - <returns> - <c>true</c> if [is sample rate supported]; otherwise, <c>false</c>. - </returns> - </member> - <member name="M:NAudio.Wave.Asio.ASIODriverExt.SetSampleRate(System.Double)"> - <summary> - Sets the sample rate. - </summary> - <param name="sampleRate">The sample rate.</param> - </member> - <member name="M:NAudio.Wave.Asio.ASIODriverExt.CreateBuffers(System.Int32,System.Int32,System.Boolean)"> - <summary> - Creates the buffers for playing. - </summary> - <param name="numberOfOutputChannels">The number of outputs channels.</param> - <param name="numberOfInputChannels">The number of input channel.</param> - <param name="useMaxBufferSize">if set to <c>true</c> [use max buffer size] else use Prefered size</param> - </member> - <member name="M:NAudio.Wave.Asio.ASIODriverExt.BuildCapabilities"> - <summary> - Builds the capabilities internally. - </summary> - </member> - <member name="M:NAudio.Wave.Asio.ASIODriverExt.BufferSwitchCallBack(System.Int32,System.Boolean)"> - <summary> - Callback called by the ASIODriver on fill buffer demand. Redirect call to external callback. - </summary> - <param name="doubleBufferIndex">Index of the double buffer.</param> - <param name="directProcess">if set to <c>true</c> [direct process].</param> - </member> - <member name="M:NAudio.Wave.Asio.ASIODriverExt.SampleRateDidChangeCallBack(System.Double)"> - <summary> - Callback called by the ASIODriver on event "Samples rate changed". - </summary> - <param name="sRate">The sample rate.</param> - </member> - <member name="M:NAudio.Wave.Asio.ASIODriverExt.AsioMessageCallBack(NAudio.Wave.Asio.ASIOMessageSelector,System.Int32,System.IntPtr,System.IntPtr)"> - <summary> - Asio message call back. - </summary> - <param name="selector">The selector.</param> - <param name="value">The value.</param> - <param name="message">The message.</param> - <param name="opt">The opt.</param> - <returns></returns> - </member> - <member name="M:NAudio.Wave.Asio.ASIODriverExt.BufferSwitchTimeInfoCallBack(System.IntPtr,System.Int32,System.Boolean)"> - <summary> - Buffers switch time info call back. - </summary> - <param name="asioTimeParam">The asio time param.</param> - <param name="doubleBufferIndex">Index of the double buffer.</param> - <param name="directProcess">if set to <c>true</c> [direct process].</param> - <returns></returns> - </member> - <member name="P:NAudio.Wave.Asio.ASIODriverExt.Driver"> - <summary> - Gets the driver used. - </summary> - <value>The ASIOdriver.</value> - </member> - <member name="P:NAudio.Wave.Asio.ASIODriverExt.FillBufferCallback"> - <summary> - Gets or sets the fill buffer callback. - </summary> - <value>The fill buffer callback.</value> - </member> - <member name="P:NAudio.Wave.Asio.ASIODriverExt.Capabilities"> - <summary> - Gets the capabilities of the ASIODriver. - </summary> - <value>The capabilities.</value> - </member> - <member name="T:NAudio.Wave.Asio.ASIOSampleConvertor"> - <summary> - This class stores convertors for different interleaved WaveFormat to ASIOSampleType separate channel - format. - </summary> - </member> - <member name="M:NAudio.Wave.Asio.ASIOSampleConvertor.SelectSampleConvertor(NAudio.Wave.WaveFormat,NAudio.Wave.Asio.AsioSampleType)"> - <summary> - Selects the sample convertor based on the input WaveFormat and the output ASIOSampleTtype. - </summary> - <param name="waveFormat">The wave format.</param> - <param name="asioType">The type.</param> - <returns></returns> - </member> - <member name="M:NAudio.Wave.Asio.ASIOSampleConvertor.ConvertorShortToInt2Channels(System.IntPtr,System.IntPtr[],System.Int32,System.Int32)"> - <summary> - Optimized convertor for 2 channels SHORT - </summary> - </member> - <member name="M:NAudio.Wave.Asio.ASIOSampleConvertor.ConvertorShortToIntGeneric(System.IntPtr,System.IntPtr[],System.Int32,System.Int32)"> - <summary> - Generic convertor for SHORT - </summary> - </member> - <member name="M:NAudio.Wave.Asio.ASIOSampleConvertor.ConvertorFloatToInt2Channels(System.IntPtr,System.IntPtr[],System.Int32,System.Int32)"> - <summary> - Optimized convertor for 2 channels FLOAT - </summary> - </member> - <member name="M:NAudio.Wave.Asio.ASIOSampleConvertor.ConvertorFloatToIntGeneric(System.IntPtr,System.IntPtr[],System.Int32,System.Int32)"> - <summary> - Generic convertor SHORT - </summary> - </member> - <member name="M:NAudio.Wave.Asio.ASIOSampleConvertor.ConvertorShortToShort2Channels(System.IntPtr,System.IntPtr[],System.Int32,System.Int32)"> - <summary> - Optimized convertor for 2 channels SHORT - </summary> - </member> - <member name="M:NAudio.Wave.Asio.ASIOSampleConvertor.ConvertorShortToShortGeneric(System.IntPtr,System.IntPtr[],System.Int32,System.Int32)"> - <summary> - Generic convertor for SHORT - </summary> - </member> - <member name="M:NAudio.Wave.Asio.ASIOSampleConvertor.ConvertorFloatToShort2Channels(System.IntPtr,System.IntPtr[],System.Int32,System.Int32)"> - <summary> - Optimized convertor for 2 channels FLOAT - </summary> - </member> - <member name="M:NAudio.Wave.Asio.ASIOSampleConvertor.ConvertorFloatToShortGeneric(System.IntPtr,System.IntPtr[],System.Int32,System.Int32)"> - <summary> - Generic convertor SHORT - </summary> - </member> - <member name="M:NAudio.Wave.Asio.ASIOSampleConvertor.ConverterFloatTo24LSBGeneric(System.IntPtr,System.IntPtr[],System.Int32,System.Int32)"> - <summary> - Generic converter 24 LSB - </summary> - </member> - <member name="M:NAudio.Wave.Asio.ASIOSampleConvertor.ConverterFloatToFloatGeneric(System.IntPtr,System.IntPtr[],System.Int32,System.Int32)"> - <summary> - Generic convertor for float - </summary> - </member> - <member name="T:NAudio.Wave.Asio.ASIOException"> - <summary> - ASIO common Exception. - </summary> - </member> - <member name="M:NAudio.Wave.Asio.ASIOException.getErrorName(NAudio.Wave.Asio.ASIOError)"> - <summary> - Gets the name of the error. - </summary> - <param name="error">The error.</param> - <returns>the name of the error</returns> - </member> - <member name="T:NAudio.Wave.Compression.AcmDriver"> - <summary> - Represents an installed ACM Driver - </summary> - </member> - <member name="M:NAudio.Wave.Compression.AcmDriver.IsCodecInstalled(System.String)"> - <summary> - Helper function to determine whether a particular codec is installed - </summary> - <param name="shortName">The short name of the function</param> - <returns>Whether the codec is installed</returns> - </member> - <member name="M:NAudio.Wave.Compression.AcmDriver.AddLocalDriver(System.String)"> - <summary> - Attempts to add a new ACM driver from a file - </summary> - <param name="driverFile">Full path of the .acm or dll file containing the driver</param> - <returns>Handle to the driver</returns> - </member> - <member name="M:NAudio.Wave.Compression.AcmDriver.RemoveLocalDriver(NAudio.Wave.Compression.AcmDriver)"> - <summary> - Removes a driver previously added using AddLocalDriver - </summary> - <param name="localDriver">Local driver to remove</param> - </member> - <member name="M:NAudio.Wave.Compression.AcmDriver.ShowFormatChooseDialog(System.IntPtr,System.String,NAudio.Wave.Compression.AcmFormatEnumFlags,NAudio.Wave.WaveFormat,NAudio.Wave.WaveFormat@,System.String@,System.String@)"> - <summary> - Show Format Choose Dialog - </summary> - <param name="ownerWindowHandle">Owner window handle, can be null</param> - <param name="windowTitle">Window title</param> - <param name="enumFlags">Enumeration flags. None to get everything</param> - <param name="enumFormat">Enumeration format. Only needed with certain enumeration flags</param> - <param name="selectedFormat">The selected format</param> - <param name="selectedFormatDescription">Textual description of the selected format</param> - <param name="selectedFormatTagDescription">Textual description of the selected format tag</param> - <returns>True if a format was selected</returns> - </member> - <member name="M:NAudio.Wave.Compression.AcmDriver.FindByShortName(System.String)"> - <summary> - Finds a Driver by its short name - </summary> - <param name="shortName">Short Name</param> - <returns>The driver, or null if not found</returns> - </member> - <member name="M:NAudio.Wave.Compression.AcmDriver.EnumerateAcmDrivers"> - <summary> - Gets a list of the ACM Drivers installed - </summary> - </member> - <member name="M:NAudio.Wave.Compression.AcmDriver.DriverEnumCallback(System.IntPtr,System.IntPtr,NAudio.Wave.Compression.AcmDriverDetailsSupportFlags)"> - <summary> - The callback for acmDriverEnum - </summary> - </member> - <member name="M:NAudio.Wave.Compression.AcmDriver.#ctor(System.IntPtr)"> - <summary> - Creates a new ACM Driver object - </summary> - <param name="hAcmDriver">Driver handle</param> - </member> - <member name="M:NAudio.Wave.Compression.AcmDriver.ToString"> - <summary> - ToString - </summary> - </member> - <member name="M:NAudio.Wave.Compression.AcmDriver.GetFormats(NAudio.Wave.Compression.AcmFormatTag)"> - <summary> - Gets all the supported formats for a given format tag - </summary> - <param name="formatTag">Format tag</param> - <returns>Supported formats</returns> - </member> - <member name="M:NAudio.Wave.Compression.AcmDriver.Open"> - <summary> - Opens this driver - </summary> - </member> - <member name="M:NAudio.Wave.Compression.AcmDriver.Close"> - <summary> - Closes this driver - </summary> - </member> - <member name="M:NAudio.Wave.Compression.AcmDriver.Dispose"> - <summary> - Dispose - </summary> - </member> - <member name="P:NAudio.Wave.Compression.AcmDriver.MaxFormatSize"> - <summary> - Gets the maximum size needed to store a WaveFormat for ACM interop functions - </summary> - </member> - <member name="P:NAudio.Wave.Compression.AcmDriver.ShortName"> - <summary> - The short name of this driver - </summary> - </member> - <member name="P:NAudio.Wave.Compression.AcmDriver.LongName"> - <summary> - The full name of this driver - </summary> - </member> - <member name="P:NAudio.Wave.Compression.AcmDriver.DriverId"> - <summary> - The driver ID - </summary> - </member> - <member name="P:NAudio.Wave.Compression.AcmDriver.FormatTags"> - <summary> - The list of FormatTags for this ACM Driver - </summary> - </member> - <member name="T:NAudio.Wave.Compression.AcmDriverDetails"> - <summary> - Interop structure for ACM driver details (ACMDRIVERDETAILS) - http://msdn.microsoft.com/en-us/library/dd742889%28VS.85%29.aspx - </summary> - </member> - <member name="F:NAudio.Wave.Compression.AcmDriverDetails.ShortNameChars"> - <summary> - ACMDRIVERDETAILS_SHORTNAME_CHARS - </summary> - </member> - <member name="F:NAudio.Wave.Compression.AcmDriverDetails.LongNameChars"> - <summary> - ACMDRIVERDETAILS_LONGNAME_CHARS - </summary> - </member> - <member name="F:NAudio.Wave.Compression.AcmDriverDetails.CopyrightChars"> - <summary> - ACMDRIVERDETAILS_COPYRIGHT_CHARS - </summary> - </member> - <member name="F:NAudio.Wave.Compression.AcmDriverDetails.LicensingChars"> - <summary> - ACMDRIVERDETAILS_LICENSING_CHARS - </summary> - </member> - <member name="F:NAudio.Wave.Compression.AcmDriverDetails.FeaturesChars"> - <summary> - ACMDRIVERDETAILS_FEATURES_CHARS - </summary> - </member> - <member name="F:NAudio.Wave.Compression.AcmDriverDetails.structureSize"> - <summary> - DWORD cbStruct - </summary> - </member> - <member name="F:NAudio.Wave.Compression.AcmDriverDetails.fccType"> - <summary> - FOURCC fccType - </summary> - </member> - <member name="F:NAudio.Wave.Compression.AcmDriverDetails.fccComp"> - <summary> - FOURCC fccComp - </summary> - </member> - <member name="F:NAudio.Wave.Compression.AcmDriverDetails.manufacturerId"> - <summary> - WORD wMid; - </summary> - </member> - <member name="F:NAudio.Wave.Compression.AcmDriverDetails.productId"> - <summary> - WORD wPid - </summary> - </member> - <member name="F:NAudio.Wave.Compression.AcmDriverDetails.acmVersion"> - <summary> - DWORD vdwACM - </summary> - </member> - <member name="F:NAudio.Wave.Compression.AcmDriverDetails.driverVersion"> - <summary> - DWORD vdwDriver - </summary> - </member> - <member name="F:NAudio.Wave.Compression.AcmDriverDetails.supportFlags"> - <summary> - DWORD fdwSupport; - </summary> - </member> - <member name="F:NAudio.Wave.Compression.AcmDriverDetails.formatTagsCount"> - <summary> - DWORD cFormatTags - </summary> - </member> - <member name="F:NAudio.Wave.Compression.AcmDriverDetails.filterTagsCount"> - <summary> - DWORD cFilterTags - </summary> - </member> - <member name="F:NAudio.Wave.Compression.AcmDriverDetails.hicon"> - <summary> - HICON hicon - </summary> - </member> - <member name="F:NAudio.Wave.Compression.AcmDriverDetails.shortName"> - <summary> - TCHAR szShortName[ACMDRIVERDETAILS_SHORTNAME_CHARS]; - </summary> - </member> - <member name="F:NAudio.Wave.Compression.AcmDriverDetails.longName"> - <summary> - TCHAR szLongName[ACMDRIVERDETAILS_LONGNAME_CHARS]; - </summary> - </member> - <member name="F:NAudio.Wave.Compression.AcmDriverDetails.copyright"> - <summary> - TCHAR szCopyright[ACMDRIVERDETAILS_COPYRIGHT_CHARS]; - </summary> - </member> - <member name="F:NAudio.Wave.Compression.AcmDriverDetails.licensing"> - <summary> - TCHAR szLicensing[ACMDRIVERDETAILS_LICENSING_CHARS]; - </summary> - </member> - <member name="F:NAudio.Wave.Compression.AcmDriverDetails.features"> - <summary> - TCHAR szFeatures[ACMDRIVERDETAILS_FEATURES_CHARS]; - </summary> - </member> - <member name="T:NAudio.Wave.Compression.AcmDriverDetailsSupportFlags"> - <summary> - Flags indicating what support a particular ACM driver has - </summary> - </member> - <member name="F:NAudio.Wave.Compression.AcmDriverDetailsSupportFlags.Codec"> - <summary>ACMDRIVERDETAILS_SUPPORTF_CODEC - Codec</summary> - </member> - <member name="F:NAudio.Wave.Compression.AcmDriverDetailsSupportFlags.Converter"> - <summary>ACMDRIVERDETAILS_SUPPORTF_CONVERTER - Converter</summary> - </member> - <member name="F:NAudio.Wave.Compression.AcmDriverDetailsSupportFlags.Filter"> - <summary>ACMDRIVERDETAILS_SUPPORTF_FILTER - Filter</summary> - </member> - <member name="F:NAudio.Wave.Compression.AcmDriverDetailsSupportFlags.Hardware"> - <summary>ACMDRIVERDETAILS_SUPPORTF_HARDWARE - Hardware</summary> - </member> - <member name="F:NAudio.Wave.Compression.AcmDriverDetailsSupportFlags.Async"> - <summary>ACMDRIVERDETAILS_SUPPORTF_ASYNC - Async</summary> - </member> - <member name="F:NAudio.Wave.Compression.AcmDriverDetailsSupportFlags.Local"> - <summary>ACMDRIVERDETAILS_SUPPORTF_LOCAL - Local</summary> - </member> - <member name="F:NAudio.Wave.Compression.AcmDriverDetailsSupportFlags.Disabled"> - <summary>ACMDRIVERDETAILS_SUPPORTF_DISABLED - Disabled</summary> - </member> - <member name="F:NAudio.Wave.Compression.AcmDriverEnumFlags.NoLocal"> - <summary> - ACM_DRIVERENUMF_NOLOCAL, Only global drivers should be included in the enumeration - </summary> - </member> - <member name="F:NAudio.Wave.Compression.AcmDriverEnumFlags.Disabled"> - <summary> - ACM_DRIVERENUMF_DISABLED, Disabled ACM drivers should be included in the enumeration - </summary> - </member> - <member name="T:NAudio.Wave.Compression.AcmFormat"> - <summary> - ACM Format - </summary> - </member> - <member name="P:NAudio.Wave.Compression.AcmFormat.FormatIndex"> - <summary> - Format Index - </summary> - </member> - <member name="P:NAudio.Wave.Compression.AcmFormat.FormatTag"> - <summary> - Format Tag - </summary> - </member> - <member name="P:NAudio.Wave.Compression.AcmFormat.SupportFlags"> - <summary> - Support Flags - </summary> - </member> - <member name="P:NAudio.Wave.Compression.AcmFormat.WaveFormat"> - <summary> - WaveFormat - </summary> - </member> - <member name="P:NAudio.Wave.Compression.AcmFormat.WaveFormatByteSize"> - <summary> - WaveFormat Size - </summary> - </member> - <member name="P:NAudio.Wave.Compression.AcmFormat.FormatDescription"> - <summary> - Format Description - </summary> - </member> - <member name="T:NAudio.Wave.Compression.AcmFormatChoose"> - <summary> - ACMFORMATCHOOSE - http://msdn.microsoft.com/en-us/library/dd742911%28VS.85%29.aspx - </summary> - </member> - <member name="F:NAudio.Wave.Compression.AcmFormatChoose.structureSize"> - <summary> - DWORD cbStruct; - </summary> - </member> - <member name="F:NAudio.Wave.Compression.AcmFormatChoose.styleFlags"> - <summary> - DWORD fdwStyle; - </summary> - </member> - <member name="F:NAudio.Wave.Compression.AcmFormatChoose.ownerWindowHandle"> - <summary> - HWND hwndOwner; - </summary> - </member> - <member name="F:NAudio.Wave.Compression.AcmFormatChoose.selectedWaveFormatPointer"> - <summary> - LPWAVEFORMATEX pwfx; - </summary> - </member> - <member name="F:NAudio.Wave.Compression.AcmFormatChoose.selectedWaveFormatByteSize"> - <summary> - DWORD cbwfx; - </summary> - </member> - <member name="F:NAudio.Wave.Compression.AcmFormatChoose.title"> - <summary> - LPCTSTR pszTitle; - </summary> - </member> - <member name="F:NAudio.Wave.Compression.AcmFormatChoose.formatTagDescription"> - <summary> - TCHAR szFormatTag[ACMFORMATTAGDETAILS_FORMATTAG_CHARS]; - </summary> - </member> - <member name="F:NAudio.Wave.Compression.AcmFormatChoose.formatDescription"> - <summary> - TCHAR szFormat[ACMFORMATDETAILS_FORMAT_CHARS]; - </summary> - </member> - <member name="F:NAudio.Wave.Compression.AcmFormatChoose.name"> - <summary> - LPTSTR pszName; - n.b. can be written into - </summary> - </member> - <member name="F:NAudio.Wave.Compression.AcmFormatChoose.nameByteSize"> - <summary> - DWORD cchName - Should be at least 128 unless name is zero - </summary> - </member> - <member name="F:NAudio.Wave.Compression.AcmFormatChoose.formatEnumFlags"> - <summary> - DWORD fdwEnum; - </summary> - </member> - <member name="F:NAudio.Wave.Compression.AcmFormatChoose.waveFormatEnumPointer"> - <summary> - LPWAVEFORMATEX pwfxEnum; - </summary> - </member> - <member name="F:NAudio.Wave.Compression.AcmFormatChoose.instanceHandle"> - <summary> - HINSTANCE hInstance; - </summary> - </member> - <member name="F:NAudio.Wave.Compression.AcmFormatChoose.templateName"> - <summary> - LPCTSTR pszTemplateName; - </summary> - </member> - <member name="F:NAudio.Wave.Compression.AcmFormatChoose.customData"> - <summary> - LPARAM lCustData; - </summary> - </member> - <member name="F:NAudio.Wave.Compression.AcmFormatChoose.windowCallbackFunction"> - <summary> - ACMFORMATCHOOSEHOOKPROC pfnHook; - </summary> - </member> - <member name="F:NAudio.Wave.Compression.AcmFormatChooseStyleFlags.None"> - <summary> - None - </summary> - </member> - <member name="F:NAudio.Wave.Compression.AcmFormatChooseStyleFlags.ShowHelp"> - <summary> - ACMFORMATCHOOSE_STYLEF_SHOWHELP - </summary> - </member> - <member name="F:NAudio.Wave.Compression.AcmFormatChooseStyleFlags.EnableHook"> - <summary> - ACMFORMATCHOOSE_STYLEF_ENABLEHOOK - </summary> - </member> - <member name="F:NAudio.Wave.Compression.AcmFormatChooseStyleFlags.EnableTemplate"> - <summary> - ACMFORMATCHOOSE_STYLEF_ENABLETEMPLATE - </summary> - </member> - <member name="F:NAudio.Wave.Compression.AcmFormatChooseStyleFlags.EnableTemplateHandle"> - <summary> - ACMFORMATCHOOSE_STYLEF_ENABLETEMPLATEHANDLE - </summary> - </member> - <member name="F:NAudio.Wave.Compression.AcmFormatChooseStyleFlags.InitToWfxStruct"> - <summary> - ACMFORMATCHOOSE_STYLEF_INITTOWFXSTRUCT - </summary> - </member> - <member name="F:NAudio.Wave.Compression.AcmFormatChooseStyleFlags.ContextHelp"> - <summary> - ACMFORMATCHOOSE_STYLEF_CONTEXTHELP - </summary> - </member> - <member name="T:NAudio.Wave.Compression.AcmFormatDetails"> - <summary> - ACMFORMATDETAILS - http://msdn.microsoft.com/en-us/library/dd742913%28VS.85%29.aspx - </summary> - </member> - <member name="F:NAudio.Wave.Compression.AcmFormatDetails.FormatDescriptionChars"> - <summary> - ACMFORMATDETAILS_FORMAT_CHARS - </summary> - </member> - <member name="F:NAudio.Wave.Compression.AcmFormatDetails.structSize"> - <summary> - DWORD cbStruct; - </summary> - </member> - <member name="F:NAudio.Wave.Compression.AcmFormatDetails.formatIndex"> - <summary> - DWORD dwFormatIndex; - </summary> - </member> - <member name="F:NAudio.Wave.Compression.AcmFormatDetails.formatTag"> - <summary> - DWORD dwFormatTag; - </summary> - </member> - <member name="F:NAudio.Wave.Compression.AcmFormatDetails.supportFlags"> - <summary> - DWORD fdwSupport; - </summary> - </member> - <member name="F:NAudio.Wave.Compression.AcmFormatDetails.waveFormatPointer"> - <summary> - LPWAVEFORMATEX pwfx; - </summary> - </member> - <member name="F:NAudio.Wave.Compression.AcmFormatDetails.waveFormatByteSize"> - <summary> - DWORD cbwfx; - </summary> - </member> - <member name="F:NAudio.Wave.Compression.AcmFormatDetails.formatDescription"> - <summary> - TCHAR szFormat[ACMFORMATDETAILS_FORMAT_CHARS]; - </summary> - </member> - <member name="T:NAudio.Wave.Compression.AcmFormatEnumFlags"> - <summary> - Format Enumeration Flags - </summary> - </member> - <member name="F:NAudio.Wave.Compression.AcmFormatEnumFlags.None"> - <summary> - None - </summary> - </member> - <member name="F:NAudio.Wave.Compression.AcmFormatEnumFlags.Convert"> - <summary> - ACM_FORMATENUMF_CONVERT - The WAVEFORMATEX structure pointed to by the pwfx member of the ACMFORMATDETAILS structure is valid. The enumerator will only enumerate destination formats that can be converted from the given pwfx format. - </summary> - </member> - <member name="F:NAudio.Wave.Compression.AcmFormatEnumFlags.Hardware"> - <summary> - ACM_FORMATENUMF_HARDWARE - The enumerator should only enumerate formats that are supported as native input or output formats on one or more of the installed waveform-audio devices. This flag provides a way for an application to choose only formats native to an installed waveform-audio device. This flag must be used with one or both of the ACM_FORMATENUMF_INPUT and ACM_FORMATENUMF_OUTPUT flags. Specifying both ACM_FORMATENUMF_INPUT and ACM_FORMATENUMF_OUTPUT will enumerate only formats that can be opened for input or output. This is true regardless of whether this flag is specified. - </summary> - </member> - <member name="F:NAudio.Wave.Compression.AcmFormatEnumFlags.Input"> - <summary> - ACM_FORMATENUMF_INPUT - Enumerator should enumerate only formats that are supported for input (recording). - </summary> - </member> - <member name="F:NAudio.Wave.Compression.AcmFormatEnumFlags.Channels"> - <summary> - ACM_FORMATENUMF_NCHANNELS - The nChannels member of the WAVEFORMATEX structure pointed to by the pwfx member of the ACMFORMATDETAILS structure is valid. The enumerator will enumerate only a format that conforms to this attribute. - </summary> - </member> - <member name="F:NAudio.Wave.Compression.AcmFormatEnumFlags.SamplesPerSecond"> - <summary> - ACM_FORMATENUMF_NSAMPLESPERSEC - The nSamplesPerSec member of the WAVEFORMATEX structure pointed to by the pwfx member of the ACMFORMATDETAILS structure is valid. The enumerator will enumerate only a format that conforms to this attribute. - </summary> - </member> - <member name="F:NAudio.Wave.Compression.AcmFormatEnumFlags.Output"> - <summary> - ACM_FORMATENUMF_OUTPUT - Enumerator should enumerate only formats that are supported for output (playback). - </summary> - </member> - <member name="F:NAudio.Wave.Compression.AcmFormatEnumFlags.Suggest"> - <summary> - ACM_FORMATENUMF_SUGGEST - The WAVEFORMATEX structure pointed to by the pwfx member of the ACMFORMATDETAILS structure is valid. The enumerator will enumerate all suggested destination formats for the given pwfx format. This mechanism can be used instead of the acmFormatSuggest function to allow an application to choose the best suggested format for conversion. The dwFormatIndex member will always be set to zero on return. - </summary> - </member> - <member name="F:NAudio.Wave.Compression.AcmFormatEnumFlags.BitsPerSample"> - <summary> - ACM_FORMATENUMF_WBITSPERSAMPLE - The wBitsPerSample member of the WAVEFORMATEX structure pointed to by the pwfx member of the ACMFORMATDETAILS structure is valid. The enumerator will enumerate only a format that conforms to this attribute. - </summary> - </member> - <member name="F:NAudio.Wave.Compression.AcmFormatEnumFlags.FormatTag"> - <summary> - ACM_FORMATENUMF_WFORMATTAG - The wFormatTag member of the WAVEFORMATEX structure pointed to by the pwfx member of the ACMFORMATDETAILS structure is valid. The enumerator will enumerate only a format that conforms to this attribute. The dwFormatTag member of the ACMFORMATDETAILS structure must be equal to the wFormatTag member. - </summary> - </member> - <member name="F:NAudio.Wave.Compression.AcmFormatSuggestFlags.FormatTag"> - <summary> - ACM_FORMATSUGGESTF_WFORMATTAG - </summary> - </member> - <member name="F:NAudio.Wave.Compression.AcmFormatSuggestFlags.Channels"> - <summary> - ACM_FORMATSUGGESTF_NCHANNELS - </summary> - </member> - <member name="F:NAudio.Wave.Compression.AcmFormatSuggestFlags.SamplesPerSecond"> - <summary> - ACM_FORMATSUGGESTF_NSAMPLESPERSEC - </summary> - </member> - <member name="F:NAudio.Wave.Compression.AcmFormatSuggestFlags.BitsPerSample"> - <summary> - ACM_FORMATSUGGESTF_WBITSPERSAMPLE - </summary> - </member> - <member name="F:NAudio.Wave.Compression.AcmFormatSuggestFlags.TypeMask"> - <summary> - ACM_FORMATSUGGESTF_TYPEMASK - </summary> - </member> - <member name="T:NAudio.Wave.Compression.AcmFormatTag"> - <summary> - ACM Format Tag - </summary> - </member> - <member name="P:NAudio.Wave.Compression.AcmFormatTag.FormatTagIndex"> - <summary> - Format Tag Index - </summary> - </member> - <member name="P:NAudio.Wave.Compression.AcmFormatTag.FormatTag"> - <summary> - Format Tag - </summary> - </member> - <member name="P:NAudio.Wave.Compression.AcmFormatTag.FormatSize"> - <summary> - Format Size - </summary> - </member> - <member name="P:NAudio.Wave.Compression.AcmFormatTag.SupportFlags"> - <summary> - Support Flags - </summary> - </member> - <member name="P:NAudio.Wave.Compression.AcmFormatTag.StandardFormatsCount"> - <summary> - Standard Formats Count - </summary> - </member> - <member name="P:NAudio.Wave.Compression.AcmFormatTag.FormatDescription"> - <summary> - Format Description - </summary> - </member> - <member name="F:NAudio.Wave.Compression.AcmFormatTagDetails.FormatTagDescriptionChars"> - <summary> - ACMFORMATTAGDETAILS_FORMATTAG_CHARS - </summary> - </member> - <member name="F:NAudio.Wave.Compression.AcmFormatTagDetails.structureSize"> - <summary> - DWORD cbStruct; - </summary> - </member> - <member name="F:NAudio.Wave.Compression.AcmFormatTagDetails.formatTagIndex"> - <summary> - DWORD dwFormatTagIndex; - </summary> - </member> - <member name="F:NAudio.Wave.Compression.AcmFormatTagDetails.formatTag"> - <summary> - DWORD dwFormatTag; - </summary> - </member> - <member name="F:NAudio.Wave.Compression.AcmFormatTagDetails.formatSize"> - <summary> - DWORD cbFormatSize; - </summary> - </member> - <member name="F:NAudio.Wave.Compression.AcmFormatTagDetails.supportFlags"> - <summary> - DWORD fdwSupport; - </summary> - </member> - <member name="F:NAudio.Wave.Compression.AcmFormatTagDetails.standardFormatsCount"> - <summary> - DWORD cStandardFormats; - </summary> - </member> - <member name="F:NAudio.Wave.Compression.AcmFormatTagDetails.formatDescription"> - <summary> - TCHAR szFormatTag[ACMFORMATTAGDETAILS_FORMATTAG_CHARS]; - </summary> - </member> - <member name="T:NAudio.Wave.Compression.AcmInterop"> - <summary> - Interop definitions for Windows ACM (Audio Compression Manager) API - </summary> - </member> - <member name="M:NAudio.Wave.Compression.AcmInterop.acmFormatSuggest(System.IntPtr,NAudio.Wave.WaveFormat,NAudio.Wave.WaveFormat,System.Int32,NAudio.Wave.Compression.AcmFormatSuggestFlags)"> - <summary> - http://msdn.microsoft.com/en-us/library/dd742916%28VS.85%29.aspx - MMRESULT acmFormatSuggest( - HACMDRIVER had, - LPWAVEFORMATEX pwfxSrc, - LPWAVEFORMATEX pwfxDst, - DWORD cbwfxDst, - DWORD fdwSuggest); - </summary> - </member> - <member name="M:NAudio.Wave.Compression.AcmInterop.acmStreamOpen(System.IntPtr@,System.IntPtr,NAudio.Wave.WaveFormat,NAudio.Wave.WaveFormat,NAudio.Wave.Compression.WaveFilter,System.IntPtr,System.IntPtr,NAudio.Wave.Compression.AcmStreamOpenFlags)"> - <summary> - http://msdn.microsoft.com/en-us/library/dd742928%28VS.85%29.aspx - MMRESULT acmStreamOpen( - LPHACMSTREAM phas, - HACMDRIVER had, - LPWAVEFORMATEX pwfxSrc, - LPWAVEFORMATEX pwfxDst, - LPWAVEFILTER pwfltr, - DWORD_PTR dwCallback, - DWORD_PTR dwInstance, - DWORD fdwOpen - </summary> - </member> - <member name="M:NAudio.Wave.Compression.AcmInterop.acmStreamOpen2(System.IntPtr@,System.IntPtr,System.IntPtr,System.IntPtr,NAudio.Wave.Compression.WaveFilter,System.IntPtr,System.IntPtr,NAudio.Wave.Compression.AcmStreamOpenFlags)"> - <summary> - A version with pointers for troubleshooting - </summary> - </member> - <member name="T:NAudio.Wave.Compression.AcmInterop.AcmFormatChooseHookProc"> - <summary> - http://msdn.microsoft.com/en-us/library/dd742910%28VS.85%29.aspx - UINT ACMFORMATCHOOSEHOOKPROC acmFormatChooseHookProc( - HWND hwnd, - UINT uMsg, - WPARAM wParam, - LPARAM lParam - </summary> - </member> - <member name="F:NAudio.Wave.AcmMetrics.CountDrivers"> - <summary>ACM_METRIC_COUNT_DRIVERS</summary> - </member> - <member name="F:NAudio.Wave.AcmMetrics.CountCodecs"> - <summary>ACM_METRIC_COUNT_CODECS</summary> - </member> - <member name="F:NAudio.Wave.AcmMetrics.CountConverters"> - <summary>ACM_METRIC_COUNT_CONVERTERS</summary> - </member> - <member name="F:NAudio.Wave.AcmMetrics.CountFilters"> - <summary>ACM_METRIC_COUNT_FILTERS</summary> - </member> - <member name="F:NAudio.Wave.AcmMetrics.CountDisabled"> - <summary>ACM_METRIC_COUNT_DISABLED</summary> - </member> - <member name="F:NAudio.Wave.AcmMetrics.CountHardware"> - <summary>ACM_METRIC_COUNT_HARDWARE</summary> - </member> - <member name="F:NAudio.Wave.AcmMetrics.CountLocalDrivers"> - <summary>ACM_METRIC_COUNT_LOCAL_DRIVERS</summary> - </member> - <member name="F:NAudio.Wave.AcmMetrics.CountLocalCodecs"> - <summary>ACM_METRIC_COUNT_LOCAL_CODECS</summary> - </member> - <member name="F:NAudio.Wave.AcmMetrics.CountLocalConverters"> - <summary>ACM_METRIC_COUNT_LOCAL_CONVERTERS</summary> - </member> - <member name="F:NAudio.Wave.AcmMetrics.CountLocalFilters"> - <summary>ACM_METRIC_COUNT_LOCAL_FILTERS</summary> - </member> - <member name="F:NAudio.Wave.AcmMetrics.CountLocalDisabled"> - <summary>ACM_METRIC_COUNT_LOCAL_DISABLED</summary> - </member> - <member name="F:NAudio.Wave.AcmMetrics.HardwareWaveInput"> - <summary>ACM_METRIC_HARDWARE_WAVE_INPUT</summary> - </member> - <member name="F:NAudio.Wave.AcmMetrics.HardwareWaveOutput"> - <summary>ACM_METRIC_HARDWARE_WAVE_OUTPUT</summary> - </member> - <member name="F:NAudio.Wave.AcmMetrics.MaxSizeFormat"> - <summary>ACM_METRIC_MAX_SIZE_FORMAT</summary> - </member> - <member name="F:NAudio.Wave.AcmMetrics.MaxSizeFilter"> - <summary>ACM_METRIC_MAX_SIZE_FILTER</summary> - </member> - <member name="F:NAudio.Wave.AcmMetrics.DriverSupport"> - <summary>ACM_METRIC_DRIVER_SUPPORT</summary> - </member> - <member name="F:NAudio.Wave.AcmMetrics.DriverPriority"> - <summary>ACM_METRIC_DRIVER_PRIORITY</summary> - </member> - <member name="T:NAudio.Wave.Compression.AcmStream"> - <summary> - AcmStream encapsulates an Audio Compression Manager Stream - used to convert audio from one format to another - </summary> - </member> - <member name="M:NAudio.Wave.Compression.AcmStream.#ctor(NAudio.Wave.WaveFormat,NAudio.Wave.WaveFormat)"> - <summary> - Creates a new ACM stream to convert one format to another. Note that - not all conversions can be done in one step - </summary> - <param name="sourceFormat">The source audio format</param> - <param name="destFormat">The destination audio format</param> - </member> - <member name="M:NAudio.Wave.Compression.AcmStream.#ctor(System.IntPtr,NAudio.Wave.WaveFormat,NAudio.Wave.Compression.WaveFilter)"> - <summary> - Creates a new ACM stream to convert one format to another, using a - specified driver identified and wave filter - </summary> - <param name="driverId">the driver identifier</param> - <param name="sourceFormat">the source format</param> - <param name="waveFilter">the wave filter</param> - </member> - <member name="M:NAudio.Wave.Compression.AcmStream.SourceToDest(System.Int32)"> - <summary> - Returns the number of output bytes for a given number of input bytes - </summary> - <param name="source">Number of input bytes</param> - <returns>Number of output bytes</returns> - </member> - <member name="M:NAudio.Wave.Compression.AcmStream.DestToSource(System.Int32)"> - <summary> - Returns the number of source bytes for a given number of destination bytes - </summary> - <param name="dest">Number of destination bytes</param> - <returns>Number of source bytes</returns> - </member> - <member name="M:NAudio.Wave.Compression.AcmStream.SuggestPcmFormat(NAudio.Wave.WaveFormat)"> - <summary> - Suggests an appropriate PCM format that the compressed format can be converted - to in one step - </summary> - <param name="compressedFormat">The compressed format</param> - <returns>The PCM format</returns> - </member> - <member name="M:NAudio.Wave.Compression.AcmStream.Reposition"> - <summary> - Report that we have repositioned in the source stream - </summary> - </member> - <member name="M:NAudio.Wave.Compression.AcmStream.Convert(System.Int32,System.Int32@)"> - <summary> - Converts the contents of the SourceBuffer into the DestinationBuffer - </summary> - <param name="bytesToConvert">The number of bytes in the SourceBuffer - that need to be converted</param> - <param name="sourceBytesConverted">The number of source bytes actually converted</param> - <returns>The number of converted bytes in the DestinationBuffer</returns> - </member> - <member name="M:NAudio.Wave.Compression.AcmStream.Convert(System.Int32)"> - <summary> - Converts the contents of the SourceBuffer into the DestinationBuffer - </summary> - <param name="bytesToConvert">The number of bytes in the SourceBuffer - that need to be converted</param> - <returns>The number of converted bytes in the DestinationBuffer</returns> - </member> - <member name="M:NAudio.Wave.Compression.AcmStream.Dispose"> - <summary> - Frees resources associated with this ACM Stream - </summary> - </member> - <member name="M:NAudio.Wave.Compression.AcmStream.Dispose(System.Boolean)"> - <summary> - Frees resources associated with this ACM Stream - </summary> - </member> - <member name="M:NAudio.Wave.Compression.AcmStream.Finalize"> - <summary> - Frees resources associated with this ACM Stream - </summary> - </member> - <member name="P:NAudio.Wave.Compression.AcmStream.SourceBuffer"> - <summary> - Returns the Source Buffer. Fill this with data prior to calling convert - </summary> - </member> - <member name="P:NAudio.Wave.Compression.AcmStream.DestBuffer"> - <summary> - Returns the Destination buffer. This will contain the converted data - after a successful call to Convert - </summary> - </member> - <member name="F:NAudio.Wave.AcmStreamConvertFlags.BlockAlign"> - <summary> - ACM_STREAMCONVERTF_BLOCKALIGN - </summary> - </member> - <member name="F:NAudio.Wave.AcmStreamConvertFlags.Start"> - <summary> - ACM_STREAMCONVERTF_START - </summary> - </member> - <member name="F:NAudio.Wave.AcmStreamConvertFlags.End"> - <summary> - ACM_STREAMCONVERTF_END - </summary> - </member> - <member name="F:NAudio.Wave.Compression.AcmStreamHeaderStatusFlags.Done"> - <summary> - ACMSTREAMHEADER_STATUSF_DONE - </summary> - </member> - <member name="F:NAudio.Wave.Compression.AcmStreamHeaderStatusFlags.Prepared"> - <summary> - ACMSTREAMHEADER_STATUSF_PREPARED - </summary> - </member> - <member name="F:NAudio.Wave.Compression.AcmStreamHeaderStatusFlags.InQueue"> - <summary> - ACMSTREAMHEADER_STATUSF_INQUEUE - </summary> - </member> - <member name="T:NAudio.Wave.Compression.AcmStreamHeaderStruct"> - <summary> - Interop structure for ACM stream headers. - ACMSTREAMHEADER - http://msdn.microsoft.com/en-us/library/dd742926%28VS.85%29.aspx - </summary> - </member> - <member name="F:NAudio.Wave.Compression.AcmStreamOpenFlags.Query"> - <summary> - ACM_STREAMOPENF_QUERY, ACM will be queried to determine whether it supports the given conversion. A conversion stream will not be opened, and no handle will be returned in the phas parameter. - </summary> - </member> - <member name="F:NAudio.Wave.Compression.AcmStreamOpenFlags.Async"> - <summary> - ACM_STREAMOPENF_ASYNC, Stream conversion should be performed asynchronously. If this flag is specified, the application can use a callback function to be notified when the conversion stream is opened and closed and after each buffer is converted. In addition to using a callback function, an application can examine the fdwStatus member of the ACMSTREAMHEADER structure for the ACMSTREAMHEADER_STATUSF_DONE flag. - </summary> - </member> - <member name="F:NAudio.Wave.Compression.AcmStreamOpenFlags.NonRealTime"> - <summary> - ACM_STREAMOPENF_NONREALTIME, ACM will not consider time constraints when converting the data. By default, the driver will attempt to convert the data in real time. For some formats, specifying this flag might improve the audio quality or other characteristics. - </summary> - </member> - <member name="F:NAudio.Wave.Compression.AcmStreamOpenFlags.CallbackTypeMask"> - <summary> - CALLBACK_TYPEMASK, callback type mask - </summary> - </member> - <member name="F:NAudio.Wave.Compression.AcmStreamOpenFlags.CallbackNull"> - <summary> - CALLBACK_NULL, no callback - </summary> - </member> - <member name="F:NAudio.Wave.Compression.AcmStreamOpenFlags.CallbackWindow"> - <summary> - CALLBACK_WINDOW, dwCallback is a HWND - </summary> - </member> - <member name="F:NAudio.Wave.Compression.AcmStreamOpenFlags.CallbackTask"> - <summary> - CALLBACK_TASK, dwCallback is a HTASK - </summary> - </member> - <member name="F:NAudio.Wave.Compression.AcmStreamOpenFlags.CallbackFunction"> - <summary> - CALLBACK_FUNCTION, dwCallback is a FARPROC - </summary> - </member> - <member name="F:NAudio.Wave.Compression.AcmStreamOpenFlags.CallbackThread"> - <summary> - CALLBACK_THREAD, thread ID replaces 16 bit task - </summary> - </member> - <member name="F:NAudio.Wave.Compression.AcmStreamOpenFlags.CallbackEvent"> - <summary> - CALLBACK_EVENT, dwCallback is an EVENT Handle - </summary> - </member> - <member name="F:NAudio.Wave.Compression.AcmStreamSizeFlags.Source"> - <summary> - ACM_STREAMSIZEF_SOURCE - </summary> - </member> - <member name="F:NAudio.Wave.Compression.AcmStreamSizeFlags.Destination"> - <summary> - ACM_STREAMSIZEF_DESTINATION - </summary> - </member> - <member name="T:NAudio.Wave.Compression.WaveFilter"> - <summary> - Summary description for WaveFilter. - </summary> - </member> - <member name="F:NAudio.Wave.Compression.WaveFilter.StructureSize"> - <summary> - cbStruct - </summary> - </member> - <member name="F:NAudio.Wave.Compression.WaveFilter.FilterTag"> - <summary> - dwFilterTag - </summary> - </member> - <member name="F:NAudio.Wave.Compression.WaveFilter.Filter"> - <summary> - fdwFilter - </summary> - </member> - <member name="F:NAudio.Wave.Compression.WaveFilter.Reserved"> - <summary> - reserved - </summary> - </member> - <member name="T:NAudio.Manufacturers"> - <summary> - Manufacturer codes from mmreg.h - </summary> - </member> - <member name="F:NAudio.Manufacturers.Microsoft"> - <summary>Microsoft Corporation</summary> - </member> - <member name="F:NAudio.Manufacturers.Creative"> - <summary>Creative Labs, Inc</summary> - </member> - <member name="F:NAudio.Manufacturers.Mediavision"> - <summary>Media Vision, Inc.</summary> - </member> - <member name="F:NAudio.Manufacturers.Fujitsu"> - <summary>Fujitsu Corp.</summary> - </member> - <member name="F:NAudio.Manufacturers.Artisoft"> - <summary>Artisoft, Inc.</summary> - </member> - <member name="F:NAudio.Manufacturers.TurtleBeach"> - <summary>Turtle Beach, Inc.</summary> - </member> - <member name="F:NAudio.Manufacturers.Ibm"> - <summary>IBM Corporation</summary> - </member> - <member name="F:NAudio.Manufacturers.Vocaltec"> - <summary>Vocaltec LTD.</summary> - </member> - <member name="F:NAudio.Manufacturers.Roland"> - <summary>Roland</summary> - </member> - <member name="F:NAudio.Manufacturers.DspSolutions"> - <summary>DSP Solutions, Inc.</summary> - </member> - <member name="F:NAudio.Manufacturers.Nec"> - <summary>NEC</summary> - </member> - <member name="F:NAudio.Manufacturers.Ati"> - <summary>ATI</summary> - </member> - <member name="F:NAudio.Manufacturers.Wanglabs"> - <summary>Wang Laboratories, Inc</summary> - </member> - <member name="F:NAudio.Manufacturers.Tandy"> - <summary>Tandy Corporation</summary> - </member> - <member name="F:NAudio.Manufacturers.Voyetra"> - <summary>Voyetra</summary> - </member> - <member name="F:NAudio.Manufacturers.Antex"> - <summary>Antex Electronics Corporation</summary> - </member> - <member name="F:NAudio.Manufacturers.IclPS"> - <summary>ICL Personal Systems</summary> - </member> - <member name="F:NAudio.Manufacturers.Intel"> - <summary>Intel Corporation</summary> - </member> - <member name="F:NAudio.Manufacturers.Gravis"> - <summary>Advanced Gravis</summary> - </member> - <member name="F:NAudio.Manufacturers.Val"> - <summary>Video Associates Labs, Inc.</summary> - </member> - <member name="F:NAudio.Manufacturers.Interactive"> - <summary>InterActive Inc</summary> - </member> - <member name="F:NAudio.Manufacturers.Yamaha"> - <summary>Yamaha Corporation of America</summary> - </member> - <member name="F:NAudio.Manufacturers.Everex"> - <summary>Everex Systems, Inc</summary> - </member> - <member name="F:NAudio.Manufacturers.Echo"> - <summary>Echo Speech Corporation</summary> - </member> - <member name="F:NAudio.Manufacturers.Sierra"> - <summary>Sierra Semiconductor Corp</summary> - </member> - <member name="F:NAudio.Manufacturers.Cat"> - <summary>Computer Aided Technologies</summary> - </member> - <member name="F:NAudio.Manufacturers.Apps"> - <summary>APPS Software International</summary> - </member> - <member name="F:NAudio.Manufacturers.DspGroup"> - <summary>DSP Group, Inc</summary> - </member> - <member name="F:NAudio.Manufacturers.Melabs"> - <summary>microEngineering Labs</summary> - </member> - <member name="F:NAudio.Manufacturers.ComputerFriends"> - <summary>Computer Friends, Inc.</summary> - </member> - <member name="F:NAudio.Manufacturers.Ess"> - <summary>ESS Technology</summary> - </member> - <member name="F:NAudio.Manufacturers.Audiofile"> - <summary>Audio, Inc.</summary> - </member> - <member name="F:NAudio.Manufacturers.Motorola"> - <summary>Motorola, Inc.</summary> - </member> - <member name="F:NAudio.Manufacturers.Canopus"> - <summary>Canopus, co., Ltd.</summary> - </member> - <member name="F:NAudio.Manufacturers.Epson"> - <summary>Seiko Epson Corporation</summary> - </member> - <member name="F:NAudio.Manufacturers.Truevision"> - <summary>Truevision</summary> - </member> - <member name="F:NAudio.Manufacturers.Aztech"> - <summary>Aztech Labs, Inc.</summary> - </member> - <member name="F:NAudio.Manufacturers.Videologic"> - <summary>Videologic</summary> - </member> - <member name="F:NAudio.Manufacturers.Scalacs"> - <summary>SCALACS</summary> - </member> - <member name="F:NAudio.Manufacturers.Korg"> - <summary>Korg Inc.</summary> - </member> - <member name="F:NAudio.Manufacturers.Apt"> - <summary>Audio Processing Technology</summary> - </member> - <member name="F:NAudio.Manufacturers.Ics"> - <summary>Integrated Circuit Systems, Inc.</summary> - </member> - <member name="F:NAudio.Manufacturers.Iteratedsys"> - <summary>Iterated Systems, Inc.</summary> - </member> - <member name="F:NAudio.Manufacturers.Metheus"> - <summary>Metheus</summary> - </member> - <member name="F:NAudio.Manufacturers.Logitech"> - <summary>Logitech, Inc.</summary> - </member> - <member name="F:NAudio.Manufacturers.Winnov"> - <summary>Winnov, Inc.</summary> - </member> - <member name="F:NAudio.Manufacturers.Ncr"> - <summary>NCR Corporation</summary> - </member> - <member name="F:NAudio.Manufacturers.Exan"> - <summary>EXAN</summary> - </member> - <member name="F:NAudio.Manufacturers.Ast"> - <summary>AST Research Inc.</summary> - </member> - <member name="F:NAudio.Manufacturers.Willowpond"> - <summary>Willow Pond Corporation</summary> - </member> - <member name="F:NAudio.Manufacturers.Sonicfoundry"> - <summary>Sonic Foundry</summary> - </member> - <member name="F:NAudio.Manufacturers.Vitec"> - <summary>Vitec Multimedia</summary> - </member> - <member name="F:NAudio.Manufacturers.Moscom"> - <summary>MOSCOM Corporation</summary> - </member> - <member name="F:NAudio.Manufacturers.Siliconsoft"> - <summary>Silicon Soft, Inc.</summary> - </member> - <member name="F:NAudio.Manufacturers.Supermac"> - <summary>Supermac</summary> - </member> - <member name="F:NAudio.Manufacturers.Audiopt"> - <summary>Audio Processing Technology</summary> - </member> - <member name="F:NAudio.Manufacturers.Speechcomp"> - <summary>Speech Compression</summary> - </member> - <member name="F:NAudio.Manufacturers.Ahead"> - <summary>Ahead, Inc.</summary> - </member> - <member name="F:NAudio.Manufacturers.Dolby"> - <summary>Dolby Laboratories</summary> - </member> - <member name="F:NAudio.Manufacturers.Oki"> - <summary>OKI</summary> - </member> - <member name="F:NAudio.Manufacturers.Auravision"> - <summary>AuraVision Corporation</summary> - </member> - <member name="F:NAudio.Manufacturers.Olivetti"> - <summary>Ing C. Olivetti & C., S.p.A.</summary> - </member> - <member name="F:NAudio.Manufacturers.Iomagic"> - <summary>I/O Magic Corporation</summary> - </member> - <member name="F:NAudio.Manufacturers.Matsushita"> - <summary>Matsushita Electric Industrial Co., LTD.</summary> - </member> - <member name="F:NAudio.Manufacturers.Controlres"> - <summary>Control Resources Limited</summary> - </member> - <member name="F:NAudio.Manufacturers.Xebec"> - <summary>Xebec Multimedia Solutions Limited</summary> - </member> - <member name="F:NAudio.Manufacturers.Newmedia"> - <summary>New Media Corporation</summary> - </member> - <member name="F:NAudio.Manufacturers.Nms"> - <summary>Natural MicroSystems</summary> - </member> - <member name="F:NAudio.Manufacturers.Lyrrus"> - <summary>Lyrrus Inc.</summary> - </member> - <member name="F:NAudio.Manufacturers.Compusic"> - <summary>Compusic</summary> - </member> - <member name="F:NAudio.Manufacturers.Opti"> - <summary>OPTi Computers Inc.</summary> - </member> - <member name="F:NAudio.Manufacturers.Adlacc"> - <summary>Adlib Accessories Inc.</summary> - </member> - <member name="F:NAudio.Manufacturers.Compaq"> - <summary>Compaq Computer Corp.</summary> - </member> - <member name="F:NAudio.Manufacturers.Dialogic"> - <summary>Dialogic Corporation</summary> - </member> - <member name="F:NAudio.Manufacturers.Insoft"> - <summary>InSoft, Inc.</summary> - </member> - <member name="F:NAudio.Manufacturers.Mptus"> - <summary>M.P. Technologies, Inc.</summary> - </member> - <member name="F:NAudio.Manufacturers.Weitek"> - <summary>Weitek</summary> - </member> - <member name="F:NAudio.Manufacturers.LernoutAndHauspie"> - <summary>Lernout & Hauspie</summary> - </member> - <member name="F:NAudio.Manufacturers.Qciar"> - <summary>Quanta Computer Inc.</summary> - </member> - <member name="F:NAudio.Manufacturers.Apple"> - <summary>Apple Computer, Inc.</summary> - </member> - <member name="F:NAudio.Manufacturers.Digital"> - <summary>Digital Equipment Corporation</summary> - </member> - <member name="F:NAudio.Manufacturers.Motu"> - <summary>Mark of the Unicorn</summary> - </member> - <member name="F:NAudio.Manufacturers.Workbit"> - <summary>Workbit Corporation</summary> - </member> - <member name="F:NAudio.Manufacturers.Ositech"> - <summary>Ositech Communications Inc.</summary> - </member> - <member name="F:NAudio.Manufacturers.Miro"> - <summary>miro Computer Products AG</summary> - </member> - <member name="F:NAudio.Manufacturers.Cirruslogic"> - <summary>Cirrus Logic</summary> - </member> - <member name="F:NAudio.Manufacturers.Isolution"> - <summary>ISOLUTION B.V.</summary> - </member> - <member name="F:NAudio.Manufacturers.Horizons"> - <summary>Horizons Technology, Inc</summary> - </member> - <member name="F:NAudio.Manufacturers.Concepts"> - <summary>Computer Concepts Ltd</summary> - </member> - <member name="F:NAudio.Manufacturers.Vtg"> - <summary>Voice Technologies Group, Inc.</summary> - </member> - <member name="F:NAudio.Manufacturers.Radius"> - <summary>Radius</summary> - </member> - <member name="F:NAudio.Manufacturers.Rockwell"> - <summary>Rockwell International</summary> - </member> - <member name="F:NAudio.Manufacturers.Xyz"> - <summary>Co. XYZ for testing</summary> - </member> - <member name="F:NAudio.Manufacturers.Opcode"> - <summary>Opcode Systems</summary> - </member> - <member name="F:NAudio.Manufacturers.Voxware"> - <summary>Voxware Inc</summary> - </member> - <member name="F:NAudio.Manufacturers.NorthernTelecom"> - <summary>Northern Telecom Limited</summary> - </member> - <member name="F:NAudio.Manufacturers.Apicom"> - <summary>APICOM</summary> - </member> - <member name="F:NAudio.Manufacturers.Grande"> - <summary>Grande Software</summary> - </member> - <member name="F:NAudio.Manufacturers.Addx"> - <summary>ADDX</summary> - </member> - <member name="F:NAudio.Manufacturers.Wildcat"> - <summary>Wildcat Canyon Software</summary> - </member> - <member name="F:NAudio.Manufacturers.Rhetorex"> - <summary>Rhetorex Inc</summary> - </member> - <member name="F:NAudio.Manufacturers.Brooktree"> - <summary>Brooktree Corporation</summary> - </member> - <member name="F:NAudio.Manufacturers.Ensoniq"> - <summary>ENSONIQ Corporation</summary> - </member> - <member name="F:NAudio.Manufacturers.Fast"> - <summary>FAST Multimedia AG</summary> - </member> - <member name="F:NAudio.Manufacturers.Nvidia"> - <summary>NVidia Corporation</summary> - </member> - <member name="F:NAudio.Manufacturers.Oksori"> - <summary>OKSORI Co., Ltd.</summary> - </member> - <member name="F:NAudio.Manufacturers.Diacoustics"> - <summary>DiAcoustics, Inc.</summary> - </member> - <member name="F:NAudio.Manufacturers.Gulbransen"> - <summary>Gulbransen, Inc.</summary> - </member> - <member name="F:NAudio.Manufacturers.KayElemetrics"> - <summary>Kay Elemetrics, Inc.</summary> - </member> - <member name="F:NAudio.Manufacturers.Crystal"> - <summary>Crystal Semiconductor Corporation</summary> - </member> - <member name="F:NAudio.Manufacturers.SplashStudios"> - <summary>Splash Studios</summary> - </member> - <member name="F:NAudio.Manufacturers.Quarterdeck"> - <summary>Quarterdeck Corporation</summary> - </member> - <member name="F:NAudio.Manufacturers.Tdk"> - <summary>TDK Corporation</summary> - </member> - <member name="F:NAudio.Manufacturers.DigitalAudioLabs"> - <summary>Digital Audio Labs, Inc.</summary> - </member> - <member name="F:NAudio.Manufacturers.Seersys"> - <summary>Seer Systems, Inc.</summary> - </member> - <member name="F:NAudio.Manufacturers.Picturetel"> - <summary>PictureTel Corporation</summary> - </member> - <member name="F:NAudio.Manufacturers.AttMicroelectronics"> - <summary>AT&T Microelectronics</summary> - </member> - <member name="F:NAudio.Manufacturers.Osprey"> - <summary>Osprey Technologies, Inc.</summary> - </member> - <member name="F:NAudio.Manufacturers.Mediatrix"> - <summary>Mediatrix Peripherals</summary> - </member> - <member name="F:NAudio.Manufacturers.Soundesigns"> - <summary>SounDesignS M.C.S. Ltd.</summary> - </member> - <member name="F:NAudio.Manufacturers.Aldigital"> - <summary>A.L. Digital Ltd.</summary> - </member> - <member name="F:NAudio.Manufacturers.SpectrumSignalProcessing"> - <summary>Spectrum Signal Processing, Inc.</summary> - </member> - <member name="F:NAudio.Manufacturers.Ecs"> - <summary>Electronic Courseware Systems, Inc.</summary> - </member> - <member name="F:NAudio.Manufacturers.Amd"> - <summary>AMD</summary> - </member> - <member name="F:NAudio.Manufacturers.Coredynamics"> - <summary>Core Dynamics</summary> - </member> - <member name="F:NAudio.Manufacturers.Canam"> - <summary>CANAM Computers</summary> - </member> - <member name="F:NAudio.Manufacturers.Softsound"> - <summary>Softsound, Ltd.</summary> - </member> - <member name="F:NAudio.Manufacturers.Norris"> - <summary>Norris Communications, Inc.</summary> - </member> - <member name="F:NAudio.Manufacturers.Ddd"> - <summary>Danka Data Devices</summary> - </member> - <member name="F:NAudio.Manufacturers.Euphonics"> - <summary>EuPhonics</summary> - </member> - <member name="F:NAudio.Manufacturers.Precept"> - <summary>Precept Software, Inc.</summary> - </member> - <member name="F:NAudio.Manufacturers.CrystalNet"> - <summary>Crystal Net Corporation</summary> - </member> - <member name="F:NAudio.Manufacturers.Chromatic"> - <summary>Chromatic Research, Inc</summary> - </member> - <member name="F:NAudio.Manufacturers.Voiceinfo"> - <summary>Voice Information Systems, Inc</summary> - </member> - <member name="F:NAudio.Manufacturers.Viennasys"> - <summary>Vienna Systems</summary> - </member> - <member name="F:NAudio.Manufacturers.Connectix"> - <summary>Connectix Corporation</summary> - </member> - <member name="F:NAudio.Manufacturers.Gadgetlabs"> - <summary>Gadget Labs LLC</summary> - </member> - <member name="F:NAudio.Manufacturers.Frontier"> - <summary>Frontier Design Group LLC</summary> - </member> - <member name="F:NAudio.Manufacturers.Viona"> - <summary>Viona Development GmbH</summary> - </member> - <member name="F:NAudio.Manufacturers.Casio"> - <summary>Casio Computer Co., LTD</summary> - </member> - <member name="F:NAudio.Manufacturers.Diamondmm"> - <summary>Diamond Multimedia</summary> - </member> - <member name="F:NAudio.Manufacturers.S3"> - <summary>S3</summary> - </member> - <member name="F:NAudio.Manufacturers.FraunhoferIis"> - <summary>Fraunhofer</summary> - </member> - <member name="T:NAudio.MmException"> - <summary> - Summary description for MmException. - </summary> - </member> - <member name="M:NAudio.MmException.#ctor(NAudio.MmResult,System.String)"> - <summary> - Creates a new MmException - </summary> - <param name="result">The result returned by the Windows API call</param> - <param name="function">The name of the Windows API that failed</param> - </member> - <member name="M:NAudio.MmException.Try(NAudio.MmResult,System.String)"> - <summary> - Helper function to automatically raise an exception on failure - </summary> - <param name="result">The result of the API call</param> - <param name="function">The API function name</param> - </member> - <member name="P:NAudio.MmException.Result"> - <summary> - Returns the Windows API result - </summary> - </member> - <member name="T:NAudio.MmResult"> - <summary> - Windows multimedia error codes from mmsystem.h. - </summary> - </member> - <member name="F:NAudio.MmResult.NoError"> - <summary>no error, MMSYSERR_NOERROR</summary> - </member> - <member name="F:NAudio.MmResult.UnspecifiedError"> - <summary>unspecified error, MMSYSERR_ERROR</summary> - </member> - <member name="F:NAudio.MmResult.BadDeviceId"> - <summary>device ID out of range, MMSYSERR_BADDEVICEID</summary> - </member> - <member name="F:NAudio.MmResult.NotEnabled"> - <summary>driver failed enable, MMSYSERR_NOTENABLED</summary> - </member> - <member name="F:NAudio.MmResult.AlreadyAllocated"> - <summary>device already allocated, MMSYSERR_ALLOCATED</summary> - </member> - <member name="F:NAudio.MmResult.InvalidHandle"> - <summary>device handle is invalid, MMSYSERR_INVALHANDLE</summary> - </member> - <member name="F:NAudio.MmResult.NoDriver"> - <summary>no device driver present, MMSYSERR_NODRIVER</summary> - </member> - <member name="F:NAudio.MmResult.MemoryAllocationError"> - <summary>memory allocation error, MMSYSERR_NOMEM</summary> - </member> - <member name="F:NAudio.MmResult.NotSupported"> - <summary>function isn't supported, MMSYSERR_NOTSUPPORTED</summary> - </member> - <member name="F:NAudio.MmResult.BadErrorNumber"> - <summary>error value out of range, MMSYSERR_BADERRNUM</summary> - </member> - <member name="F:NAudio.MmResult.InvalidFlag"> - <summary>invalid flag passed, MMSYSERR_INVALFLAG</summary> - </member> - <member name="F:NAudio.MmResult.InvalidParameter"> - <summary>invalid parameter passed, MMSYSERR_INVALPARAM</summary> - </member> - <member name="F:NAudio.MmResult.HandleBusy"> - <summary>handle being used simultaneously on another thread (eg callback),MMSYSERR_HANDLEBUSY</summary> - </member> - <member name="F:NAudio.MmResult.InvalidAlias"> - <summary>specified alias not found, MMSYSERR_INVALIDALIAS</summary> - </member> - <member name="F:NAudio.MmResult.BadRegistryDatabase"> - <summary>bad registry database, MMSYSERR_BADDB</summary> - </member> - <member name="F:NAudio.MmResult.RegistryKeyNotFound"> - <summary>registry key not found, MMSYSERR_KEYNOTFOUND</summary> - </member> - <member name="F:NAudio.MmResult.RegistryReadError"> - <summary>registry read error, MMSYSERR_READERROR</summary> - </member> - <member name="F:NAudio.MmResult.RegistryWriteError"> - <summary>registry write error, MMSYSERR_WRITEERROR</summary> - </member> - <member name="F:NAudio.MmResult.RegistryDeleteError"> - <summary>registry delete error, MMSYSERR_DELETEERROR</summary> - </member> - <member name="F:NAudio.MmResult.RegistryValueNotFound"> - <summary>registry value not found, MMSYSERR_VALNOTFOUND</summary> - </member> - <member name="F:NAudio.MmResult.NoDriverCallback"> - <summary>driver does not call DriverCallback, MMSYSERR_NODRIVERCB</summary> - </member> - <member name="F:NAudio.MmResult.MoreData"> - <summary>more data to be returned, MMSYSERR_MOREDATA</summary> - </member> - <member name="F:NAudio.MmResult.WaveBadFormat"> - <summary>unsupported wave format, WAVERR_BADFORMAT</summary> - </member> - <member name="F:NAudio.MmResult.WaveStillPlaying"> - <summary>still something playing, WAVERR_STILLPLAYING</summary> - </member> - <member name="F:NAudio.MmResult.WaveHeaderUnprepared"> - <summary>header not prepared, WAVERR_UNPREPARED</summary> - </member> - <member name="F:NAudio.MmResult.WaveSync"> - <summary>device is synchronous, WAVERR_SYNC</summary> - </member> - <member name="F:NAudio.MmResult.AcmNotPossible"> - <summary>Conversion not possible (ACMERR_NOTPOSSIBLE)</summary> - </member> - <member name="F:NAudio.MmResult.AcmBusy"> - <summary>Busy (ACMERR_BUSY)</summary> - </member> - <member name="F:NAudio.MmResult.AcmHeaderUnprepared"> - <summary>Header Unprepared (ACMERR_UNPREPARED)</summary> - </member> - <member name="F:NAudio.MmResult.AcmCancelled"> - <summary>Cancelled (ACMERR_CANCELED)</summary> - </member> - <member name="F:NAudio.MmResult.MixerInvalidLine"> - <summary>invalid line (MIXERR_INVALLINE)</summary> - </member> - <member name="F:NAudio.MmResult.MixerInvalidControl"> - <summary>invalid control (MIXERR_INVALCONTROL)</summary> - </member> - <member name="F:NAudio.MmResult.MixerInvalidValue"> - <summary>invalid value (MIXERR_INVALVALUE)</summary> - </member> - <member name="T:NAudio.Wave.WaveHeader"> - <summary> - WaveHeader interop structure (WAVEHDR) - http://msdn.microsoft.com/en-us/library/dd743837%28VS.85%29.aspx - </summary> - </member> - <member name="F:NAudio.Wave.WaveHeader.dataBuffer"> - <summary>pointer to locked data buffer (lpData)</summary> - </member> - <member name="F:NAudio.Wave.WaveHeader.bufferLength"> - <summary>length of data buffer (dwBufferLength)</summary> - </member> - <member name="F:NAudio.Wave.WaveHeader.bytesRecorded"> - <summary>used for input only (dwBytesRecorded)</summary> - </member> - <member name="F:NAudio.Wave.WaveHeader.userData"> - <summary>for client's use (dwUser)</summary> - </member> - <member name="F:NAudio.Wave.WaveHeader.flags"> - <summary>assorted flags (dwFlags)</summary> - </member> - <member name="F:NAudio.Wave.WaveHeader.loops"> - <summary>loop control counter (dwLoops)</summary> - </member> - <member name="F:NAudio.Wave.WaveHeader.next"> - <summary>PWaveHdr, reserved for driver (lpNext)</summary> - </member> - <member name="F:NAudio.Wave.WaveHeader.reserved"> - <summary>reserved for driver</summary> - </member> - <member name="T:NAudio.Wave.WaveHeaderFlags"> - <summary> - Wave Header Flags enumeration - </summary> - </member> - <member name="F:NAudio.Wave.WaveHeaderFlags.BeginLoop"> - <summary> - WHDR_BEGINLOOP - This buffer is the first buffer in a loop. This flag is used only with output buffers. - </summary> - </member> - <member name="F:NAudio.Wave.WaveHeaderFlags.Done"> - <summary> - WHDR_DONE - Set by the device driver to indicate that it is finished with the buffer and is returning it to the application. - </summary> - </member> - <member name="F:NAudio.Wave.WaveHeaderFlags.EndLoop"> - <summary> - WHDR_ENDLOOP - This buffer is the last buffer in a loop. This flag is used only with output buffers. - </summary> - </member> - <member name="F:NAudio.Wave.WaveHeaderFlags.InQueue"> - <summary> - WHDR_INQUEUE - Set by Windows to indicate that the buffer is queued for playback. - </summary> - </member> - <member name="F:NAudio.Wave.WaveHeaderFlags.Prepared"> - <summary> - WHDR_PREPARED - Set by Windows to indicate that the buffer has been prepared with the waveInPrepareHeader or waveOutPrepareHeader function. - </summary> - </member> - <member name="T:NAudio.Wave.WasapiLoopbackCapture"> - <summary> - WASAPI Loopback Capture - based on a contribution from "Pygmy" - http://naudio.codeplex.com/discussions/203605 - </summary> - </member> - <member name="M:NAudio.Wave.WasapiLoopbackCapture.#ctor"> - <summary> - Initialises a new instance of the WASAPI capture class - </summary> - </member> - <member name="M:NAudio.Wave.WasapiLoopbackCapture.#ctor(NAudio.CoreAudioApi.MMDevice)"> - <summary> - Initialises a new instance of the WASAPI capture class - </summary> - <param name="captureDevice">Capture device to use</param> - </member> - <member name="M:NAudio.Wave.WasapiLoopbackCapture.GetDefaultLoopbackCaptureDevice"> - <summary> - Gets the default audio loopback capture device - </summary> - <returns>The default audio loopback capture device</returns> - </member> - <member name="M:NAudio.Wave.WasapiLoopbackCapture.GetAudioClientStreamFlags"> - <summary> - Specify loopback - </summary> - </member> - <member name="P:NAudio.Wave.WasapiLoopbackCapture.WaveFormat"> - <summary> - Recording wave format - </summary> - </member> - <member name="T:NAudio.Wave.WaveIn"> - <summary> - Allows recording using the Windows waveIn APIs - Events are raised as recorded buffers are made available - </summary> - </member> - <member name="M:NAudio.Wave.WaveIn.#ctor"> - <summary> - Prepares a Wave input device for recording - </summary> - </member> - <member name="M:NAudio.Wave.WaveIn.#ctor(System.IntPtr)"> - <summary> - Creates a WaveIn device using the specified window handle for callbacks - </summary> - <param name="windowHandle">A valid window handle</param> - </member> - <member name="M:NAudio.Wave.WaveIn.#ctor(NAudio.Wave.WaveCallbackInfo)"> - <summary> - Prepares a Wave input device for recording - </summary> - </member> - <member name="M:NAudio.Wave.WaveIn.GetCapabilities(System.Int32)"> - <summary> - Retrieves the capabilities of a waveIn device - </summary> - <param name="devNumber">Device to test</param> - <returns>The WaveIn device capabilities</returns> - </member> - <member name="M:NAudio.Wave.WaveIn.Callback(System.IntPtr,NAudio.Wave.WaveInterop.WaveMessage,System.IntPtr,NAudio.Wave.WaveHeader,System.IntPtr)"> - <summary> - Called when we get a new buffer of recorded data - </summary> - </member> - <member name="M:NAudio.Wave.WaveIn.StartRecording"> - <summary> - Start recording - </summary> - </member> - <member name="M:NAudio.Wave.WaveIn.StopRecording"> - <summary> - Stop recording - </summary> - </member> - <member name="M:NAudio.Wave.WaveIn.Dispose(System.Boolean)"> - <summary> - Dispose pattern - </summary> - </member> - <member name="M:NAudio.Wave.WaveIn.GetMixerLine"> - <summary> - Microphone Level - </summary> - </member> - <member name="M:NAudio.Wave.WaveIn.Dispose"> - <summary> - Dispose method - </summary> - </member> - <member name="E:NAudio.Wave.WaveIn.DataAvailable"> - <summary> - Indicates recorded data is available - </summary> - </member> - <member name="E:NAudio.Wave.WaveIn.RecordingStopped"> - <summary> - Indicates that all recorded data has now been received. - </summary> - </member> - <member name="P:NAudio.Wave.WaveIn.DeviceCount"> - <summary> - Returns the number of Wave In devices available in the system - </summary> - </member> - <member name="P:NAudio.Wave.WaveIn.BufferMilliseconds"> - <summary> - Milliseconds for the buffer. Recommended value is 100ms - </summary> - </member> - <member name="P:NAudio.Wave.WaveIn.NumberOfBuffers"> - <summary> - Number of Buffers to use (usually 2 or 3) - </summary> - </member> - <member name="P:NAudio.Wave.WaveIn.DeviceNumber"> - <summary> - The device number to use - </summary> - </member> - <member name="P:NAudio.Wave.WaveIn.WaveFormat"> - <summary> - WaveFormat we are recording in - </summary> - </member> - <member name="T:NAudio.Wave.WaveInCapabilities"> - <summary> - WaveInCapabilities structure (based on WAVEINCAPS2 from mmsystem.h) - http://msdn.microsoft.com/en-us/library/ms713726(VS.85).aspx - </summary> - </member> - <member name="F:NAudio.Wave.WaveInCapabilities.manufacturerId"> - <summary> - wMid - </summary> - </member> - <member name="F:NAudio.Wave.WaveInCapabilities.productId"> - <summary> - wPid - </summary> - </member> - <member name="F:NAudio.Wave.WaveInCapabilities.driverVersion"> - <summary> - vDriverVersion - </summary> - </member> - <member name="F:NAudio.Wave.WaveInCapabilities.productName"> - <summary> - Product Name (szPname) - </summary> - </member> - <member name="F:NAudio.Wave.WaveInCapabilities.supportedFormats"> - <summary> - Supported formats (bit flags) dwFormats - </summary> - </member> - <member name="F:NAudio.Wave.WaveInCapabilities.channels"> - <summary> - Supported channels (1 for mono 2 for stereo) (wChannels) - Seems to be set to -1 on a lot of devices - </summary> - </member> - <member name="F:NAudio.Wave.WaveInCapabilities.reserved"> - <summary> - wReserved1 - </summary> - </member> - <member name="M:NAudio.Wave.WaveInCapabilities.SupportsWaveFormat(NAudio.Wave.SupportedWaveFormat)"> - <summary> - Checks to see if a given SupportedWaveFormat is supported - </summary> - <param name="waveFormat">The SupportedWaveFormat</param> - <returns>true if supported</returns> - </member> - <member name="P:NAudio.Wave.WaveInCapabilities.Channels"> - <summary> - Number of channels supported - </summary> - </member> - <member name="P:NAudio.Wave.WaveInCapabilities.ProductName"> - <summary> - The product name - </summary> - </member> - <member name="P:NAudio.Wave.WaveInCapabilities.NameGuid"> - <summary> - The device name Guid (if provided) - </summary> - </member> - <member name="P:NAudio.Wave.WaveInCapabilities.ProductGuid"> - <summary> - The product name Guid (if provided) - </summary> - </member> - <member name="P:NAudio.Wave.WaveInCapabilities.ManufacturerGuid"> - <summary> - The manufacturer guid (if provided) - </summary> - </member> - <member name="M:NAudio.Wave.WaveCapabilitiesHelpers.GetNameFromGuid(System.Guid)"> - <summary> - The device name from the registry if supported - </summary> - </member> - <member name="T:NAudio.Wave.WaveInEventArgs"> - <summary> - Event Args for WaveInStream event - </summary> - </member> - <member name="M:NAudio.Wave.WaveInEventArgs.#ctor(System.Byte[],System.Int32)"> - <summary> - Creates new WaveInEventArgs - </summary> - </member> - <member name="P:NAudio.Wave.WaveInEventArgs.Buffer"> - <summary> - Buffer containing recorded data. Note that it might not be completely - full. <seealso cref="P:NAudio.Wave.WaveInEventArgs.BytesRecorded"/> - </summary> - </member> - <member name="P:NAudio.Wave.WaveInEventArgs.BytesRecorded"> - <summary> - The number of recorded bytes in Buffer. <seealso cref="P:NAudio.Wave.WaveInEventArgs.Buffer"/> - </summary> - </member> - <member name="T:NAudio.Wave.WaveInterop"> - <summary> - MME Wave function interop - </summary> - </member> - <member name="F:NAudio.Wave.WaveInterop.WaveInOutOpenFlags.CallbackNull"> - <summary> - CALLBACK_NULL - No callback - </summary> - </member> - <member name="F:NAudio.Wave.WaveInterop.WaveInOutOpenFlags.CallbackFunction"> - <summary> - CALLBACK_FUNCTION - dwCallback is a FARPROC - </summary> - </member> - <member name="F:NAudio.Wave.WaveInterop.WaveInOutOpenFlags.CallbackEvent"> - <summary> - CALLBACK_EVENT - dwCallback is an EVENT handle - </summary> - </member> - <member name="F:NAudio.Wave.WaveInterop.WaveInOutOpenFlags.CallbackWindow"> - <summary> - CALLBACK_WINDOW - dwCallback is a HWND - </summary> - </member> - <member name="F:NAudio.Wave.WaveInterop.WaveInOutOpenFlags.CallbackThread"> - <summary> - CALLBACK_THREAD - callback is a thread ID - </summary> - </member> - <member name="F:NAudio.Wave.WaveInterop.WaveMessage.WaveInOpen"> - <summary> - WIM_OPEN - </summary> - </member> - <member name="F:NAudio.Wave.WaveInterop.WaveMessage.WaveInClose"> - <summary> - WIM_CLOSE - </summary> - </member> - <member name="F:NAudio.Wave.WaveInterop.WaveMessage.WaveInData"> - <summary> - WIM_DATA - </summary> - </member> - <member name="F:NAudio.Wave.WaveInterop.WaveMessage.WaveOutClose"> - <summary> - WOM_CLOSE - </summary> - </member> - <member name="F:NAudio.Wave.WaveInterop.WaveMessage.WaveOutDone"> - <summary> - WOM_DONE - </summary> - </member> - <member name="F:NAudio.Wave.WaveInterop.WaveMessage.WaveOutOpen"> - <summary> - WOM_OPEN - </summary> - </member> - <member name="T:NAudio.Wave.WaveOutCapabilities"> - <summary> - WaveOutCapabilities structure (based on WAVEOUTCAPS2 from mmsystem.h) - http://msdn.microsoft.com/library/default.asp?url=/library/en-us/multimed/htm/_win32_waveoutcaps_str.asp - </summary> - </member> - <member name="F:NAudio.Wave.WaveOutCapabilities.manufacturerId"> - <summary> - wMid - </summary> - </member> - <member name="F:NAudio.Wave.WaveOutCapabilities.productId"> - <summary> - wPid - </summary> - </member> - <member name="F:NAudio.Wave.WaveOutCapabilities.driverVersion"> - <summary> - vDriverVersion - </summary> - </member> - <member name="F:NAudio.Wave.WaveOutCapabilities.productName"> - <summary> - Product Name (szPname) - </summary> - </member> - <member name="F:NAudio.Wave.WaveOutCapabilities.supportedFormats"> - <summary> - Supported formats (bit flags) dwFormats - </summary> - </member> - <member name="F:NAudio.Wave.WaveOutCapabilities.channels"> - <summary> - Supported channels (1 for mono 2 for stereo) (wChannels) - Seems to be set to -1 on a lot of devices - </summary> - </member> - <member name="F:NAudio.Wave.WaveOutCapabilities.reserved"> - <summary> - wReserved1 - </summary> - </member> - <member name="F:NAudio.Wave.WaveOutCapabilities.support"> - <summary> - Optional functionality supported by the device - </summary> - </member> - <member name="M:NAudio.Wave.WaveOutCapabilities.SupportsWaveFormat(NAudio.Wave.SupportedWaveFormat)"> - <summary> - Checks to see if a given SupportedWaveFormat is supported - </summary> - <param name="waveFormat">The SupportedWaveFormat</param> - <returns>true if supported</returns> - </member> - <member name="P:NAudio.Wave.WaveOutCapabilities.Channels"> - <summary> - Number of channels supported - </summary> - </member> - <member name="P:NAudio.Wave.WaveOutCapabilities.SupportsPlaybackRateControl"> - <summary> - Whether playback control is supported - </summary> - </member> - <member name="P:NAudio.Wave.WaveOutCapabilities.ProductName"> - <summary> - The product name - </summary> - </member> - <member name="P:NAudio.Wave.WaveOutCapabilities.NameGuid"> - <summary> - The device name Guid (if provided) - </summary> - </member> - <member name="P:NAudio.Wave.WaveOutCapabilities.ProductGuid"> - <summary> - The product name Guid (if provided) - </summary> - </member> - <member name="P:NAudio.Wave.WaveOutCapabilities.ManufacturerGuid"> - <summary> - The manufacturer guid (if provided) - </summary> - </member> - <member name="T:NAudio.Wave.SupportedWaveFormat"> - <summary> - Supported wave formats for WaveOutCapabilities - </summary> - </member> - <member name="F:NAudio.Wave.SupportedWaveFormat.WAVE_FORMAT_1M08"> - <summary> - 11.025 kHz, Mono, 8-bit - </summary> - </member> - <member name="F:NAudio.Wave.SupportedWaveFormat.WAVE_FORMAT_1S08"> - <summary> - 11.025 kHz, Stereo, 8-bit - </summary> - </member> - <member name="F:NAudio.Wave.SupportedWaveFormat.WAVE_FORMAT_1M16"> - <summary> - 11.025 kHz, Mono, 16-bit - </summary> - </member> - <member name="F:NAudio.Wave.SupportedWaveFormat.WAVE_FORMAT_1S16"> - <summary> - 11.025 kHz, Stereo, 16-bit - </summary> - </member> - <member name="F:NAudio.Wave.SupportedWaveFormat.WAVE_FORMAT_2M08"> - <summary> - 22.05 kHz, Mono, 8-bit - </summary> - </member> - <member name="F:NAudio.Wave.SupportedWaveFormat.WAVE_FORMAT_2S08"> - <summary> - 22.05 kHz, Stereo, 8-bit - </summary> - </member> - <member name="F:NAudio.Wave.SupportedWaveFormat.WAVE_FORMAT_2M16"> - <summary> - 22.05 kHz, Mono, 16-bit - </summary> - </member> - <member name="F:NAudio.Wave.SupportedWaveFormat.WAVE_FORMAT_2S16"> - <summary> - 22.05 kHz, Stereo, 16-bit - </summary> - </member> - <member name="F:NAudio.Wave.SupportedWaveFormat.WAVE_FORMAT_4M08"> - <summary> - 44.1 kHz, Mono, 8-bit - </summary> - </member> - <member name="F:NAudio.Wave.SupportedWaveFormat.WAVE_FORMAT_4S08"> - <summary> - 44.1 kHz, Stereo, 8-bit - </summary> - </member> - <member name="F:NAudio.Wave.SupportedWaveFormat.WAVE_FORMAT_4M16"> - <summary> - 44.1 kHz, Mono, 16-bit - </summary> - </member> - <member name="F:NAudio.Wave.SupportedWaveFormat.WAVE_FORMAT_4S16"> - <summary> - 44.1 kHz, Stereo, 16-bit - </summary> - </member> - <member name="F:NAudio.Wave.SupportedWaveFormat.WAVE_FORMAT_44M08"> - <summary> - 44.1 kHz, Mono, 8-bit - </summary> - </member> - <member name="F:NAudio.Wave.SupportedWaveFormat.WAVE_FORMAT_44S08"> - <summary> - 44.1 kHz, Stereo, 8-bit - </summary> - </member> - <member name="F:NAudio.Wave.SupportedWaveFormat.WAVE_FORMAT_44M16"> - <summary> - 44.1 kHz, Mono, 16-bit - </summary> - </member> - <member name="F:NAudio.Wave.SupportedWaveFormat.WAVE_FORMAT_44S16"> - <summary> - 44.1 kHz, Stereo, 16-bit - </summary> - </member> - <member name="F:NAudio.Wave.SupportedWaveFormat.WAVE_FORMAT_48M08"> - <summary> - 48 kHz, Mono, 8-bit - </summary> - </member> - <member name="F:NAudio.Wave.SupportedWaveFormat.WAVE_FORMAT_48S08"> - <summary> - 48 kHz, Stereo, 8-bit - </summary> - </member> - <member name="F:NAudio.Wave.SupportedWaveFormat.WAVE_FORMAT_48M16"> - <summary> - 48 kHz, Mono, 16-bit - </summary> - </member> - <member name="F:NAudio.Wave.SupportedWaveFormat.WAVE_FORMAT_48S16"> - <summary> - 48 kHz, Stereo, 16-bit - </summary> - </member> - <member name="F:NAudio.Wave.SupportedWaveFormat.WAVE_FORMAT_96M08"> - <summary> - 96 kHz, Mono, 8-bit - </summary> - </member> - <member name="F:NAudio.Wave.SupportedWaveFormat.WAVE_FORMAT_96S08"> - <summary> - 96 kHz, Stereo, 8-bit - </summary> - </member> - <member name="F:NAudio.Wave.SupportedWaveFormat.WAVE_FORMAT_96M16"> - <summary> - 96 kHz, Mono, 16-bit - </summary> - </member> - <member name="F:NAudio.Wave.SupportedWaveFormat.WAVE_FORMAT_96S16"> - <summary> - 96 kHz, Stereo, 16-bit - </summary> - </member> - <member name="T:NAudio.Wave.WaveOutSupport"> - <summary> - Flags indicating what features this WaveOut device supports - </summary> - </member> - <member name="F:NAudio.Wave.WaveOutSupport.Pitch"> - <summary>supports pitch control (WAVECAPS_PITCH)</summary> - </member> - <member name="F:NAudio.Wave.WaveOutSupport.PlaybackRate"> - <summary>supports playback rate control (WAVECAPS_PLAYBACKRATE)</summary> - </member> - <member name="F:NAudio.Wave.WaveOutSupport.Volume"> - <summary>supports volume control (WAVECAPS_VOLUME)</summary> - </member> - <member name="F:NAudio.Wave.WaveOutSupport.LRVolume"> - <summary>supports separate left-right volume control (WAVECAPS_LRVOLUME)</summary> - </member> - <member name="F:NAudio.Wave.WaveOutSupport.Sync"> - <summary>(WAVECAPS_SYNC)</summary> - </member> - <member name="F:NAudio.Wave.WaveOutSupport.SampleAccurate"> - <summary>(WAVECAPS_SAMPLEACCURATE)</summary> - </member> - <member name="T:NAudio.Wave.SampleProviders.ISampleChunkConverter"> - <summary> - Sample provider interface to make WaveChannel32 extensible - Still a bit ugly, hence internal at the moment - and might even make these into - bit depth converting WaveProviders - </summary> - </member> - <member name="T:NAudio.Wave.SampleProviders.MixingSampleProvider"> - <summary> - A sample provider mixer, allowing inputs to be added and removed - </summary> - </member> - <member name="M:NAudio.Wave.SampleProviders.MixingSampleProvider.#ctor(NAudio.Wave.WaveFormat)"> - <summary> - Creates a new MixingSampleProvider, with no inputs, but a specified WaveFormat - </summary> - <param name="waveFormat">The WaveFormat of this mixer. All inputs must be in this format</param> - </member> - <member name="M:NAudio.Wave.SampleProviders.MixingSampleProvider.#ctor(System.Collections.Generic.IEnumerable{NAudio.Wave.ISampleProvider})"> - <summary> - Creates a new MixingSampleProvider, based on the given inputs - </summary> - <param name="sources">Mixer inputs - must all have the same waveformat, and must - all be of the same WaveFormat. There must be at least one input</param> - </member> - <member name="M:NAudio.Wave.SampleProviders.MixingSampleProvider.AddMixerInput(NAudio.Wave.IWaveProvider)"> - <summary> - Adds a WaveProvider as a Mixer input. - Must be PCM or IEEE float already - </summary> - <param name="mixerInput">IWaveProvider mixer input</param> - </member> - <member name="M:NAudio.Wave.SampleProviders.MixingSampleProvider.AddMixerInput(NAudio.Wave.ISampleProvider)"> - <summary> - Adds a new mixer input - </summary> - <param name="mixerInput">Mixer input</param> - </member> - <member name="M:NAudio.Wave.SampleProviders.MixingSampleProvider.RemoveMixerInput(NAudio.Wave.ISampleProvider)"> - <summary> - Removes a mixer input - </summary> - <param name="mixerInput">Mixer input to remove</param> - </member> - <member name="M:NAudio.Wave.SampleProviders.MixingSampleProvider.RemoveAllMixerInputs"> - <summary> - Removes all mixer inputs - </summary> - </member> - <member name="M:NAudio.Wave.SampleProviders.MixingSampleProvider.Read(System.Single[],System.Int32,System.Int32)"> - <summary> - Reads samples from this sample provider - </summary> - <param name="buffer">Sample buffer</param> - <param name="offset">Offset into sample buffer</param> - <param name="count">Number of samples required</param> - <returns>Number of samples read</returns> - </member> - <member name="P:NAudio.Wave.SampleProviders.MixingSampleProvider.ReadFully"> - <summary> - When set to true, the Read method always returns the number - of samples requested, even if there are no inputs, or if the - current inputs reach their end. Setting this to true effectively - makes this a never-ending sample provider, so take care if you plan - to write it out to a file. - </summary> - </member> - <member name="P:NAudio.Wave.SampleProviders.MixingSampleProvider.WaveFormat"> - <summary> - The output WaveFormat of this sample provider - </summary> - </member> - <member name="T:NAudio.Wave.SampleProviders.PanningSampleProvider"> - <summary> - Converts a mono sample provider to stereo, with a customisable pan strategy - </summary> - </member> - <member name="M:NAudio.Wave.SampleProviders.PanningSampleProvider.#ctor(NAudio.Wave.ISampleProvider)"> - <summary> - Initialises a new instance of the PanningSampleProvider - </summary> - <param name="source">Source sample provider, must be mono</param> - </member> - <member name="M:NAudio.Wave.SampleProviders.PanningSampleProvider.Read(System.Single[],System.Int32,System.Int32)"> - <summary> - Reads samples from this sample provider - </summary> - <param name="buffer">Sample buffer</param> - <param name="offset">Offset into sample buffer</param> - <param name="count">Number of samples desired</param> - <returns>Number of samples read</returns> - </member> - <member name="P:NAudio.Wave.SampleProviders.PanningSampleProvider.Pan"> - <summary> - Pan value, must be between -1 (left) and 1 (right) - </summary> - </member> - <member name="P:NAudio.Wave.SampleProviders.PanningSampleProvider.PanStrategy"> - <summary> - The pan strategy currently in use - </summary> - </member> - <member name="P:NAudio.Wave.SampleProviders.PanningSampleProvider.WaveFormat"> - <summary> - The WaveFormat of this sample provider - </summary> - </member> - <member name="T:NAudio.Wave.SampleProviders.StereoSamplePair"> - <summary> - Pair of floating point values, representing samples or multipliers - </summary> - </member> - <member name="P:NAudio.Wave.SampleProviders.StereoSamplePair.Left"> - <summary> - Left value - </summary> - </member> - <member name="P:NAudio.Wave.SampleProviders.StereoSamplePair.Right"> - <summary> - Right value - </summary> - </member> - <member name="T:NAudio.Wave.SampleProviders.IPanStrategy"> - <summary> - Required Interface for a Panning Strategy - </summary> - </member> - <member name="M:NAudio.Wave.SampleProviders.IPanStrategy.GetMultipliers(System.Single)"> - <summary> - Gets the left and right multipliers for a given pan value - </summary> - <param name="pan">Pan value from -1 to 1</param> - <returns>Left and right multipliers in a stereo sample pair</returns> - </member> - <member name="T:NAudio.Wave.SampleProviders.StereoBalanceStrategy"> - <summary> - Simplistic "balance" control - treating the mono input as if it was stereo - In the centre, both channels full volume. Opposite channel decays linearly - as balance is turned to to one side - </summary> - </member> - <member name="M:NAudio.Wave.SampleProviders.StereoBalanceStrategy.GetMultipliers(System.Single)"> - <summary> - Gets the left and right channel multipliers for this pan value - </summary> - <param name="pan">Pan value, between -1 and 1</param> - <returns>Left and right multipliers</returns> - </member> - <member name="T:NAudio.Wave.SampleProviders.SquareRootPanStrategy"> - <summary> - Square Root Pan, thanks to Yuval Naveh - </summary> - </member> - <member name="M:NAudio.Wave.SampleProviders.SquareRootPanStrategy.GetMultipliers(System.Single)"> - <summary> - Gets the left and right channel multipliers for this pan value - </summary> - <param name="pan">Pan value, between -1 and 1</param> - <returns>Left and right multipliers</returns> - </member> - <member name="T:NAudio.Wave.SampleProviders.SinPanStrategy"> - <summary> - Sinus Pan, thanks to Yuval Naveh - </summary> - </member> - <member name="M:NAudio.Wave.SampleProviders.SinPanStrategy.GetMultipliers(System.Single)"> - <summary> - Gets the left and right channel multipliers for this pan value - </summary> - <param name="pan">Pan value, between -1 and 1</param> - <returns>Left and right multipliers</returns> - </member> - <member name="T:NAudio.Wave.SampleProviders.LinearPanStrategy"> - <summary> - Linear Pan - </summary> - </member> - <member name="M:NAudio.Wave.SampleProviders.LinearPanStrategy.GetMultipliers(System.Single)"> - <summary> - Gets the left and right channel multipliers for this pan value - </summary> - <param name="pan">Pan value, between -1 and 1</param> - <returns>Left and right multipliers</returns> - </member> - <member name="T:NAudio.Wave.Gsm610WaveFormat"> - <summary> - GSM 610 - </summary> - </member> - <member name="T:NAudio.Wave.WaveFormat"> - <summary> - Represents a Wave file format - </summary> - </member> - <member name="F:NAudio.Wave.WaveFormat.waveFormatTag"> - <summary>format type</summary> - </member> - <member name="F:NAudio.Wave.WaveFormat.channels"> - <summary>number of channels</summary> - </member> - <member name="F:NAudio.Wave.WaveFormat.sampleRate"> - <summary>sample rate</summary> - </member> - <member name="F:NAudio.Wave.WaveFormat.averageBytesPerSecond"> - <summary>for buffer estimation</summary> - </member> - <member name="F:NAudio.Wave.WaveFormat.blockAlign"> - <summary>block size of data</summary> - </member> - <member name="F:NAudio.Wave.WaveFormat.bitsPerSample"> - <summary>number of bits per sample of mono data</summary> - </member> - <member name="F:NAudio.Wave.WaveFormat.extraSize"> - <summary>number of following bytes</summary> - </member> - <member name="M:NAudio.Wave.WaveFormat.#ctor"> - <summary> - Creates a new PCM 44.1Khz stereo 16 bit format - </summary> - </member> - <member name="M:NAudio.Wave.WaveFormat.#ctor(System.Int32,System.Int32)"> - <summary> - Creates a new 16 bit wave format with the specified sample - rate and channel count - </summary> - <param name="sampleRate">Sample Rate</param> - <param name="channels">Number of channels</param> - </member> - <member name="M:NAudio.Wave.WaveFormat.ConvertLatencyToByteSize(System.Int32)"> - <summary> - Gets the size of a wave buffer equivalent to the latency in milliseconds. - </summary> - <param name="milliseconds">The milliseconds.</param> - <returns></returns> - </member> - <member name="M:NAudio.Wave.WaveFormat.CreateCustomFormat(NAudio.Wave.WaveFormatEncoding,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)"> - <summary> - Creates a WaveFormat with custom members - </summary> - <param name="tag">The encoding</param> - <param name="sampleRate">Sample Rate</param> - <param name="channels">Number of channels</param> - <param name="averageBytesPerSecond">Average Bytes Per Second</param> - <param name="blockAlign">Block Align</param> - <param name="bitsPerSample">Bits Per Sample</param> - <returns></returns> - </member> - <member name="M:NAudio.Wave.WaveFormat.CreateALawFormat(System.Int32,System.Int32)"> - <summary> - Creates an A-law wave format - </summary> - <param name="sampleRate">Sample Rate</param> - <param name="channels">Number of Channels</param> - <returns>Wave Format</returns> - </member> - <member name="M:NAudio.Wave.WaveFormat.CreateMuLawFormat(System.Int32,System.Int32)"> - <summary> - Creates a Mu-law wave format - </summary> - <param name="sampleRate">Sample Rate</param> - <param name="channels">Number of Channels</param> - <returns>Wave Format</returns> - </member> - <member name="M:NAudio.Wave.WaveFormat.#ctor(System.Int32,System.Int32,System.Int32)"> - <summary> - Creates a new PCM format with the specified sample rate, bit depth and channels - </summary> - </member> - <member name="M:NAudio.Wave.WaveFormat.CreateIeeeFloatWaveFormat(System.Int32,System.Int32)"> - <summary> - Creates a new 32 bit IEEE floating point wave format - </summary> - <param name="sampleRate">sample rate</param> - <param name="channels">number of channels</param> - </member> - <member name="M:NAudio.Wave.WaveFormat.MarshalFromPtr(System.IntPtr)"> - <summary> - Helper function to retrieve a WaveFormat structure from a pointer - </summary> - <param name="pointer">WaveFormat structure</param> - <returns></returns> - </member> - <member name="M:NAudio.Wave.WaveFormat.MarshalToPtr(NAudio.Wave.WaveFormat)"> - <summary> - Helper function to marshal WaveFormat to an IntPtr - </summary> - <param name="format">WaveFormat</param> - <returns>IntPtr to WaveFormat structure (needs to be freed by callee)</returns> - </member> - <member name="M:NAudio.Wave.WaveFormat.FromFormatChunk(System.IO.BinaryReader,System.Int32)"> - <summary> - Reads in a WaveFormat (with extra data) from a fmt chunk (chunk identifier and - length should already have been read) - </summary> - <param name="br">Binary reader</param> - <param name="formatChunkLength">Format chunk length</param> - <returns>A WaveFormatExtraData</returns> - </member> - <member name="M:NAudio.Wave.WaveFormat.#ctor(System.IO.BinaryReader)"> - <summary> - Reads a new WaveFormat object from a stream - </summary> - <param name="br">A binary reader that wraps the stream</param> - </member> - <member name="M:NAudio.Wave.WaveFormat.ToString"> - <summary> - Reports this WaveFormat as a string - </summary> - <returns>String describing the wave format</returns> - </member> - <member name="M:NAudio.Wave.WaveFormat.Equals(System.Object)"> - <summary> - Compares with another WaveFormat object - </summary> - <param name="obj">Object to compare to</param> - <returns>True if the objects are the same</returns> - </member> - <member name="M:NAudio.Wave.WaveFormat.GetHashCode"> - <summary> - Provides a Hashcode for this WaveFormat - </summary> - <returns>A hashcode</returns> - </member> - <member name="M:NAudio.Wave.WaveFormat.Serialize(System.IO.BinaryWriter)"> - <summary> - Writes this WaveFormat object to a stream - </summary> - <param name="writer">the output stream</param> - </member> - <member name="P:NAudio.Wave.WaveFormat.Encoding"> - <summary> - Returns the encoding type used - </summary> - </member> - <member name="P:NAudio.Wave.WaveFormat.Channels"> - <summary> - Returns the number of channels (1=mono,2=stereo etc) - </summary> - </member> - <member name="P:NAudio.Wave.WaveFormat.SampleRate"> - <summary> - Returns the sample rate (samples per second) - </summary> - </member> - <member name="P:NAudio.Wave.WaveFormat.AverageBytesPerSecond"> - <summary> - Returns the average number of bytes used per second - </summary> - </member> - <member name="P:NAudio.Wave.WaveFormat.BlockAlign"> - <summary> - Returns the block alignment - </summary> - </member> - <member name="P:NAudio.Wave.WaveFormat.BitsPerSample"> - <summary> - Returns the number of bits per sample (usually 16 or 32, sometimes 24 or 8) - Can be 0 for some codecs - </summary> - </member> - <member name="P:NAudio.Wave.WaveFormat.ExtraSize"> - <summary> - Returns the number of extra bytes used by this waveformat. Often 0, - except for compressed formats which store extra data after the WAVEFORMATEX header - </summary> - </member> - <member name="M:NAudio.Wave.Gsm610WaveFormat.#ctor"> - <summary> - Creates a GSM 610 WaveFormat - For now hardcoded to 13kbps - </summary> - </member> - <member name="M:NAudio.Wave.Gsm610WaveFormat.Serialize(System.IO.BinaryWriter)"> - <summary> - Writes this structure to a BinaryWriter - </summary> - </member> - <member name="P:NAudio.Wave.Gsm610WaveFormat.SamplesPerBlock"> - <summary> - Samples per block - </summary> - </member> - <member name="T:NAudio.Wave.ImaAdpcmWaveFormat"> - <summary> - IMA/DVI ADPCM Wave Format - Work in progress - </summary> - </member> - <member name="M:NAudio.Wave.ImaAdpcmWaveFormat.#ctor"> - <summary> - parameterless constructor for Marshalling - </summary> - </member> - <member name="M:NAudio.Wave.ImaAdpcmWaveFormat.#ctor(System.Int32,System.Int32,System.Int32)"> - <summary> - Creates a new IMA / DVI ADPCM Wave Format - </summary> - <param name="sampleRate">Sample Rate</param> - <param name="channels">Number of channels</param> - <param name="bitsPerSample">Bits Per Sample</param> - </member> - <member name="T:NAudio.Wave.Mp3WaveFormat"> - <summary> - MP3 WaveFormat, MPEGLAYER3WAVEFORMAT from mmreg.h - </summary> - </member> - <member name="F:NAudio.Wave.Mp3WaveFormat.id"> - <summary> - Wave format ID (wID) - </summary> - </member> - <member name="F:NAudio.Wave.Mp3WaveFormat.flags"> - <summary> - Padding flags (fdwFlags) - </summary> - </member> - <member name="F:NAudio.Wave.Mp3WaveFormat.blockSize"> - <summary> - Block Size (nBlockSize) - </summary> - </member> - <member name="F:NAudio.Wave.Mp3WaveFormat.framesPerBlock"> - <summary> - Frames per block (nFramesPerBlock) - </summary> - </member> - <member name="F:NAudio.Wave.Mp3WaveFormat.codecDelay"> - <summary> - Codec Delay (nCodecDelay) - </summary> - </member> - <member name="M:NAudio.Wave.Mp3WaveFormat.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)"> - <summary> - Creates a new MP3 WaveFormat - </summary> - </member> - <member name="T:NAudio.Wave.Mp3WaveFormatFlags"> - <summary> - Wave Format Padding Flags - </summary> - </member> - <member name="F:NAudio.Wave.Mp3WaveFormatFlags.PaddingIso"> - <summary> - MPEGLAYER3_FLAG_PADDING_ISO - </summary> - </member> - <member name="F:NAudio.Wave.Mp3WaveFormatFlags.PaddingOn"> - <summary> - MPEGLAYER3_FLAG_PADDING_ON - </summary> - </member> - <member name="F:NAudio.Wave.Mp3WaveFormatFlags.PaddingOff"> - <summary> - MPEGLAYER3_FLAG_PADDING_OFF - </summary> - </member> - <member name="T:NAudio.Wave.Mp3WaveFormatId"> - <summary> - Wave Format ID - </summary> - </member> - <member name="F:NAudio.Wave.Mp3WaveFormatId.Unknown"> - <summary>MPEGLAYER3_ID_UNKNOWN</summary> - </member> - <member name="F:NAudio.Wave.Mp3WaveFormatId.Mpeg"> - <summary>MPEGLAYER3_ID_MPEG</summary> - </member> - <member name="F:NAudio.Wave.Mp3WaveFormatId.ConstantFrameSize"> - <summary>MPEGLAYER3_ID_CONSTANTFRAMESIZE</summary> - </member> - <member name="T:NAudio.Wave.TrueSpeechWaveFormat"> - <summary> - DSP Group TrueSpeech - </summary> - </member> - <member name="M:NAudio.Wave.TrueSpeechWaveFormat.#ctor"> - <summary> - DSP Group TrueSpeech WaveFormat - </summary> - </member> - <member name="M:NAudio.Wave.TrueSpeechWaveFormat.Serialize(System.IO.BinaryWriter)"> - <summary> - Writes this structure to a BinaryWriter - </summary> - </member> - <member name="T:NAudio.Wave.AdpcmWaveFormat"> - <summary> - Microsoft ADPCM - See http://icculus.org/SDL_sound/downloads/external_documentation/wavecomp.htm - </summary> - </member> - <member name="M:NAudio.Wave.AdpcmWaveFormat.#ctor"> - <summary> - Empty constructor needed for marshalling from a pointer - </summary> - </member> - <member name="M:NAudio.Wave.AdpcmWaveFormat.#ctor(System.Int32,System.Int32)"> - <summary> - Microsoft ADPCM - </summary> - <param name="sampleRate">Sample Rate</param> - <param name="channels">Channels</param> - </member> - <member name="M:NAudio.Wave.AdpcmWaveFormat.Serialize(System.IO.BinaryWriter)"> - <summary> - Serializes this wave format - </summary> - <param name="writer">Binary writer</param> - </member> - <member name="M:NAudio.Wave.AdpcmWaveFormat.ToString"> - <summary> - String Description of this WaveFormat - </summary> - </member> - <member name="P:NAudio.Wave.AdpcmWaveFormat.SamplesPerBlock"> - <summary> - Samples per block - </summary> - </member> - <member name="P:NAudio.Wave.AdpcmWaveFormat.NumCoefficients"> - <summary> - Number of coefficients - </summary> - </member> - <member name="P:NAudio.Wave.AdpcmWaveFormat.Coefficients"> - <summary> - Coefficients - </summary> - </member> - <member name="T:NAudio.Wave.WaveFormatCustomMarshaler"> - <summary> - Custom marshaller for WaveFormat structures - </summary> - </member> - <member name="M:NAudio.Wave.WaveFormatCustomMarshaler.GetInstance(System.String)"> - <summary> - Gets the instance of this marshaller - </summary> - <param name="cookie"></param> - <returns></returns> - </member> - <member name="M:NAudio.Wave.WaveFormatCustomMarshaler.CleanUpManagedData(System.Object)"> - <summary> - Clean up managed data - </summary> - </member> - <member name="M:NAudio.Wave.WaveFormatCustomMarshaler.CleanUpNativeData(System.IntPtr)"> - <summary> - Clean up native data - </summary> - <param name="pNativeData"></param> - </member> - <member name="M:NAudio.Wave.WaveFormatCustomMarshaler.GetNativeDataSize"> - <summary> - Get native data size - </summary> - </member> - <member name="M:NAudio.Wave.WaveFormatCustomMarshaler.MarshalManagedToNative(System.Object)"> - <summary> - Marshal managed to native - </summary> - </member> - <member name="M:NAudio.Wave.WaveFormatCustomMarshaler.MarshalNativeToManaged(System.IntPtr)"> - <summary> - Marshal Native to Managed - </summary> - </member> - <member name="T:NAudio.Wave.WaveFormatEncoding"> - <summary> - Summary description for WaveFormatEncoding. - </summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.Unknown"> - <summary>WAVE_FORMAT_UNKNOWN, Microsoft Corporation</summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.Pcm"> - <summary>WAVE_FORMAT_PCM Microsoft Corporation</summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.Adpcm"> - <summary>WAVE_FORMAT_ADPCM Microsoft Corporation</summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.IeeeFloat"> - <summary>WAVE_FORMAT_IEEE_FLOAT Microsoft Corporation</summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.Vselp"> - <summary>WAVE_FORMAT_VSELP Compaq Computer Corp.</summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.IbmCvsd"> - <summary>WAVE_FORMAT_IBM_CVSD IBM Corporation</summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.ALaw"> - <summary>WAVE_FORMAT_ALAW Microsoft Corporation</summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.MuLaw"> - <summary>WAVE_FORMAT_MULAW Microsoft Corporation</summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.Dts"> - <summary>WAVE_FORMAT_DTS Microsoft Corporation</summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.Drm"> - <summary>WAVE_FORMAT_DRM Microsoft Corporation</summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.WmaVoice9"> - <summary>WAVE_FORMAT_WMAVOICE9 </summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.OkiAdpcm"> - <summary>WAVE_FORMAT_OKI_ADPCM OKI</summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.DviAdpcm"> - <summary>WAVE_FORMAT_DVI_ADPCM Intel Corporation</summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.ImaAdpcm"> - <summary>WAVE_FORMAT_IMA_ADPCM Intel Corporation</summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.MediaspaceAdpcm"> - <summary>WAVE_FORMAT_MEDIASPACE_ADPCM Videologic</summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.SierraAdpcm"> - <summary>WAVE_FORMAT_SIERRA_ADPCM Sierra Semiconductor Corp </summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.G723Adpcm"> - <summary>WAVE_FORMAT_G723_ADPCM Antex Electronics Corporation </summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.DigiStd"> - <summary>WAVE_FORMAT_DIGISTD DSP Solutions, Inc.</summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.DigiFix"> - <summary>WAVE_FORMAT_DIGIFIX DSP Solutions, Inc.</summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.DialogicOkiAdpcm"> - <summary>WAVE_FORMAT_DIALOGIC_OKI_ADPCM Dialogic Corporation</summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.MediaVisionAdpcm"> - <summary>WAVE_FORMAT_MEDIAVISION_ADPCM Media Vision, Inc.</summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.CUCodec"> - <summary>WAVE_FORMAT_CU_CODEC Hewlett-Packard Company </summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.YamahaAdpcm"> - <summary>WAVE_FORMAT_YAMAHA_ADPCM Yamaha Corporation of America</summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.SonarC"> - <summary>WAVE_FORMAT_SONARC Speech Compression</summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.DspGroupTrueSpeech"> - <summary>WAVE_FORMAT_DSPGROUP_TRUESPEECH DSP Group, Inc </summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.EchoSpeechCorporation1"> - <summary>WAVE_FORMAT_ECHOSC1 Echo Speech Corporation</summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.AudioFileAf36"> - <summary>WAVE_FORMAT_AUDIOFILE_AF36, Virtual Music, Inc.</summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.Aptx"> - <summary>WAVE_FORMAT_APTX Audio Processing Technology</summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.AudioFileAf10"> - <summary>WAVE_FORMAT_AUDIOFILE_AF10, Virtual Music, Inc.</summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.Prosody1612"> - <summary>WAVE_FORMAT_PROSODY_1612, Aculab plc</summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.Lrc"> - <summary>WAVE_FORMAT_LRC, Merging Technologies S.A. </summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.DolbyAc2"> - <summary>WAVE_FORMAT_DOLBY_AC2, Dolby Laboratories</summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.Gsm610"> - <summary>WAVE_FORMAT_GSM610, Microsoft Corporation</summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.MsnAudio"> - <summary>WAVE_FORMAT_MSNAUDIO, Microsoft Corporation</summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.AntexAdpcme"> - <summary>WAVE_FORMAT_ANTEX_ADPCME, Antex Electronics Corporation</summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.ControlResVqlpc"> - <summary>WAVE_FORMAT_CONTROL_RES_VQLPC, Control Resources Limited </summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.DigiReal"> - <summary>WAVE_FORMAT_DIGIREAL, DSP Solutions, Inc. </summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.DigiAdpcm"> - <summary>WAVE_FORMAT_DIGIADPCM, DSP Solutions, Inc.</summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.ControlResCr10"> - <summary>WAVE_FORMAT_CONTROL_RES_CR10, Control Resources Limited</summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.WAVE_FORMAT_NMS_VBXADPCM"> - <summary></summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.WAVE_FORMAT_CS_IMAADPCM"> - <summary></summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.WAVE_FORMAT_ECHOSC3"> - <summary></summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.WAVE_FORMAT_ROCKWELL_ADPCM"> - <summary></summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.WAVE_FORMAT_ROCKWELL_DIGITALK"> - <summary></summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.WAVE_FORMAT_XEBEC"> - <summary></summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.WAVE_FORMAT_G721_ADPCM"> - <summary></summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.WAVE_FORMAT_G728_CELP"> - <summary></summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.WAVE_FORMAT_MSG723"> - <summary></summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.Mpeg"> - <summary>WAVE_FORMAT_MPEG, Microsoft Corporation </summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.WAVE_FORMAT_RT24"> - <summary></summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.WAVE_FORMAT_PAC"> - <summary></summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.MpegLayer3"> - <summary>WAVE_FORMAT_MPEGLAYER3, ISO/MPEG Layer3 Format Tag </summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.WAVE_FORMAT_LUCENT_G723"> - <summary></summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.WAVE_FORMAT_CIRRUS"> - <summary></summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.WAVE_FORMAT_ESPCM"> - <summary></summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.WAVE_FORMAT_VOXWARE"> - <summary></summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.WAVE_FORMAT_CANOPUS_ATRAC"> - <summary></summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.WAVE_FORMAT_G726_ADPCM"> - <summary></summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.WAVE_FORMAT_G722_ADPCM"> - <summary></summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.WAVE_FORMAT_DSAT_DISPLAY"> - <summary></summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.WAVE_FORMAT_VOXWARE_BYTE_ALIGNED"> - <summary></summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.WAVE_FORMAT_VOXWARE_AC8"> - <summary></summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.WAVE_FORMAT_VOXWARE_AC10"> - <summary></summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.WAVE_FORMAT_VOXWARE_AC16"> - <summary></summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.WAVE_FORMAT_VOXWARE_AC20"> - <summary></summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.WAVE_FORMAT_VOXWARE_RT24"> - <summary></summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.WAVE_FORMAT_VOXWARE_RT29"> - <summary></summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.WAVE_FORMAT_VOXWARE_RT29HW"> - <summary></summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.WAVE_FORMAT_VOXWARE_VR12"> - <summary></summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.WAVE_FORMAT_VOXWARE_VR18"> - <summary></summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.WAVE_FORMAT_VOXWARE_TQ40"> - <summary></summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.WAVE_FORMAT_SOFTSOUND"> - <summary></summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.WAVE_FORMAT_VOXWARE_TQ60"> - <summary></summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.WAVE_FORMAT_MSRT24"> - <summary></summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.WAVE_FORMAT_G729A"> - <summary></summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.WAVE_FORMAT_MVI_MVI2"> - <summary></summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.WAVE_FORMAT_DF_G726"> - <summary></summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.WAVE_FORMAT_DF_GSM610"> - <summary></summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.WAVE_FORMAT_ISIAUDIO"> - <summary></summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.WAVE_FORMAT_ONLIVE"> - <summary></summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.WAVE_FORMAT_SBC24"> - <summary></summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.WAVE_FORMAT_DOLBY_AC3_SPDIF"> - <summary></summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.WAVE_FORMAT_MEDIASONIC_G723"> - <summary></summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.WAVE_FORMAT_PROSODY_8KBPS"> - <summary></summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.WAVE_FORMAT_ZYXEL_ADPCM"> - <summary></summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.WAVE_FORMAT_PHILIPS_LPCBB"> - <summary></summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.WAVE_FORMAT_PACKED"> - <summary></summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.WAVE_FORMAT_MALDEN_PHONYTALK"> - <summary></summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.Gsm"> - <summary>WAVE_FORMAT_GSM</summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.G729"> - <summary>WAVE_FORMAT_G729</summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.G723"> - <summary>WAVE_FORMAT_G723</summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.Acelp"> - <summary>WAVE_FORMAT_ACELP</summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.RawAac"> - <summary> - WAVE_FORMAT_RAW_AAC1 - </summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.WAVE_FORMAT_RHETOREX_ADPCM"> - <summary></summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.WAVE_FORMAT_IRAT"> - <summary></summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.WAVE_FORMAT_VIVO_G723"> - <summary></summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.WAVE_FORMAT_VIVO_SIREN"> - <summary></summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.WAVE_FORMAT_DIGITAL_G723"> - <summary></summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.WAVE_FORMAT_SANYO_LD_ADPCM"> - <summary></summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.WAVE_FORMAT_SIPROLAB_ACEPLNET"> - <summary></summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.WAVE_FORMAT_SIPROLAB_ACELP4800"> - <summary></summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.WAVE_FORMAT_SIPROLAB_ACELP8V3"> - <summary></summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.WAVE_FORMAT_SIPROLAB_G729"> - <summary></summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.WAVE_FORMAT_SIPROLAB_G729A"> - <summary></summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.WAVE_FORMAT_SIPROLAB_KELVIN"> - <summary></summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.WAVE_FORMAT_G726ADPCM"> - <summary></summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.WAVE_FORMAT_QUALCOMM_PUREVOICE"> - <summary></summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.WAVE_FORMAT_QUALCOMM_HALFRATE"> - <summary></summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.WAVE_FORMAT_TUBGSM"> - <summary></summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.WAVE_FORMAT_MSAUDIO1"> - <summary></summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.WindowsMediaAudio"> - <summary> - Windows Media Audio, WAVE_FORMAT_WMAUDIO2, Microsoft Corporation - </summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.WindowsMediaAudioProfessional"> - <summary> - Windows Media Audio Professional WAVE_FORMAT_WMAUDIO3, Microsoft Corporation - </summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.WindowsMediaAudioLosseless"> - <summary> - Windows Media Audio Lossless, WAVE_FORMAT_WMAUDIO_LOSSLESS - </summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.WindowsMediaAudioSpdif"> - <summary> - Windows Media Audio Professional over SPDIF WAVE_FORMAT_WMASPDIF (0x0164) - </summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.WAVE_FORMAT_UNISYS_NAP_ADPCM"> - <summary></summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.WAVE_FORMAT_UNISYS_NAP_ULAW"> - <summary></summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.WAVE_FORMAT_UNISYS_NAP_ALAW"> - <summary></summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.WAVE_FORMAT_UNISYS_NAP_16K"> - <summary></summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.WAVE_FORMAT_CREATIVE_ADPCM"> - <summary></summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.WAVE_FORMAT_CREATIVE_FASTSPEECH8"> - <summary></summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.WAVE_FORMAT_CREATIVE_FASTSPEECH10"> - <summary></summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.WAVE_FORMAT_UHER_ADPCM"> - <summary></summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.WAVE_FORMAT_QUARTERDECK"> - <summary></summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.WAVE_FORMAT_ILINK_VC"> - <summary></summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.WAVE_FORMAT_RAW_SPORT"> - <summary></summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.WAVE_FORMAT_ESST_AC3"> - <summary></summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.WAVE_FORMAT_IPI_HSX"> - <summary></summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.WAVE_FORMAT_IPI_RPELP"> - <summary></summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.WAVE_FORMAT_CS2"> - <summary></summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.WAVE_FORMAT_SONY_SCX"> - <summary></summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.WAVE_FORMAT_FM_TOWNS_SND"> - <summary></summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.WAVE_FORMAT_BTV_DIGITAL"> - <summary></summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.WAVE_FORMAT_QDESIGN_MUSIC"> - <summary></summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.WAVE_FORMAT_VME_VMPCM"> - <summary></summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.WAVE_FORMAT_TPC"> - <summary></summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.WAVE_FORMAT_OLIGSM"> - <summary></summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.WAVE_FORMAT_OLIADPCM"> - <summary></summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.WAVE_FORMAT_OLICELP"> - <summary></summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.WAVE_FORMAT_OLISBC"> - <summary></summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.WAVE_FORMAT_OLIOPR"> - <summary></summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.WAVE_FORMAT_LH_CODEC"> - <summary></summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.WAVE_FORMAT_NORRIS"> - <summary></summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.WAVE_FORMAT_SOUNDSPACE_MUSICOMPRESS"> - <summary></summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.MPEG_ADTS_AAC"> - <summary> - Advanced Audio Coding (AAC) audio in Audio Data Transport Stream (ADTS) format. - The format block is a WAVEFORMATEX structure with wFormatTag equal to WAVE_FORMAT_MPEG_ADTS_AAC. - </summary> - <remarks> - The WAVEFORMATEX structure specifies the core AAC-LC sample rate and number of channels, - prior to applying spectral band replication (SBR) or parametric stereo (PS) tools, if present. - No additional data is required after the WAVEFORMATEX structure. - </remarks> - <see>http://msdn.microsoft.com/en-us/library/dd317599%28VS.85%29.aspx</see> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.MPEG_RAW_AAC"> - <summary></summary> - <remarks>Source wmCodec.h</remarks> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.MPEG_LOAS"> - <summary> - MPEG-4 audio transport stream with a synchronization layer (LOAS) and a multiplex layer (LATM). - The format block is a WAVEFORMATEX structure with wFormatTag equal to WAVE_FORMAT_MPEG_LOAS. - </summary> - <remarks> - The WAVEFORMATEX structure specifies the core AAC-LC sample rate and number of channels, - prior to applying spectral SBR or PS tools, if present. - No additional data is required after the WAVEFORMATEX structure. - </remarks> - <see>http://msdn.microsoft.com/en-us/library/dd317599%28VS.85%29.aspx</see> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.NOKIA_MPEG_ADTS_AAC"> - <summary>NOKIA_MPEG_ADTS_AAC</summary> - <remarks>Source wmCodec.h</remarks> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.NOKIA_MPEG_RAW_AAC"> - <summary>NOKIA_MPEG_RAW_AAC</summary> - <remarks>Source wmCodec.h</remarks> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.VODAFONE_MPEG_ADTS_AAC"> - <summary>VODAFONE_MPEG_ADTS_AAC</summary> - <remarks>Source wmCodec.h</remarks> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.VODAFONE_MPEG_RAW_AAC"> - <summary>VODAFONE_MPEG_RAW_AAC</summary> - <remarks>Source wmCodec.h</remarks> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.MPEG_HEAAC"> - <summary> - High-Efficiency Advanced Audio Coding (HE-AAC) stream. - The format block is an HEAACWAVEFORMAT structure. - </summary> - <see>http://msdn.microsoft.com/en-us/library/dd317599%28VS.85%29.aspx</see> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.WAVE_FORMAT_DVM"> - <summary>WAVE_FORMAT_DVM</summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.Vorbis1"> - <summary>WAVE_FORMAT_VORBIS1 "Og" Original stream compatible</summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.Vorbis2"> - <summary>WAVE_FORMAT_VORBIS2 "Pg" Have independent header</summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.Vorbis3"> - <summary>WAVE_FORMAT_VORBIS3 "Qg" Have no codebook header</summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.Vorbis1P"> - <summary>WAVE_FORMAT_VORBIS1P "og" Original stream compatible</summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.Vorbis2P"> - <summary>WAVE_FORMAT_VORBIS2P "pg" Have independent headere</summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.Vorbis3P"> - <summary>WAVE_FORMAT_VORBIS3P "qg" Have no codebook header</summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.Extensible"> - <summary>WAVE_FORMAT_EXTENSIBLE</summary> - </member> - <member name="F:NAudio.Wave.WaveFormatEncoding.WAVE_FORMAT_DEVELOPMENT"> - <summary></summary> - </member> - <member name="T:NAudio.Wave.WaveFormatExtensible"> - <summary> - WaveFormatExtensible - http://www.microsoft.com/whdc/device/audio/multichaud.mspx - </summary> - </member> - <member name="M:NAudio.Wave.WaveFormatExtensible.#ctor"> - <summary> - Parameterless constructor for marshalling - </summary> - </member> - <member name="M:NAudio.Wave.WaveFormatExtensible.#ctor(System.Int32,System.Int32,System.Int32)"> - <summary> - Creates a new WaveFormatExtensible for PCM or IEEE - </summary> - </member> - <member name="M:NAudio.Wave.WaveFormatExtensible.ToStandardWaveFormat"> - <summary> - WaveFormatExtensible for PCM or floating point can be awkward to work with - This creates a regular WaveFormat structure representing the same audio format - </summary> - <returns></returns> - </member> - <member name="M:NAudio.Wave.WaveFormatExtensible.Serialize(System.IO.BinaryWriter)"> - <summary> - Serialize - </summary> - <param name="writer"></param> - </member> - <member name="M:NAudio.Wave.WaveFormatExtensible.ToString"> - <summary> - String representation - </summary> - </member> - <member name="P:NAudio.Wave.WaveFormatExtensible.SubFormat"> - <summary> - SubFormat (may be one of AudioMediaSubtypes) - </summary> - </member> - <member name="T:NAudio.Wave.WaveFormatExtraData"> - <summary> - This class used for marshalling from unmanaged code - </summary> - </member> - <member name="M:NAudio.Wave.WaveFormatExtraData.#ctor"> - <summary> - parameterless constructor for marshalling - </summary> - </member> - <member name="M:NAudio.Wave.WaveFormatExtraData.#ctor(System.IO.BinaryReader)"> - <summary> - Reads this structure from a BinaryReader - </summary> - </member> - <member name="M:NAudio.Wave.WaveFormatExtraData.Serialize(System.IO.BinaryWriter)"> - <summary> - Writes this structure to a BinaryWriter - </summary> - </member> - <member name="P:NAudio.Wave.WaveFormatExtraData.ExtraData"> - <summary> - Allows the extra data to be read - </summary> - </member> - <member name="T:NAudio.Wave.WaveFormats.WmaWaveFormat"> - <summary> - The WMA wave format. - May not be much use because WMA codec is a DirectShow DMO not an ACM - </summary> - </member> - <member name="T:NAudio.Wave.AiffFileWriter"> - <summary> - This class writes audio data to a .aif file on disk - </summary> - </member> - <member name="M:NAudio.Wave.AiffFileWriter.CreateAiffFile(System.String,NAudio.Wave.WaveStream)"> - <summary> - Creates an Aiff file by reading all the data from a WaveProvider - BEWARE: the WaveProvider MUST return 0 from its Read method when it is finished, - or the Aiff File will grow indefinitely. - </summary> - <param name="filename">The filename to use</param> - <param name="sourceProvider">The source WaveProvider</param> - </member> - <member name="M:NAudio.Wave.AiffFileWriter.#ctor(System.IO.Stream,NAudio.Wave.WaveFormat)"> - <summary> - AiffFileWriter that actually writes to a stream - </summary> - <param name="outStream">Stream to be written to</param> - <param name="format">Wave format to use</param> - </member> - <member name="M:NAudio.Wave.AiffFileWriter.#ctor(System.String,NAudio.Wave.WaveFormat)"> - <summary> - Creates a new AiffFileWriter - </summary> - <param name="filename">The filename to write to</param> - <param name="format">The Wave Format of the output data</param> - </member> - <member name="M:NAudio.Wave.AiffFileWriter.Read(System.Byte[],System.Int32,System.Int32)"> - <summary> - Read is not supported for a AiffFileWriter - </summary> - </member> - <member name="M:NAudio.Wave.AiffFileWriter.Seek(System.Int64,System.IO.SeekOrigin)"> - <summary> - Seek is not supported for a AiffFileWriter - </summary> - </member> - <member name="M:NAudio.Wave.AiffFileWriter.SetLength(System.Int64)"> - <summary> - SetLength is not supported for AiffFileWriter - </summary> - <param name="value"></param> - </member> - <member name="M:NAudio.Wave.AiffFileWriter.Write(System.Byte[],System.Int32,System.Int32)"> - <summary> - Appends bytes to the AiffFile (assumes they are already in the correct format) - </summary> - <param name="data">the buffer containing the wave data</param> - <param name="offset">the offset from which to start writing</param> - <param name="count">the number of bytes to write</param> - </member> - <member name="M:NAudio.Wave.AiffFileWriter.WriteSample(System.Single)"> - <summary> - Writes a single sample to the Aiff file - </summary> - <param name="sample">the sample to write (assumed floating point with 1.0f as max value)</param> - </member> - <member name="M:NAudio.Wave.AiffFileWriter.WriteSamples(System.Single[],System.Int32,System.Int32)"> - <summary> - Writes 32 bit floating point samples to the Aiff file - They will be converted to the appropriate bit depth depending on the WaveFormat of the AIF file - </summary> - <param name="samples">The buffer containing the floating point samples</param> - <param name="offset">The offset from which to start writing</param> - <param name="count">The number of floating point samples to write</param> - </member> - <member name="M:NAudio.Wave.AiffFileWriter.WriteSamples(System.Int16[],System.Int32,System.Int32)"> - <summary> - Writes 16 bit samples to the Aiff file - </summary> - <param name="samples">The buffer containing the 16 bit samples</param> - <param name="offset">The offset from which to start writing</param> - <param name="count">The number of 16 bit samples to write</param> - </member> - <member name="M:NAudio.Wave.AiffFileWriter.Flush"> - <summary> - Ensures data is written to disk - </summary> - </member> - <member name="M:NAudio.Wave.AiffFileWriter.Dispose(System.Boolean)"> - <summary> - Actually performs the close,making sure the header contains the correct data - </summary> - <param name="disposing">True if called from <see>Dispose</see></param> - </member> - <member name="M:NAudio.Wave.AiffFileWriter.UpdateHeader(System.IO.BinaryWriter)"> - <summary> - Updates the header with file size information - </summary> - </member> - <member name="M:NAudio.Wave.AiffFileWriter.Finalize"> - <summary> - Finaliser - should only be called if the user forgot to close this AiffFileWriter - </summary> - </member> - <member name="P:NAudio.Wave.AiffFileWriter.Filename"> - <summary> - The aiff file name or null if not applicable - </summary> - </member> - <member name="P:NAudio.Wave.AiffFileWriter.Length"> - <summary> - Number of bytes of audio in the data chunk - </summary> - </member> - <member name="P:NAudio.Wave.AiffFileWriter.WaveFormat"> - <summary> - WaveFormat of this aiff file - </summary> - </member> - <member name="P:NAudio.Wave.AiffFileWriter.CanRead"> - <summary> - Returns false: Cannot read from a AiffFileWriter - </summary> - </member> - <member name="P:NAudio.Wave.AiffFileWriter.CanWrite"> - <summary> - Returns true: Can write to a AiffFileWriter - </summary> - </member> - <member name="P:NAudio.Wave.AiffFileWriter.CanSeek"> - <summary> - Returns false: Cannot seek within a AiffFileWriter - </summary> - </member> - <member name="P:NAudio.Wave.AiffFileWriter.Position"> - <summary> - Gets the Position in the AiffFile (i.e. number of bytes written so far) - </summary> - </member> - <member name="T:NAudio.Wave.AsioAudioAvailableEventArgs"> - <summary> - Raised when ASIO data has been recorded. - It is important to handle this as quickly as possible as it is in the buffer callback - </summary> - </member> - <member name="M:NAudio.Wave.AsioAudioAvailableEventArgs.#ctor(System.IntPtr[],System.IntPtr[],System.Int32,NAudio.Wave.Asio.AsioSampleType)"> - <summary> - Initialises a new instance of AsioAudioAvailableEventArgs - </summary> - <param name="inputBuffers">Pointers to the ASIO buffers for each channel</param> - <param name="outputBuffers">Pointers to the ASIO buffers for each channel</param> - <param name="samplesPerBuffer">Number of samples in each buffer</param> - <param name="asioSampleType">Audio format within each buffer</param> - </member> - <member name="M:NAudio.Wave.AsioAudioAvailableEventArgs.GetAsInterleavedSamples(System.Single[])"> - <summary> - Converts all the recorded audio into a buffer of 32 bit floating point samples, interleaved by channel - </summary> - <samples>The samples as 32 bit floating point, interleaved</samples> - </member> - <member name="M:NAudio.Wave.AsioAudioAvailableEventArgs.GetAsInterleavedSamples"> - <summary> - Gets as interleaved samples, allocating a float array - </summary> - <returns>The samples as 32 bit floating point values</returns> - </member> - <member name="P:NAudio.Wave.AsioAudioAvailableEventArgs.InputBuffers"> - <summary> - Pointer to a buffer per input channel - </summary> - </member> - <member name="P:NAudio.Wave.AsioAudioAvailableEventArgs.OutputBuffers"> - <summary> - Pointer to a buffer per output channel - Allows you to write directly to the output buffers - If you do so, set SamplesPerBuffer = true, - and make sure all buffers are written to with valid data - </summary> - </member> - <member name="P:NAudio.Wave.AsioAudioAvailableEventArgs.WrittenToOutputBuffers"> - <summary> - Set to true if you have written to the output buffers - If so, AsioOut will not read from its source - </summary> - </member> - <member name="P:NAudio.Wave.AsioAudioAvailableEventArgs.SamplesPerBuffer"> - <summary> - Number of samples in each buffer - </summary> - </member> - <member name="P:NAudio.Wave.AsioAudioAvailableEventArgs.AsioSampleType"> - <summary> - Audio format within each buffer - Most commonly this will be one of, Int32LSB, Int16LSB, Int24LSB or Float32LSB - </summary> - </member> - <member name="T:NAudio.Wave.AsioOut"> - <summary> - ASIO Out Player. New implementation using an internal C# binding. - - This implementation is only supporting Short16Bit and Float32Bit formats and is optimized - for 2 outputs channels . - SampleRate is supported only if ASIODriver is supporting it - - This implementation is probably the first ASIODriver binding fully implemented in C#! - - Original Contributor: Mark Heath - New Contributor to C# binding : Alexandre Mutel - email: alexandre_mutel at yahoo.fr - </summary> - </member> - <member name="T:NAudio.Wave.IWavePlayer"> - <summary> - Represents the interface to a device that can play a WaveFile - </summary> - </member> - <member name="M:NAudio.Wave.IWavePlayer.Play"> - <summary> - Begin playback - </summary> - </member> - <member name="M:NAudio.Wave.IWavePlayer.Stop"> - <summary> - Stop playback - </summary> - </member> - <member name="M:NAudio.Wave.IWavePlayer.Pause"> - <summary> - Pause Playback - </summary> - </member> - <member name="M:NAudio.Wave.IWavePlayer.Init(NAudio.Wave.IWaveProvider)"> - <summary> - Initialise playback - </summary> - <param name="waveProvider">The waveprovider to be played</param> - </member> - <member name="P:NAudio.Wave.IWavePlayer.PlaybackState"> - <summary> - Current playback state - </summary> - </member> - <member name="P:NAudio.Wave.IWavePlayer.Volume"> - <summary> - The volume 1.0 is full scale - </summary> - </member> - <member name="E:NAudio.Wave.IWavePlayer.PlaybackStopped"> - <summary> - Indicates that playback has gone into a stopped state due to - reaching the end of the input stream or an error has been encountered during playback - </summary> - </member> - <member name="M:NAudio.Wave.AsioOut.#ctor"> - <summary> - Initializes a new instance of the <see cref="T:NAudio.Wave.AsioOut"/> class with the first - available ASIO Driver. - </summary> - </member> - <member name="M:NAudio.Wave.AsioOut.#ctor(System.String)"> - <summary> - Initializes a new instance of the <see cref="T:NAudio.Wave.AsioOut"/> class with the driver name. - </summary> - <param name="driverName">Name of the device.</param> - </member> - <member name="M:NAudio.Wave.AsioOut.#ctor(System.Int32)"> - <summary> - Opens an ASIO output device - </summary> - <param name="driverIndex">Device number (zero based)</param> - </member> - <member name="M:NAudio.Wave.AsioOut.Finalize"> - <summary> - Releases unmanaged resources and performs other cleanup operations before the - <see cref="T:NAudio.Wave.AsioOut"/> is reclaimed by garbage collection. - </summary> - </member> - <member name="M:NAudio.Wave.AsioOut.Dispose"> - <summary> - Dispose - </summary> - </member> - <member name="M:NAudio.Wave.AsioOut.GetDriverNames"> - <summary> - Gets the names of the installed ASIO Driver. - </summary> - <returns>an array of driver names</returns> - </member> - <member name="M:NAudio.Wave.AsioOut.isSupported"> - <summary> - Determines whether ASIO is supported. - </summary> - <returns> - <c>true</c> if ASIO is supported; otherwise, <c>false</c>. - </returns> - </member> - <member name="M:NAudio.Wave.AsioOut.InitFromName(System.String)"> - <summary> - Inits the driver from the asio driver name. - </summary> - <param name="driverName">Name of the driver.</param> - </member> - <member name="M:NAudio.Wave.AsioOut.ShowControlPanel"> - <summary> - Shows the control panel - </summary> - </member> - <member name="M:NAudio.Wave.AsioOut.Play"> - <summary> - Starts playback - </summary> - </member> - <member name="M:NAudio.Wave.AsioOut.Stop"> - <summary> - Stops playback - </summary> - </member> - <member name="M:NAudio.Wave.AsioOut.Pause"> - <summary> - Pauses playback - </summary> - </member> - <member name="M:NAudio.Wave.AsioOut.Init(NAudio.Wave.IWaveProvider)"> - <summary> - Initialises to play - </summary> - <param name="waveProvider">Source wave provider</param> - </member> - <member name="M:NAudio.Wave.AsioOut.InitRecordAndPlayback(NAudio.Wave.IWaveProvider,System.Int32,System.Int32)"> - <summary> - Initialises to play, with optional recording - </summary> - <param name="waveProvider">Source wave provider - set to null for record only</param> - <param name="recordChannels">Number of channels to record</param> - <param name="recordOnlySampleRate">Specify sample rate here if only recording, ignored otherwise</param> - </member> - <member name="M:NAudio.Wave.AsioOut.driver_BufferUpdate(System.IntPtr[],System.IntPtr[])"> - <summary> - driver buffer update callback to fill the wave buffer. - </summary> - <param name="inputChannels">The input channels.</param> - <param name="outputChannels">The output channels.</param> - </member> - <member name="M:NAudio.Wave.AsioOut.AsioInputChannelName(System.Int32)"> - <summary> - Get the input channel name - </summary> - <param name="channel">channel index (zero based)</param> - <returns>channel name</returns> - </member> - <member name="M:NAudio.Wave.AsioOut.AsioOutputChannelName(System.Int32)"> - <summary> - Get the output channel name - </summary> - <param name="channel">channel index (zero based)</param> - <returns>channel name</returns> - </member> - <member name="E:NAudio.Wave.AsioOut.PlaybackStopped"> - <summary> - Playback Stopped - </summary> - </member> - <member name="E:NAudio.Wave.AsioOut.AudioAvailable"> - <summary> - When recording, fires whenever recorded audio is available - </summary> - </member> - <member name="P:NAudio.Wave.AsioOut.PlaybackLatency"> - <summary> - Gets the latency (in ms) of the playback driver - </summary> - </member> - <member name="P:NAudio.Wave.AsioOut.PlaybackState"> - <summary> - Playback State - </summary> - </member> - <member name="P:NAudio.Wave.AsioOut.DriverName"> - <summary> - Driver Name - </summary> - </member> - <member name="P:NAudio.Wave.AsioOut.NumberOfOutputChannels"> - <summary> - The number of output channels we are currently using for playback - (Must be less than or equal to DriverOutputChannelCount) - </summary> - </member> - <member name="P:NAudio.Wave.AsioOut.NumberOfInputChannels"> - <summary> - The number of input channels we are currently recording from - (Must be less than or equal to DriverInputChannelCount) - </summary> - </member> - <member name="P:NAudio.Wave.AsioOut.DriverInputChannelCount"> - <summary> - The maximum number of input channels this ASIO driver supports - </summary> - </member> - <member name="P:NAudio.Wave.AsioOut.DriverOutputChannelCount"> - <summary> - The maximum number of output channels this ASIO driver supports - </summary> - </member> - <member name="P:NAudio.Wave.AsioOut.ChannelOffset"> - <summary> - By default the first channel on the input WaveProvider is sent to the first ASIO output. - This option sends it to the specified channel number. - Warning: make sure you don't set it higher than the number of available output channels - - the number of source channels. - n.b. Future NAudio may modify this - </summary> - </member> - <member name="P:NAudio.Wave.AsioOut.InputChannelOffset"> - <summary> - Input channel offset (used when recording), allowing you to choose to record from just one - specific input rather than them all - </summary> - </member> - <member name="P:NAudio.Wave.AsioOut.Volume"> - <summary> - Sets the volume (1.0 is unity gain) - Not supported for ASIO Out. Set the volume on the input stream instead - </summary> - </member> - <member name="T:NAudio.Wave.CueWaveFileWriter"> - <summary> - A wave file writer that adds cue support - </summary> - </member> - <member name="T:NAudio.Wave.WaveFileWriter"> - <summary> - This class writes WAV data to a .wav file on disk - </summary> - </member> - <member name="M:NAudio.Wave.WaveFileWriter.CreateWaveFile16(System.String,NAudio.Wave.ISampleProvider)"> - <summary> - Creates a 16 bit Wave File from an ISampleProvider - BEWARE: the source provider must not return data indefinitely - </summary> - <param name="filename">The filename to write to</param> - <param name="sourceProvider">The source sample provider</param> - </member> - <member name="M:NAudio.Wave.WaveFileWriter.CreateWaveFile(System.String,NAudio.Wave.IWaveProvider)"> - <summary> - Creates a Wave file by reading all the data from a WaveProvider - BEWARE: the WaveProvider MUST return 0 from its Read method when it is finished, - or the Wave File will grow indefinitely. - </summary> - <param name="filename">The filename to use</param> - <param name="sourceProvider">The source WaveProvider</param> - </member> - <member name="M:NAudio.Wave.WaveFileWriter.#ctor(System.IO.Stream,NAudio.Wave.WaveFormat)"> - <summary> - WaveFileWriter that actually writes to a stream - </summary> - <param name="outStream">Stream to be written to</param> - <param name="format">Wave format to use</param> - </member> - <member name="M:NAudio.Wave.WaveFileWriter.#ctor(System.String,NAudio.Wave.WaveFormat)"> - <summary> - Creates a new WaveFileWriter - </summary> - <param name="filename">The filename to write to</param> - <param name="format">The Wave Format of the output data</param> - </member> - <member name="M:NAudio.Wave.WaveFileWriter.Read(System.Byte[],System.Int32,System.Int32)"> - <summary> - Read is not supported for a WaveFileWriter - </summary> - </member> - <member name="M:NAudio.Wave.WaveFileWriter.Seek(System.Int64,System.IO.SeekOrigin)"> - <summary> - Seek is not supported for a WaveFileWriter - </summary> - </member> - <member name="M:NAudio.Wave.WaveFileWriter.SetLength(System.Int64)"> - <summary> - SetLength is not supported for WaveFileWriter - </summary> - <param name="value"></param> - </member> - <member name="M:NAudio.Wave.WaveFileWriter.WriteData(System.Byte[],System.Int32,System.Int32)"> - <summary> - Appends bytes to the WaveFile (assumes they are already in the correct format) - </summary> - <param name="data">the buffer containing the wave data</param> - <param name="offset">the offset from which to start writing</param> - <param name="count">the number of bytes to write</param> - </member> - <member name="M:NAudio.Wave.WaveFileWriter.Write(System.Byte[],System.Int32,System.Int32)"> - <summary> - Appends bytes to the WaveFile (assumes they are already in the correct format) - </summary> - <param name="data">the buffer containing the wave data</param> - <param name="offset">the offset from which to start writing</param> - <param name="count">the number of bytes to write</param> - </member> - <member name="M:NAudio.Wave.WaveFileWriter.WriteSample(System.Single)"> - <summary> - Writes a single sample to the Wave file - </summary> - <param name="sample">the sample to write (assumed floating point with 1.0f as max value)</param> - </member> - <member name="M:NAudio.Wave.WaveFileWriter.WriteSamples(System.Single[],System.Int32,System.Int32)"> - <summary> - Writes 32 bit floating point samples to the Wave file - They will be converted to the appropriate bit depth depending on the WaveFormat of the WAV file - </summary> - <param name="samples">The buffer containing the floating point samples</param> - <param name="offset">The offset from which to start writing</param> - <param name="count">The number of floating point samples to write</param> - </member> - <member name="M:NAudio.Wave.WaveFileWriter.WriteData(System.Int16[],System.Int32,System.Int32)"> - <summary> - Writes 16 bit samples to the Wave file - </summary> - <param name="samples">The buffer containing the 16 bit samples</param> - <param name="offset">The offset from which to start writing</param> - <param name="count">The number of 16 bit samples to write</param> - </member> - <member name="M:NAudio.Wave.WaveFileWriter.WriteSamples(System.Int16[],System.Int32,System.Int32)"> - <summary> - Writes 16 bit samples to the Wave file - </summary> - <param name="samples">The buffer containing the 16 bit samples</param> - <param name="offset">The offset from which to start writing</param> - <param name="count">The number of 16 bit samples to write</param> - </member> - <member name="M:NAudio.Wave.WaveFileWriter.Flush"> - <summary> - Ensures data is written to disk - </summary> - </member> - <member name="M:NAudio.Wave.WaveFileWriter.Dispose(System.Boolean)"> - <summary> - Actually performs the close,making sure the header contains the correct data - </summary> - <param name="disposing">True if called from <see>Dispose</see></param> - </member> - <member name="M:NAudio.Wave.WaveFileWriter.UpdateHeader(System.IO.BinaryWriter)"> - <summary> - Updates the header with file size information - </summary> - </member> - <member name="M:NAudio.Wave.WaveFileWriter.Finalize"> - <summary> - Finaliser - should only be called if the user forgot to close this WaveFileWriter - </summary> - </member> - <member name="P:NAudio.Wave.WaveFileWriter.Filename"> - <summary> - The wave file name or null if not applicable - </summary> - </member> - <member name="P:NAudio.Wave.WaveFileWriter.Length"> - <summary> - Number of bytes of audio in the data chunk - </summary> - </member> - <member name="P:NAudio.Wave.WaveFileWriter.WaveFormat"> - <summary> - WaveFormat of this wave file - </summary> - </member> - <member name="P:NAudio.Wave.WaveFileWriter.CanRead"> - <summary> - Returns false: Cannot read from a WaveFileWriter - </summary> - </member> - <member name="P:NAudio.Wave.WaveFileWriter.CanWrite"> - <summary> - Returns true: Can write to a WaveFileWriter - </summary> - </member> - <member name="P:NAudio.Wave.WaveFileWriter.CanSeek"> - <summary> - Returns false: Cannot seek within a WaveFileWriter - </summary> - </member> - <member name="P:NAudio.Wave.WaveFileWriter.Position"> - <summary> - Gets the Position in the WaveFile (i.e. number of bytes written so far) - </summary> - </member> - <member name="M:NAudio.Wave.CueWaveFileWriter.#ctor(System.String,NAudio.Wave.WaveFormat)"> - <summary> - Writes a wave file, including a cues chunk - </summary> - </member> - <member name="M:NAudio.Wave.CueWaveFileWriter.AddCue(System.Int32,System.String)"> - <summary> - Adds a cue to the Wave file - </summary> - <param name="position">Sample position</param> - <param name="label">Label text</param> - </member> - <member name="M:NAudio.Wave.CueWaveFileWriter.UpdateHeader(System.IO.BinaryWriter)"> - <summary> - Updates the header, and writes the cues out - </summary> - </member> - <member name="T:NAudio.Wave.MediaFoundationEncoder"> - <summary> - Media Foundation Encoder class allows you to use Media Foundation to encode an IWaveProvider - to any supported encoding format - </summary> - </member> - <member name="M:NAudio.Wave.MediaFoundationEncoder.GetEncodeBitrates(System.Guid,System.Int32,System.Int32)"> - <summary> - Queries the available bitrates for a given encoding output type, sample rate and number of channels - </summary> - <param name="audioSubtype">Audio subtype - a value from the AudioSubtypes class</param> - <param name="sampleRate">The sample rate of the PCM to encode</param> - <param name="channels">The number of channels of the PCM to encode</param> - <returns>An array of available bitrates in average bits per second</returns> - </member> - <member name="M:NAudio.Wave.MediaFoundationEncoder.GetOutputMediaTypes(System.Guid)"> - <summary> - Gets all the available media types for a particular - </summary> - <param name="audioSubtype">Audio subtype - a value from the AudioSubtypes class</param> - <returns>An array of available media types that can be encoded with this subtype</returns> - </member> - <member name="M:NAudio.Wave.MediaFoundationEncoder.EncodeToWma(NAudio.Wave.IWaveProvider,System.String,System.Int32)"> - <summary> - Helper function to simplify encoding Window Media Audio - Should be supported on Vista and above (not tested) - </summary> - <param name="inputProvider">Input provider, must be PCM</param> - <param name="outputFile">Output file path, should end with .wma</param> - <param name="desiredBitRate">Desired bitrate. Use GetEncodeBitrates to find the possibilities for your input type</param> - </member> - <member name="M:NAudio.Wave.MediaFoundationEncoder.EncodeToMp3(NAudio.Wave.IWaveProvider,System.String,System.Int32)"> - <summary> - Helper function to simplify encoding to MP3 - By default, will only be available on Windows 8 and above - </summary> - <param name="inputProvider">Input provider, must be PCM</param> - <param name="outputFile">Output file path, should end with .mp3</param> - <param name="desiredBitRate">Desired bitrate. Use GetEncodeBitrates to find the possibilities for your input type</param> - </member> - <member name="M:NAudio.Wave.MediaFoundationEncoder.EncodeToAac(NAudio.Wave.IWaveProvider,System.String,System.Int32)"> - <summary> - Helper function to simplify encoding to AAC - By default, will only be available on Windows 7 and above - </summary> - <param name="inputProvider">Input provider, must be PCM</param> - <param name="outputFile">Output file path, should end with .mp4 (or .aac on Windows 8)</param> - <param name="desiredBitRate">Desired bitrate. Use GetEncodeBitrates to find the possibilities for your input type</param> - </member> - <member name="M:NAudio.Wave.MediaFoundationEncoder.SelectMediaType(System.Guid,NAudio.Wave.WaveFormat,System.Int32)"> - <summary> - Tries to find the encoding media type with the closest bitrate to that specified - </summary> - <param name="audioSubtype">Audio subtype, a value from AudioSubtypes</param> - <param name="inputFormat">Your encoder input format (used to check sample rate and channel count)</param> - <param name="desiredBitRate">Your desired bitrate</param> - <returns>The closest media type, or null if none available</returns> - </member> - <member name="M:NAudio.Wave.MediaFoundationEncoder.#ctor(NAudio.MediaFoundation.MediaType)"> - <summary> - Creates a new encoder that encodes to the specified output media type - </summary> - <param name="outputMediaType">Desired output media type</param> - </member> - <member name="M:NAudio.Wave.MediaFoundationEncoder.Encode(System.String,NAudio.Wave.IWaveProvider)"> - <summary> - Encodes a file - </summary> - <param name="outputFile">Output filename (container type is deduced from the filename)</param> - <param name="inputProvider">Input provider (should be PCM, some encoders will also allow IEEE float)</param> - </member> - <member name="M:NAudio.Wave.MediaFoundationEncoder.Dispose(System.Boolean)"> - <summary> - Disposes this instance - </summary> - <param name="disposing"></param> - </member> - <member name="M:NAudio.Wave.MediaFoundationEncoder.Dispose"> - <summary> - Disposes this instance - </summary> - </member> - <member name="M:NAudio.Wave.MediaFoundationEncoder.Finalize"> - <summary> - Finalizer - </summary> - </member> - <member name="T:NAudio.MediaFoundation.MediaType"> - <summary> - Media Type helper class, simplifying working with IMFMediaType - (will probably change in the future, to inherit from an attributes class) - Currently does not release the COM object, so you must do that yourself - </summary> - </member> - <member name="M:NAudio.MediaFoundation.MediaType.#ctor(NAudio.MediaFoundation.IMFMediaType)"> - <summary> - Wraps an existing IMFMediaType object - </summary> - <param name="mediaType">The IMFMediaType object</param> - </member> - <member name="M:NAudio.MediaFoundation.MediaType.#ctor"> - <summary> - Creates and wraps a new IMFMediaType object - </summary> - </member> - <member name="M:NAudio.MediaFoundation.MediaType.#ctor(NAudio.Wave.WaveFormat)"> - <summary> - Creates and wraps a new IMFMediaType object based on a WaveFormat - </summary> - <param name="waveFormat">WaveFormat</param> - </member> - <member name="M:NAudio.MediaFoundation.MediaType.TryGetUInt32(System.Guid,System.Int32)"> - <summary> - Tries to get a UINT32 value, returning a default value if it doesn't exist - </summary> - <param name="key">Attribute key</param> - <param name="defaultValue">Default value</param> - <returns>Value or default if key doesn't exist</returns> - </member> - <member name="P:NAudio.MediaFoundation.MediaType.SampleRate"> - <summary> - The Sample Rate (valid for audio media types) - </summary> - </member> - <member name="P:NAudio.MediaFoundation.MediaType.ChannelCount"> - <summary> - The number of Channels (valid for audio media types) - </summary> - </member> - <member name="P:NAudio.MediaFoundation.MediaType.BitsPerSample"> - <summary> - The number of bits per sample (n.b. not always valid for compressed audio types) - </summary> - </member> - <member name="P:NAudio.MediaFoundation.MediaType.AverageBytesPerSecond"> - <summary> - The average bytes per second (valid for audio media types) - </summary> - </member> - <member name="P:NAudio.MediaFoundation.MediaType.SubType"> - <summary> - The Media Subtype. For audio, is a value from the AudioSubtypes class - </summary> - </member> - <member name="P:NAudio.MediaFoundation.MediaType.MajorType"> - <summary> - The Major type, e.g. audio or video (from the MediaTypes class) - </summary> - </member> - <member name="P:NAudio.MediaFoundation.MediaType.MediaFoundationObject"> - <summary> - Access to the actual IMFMediaType object - Use to pass to MF APIs or Marshal.ReleaseComObject when you are finished with it - </summary> - </member> - <member name="T:NAudio.Wave.StoppedEventArgs"> - <summary> - Stopped Event Args - </summary> - </member> - <member name="M:NAudio.Wave.StoppedEventArgs.#ctor(System.Exception)"> - <summary> - Initializes a new instance of StoppedEventArgs - </summary> - <param name="exception">An exception to report (null if no exception)</param> - </member> - <member name="P:NAudio.Wave.StoppedEventArgs.Exception"> - <summary> - An exception. Will be null if the playback or record operation stopped - </summary> - </member> - <member name="T:NAudio.Wave.IWaveBuffer"> - <summary> - IWaveBuffer interface use to store wave datas. - Data can be manipulated with arrays (<see cref="P:NAudio.Wave.IWaveBuffer.ByteBuffer"/>,<see cref="P:NAudio.Wave.IWaveBuffer.FloatBuffer"/>, - <see cref="P:NAudio.Wave.IWaveBuffer.ShortBuffer"/>,<see cref="P:NAudio.Wave.IWaveBuffer.IntBuffer"/> ) that are pointing to the same memory buffer. - This is a requirement for all subclasses. - - Use the associated Count property based on the type of buffer to get the number of data in the - buffer. - - <see cref="T:NAudio.Wave.WaveBuffer"/> for the standard implementation using C# unions. - </summary> - </member> - <member name="P:NAudio.Wave.IWaveBuffer.ByteBuffer"> - <summary> - Gets the byte buffer. - </summary> - <value>The byte buffer.</value> - </member> - <member name="P:NAudio.Wave.IWaveBuffer.FloatBuffer"> - <summary> - Gets the float buffer. - </summary> - <value>The float buffer.</value> - </member> - <member name="P:NAudio.Wave.IWaveBuffer.ShortBuffer"> - <summary> - Gets the short buffer. - </summary> - <value>The short buffer.</value> - </member> - <member name="P:NAudio.Wave.IWaveBuffer.IntBuffer"> - <summary> - Gets the int buffer. - </summary> - <value>The int buffer.</value> - </member> - <member name="P:NAudio.Wave.IWaveBuffer.MaxSize"> - <summary> - Gets the max size in bytes of the byte buffer.. - </summary> - <value>Maximum number of bytes in the buffer.</value> - </member> - <member name="P:NAudio.Wave.IWaveBuffer.ByteBufferCount"> - <summary> - Gets the byte buffer count. - </summary> - <value>The byte buffer count.</value> - </member> - <member name="P:NAudio.Wave.IWaveBuffer.FloatBufferCount"> - <summary> - Gets the float buffer count. - </summary> - <value>The float buffer count.</value> - </member> - <member name="P:NAudio.Wave.IWaveBuffer.ShortBufferCount"> - <summary> - Gets the short buffer count. - </summary> - <value>The short buffer count.</value> - </member> - <member name="P:NAudio.Wave.IWaveBuffer.IntBufferCount"> - <summary> - Gets the int buffer count. - </summary> - <value>The int buffer count.</value> - </member> - <member name="T:NAudio.Wave.IWavePosition"> - <summary> - Interface for IWavePlayers that can report position - </summary> - </member> - <member name="M:NAudio.Wave.IWavePosition.GetPosition"> - <summary> - Position (in terms of bytes played - does not necessarily) - </summary> - <returns>Position in bytes</returns> - </member> - <member name="P:NAudio.Wave.IWavePosition.OutputWaveFormat"> - <summary> - Gets a <see cref="T:NAudio.Wave.WaveFormat"/> instance indicating the format the hardware is using. - </summary> - </member> - <member name="T:NAudio.Wave.DirectSoundOut"> - <summary> - NativeDirectSoundOut using DirectSound COM interop. - Contact author: Alexandre Mutel - alexandre_mutel at yahoo.fr - Modified by: Graham "Gee" Plumb - </summary> - </member> - <member name="M:NAudio.Wave.DirectSoundOut.#ctor"> - <summary> - Initializes a new instance of the <see cref="T:NAudio.Wave.DirectSoundOut"/> class. - </summary> - </member> - <member name="M:NAudio.Wave.DirectSoundOut.#ctor(System.Guid)"> - <summary> - Initializes a new instance of the <see cref="T:NAudio.Wave.DirectSoundOut"/> class. - </summary> - </member> - <member name="M:NAudio.Wave.DirectSoundOut.#ctor(System.Int32)"> - <summary> - Initializes a new instance of the <see cref="T:NAudio.Wave.DirectSoundOut"/> class. - </summary> - </member> - <member name="M:NAudio.Wave.DirectSoundOut.#ctor(System.Guid,System.Int32)"> - <summary> - Initializes a new instance of the <see cref="T:NAudio.Wave.DirectSoundOut"/> class. - (40ms seems to work under Vista). - </summary> - <param name="latency">The latency.</param> - <param name="device">Selected device</param> - </member> - <member name="M:NAudio.Wave.DirectSoundOut.Finalize"> - <summary> - Releases unmanaged resources and performs other cleanup operations before the - <see cref="T:NAudio.Wave.DirectSoundOut"/> is reclaimed by garbage collection. - </summary> - </member> - <member name="M:NAudio.Wave.DirectSoundOut.Play"> - <summary> - Begin playback - </summary> - </member> - <member name="M:NAudio.Wave.DirectSoundOut.Stop"> - <summary> - Stop playback - </summary> - </member> - <member name="M:NAudio.Wave.DirectSoundOut.Pause"> - <summary> - Pause Playback - </summary> - </member> - <member name="M:NAudio.Wave.DirectSoundOut.GetPosition"> - <summary> - Gets the current position in bytes from the wave output device. - (n.b. this is not the same thing as the position within your reader - stream) - </summary> - <returns>Position in bytes</returns> - </member> - <member name="M:NAudio.Wave.DirectSoundOut.Init(NAudio.Wave.IWaveProvider)"> - <summary> - Initialise playback - </summary> - <param name="waveProvider">The waveprovider to be played</param> - </member> - <member name="M:NAudio.Wave.DirectSoundOut.Dispose"> - <summary> - Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. - </summary> - </member> - <member name="M:NAudio.Wave.DirectSoundOut.IsBufferLost"> - <summary> - Determines whether the SecondaryBuffer is lost. - </summary> - <returns> - <c>true</c> if [is buffer lost]; otherwise, <c>false</c>. - </returns> - </member> - <member name="M:NAudio.Wave.DirectSoundOut.MsToBytes(System.Int32)"> - <summary> - Convert ms to bytes size according to WaveFormat - </summary> - <param name="ms">The ms</param> - <returns>number of byttes</returns> - </member> - <member name="M:NAudio.Wave.DirectSoundOut.PlaybackThreadFunc"> - <summary> - Processes the samples in a separate thread. - </summary> - </member> - <member name="M:NAudio.Wave.DirectSoundOut.StopPlayback"> - <summary> - Stop playback - </summary> - </member> - <member name="M:NAudio.Wave.DirectSoundOut.Feed(System.Int32)"> - <summary> - Feeds the SecondaryBuffer with the WaveStream - </summary> - <param name="bytesToCopy">number of bytes to feed</param> - </member> - <member name="M:NAudio.Wave.DirectSoundOut.DirectSoundCreate(System.Guid@,NAudio.Wave.DirectSoundOut.IDirectSound@,System.IntPtr)"> - <summary> - Instanciate DirectSound from the DLL - </summary> - <param name="GUID">The GUID.</param> - <param name="directSound">The direct sound.</param> - <param name="pUnkOuter">The p unk outer.</param> - </member> - <member name="F:NAudio.Wave.DirectSoundOut.DSDEVID_DefaultPlayback"> - <summary> - DirectSound default playback device GUID - </summary> - </member> - <member name="F:NAudio.Wave.DirectSoundOut.DSDEVID_DefaultCapture"> - <summary> - DirectSound default capture device GUID - </summary> - </member> - <member name="F:NAudio.Wave.DirectSoundOut.DSDEVID_DefaultVoicePlayback"> - <summary> - DirectSound default device for voice playback - </summary> - </member> - <member name="F:NAudio.Wave.DirectSoundOut.DSDEVID_DefaultVoiceCapture"> - <summary> - DirectSound default device for voice capture - </summary> - </member> - <member name="M:NAudio.Wave.DirectSoundOut.DirectSoundEnumerate(NAudio.Wave.DirectSoundOut.DSEnumCallback,System.IntPtr)"> - <summary> - The DirectSoundEnumerate function enumerates the DirectSound drivers installed in the system. - </summary> - <param name="lpDSEnumCallback">callback function</param> - <param name="lpContext">User context</param> - </member> - <member name="M:NAudio.Wave.DirectSoundOut.GetDesktopWindow"> - <summary> - Gets the HANDLE of the desktop window. - </summary> - <returns>HANDLE of the Desktop window</returns> - </member> - <member name="E:NAudio.Wave.DirectSoundOut.PlaybackStopped"> - <summary> - Playback Stopped - </summary> - </member> - <member name="P:NAudio.Wave.DirectSoundOut.Devices"> - <summary> - Gets the DirectSound output devices in the system - </summary> - </member> - <member name="P:NAudio.Wave.DirectSoundOut.PlaybackPosition"> - <summary> - Gets the current position from the wave output device. - </summary> - </member> - <member name="P:NAudio.Wave.DirectSoundOut.PlaybackState"> - <summary> - Current playback state - </summary> - <value></value> - </member> - <member name="P:NAudio.Wave.DirectSoundOut.Volume"> - <summary> - The volume 1.0 is full scale - </summary> - <value></value> - </member> - <member name="T:NAudio.Wave.DirectSoundOut.IDirectSound"> - <summary> - IDirectSound interface - </summary> - </member> - <member name="T:NAudio.Wave.DirectSoundOut.IDirectSoundBuffer"> - <summary> - IDirectSoundBuffer interface - </summary> - </member> - <member name="T:NAudio.Wave.DirectSoundOut.IDirectSoundNotify"> - <summary> - IDirectSoundNotify interface - </summary> - </member> - <member name="T:NAudio.Wave.DirectSoundOut.DSEnumCallback"> - <summary> - The DSEnumCallback function is an application-defined callback function that enumerates the DirectSound drivers. - The system calls this function in response to the application's call to the DirectSoundEnumerate or DirectSoundCaptureEnumerate function. - </summary> - <param name="lpGuid">Address of the GUID that identifies the device being enumerated, or NULL for the primary device. This value can be passed to the DirectSoundCreate8 or DirectSoundCaptureCreate8 function to create a device object for that driver. </param> - <param name="lpcstrDescription">Address of a null-terminated string that provides a textual description of the DirectSound device. </param> - <param name="lpcstrModule">Address of a null-terminated string that specifies the module name of the DirectSound driver corresponding to this device. </param> - <param name="lpContext">Address of application-defined data. This is the pointer passed to DirectSoundEnumerate or DirectSoundCaptureEnumerate as the lpContext parameter. </param> - <returns>Returns TRUE to continue enumerating drivers, or FALSE to stop.</returns> - </member> - <member name="T:NAudio.Wave.DirectSoundDeviceInfo"> - <summary> - Class for enumerating DirectSound devices - </summary> - </member> - <member name="P:NAudio.Wave.DirectSoundDeviceInfo.Guid"> - <summary> - The device identifier - </summary> - </member> - <member name="P:NAudio.Wave.DirectSoundDeviceInfo.Description"> - <summary> - Device description - </summary> - </member> - <member name="P:NAudio.Wave.DirectSoundDeviceInfo.ModuleName"> - <summary> - Device module name - </summary> - </member> - <member name="T:NAudio.Wave.PlaybackState"> - <summary> - Playback State - </summary> - </member> - <member name="F:NAudio.Wave.PlaybackState.Stopped"> - <summary> - Stopped - </summary> - </member> - <member name="F:NAudio.Wave.PlaybackState.Playing"> - <summary> - Playing - </summary> - </member> - <member name="F:NAudio.Wave.PlaybackState.Paused"> - <summary> - Paused - </summary> - </member> - <member name="T:NAudio.Wave.WasapiOut"> - <summary> - Support for playback using Wasapi - </summary> - </member> - <member name="M:NAudio.Wave.WasapiOut.#ctor(NAudio.CoreAudioApi.AudioClientShareMode,System.Int32)"> - <summary> - WASAPI Out using default audio endpoint - </summary> - <param name="shareMode">ShareMode - shared or exclusive</param> - <param name="latency">Desired latency in milliseconds</param> - </member> - <member name="M:NAudio.Wave.WasapiOut.#ctor(NAudio.CoreAudioApi.AudioClientShareMode,System.Boolean,System.Int32)"> - <summary> - WASAPI Out using default audio endpoint - </summary> - <param name="shareMode">ShareMode - shared or exclusive</param> - <param name="useEventSync">true if sync is done with event. false use sleep.</param> - <param name="latency">Desired latency in milliseconds</param> - </member> - <member name="M:NAudio.Wave.WasapiOut.#ctor(NAudio.CoreAudioApi.MMDevice,NAudio.CoreAudioApi.AudioClientShareMode,System.Boolean,System.Int32)"> - <summary> - Creates a new WASAPI Output - </summary> - <param name="device">Device to use</param> - <param name="shareMode"></param> - <param name="useEventSync">true if sync is done with event. false use sleep.</param> - <param name="latency"></param> - </member> - <member name="M:NAudio.Wave.WasapiOut.GetPosition"> - <summary> - Gets the current position in bytes from the wave output device. - (n.b. this is not the same thing as the position within your reader - stream) - </summary> - <returns>Position in bytes</returns> - </member> - <member name="M:NAudio.Wave.WasapiOut.Play"> - <summary> - Begin Playback - </summary> - </member> - <member name="M:NAudio.Wave.WasapiOut.Stop"> - <summary> - Stop playback and flush buffers - </summary> - </member> - <member name="M:NAudio.Wave.WasapiOut.Pause"> - <summary> - Stop playback without flushing buffers - </summary> - </member> - <member name="M:NAudio.Wave.WasapiOut.Init(NAudio.Wave.IWaveProvider)"> - <summary> - Initialize for playing the specified wave stream - </summary> - <param name="waveProvider">IWaveProvider to play</param> - </member> - <member name="M:NAudio.Wave.WasapiOut.Dispose"> - <summary> - Dispose - </summary> - </member> - <member name="E:NAudio.Wave.WasapiOut.PlaybackStopped"> - <summary> - Playback Stopped - </summary> - </member> - <member name="P:NAudio.Wave.WasapiOut.OutputWaveFormat"> - <summary> - Gets a <see cref="T:NAudio.Wave.WaveFormat"/> instance indicating the format the hardware is using. - </summary> - </member> - <member name="P:NAudio.Wave.WasapiOut.PlaybackState"> - <summary> - Playback State - </summary> - </member> - <member name="P:NAudio.Wave.WasapiOut.Volume"> - <summary> - Volume - </summary> - </member> - <member name="P:NAudio.Wave.WasapiOut.AudioStreamVolume"> - <summary> - Retrieve the AudioStreamVolume object for this audio stream - </summary> - <remarks> - This returns the AudioStreamVolume object ONLY for shared audio streams. - </remarks> - <exception cref="T:System.InvalidOperationException"> - This is thrown when an exclusive audio stream is being used. - </exception> - </member> - <member name="T:NAudio.Wave.WaveBuffer"> - <summary> - WaveBuffer class use to store wave datas. Data can be manipulated with arrays - (<see cref="P:NAudio.Wave.WaveBuffer.ByteBuffer"/>,<see cref="P:NAudio.Wave.WaveBuffer.FloatBuffer"/>,<see cref="P:NAudio.Wave.WaveBuffer.ShortBuffer"/>,<see cref="P:NAudio.Wave.WaveBuffer.IntBuffer"/> ) that are pointing to the - same memory buffer. Use the associated Count property based on the type of buffer to get the number of - data in the buffer. - Implicit casting is now supported to float[], byte[], int[], short[]. - You must not use Length on returned arrays. - - n.b. FieldOffset is 8 now to allow it to work natively on 64 bit - </summary> - </member> - <member name="F:NAudio.Wave.WaveBuffer.numberOfBytes"> - <summary> - Number of Bytes - </summary> - </member> - <member name="M:NAudio.Wave.WaveBuffer.#ctor(System.Int32)"> - <summary> - Initializes a new instance of the <see cref="T:NAudio.Wave.WaveBuffer"/> class. - </summary> - <param name="sizeToAllocateInBytes">The number of bytes. The size of the final buffer will be aligned on 4 Bytes (upper bound)</param> - </member> - <member name="M:NAudio.Wave.WaveBuffer.#ctor(System.Byte[])"> - <summary> - Initializes a new instance of the <see cref="T:NAudio.Wave.WaveBuffer"/> class binded to a specific byte buffer. - </summary> - <param name="bufferToBoundTo">A byte buffer to bound the WaveBuffer to.</param> - </member> - <member name="M:NAudio.Wave.WaveBuffer.BindTo(System.Byte[])"> - <summary> - Binds this WaveBuffer instance to a specific byte buffer. - </summary> - <param name="bufferToBoundTo">A byte buffer to bound the WaveBuffer to.</param> - </member> - <member name="M:NAudio.Wave.WaveBuffer.op_Implicit(NAudio.Wave.WaveBuffer)~System.Byte[]"> - <summary> - Performs an implicit conversion from <see cref="T:NAudio.Wave.WaveBuffer"/> to <see cref="T:System.Byte"/>. - </summary> - <param name="waveBuffer">The wave buffer.</param> - <returns>The result of the conversion.</returns> - </member> - <member name="M:NAudio.Wave.WaveBuffer.op_Implicit(NAudio.Wave.WaveBuffer)~System.Single[]"> - <summary> - Performs an implicit conversion from <see cref="T:NAudio.Wave.WaveBuffer"/> to <see cref="T:System.Single"/>. - </summary> - <param name="waveBuffer">The wave buffer.</param> - <returns>The result of the conversion.</returns> - </member> - <member name="M:NAudio.Wave.WaveBuffer.op_Implicit(NAudio.Wave.WaveBuffer)~System.Int32[]"> - <summary> - Performs an implicit conversion from <see cref="T:NAudio.Wave.WaveBuffer"/> to <see cref="T:System.Int32"/>. - </summary> - <param name="waveBuffer">The wave buffer.</param> - <returns>The result of the conversion.</returns> - </member> - <member name="M:NAudio.Wave.WaveBuffer.op_Implicit(NAudio.Wave.WaveBuffer)~System.Int16[]"> - <summary> - Performs an implicit conversion from <see cref="T:NAudio.Wave.WaveBuffer"/> to <see cref="T:System.Int16"/>. - </summary> - <param name="waveBuffer">The wave buffer.</param> - <returns>The result of the conversion.</returns> - </member> - <member name="M:NAudio.Wave.WaveBuffer.Clear"> - <summary> - Clears the associated buffer. - </summary> - </member> - <member name="M:NAudio.Wave.WaveBuffer.Copy(System.Array)"> - <summary> - Copy this WaveBuffer to a destination buffer up to ByteBufferCount bytes. - </summary> - </member> - <member name="M:NAudio.Wave.WaveBuffer.CheckValidityCount(System.String,System.Int32,System.Int32)"> - <summary> - Checks the validity of the count parameters. - </summary> - <param name="argName">Name of the arg.</param> - <param name="value">The value.</param> - <param name="sizeOfValue">The size of value.</param> - </member> - <member name="P:NAudio.Wave.WaveBuffer.ByteBuffer"> - <summary> - Gets the byte buffer. - </summary> - <value>The byte buffer.</value> - </member> - <member name="P:NAudio.Wave.WaveBuffer.FloatBuffer"> - <summary> - Gets the float buffer. - </summary> - <value>The float buffer.</value> - </member> - <member name="P:NAudio.Wave.WaveBuffer.ShortBuffer"> - <summary> - Gets the short buffer. - </summary> - <value>The short buffer.</value> - </member> - <member name="P:NAudio.Wave.WaveBuffer.IntBuffer"> - <summary> - Gets the int buffer. - </summary> - <value>The int buffer.</value> - </member> - <member name="P:NAudio.Wave.WaveBuffer.MaxSize"> - <summary> - Gets the max size in bytes of the byte buffer.. - </summary> - <value>Maximum number of bytes in the buffer.</value> - </member> - <member name="P:NAudio.Wave.WaveBuffer.ByteBufferCount"> - <summary> - Gets or sets the byte buffer count. - </summary> - <value>The byte buffer count.</value> - </member> - <member name="P:NAudio.Wave.WaveBuffer.FloatBufferCount"> - <summary> - Gets or sets the float buffer count. - </summary> - <value>The float buffer count.</value> - </member> - <member name="P:NAudio.Wave.WaveBuffer.ShortBufferCount"> - <summary> - Gets or sets the short buffer count. - </summary> - <value>The short buffer count.</value> - </member> - <member name="P:NAudio.Wave.WaveBuffer.IntBufferCount"> - <summary> - Gets or sets the int buffer count. - </summary> - <value>The int buffer count.</value> - </member> - <member name="T:NAudio.Wave.WaveCallbackInfo"> - <summary> - Wave Callback Info - </summary> - </member> - <member name="M:NAudio.Wave.WaveCallbackInfo.FunctionCallback"> - <summary> - Sets up a new WaveCallbackInfo for function callbacks - </summary> - </member> - <member name="M:NAudio.Wave.WaveCallbackInfo.NewWindow"> - <summary> - Sets up a new WaveCallbackInfo to use a New Window - IMPORTANT: only use this on the GUI thread - </summary> - </member> - <member name="M:NAudio.Wave.WaveCallbackInfo.ExistingWindow(System.IntPtr)"> - <summary> - Sets up a new WaveCallbackInfo to use an existing window - IMPORTANT: only use this on the GUI thread - </summary> - </member> - <member name="P:NAudio.Wave.WaveCallbackInfo.Strategy"> - <summary> - Callback Strategy - </summary> - </member> - <member name="P:NAudio.Wave.WaveCallbackInfo.Handle"> - <summary> - Window Handle (if applicable) - </summary> - </member> - <member name="T:NAudio.Wave.WaveCallbackStrategy"> - <summary> - Wave Callback Strategy - </summary> - </member> - <member name="F:NAudio.Wave.WaveCallbackStrategy.FunctionCallback"> - <summary> - Use a function - </summary> - </member> - <member name="F:NAudio.Wave.WaveCallbackStrategy.NewWindow"> - <summary> - Create a new window (should only be done if on GUI thread) - </summary> - </member> - <member name="F:NAudio.Wave.WaveCallbackStrategy.ExistingWindow"> - <summary> - Use an existing window handle - </summary> - </member> - <member name="F:NAudio.Wave.WaveCallbackStrategy.Event"> - <summary> - Use an event handle - </summary> - </member> - <member name="T:NAudio.Wave.WaveOut"> - <summary> - Represents a wave out device - </summary> - </member> - <member name="M:NAudio.Wave.WaveOut.GetCapabilities(System.Int32)"> - <summary> - Retrieves the capabilities of a waveOut device - </summary> - <param name="devNumber">Device to test</param> - <returns>The WaveOut device capabilities</returns> - </member> - <member name="M:NAudio.Wave.WaveOut.#ctor"> - <summary> - Creates a default WaveOut device - Will use window callbacks if called from a GUI thread, otherwise function - callbacks - </summary> - </member> - <member name="M:NAudio.Wave.WaveOut.#ctor(System.IntPtr)"> - <summary> - Creates a WaveOut device using the specified window handle for callbacks - </summary> - <param name="windowHandle">A valid window handle</param> - </member> - <member name="M:NAudio.Wave.WaveOut.#ctor(NAudio.Wave.WaveCallbackInfo)"> - <summary> - Opens a WaveOut device - </summary> - </member> - <member name="M:NAudio.Wave.WaveOut.Init(NAudio.Wave.IWaveProvider)"> - <summary> - Initialises the WaveOut device - </summary> - <param name="waveProvider">WaveProvider to play</param> - </member> - <member name="M:NAudio.Wave.WaveOut.Play"> - <summary> - Start playing the audio from the WaveStream - </summary> - </member> - <member name="M:NAudio.Wave.WaveOut.Pause"> - <summary> - Pause the audio - </summary> - </member> - <member name="M:NAudio.Wave.WaveOut.Resume"> - <summary> - Resume playing after a pause from the same position - </summary> - </member> - <member name="M:NAudio.Wave.WaveOut.Stop"> - <summary> - Stop and reset the WaveOut device - </summary> - </member> - <member name="M:NAudio.Wave.WaveOut.GetPosition"> - <summary> - Gets the current position in bytes from the wave output device. - (n.b. this is not the same thing as the position within your reader - stream - it calls directly into waveOutGetPosition) - </summary> - <returns>Position in bytes</returns> - </member> - <member name="M:NAudio.Wave.WaveOut.Dispose"> - <summary> - Closes this WaveOut device - </summary> - </member> - <member name="M:NAudio.Wave.WaveOut.Dispose(System.Boolean)"> - <summary> - Closes the WaveOut device and disposes of buffers - </summary> - <param name="disposing">True if called from <see>Dispose</see></param> - </member> - <member name="M:NAudio.Wave.WaveOut.Finalize"> - <summary> - Finalizer. Only called when user forgets to call <see>Dispose</see> - </summary> - </member> - <member name="E:NAudio.Wave.WaveOut.PlaybackStopped"> - <summary> - Indicates playback has stopped automatically - </summary> - </member> - <member name="P:NAudio.Wave.WaveOut.DeviceCount"> - <summary> - Returns the number of Wave Out devices available in the system - </summary> - </member> - <member name="P:NAudio.Wave.WaveOut.DesiredLatency"> - <summary> - Gets or sets the desired latency in milliseconds - Should be set before a call to Init - </summary> - </member> - <member name="P:NAudio.Wave.WaveOut.NumberOfBuffers"> - <summary> - Gets or sets the number of buffers used - Should be set before a call to Init - </summary> - </member> - <member name="P:NAudio.Wave.WaveOut.DeviceNumber"> - <summary> - Gets or sets the device number - Should be set before a call to Init - This must be between 0 and <see>DeviceCount</see> - 1. - </summary> - </member> - <member name="P:NAudio.Wave.WaveOut.OutputWaveFormat"> - <summary> - Gets a <see cref="T:NAudio.Wave.WaveFormat"/> instance indicating the format the hardware is using. - </summary> - </member> - <member name="P:NAudio.Wave.WaveOut.PlaybackState"> - <summary> - Playback State - </summary> - </member> - <member name="P:NAudio.Wave.WaveOut.Volume"> - <summary> - Volume for this device 1.0 is full scale - </summary> - </member> - <member name="T:NAudio.Wave.WaveOutEvent"> - <summary> - Alternative WaveOut class, making use of the Event callback - </summary> - </member> - <member name="M:NAudio.Wave.WaveOutEvent.#ctor"> - <summary> - Opens a WaveOut device - </summary> - </member> - <member name="M:NAudio.Wave.WaveOutEvent.Init(NAudio.Wave.IWaveProvider)"> - <summary> - Initialises the WaveOut device - </summary> - <param name="waveProvider">WaveProvider to play</param> - </member> - <member name="M:NAudio.Wave.WaveOutEvent.Play"> - <summary> - Start playing the audio from the WaveStream - </summary> - </member> - <member name="M:NAudio.Wave.WaveOutEvent.Pause"> - <summary> - Pause the audio - </summary> - </member> - <member name="M:NAudio.Wave.WaveOutEvent.Resume"> - <summary> - Resume playing after a pause from the same position - </summary> - </member> - <member name="M:NAudio.Wave.WaveOutEvent.Stop"> - <summary> - Stop and reset the WaveOut device - </summary> - </member> - <member name="M:NAudio.Wave.WaveOutEvent.GetPosition"> - <summary> - Gets the current position in bytes from the wave output device. - (n.b. this is not the same thing as the position within your reader - stream - it calls directly into waveOutGetPosition) - </summary> - <returns>Position in bytes</returns> - </member> - <member name="M:NAudio.Wave.WaveOutEvent.Dispose"> - <summary> - Closes this WaveOut device - </summary> - </member> - <member name="M:NAudio.Wave.WaveOutEvent.Dispose(System.Boolean)"> - <summary> - Closes the WaveOut device and disposes of buffers - </summary> - <param name="disposing">True if called from <see>Dispose</see></param> - </member> - <member name="M:NAudio.Wave.WaveOutEvent.Finalize"> - <summary> - Finalizer. Only called when user forgets to call <see>Dispose</see> - </summary> - </member> - <member name="E:NAudio.Wave.WaveOutEvent.PlaybackStopped"> - <summary> - Indicates playback has stopped automatically - </summary> - </member> - <member name="P:NAudio.Wave.WaveOutEvent.DesiredLatency"> - <summary> - Gets or sets the desired latency in milliseconds - Should be set before a call to Init - </summary> - </member> - <member name="P:NAudio.Wave.WaveOutEvent.NumberOfBuffers"> - <summary> - Gets or sets the number of buffers used - Should be set before a call to Init - </summary> - </member> - <member name="P:NAudio.Wave.WaveOutEvent.DeviceNumber"> - <summary> - Gets or sets the device number - Should be set before a call to Init - This must be between 0 and <see>DeviceCount</see> - 1. - </summary> - </member> - <member name="P:NAudio.Wave.WaveOutEvent.OutputWaveFormat"> - <summary> - Gets a <see cref="T:NAudio.Wave.WaveFormat"/> instance indicating the format the hardware is using. - </summary> - </member> - <member name="P:NAudio.Wave.WaveOutEvent.PlaybackState"> - <summary> - Playback State - </summary> - </member> - <member name="P:NAudio.Wave.WaveOutEvent.Volume"> - <summary> - Obsolete property - </summary> - </member> - <member name="T:NAudio.Wave.SampleProviders.MeteringSampleProvider"> - <summary> - Simple SampleProvider that passes through audio unchanged and raises - an event every n samples with the maximum sample value from the period - for metering purposes - </summary> - </member> - <member name="M:NAudio.Wave.SampleProviders.MeteringSampleProvider.#ctor(NAudio.Wave.ISampleProvider)"> - <summary> - Initialises a new instance of MeteringSampleProvider that raises 10 stream volume - events per second - </summary> - <param name="source">Source sample provider</param> - </member> - <member name="M:NAudio.Wave.SampleProviders.MeteringSampleProvider.#ctor(NAudio.Wave.ISampleProvider,System.Int32)"> - <summary> - Initialises a new instance of MeteringSampleProvider - </summary> - <param name="source">source sampler provider</param> - <param name="samplesPerNotification">Number of samples between notifications</param> - </member> - <member name="M:NAudio.Wave.SampleProviders.MeteringSampleProvider.Read(System.Single[],System.Int32,System.Int32)"> - <summary> - Reads samples from this Sample Provider - </summary> - <param name="buffer">Sample buffer</param> - <param name="offset">Offset into sample buffer</param> - <param name="count">Number of samples required</param> - <returns>Number of samples read</returns> - </member> - <member name="P:NAudio.Wave.SampleProviders.MeteringSampleProvider.SamplesPerNotification"> - <summary> - Number of Samples per notification - </summary> - </member> - <member name="E:NAudio.Wave.SampleProviders.MeteringSampleProvider.StreamVolume"> - <summary> - Raised periodically to inform the user of the max volume - </summary> - </member> - <member name="P:NAudio.Wave.SampleProviders.MeteringSampleProvider.WaveFormat"> - <summary> - The WaveFormat of this sample provider - </summary> - </member> - <member name="T:NAudio.Wave.SampleProviders.StreamVolumeEventArgs"> - <summary> - Event args for aggregated stream volume - </summary> - </member> - <member name="P:NAudio.Wave.SampleProviders.StreamVolumeEventArgs.MaxSampleValues"> - <summary> - Max sample values array (one for each channel) - </summary> - </member> - <member name="T:NAudio.Wave.SampleProviders.NotifyingSampleProvider"> - <summary> - Simple class that raises an event on every sample - </summary> - </member> - <member name="T:NAudio.Wave.ISampleNotifier"> - <summary> - An interface for WaveStreams which can report notification of individual samples - </summary> - </member> - <member name="E:NAudio.Wave.ISampleNotifier.Sample"> - <summary> - A sample has been detected - </summary> - </member> - <member name="M:NAudio.Wave.SampleProviders.NotifyingSampleProvider.#ctor(NAudio.Wave.ISampleProvider)"> - <summary> - Initializes a new instance of NotifyingSampleProvider - </summary> - <param name="source">Source Sample Provider</param> - </member> - <member name="M:NAudio.Wave.SampleProviders.NotifyingSampleProvider.Read(System.Single[],System.Int32,System.Int32)"> - <summary> - Reads samples from this sample provider - </summary> - <param name="buffer">Sample buffer</param> - <param name="offset">Offset into sample buffer</param> - <param name="sampleCount">Number of samples desired</param> - <returns>Number of samples read</returns> - </member> - <member name="P:NAudio.Wave.SampleProviders.NotifyingSampleProvider.WaveFormat"> - <summary> - WaveFormat - </summary> - </member> - <member name="E:NAudio.Wave.SampleProviders.NotifyingSampleProvider.Sample"> - <summary> - Sample notifier - </summary> - </member> - <member name="T:NAudio.Wave.SampleProviders.VolumeSampleProvider"> - <summary> - Very simple sample provider supporting adjustable gain - </summary> - </member> - <member name="M:NAudio.Wave.SampleProviders.VolumeSampleProvider.#ctor(NAudio.Wave.ISampleProvider)"> - <summary> - Initializes a new instance of VolumeSampleProvider - </summary> - <param name="source">Source Sample Provider</param> - </member> - <member name="M:NAudio.Wave.SampleProviders.VolumeSampleProvider.Read(System.Single[],System.Int32,System.Int32)"> - <summary> - Reads samples from this sample provider - </summary> - <param name="buffer">Sample buffer</param> - <param name="offset">Offset into sample buffer</param> - <param name="sampleCount">Number of samples desired</param> - <returns>Number of samples read</returns> - </member> - <member name="P:NAudio.Wave.SampleProviders.VolumeSampleProvider.WaveFormat"> - <summary> - WaveFormat - </summary> - </member> - <member name="P:NAudio.Wave.SampleProviders.VolumeSampleProvider.Volume"> - <summary> - Allows adjusting the volume, 1.0f = full volume - </summary> - </member> - <member name="T:NAudio.Wave.SampleProviders.SampleToWaveProvider"> - <summary> - Helper class for when you need to convert back to an IWaveProvider from - an ISampleProvider. Keeps it as IEEE float - </summary> - </member> - <member name="M:NAudio.Wave.SampleProviders.SampleToWaveProvider.#ctor(NAudio.Wave.ISampleProvider)"> - <summary> - Initializes a new instance of the WaveProviderFloatToWaveProvider class - </summary> - <param name="source">Source wave provider</param> - </member> - <member name="M:NAudio.Wave.SampleProviders.SampleToWaveProvider.Read(System.Byte[],System.Int32,System.Int32)"> - <summary> - Reads from this provider - </summary> - </member> - <member name="P:NAudio.Wave.SampleProviders.SampleToWaveProvider.WaveFormat"> - <summary> - The waveformat of this WaveProvider (same as the source) - </summary> - </member> - <member name="T:NAudio.Wave.BufferedWaveProvider"> - <summary> - Provides a buffered store of samples - Read method will return queued samples or fill buffer with zeroes - Now backed by a circular buffer - </summary> - </member> - <member name="M:NAudio.Wave.BufferedWaveProvider.#ctor(NAudio.Wave.WaveFormat)"> - <summary> - Creates a new buffered WaveProvider - </summary> - <param name="waveFormat">WaveFormat</param> - </member> - <member name="M:NAudio.Wave.BufferedWaveProvider.AddSamples(System.Byte[],System.Int32,System.Int32)"> - <summary> - Adds samples. Takes a copy of buffer, so that buffer can be reused if necessary - </summary> - </member> - <member name="M:NAudio.Wave.BufferedWaveProvider.Read(System.Byte[],System.Int32,System.Int32)"> - <summary> - Reads from this WaveProvider - Will always return count bytes, since we will zero-fill the buffer if not enough available - </summary> - </member> - <member name="M:NAudio.Wave.BufferedWaveProvider.ClearBuffer"> - <summary> - Discards all audio from the buffer - </summary> - </member> - <member name="P:NAudio.Wave.BufferedWaveProvider.BufferLength"> - <summary> - Buffer length in bytes - </summary> - </member> - <member name="P:NAudio.Wave.BufferedWaveProvider.BufferDuration"> - <summary> - Buffer duration - </summary> - </member> - <member name="P:NAudio.Wave.BufferedWaveProvider.DiscardOnBufferOverflow"> - <summary> - If true, when the buffer is full, start throwing away data - if false, AddSamples will throw an exception when buffer is full - </summary> - </member> - <member name="P:NAudio.Wave.BufferedWaveProvider.BufferedBytes"> - <summary> - The number of buffered bytes - </summary> - </member> - <member name="P:NAudio.Wave.BufferedWaveProvider.BufferedDuration"> - <summary> - Buffered Duration - </summary> - </member> - <member name="P:NAudio.Wave.BufferedWaveProvider.WaveFormat"> - <summary> - Gets the WaveFormat - </summary> - </member> - <member name="T:NAudio.Wave.SampleProviders.MonoToStereoSampleProvider"> - <summary> - No nonsense mono to stereo provider, no volume adjustment, - just copies input to left and right. - </summary> - </member> - <member name="M:NAudio.Wave.SampleProviders.MonoToStereoSampleProvider.#ctor(NAudio.Wave.ISampleProvider)"> - <summary> - Initializes a new instance of MonoToStereoSampleProvider - </summary> - <param name="source">Source sample provider</param> - </member> - <member name="M:NAudio.Wave.SampleProviders.MonoToStereoSampleProvider.Read(System.Single[],System.Int32,System.Int32)"> - <summary> - Reads samples from this provider - </summary> - <param name="buffer">Sample buffer</param> - <param name="offset">Offset into sample buffer</param> - <param name="count">Number of samples required</param> - <returns>Number of samples read</returns> - </member> - <member name="P:NAudio.Wave.SampleProviders.MonoToStereoSampleProvider.WaveFormat"> - <summary> - WaveFormat of this provider - </summary> - </member> - <member name="T:NAudio.Wave.MediaFoundationResampler"> - <summary> - The Media Foundation Resampler Transform - </summary> - </member> - <member name="T:NAudio.MediaFoundation.MediaFoundationTransform"> - <summary> - An abstract base class for simplifying working with Media Foundation Transforms - You need to override the method that actually creates and configures the transform - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationTransform.sourceProvider"> - <summary> - The Source Provider - </summary> - </member> - <member name="F:NAudio.MediaFoundation.MediaFoundationTransform.outputWaveFormat"> - <summary> - The Output WaveFormat - </summary> - </member> - <member name="M:NAudio.MediaFoundation.MediaFoundationTransform.#ctor(NAudio.Wave.IWaveProvider,NAudio.Wave.WaveFormat)"> - <summary> - Constructs a new MediaFoundationTransform wrapper - Will read one second at a time - </summary> - <param name="sourceProvider">The source provider for input data to the transform</param> - <param name="outputFormat">The desired output format</param> - </member> - <member name="M:NAudio.MediaFoundation.MediaFoundationTransform.CreateTransform"> - <summary> - To be implemented by overriding classes. Create the transform object, set up its input and output types, - and configure any custom properties in here - </summary> - <returns>An object implementing IMFTrasform</returns> - </member> - <member name="M:NAudio.MediaFoundation.MediaFoundationTransform.Dispose(System.Boolean)"> - <summary> - Disposes this MediaFoundation transform - </summary> - </member> - <member name="M:NAudio.MediaFoundation.MediaFoundationTransform.Dispose"> - <summary> - Disposes this Media Foundation Transform - </summary> - </member> - <member name="M:NAudio.MediaFoundation.MediaFoundationTransform.Finalize"> - <summary> - Destructor - </summary> - </member> - <member name="M:NAudio.MediaFoundation.MediaFoundationTransform.Read(System.Byte[],System.Int32,System.Int32)"> - <summary> - Reads data out of the source, passing it through the transform - </summary> - <param name="buffer">Output buffer</param> - <param name="offset">Offset within buffer to write to</param> - <param name="count">Desired byte count</param> - <returns>Number of bytes read</returns> - </member> - <member name="M:NAudio.MediaFoundation.MediaFoundationTransform.ReadFromTransform"> - <summary> - Attempts to read from the transform - Some useful info here: - http://msdn.microsoft.com/en-gb/library/windows/desktop/aa965264%28v=vs.85%29.aspx#process_data - </summary> - <returns></returns> - </member> - <member name="M:NAudio.MediaFoundation.MediaFoundationTransform.Reposition"> - <summary> - Indicate that the source has been repositioned and completely drain out the transforms buffers - </summary> - </member> - <member name="P:NAudio.MediaFoundation.MediaFoundationTransform.WaveFormat"> - <summary> - The output WaveFormat of this Media Foundation Transform - </summary> - </member> - <member name="M:NAudio.Wave.MediaFoundationResampler.#ctor(NAudio.Wave.IWaveProvider,NAudio.Wave.WaveFormat)"> - <summary> - Creates the Media Foundation Resampler, allowing modifying of sample rate, bit depth and channel count - </summary> - <param name="sourceProvider">Source provider, must be PCM</param> - <param name="outputFormat">Output format, must also be PCM</param> - </member> - <member name="M:NAudio.Wave.MediaFoundationResampler.#ctor(NAudio.Wave.IWaveProvider,System.Int32)"> - <summary> - Creates a resampler with a specified target output sample rate - </summary> - <param name="sourceProvider">Source provider</param> - <param name="outputSampleRate">Output sample rate</param> - </member> - <member name="M:NAudio.Wave.MediaFoundationResampler.CreateTransform"> - <summary> - Creates and configures the actual Resampler transform - </summary> - <returns>A newly created and configured resampler MFT</returns> - </member> - <member name="M:NAudio.Wave.MediaFoundationResampler.Dispose(System.Boolean)"> - <summary> - Disposes this resampler - </summary> - </member> - <member name="P:NAudio.Wave.MediaFoundationResampler.ResamplerQuality"> - <summary> - Gets or sets the Resampler quality. n.b. set the quality before starting to resample. - 1 is lowest quality (linear interpolation) and 60 is best quality - </summary> - </member> - <member name="T:NAudio.Wave.MixingWaveProvider32"> - <summary> - WaveProvider that can mix together multiple 32 bit floating point input provider - All channels must have the same number of inputs and same sample rate - n.b. Work in Progress - not tested yet - </summary> - </member> - <member name="M:NAudio.Wave.MixingWaveProvider32.#ctor"> - <summary> - Creates a new MixingWaveProvider32 - </summary> - </member> - <member name="M:NAudio.Wave.MixingWaveProvider32.#ctor(System.Collections.Generic.IEnumerable{NAudio.Wave.IWaveProvider})"> - <summary> - Creates a new 32 bit MixingWaveProvider32 - </summary> - <param name="inputs">inputs - must all have the same format.</param> - <exception cref="T:System.ArgumentException">Thrown if the input streams are not 32 bit floating point, - or if they have different formats to each other</exception> - </member> - <member name="M:NAudio.Wave.MixingWaveProvider32.AddInputStream(NAudio.Wave.IWaveProvider)"> - <summary> - Add a new input to the mixer - </summary> - <param name="waveProvider">The wave input to add</param> - </member> - <member name="M:NAudio.Wave.MixingWaveProvider32.RemoveInputStream(NAudio.Wave.IWaveProvider)"> - <summary> - Remove an input from the mixer - </summary> - <param name="waveProvider">waveProvider to remove</param> - </member> - <member name="M:NAudio.Wave.MixingWaveProvider32.Read(System.Byte[],System.Int32,System.Int32)"> - <summary> - Reads bytes from this wave stream - </summary> - <param name="buffer">buffer to read into</param> - <param name="offset">offset into buffer</param> - <param name="count">number of bytes required</param> - <returns>Number of bytes read.</returns> - <exception cref="T:System.ArgumentException">Thrown if an invalid number of bytes requested</exception> - </member> - <member name="M:NAudio.Wave.MixingWaveProvider32.Sum32BitAudio(System.Byte[],System.Int32,System.Byte[],System.Int32)"> - <summary> - Actually performs the mixing - </summary> - </member> - <member name="P:NAudio.Wave.MixingWaveProvider32.InputCount"> - <summary> - The number of inputs to this mixer - </summary> - </member> - <member name="P:NAudio.Wave.MixingWaveProvider32.WaveFormat"> - <summary> - <see cref="P:NAudio.Wave.WaveStream.WaveFormat"/> - </summary> - </member> - <member name="T:NAudio.Wave.MultiplexingWaveProvider"> - <summary> - Allows any number of inputs to be patched to outputs - Uses could include swapping left and right channels, turning mono into stereo, - feeding different input sources to different soundcard outputs etc - </summary> - </member> - <member name="M:NAudio.Wave.MultiplexingWaveProvider.#ctor(System.Collections.Generic.IEnumerable{NAudio.Wave.IWaveProvider},System.Int32)"> - <summary> - Creates a multiplexing wave provider, allowing re-patching of input channels to different - output channels - </summary> - <param name="inputs">Input wave providers. Must all be of the same format, but can have any number of channels</param> - <param name="numberOfOutputChannels">Desired number of output channels.</param> - </member> - <member name="F:NAudio.Wave.MultiplexingWaveProvider.inputBuffer"> - <summary> - persistent temporary buffer to prevent creating work for garbage collector - </summary> - </member> - <member name="M:NAudio.Wave.MultiplexingWaveProvider.Read(System.Byte[],System.Int32,System.Int32)"> - <summary> - Reads data from this WaveProvider - </summary> - <param name="buffer">Buffer to be filled with sample data</param> - <param name="offset">Offset to write to within buffer, usually 0</param> - <param name="count">Number of bytes required</param> - <returns>Number of bytes read</returns> - </member> - <member name="M:NAudio.Wave.MultiplexingWaveProvider.ConnectInputToOutput(System.Int32,System.Int32)"> - <summary> - Connects a specified input channel to an output channel - </summary> - <param name="inputChannel">Input Channel index (zero based). Must be less than InputChannelCount</param> - <param name="outputChannel">Output Channel index (zero based). Must be less than OutputChannelCount</param> - </member> - <member name="P:NAudio.Wave.MultiplexingWaveProvider.WaveFormat"> - <summary> - The WaveFormat of this WaveProvider - </summary> - </member> - <member name="P:NAudio.Wave.MultiplexingWaveProvider.InputChannelCount"> - <summary> - The number of input channels. Note that this is not the same as the number of input wave providers. If you pass in - one stereo and one mono input provider, the number of input channels is three. - </summary> - </member> - <member name="P:NAudio.Wave.MultiplexingWaveProvider.OutputChannelCount"> - <summary> - The number of output channels, as specified in the constructor. - </summary> - </member> - <member name="T:NAudio.Wave.StereoToMonoProvider16"> - <summary> - Takes a stereo 16 bit input and turns it mono, allowing you to select left or right channel only or mix them together - </summary> - </member> - <member name="M:NAudio.Wave.StereoToMonoProvider16.#ctor(NAudio.Wave.IWaveProvider)"> - <summary> - Creates a new mono waveprovider based on a stereo input - </summary> - <param name="sourceProvider">Stereo 16 bit PCM input</param> - </member> - <member name="M:NAudio.Wave.StereoToMonoProvider16.Read(System.Byte[],System.Int32,System.Int32)"> - <summary> - Reads bytes from this WaveProvider - </summary> - </member> - <member name="P:NAudio.Wave.StereoToMonoProvider16.LeftVolume"> - <summary> - 1.0 to mix the mono source entirely to the left channel - </summary> - </member> - <member name="P:NAudio.Wave.StereoToMonoProvider16.RightVolume"> - <summary> - 1.0 to mix the mono source entirely to the right channel - </summary> - </member> - <member name="P:NAudio.Wave.StereoToMonoProvider16.WaveFormat"> - <summary> - Output Wave Format - </summary> - </member> - <member name="T:NAudio.Wave.MonoToStereoProvider16"> - <summary> - Converts from mono to stereo, allowing freedom to route all, some, or none of the incoming signal to left or right channels - </summary> - </member> - <member name="M:NAudio.Wave.MonoToStereoProvider16.#ctor(NAudio.Wave.IWaveProvider)"> - <summary> - Creates a new stereo waveprovider based on a mono input - </summary> - <param name="sourceProvider">Mono 16 bit PCM input</param> - </member> - <member name="M:NAudio.Wave.MonoToStereoProvider16.Read(System.Byte[],System.Int32,System.Int32)"> - <summary> - Reads bytes from this WaveProvider - </summary> - </member> - <member name="P:NAudio.Wave.MonoToStereoProvider16.LeftVolume"> - <summary> - 1.0 to copy the mono stream to the left channel without adjusting volume - </summary> - </member> - <member name="P:NAudio.Wave.MonoToStereoProvider16.RightVolume"> - <summary> - 1.0 to copy the mono stream to the right channel without adjusting volume - </summary> - </member> - <member name="P:NAudio.Wave.MonoToStereoProvider16.WaveFormat"> - <summary> - Output Wave Format - </summary> - </member> - <member name="T:NAudio.Wave.VolumeWaveProvider16"> - <summary> - Helper class allowing us to modify the volume of a 16 bit stream without converting to IEEE float - </summary> - </member> - <member name="M:NAudio.Wave.VolumeWaveProvider16.#ctor(NAudio.Wave.IWaveProvider)"> - <summary> - Constructs a new VolumeWaveProvider16 - </summary> - <param name="sourceProvider">Source provider, must be 16 bit PCM</param> - </member> - <member name="M:NAudio.Wave.VolumeWaveProvider16.Read(System.Byte[],System.Int32,System.Int32)"> - <summary> - Read bytes from this WaveProvider - </summary> - <param name="buffer">Buffer to read into</param> - <param name="offset">Offset within buffer to read to</param> - <param name="count">Bytes desired</param> - <returns>Bytes read</returns> - </member> - <member name="P:NAudio.Wave.VolumeWaveProvider16.Volume"> - <summary> - Gets or sets volume. - 1.0 is full scale, 0.0 is silence, anything over 1.0 will amplify but potentially clip - </summary> - </member> - <member name="P:NAudio.Wave.VolumeWaveProvider16.WaveFormat"> - <summary> - WaveFormat of this WaveProvider - </summary> - </member> - <member name="T:NAudio.Wave.WaveFloatTo16Provider"> - <summary> - Converts IEEE float to 16 bit PCM, optionally clipping and adjusting volume along the way - </summary> - </member> - <member name="M:NAudio.Wave.WaveFloatTo16Provider.#ctor(NAudio.Wave.IWaveProvider)"> - <summary> - Creates a new WaveFloatTo16Provider - </summary> - <param name="sourceProvider">the source provider</param> - </member> - <member name="M:NAudio.Wave.WaveFloatTo16Provider.Read(System.Byte[],System.Int32,System.Int32)"> - <summary> - Reads bytes from this wave stream - </summary> - <param name="destBuffer">The destination buffer</param> - <param name="offset">Offset into the destination buffer</param> - <param name="numBytes">Number of bytes read</param> - <returns>Number of bytes read.</returns> - </member> - <member name="P:NAudio.Wave.WaveFloatTo16Provider.WaveFormat"> - <summary> - <see cref="P:NAudio.Wave.IWaveProvider.WaveFormat"/> - </summary> - </member> - <member name="P:NAudio.Wave.WaveFloatTo16Provider.Volume"> - <summary> - Volume of this channel. 1.0 = full scale - </summary> - </member> - <member name="T:NAudio.Wave.Wave16ToFloatProvider"> - <summary> - Converts 16 bit PCM to IEEE float, optionally adjusting volume along the way - </summary> - </member> - <member name="M:NAudio.Wave.Wave16ToFloatProvider.#ctor(NAudio.Wave.IWaveProvider)"> - <summary> - Creates a new Wave16toFloatProvider - </summary> - <param name="sourceProvider">the source provider</param> - </member> - <member name="M:NAudio.Wave.Wave16ToFloatProvider.Read(System.Byte[],System.Int32,System.Int32)"> - <summary> - Reads bytes from this wave stream - </summary> - <param name="destBuffer">The destination buffer</param> - <param name="offset">Offset into the destination buffer</param> - <param name="numBytes">Number of bytes read</param> - <returns>Number of bytes read.</returns> - </member> - <member name="P:NAudio.Wave.Wave16ToFloatProvider.WaveFormat"> - <summary> - <see cref="P:NAudio.Wave.IWaveProvider.WaveFormat"/> - </summary> - </member> - <member name="P:NAudio.Wave.Wave16ToFloatProvider.Volume"> - <summary> - Volume of this channel. 1.0 = full scale - </summary> - </member> - <member name="T:NAudio.Wave.WaveInProvider"> - <summary> - Buffered WaveProvider taking source data from WaveIn - </summary> - </member> - <member name="M:NAudio.Wave.WaveInProvider.#ctor(NAudio.Wave.IWaveIn)"> - <summary> - Creates a new WaveInProvider - n.b. Should make sure the WaveFormat is set correctly on IWaveIn before calling - </summary> - <param name="waveIn">The source of wave data</param> - </member> - <member name="M:NAudio.Wave.WaveInProvider.Read(System.Byte[],System.Int32,System.Int32)"> - <summary> - Reads data from the WaveInProvider - </summary> - </member> - <member name="P:NAudio.Wave.WaveInProvider.WaveFormat"> - <summary> - The WaveFormat - </summary> - </member> - <member name="T:NAudio.Wave.WaveProvider16"> - <summary> - Base class for creating a 16 bit wave provider - </summary> - </member> - <member name="M:NAudio.Wave.WaveProvider16.#ctor"> - <summary> - Initializes a new instance of the WaveProvider16 class - defaulting to 44.1kHz mono - </summary> - </member> - <member name="M:NAudio.Wave.WaveProvider16.#ctor(System.Int32,System.Int32)"> - <summary> - Initializes a new instance of the WaveProvider16 class with the specified - sample rate and number of channels - </summary> - </member> - <member name="M:NAudio.Wave.WaveProvider16.SetWaveFormat(System.Int32,System.Int32)"> - <summary> - Allows you to specify the sample rate and channels for this WaveProvider - (should be initialised before you pass it to a wave player) - </summary> - </member> - <member name="M:NAudio.Wave.WaveProvider16.Read(System.Byte[],System.Int32,System.Int32)"> - <summary> - Implements the Read method of IWaveProvider by delegating to the abstract - Read method taking a short array - </summary> - </member> - <member name="M:NAudio.Wave.WaveProvider16.Read(System.Int16[],System.Int32,System.Int32)"> - <summary> - Method to override in derived classes - Supply the requested number of samples into the buffer - </summary> - </member> - <member name="P:NAudio.Wave.WaveProvider16.WaveFormat"> - <summary> - The Wave Format - </summary> - </member> - <member name="T:NAudio.Wave.WaveProvider32"> - <summary> - Base class for creating a 32 bit floating point wave provider - Can also be used as a base class for an ISampleProvider that can - be plugged straight into anything requiring an IWaveProvider - </summary> - </member> - <member name="M:NAudio.Wave.WaveProvider32.#ctor"> - <summary> - Initializes a new instance of the WaveProvider32 class - defaulting to 44.1kHz mono - </summary> - </member> - <member name="M:NAudio.Wave.WaveProvider32.#ctor(System.Int32,System.Int32)"> - <summary> - Initializes a new instance of the WaveProvider32 class with the specified - sample rate and number of channels - </summary> - </member> - <member name="M:NAudio.Wave.WaveProvider32.SetWaveFormat(System.Int32,System.Int32)"> - <summary> - Allows you to specify the sample rate and channels for this WaveProvider - (should be initialised before you pass it to a wave player) - </summary> - </member> - <member name="M:NAudio.Wave.WaveProvider32.Read(System.Byte[],System.Int32,System.Int32)"> - <summary> - Implements the Read method of IWaveProvider by delegating to the abstract - Read method taking a float array - </summary> - </member> - <member name="M:NAudio.Wave.WaveProvider32.Read(System.Single[],System.Int32,System.Int32)"> - <summary> - Method to override in derived classes - Supply the requested number of samples into the buffer - </summary> - </member> - <member name="P:NAudio.Wave.WaveProvider32.WaveFormat"> - <summary> - The Wave Format - </summary> - </member> - <member name="T:NAudio.Wave.SampleProviders.WaveToSampleProvider"> - <summary> - Helper class turning an already 32 bit floating point IWaveProvider - into an ISampleProvider - hopefully not needed for most applications - </summary> - </member> - <member name="M:NAudio.Wave.SampleProviders.WaveToSampleProvider.#ctor(NAudio.Wave.IWaveProvider)"> - <summary> - Initializes a new instance of the WaveToSampleProvider class - </summary> - <param name="source">Source wave provider, must be IEEE float</param> - </member> - <member name="M:NAudio.Wave.SampleProviders.WaveToSampleProvider.Read(System.Single[],System.Int32,System.Int32)"> - <summary> - Reads from this provider - </summary> - </member> - <member name="T:NAudio.Wave.WaveRecorder"> - <summary> - Utility class to intercept audio from an IWaveProvider and - save it to disk - </summary> - </member> - <member name="M:NAudio.Wave.WaveRecorder.#ctor(NAudio.Wave.IWaveProvider,System.String)"> - <summary> - Constructs a new WaveRecorder - </summary> - <param name="destination">The location to write the WAV file to</param> - <param name="source">The Source Wave Provider</param> - </member> - <member name="M:NAudio.Wave.WaveRecorder.Read(System.Byte[],System.Int32,System.Int32)"> - <summary> - Read simply returns what the source returns, but writes to disk along the way - </summary> - </member> - <member name="M:NAudio.Wave.WaveRecorder.Dispose"> - <summary> - Closes the WAV file - </summary> - </member> - <member name="P:NAudio.Wave.WaveRecorder.WaveFormat"> - <summary> - The WaveFormat - </summary> - </member> - <member name="T:NAudio.Wave.AiffFileReader"> - <summary>A read-only stream of AIFF data based on an aiff file - with an associated WaveFormat - originally contributed to NAudio by Giawa - </summary> - </member> - <member name="T:NAudio.Wave.WaveStream"> - <summary> - Base class for all WaveStream classes. Derives from stream. - </summary> - </member> - <member name="M:NAudio.Wave.WaveStream.Flush"> - <summary> - Flush does not need to do anything - See <see cref="M:System.IO.Stream.Flush"/> - </summary> - </member> - <member name="M:NAudio.Wave.WaveStream.Seek(System.Int64,System.IO.SeekOrigin)"> - <summary> - An alternative way of repositioning. - See <see cref="M:System.IO.Stream.Seek(System.Int64,System.IO.SeekOrigin)"/> - </summary> - </member> - <member name="M:NAudio.Wave.WaveStream.SetLength(System.Int64)"> - <summary> - Sets the length of the WaveStream. Not Supported. - </summary> - <param name="length"></param> - </member> - <member name="M:NAudio.Wave.WaveStream.Write(System.Byte[],System.Int32,System.Int32)"> - <summary> - Writes to the WaveStream. Not Supported. - </summary> - </member> - <member name="M:NAudio.Wave.WaveStream.Skip(System.Int32)"> - <summary> - Moves forward or backwards the specified number of seconds in the stream - </summary> - <param name="seconds">Number of seconds to move, can be negative</param> - </member> - <member name="M:NAudio.Wave.WaveStream.HasData(System.Int32)"> - <summary> - Whether the WaveStream has non-zero sample data at the current position for the - specified count - </summary> - <param name="count">Number of bytes to read</param> - </member> - <member name="P:NAudio.Wave.WaveStream.WaveFormat"> - <summary> - Retrieves the WaveFormat for this stream - </summary> - </member> - <member name="P:NAudio.Wave.WaveStream.CanRead"> - <summary> - We can read from this stream - </summary> - </member> - <member name="P:NAudio.Wave.WaveStream.CanSeek"> - <summary> - We can seek within this stream - </summary> - </member> - <member name="P:NAudio.Wave.WaveStream.CanWrite"> - <summary> - We can't write to this stream - </summary> - </member> - <member name="P:NAudio.Wave.WaveStream.BlockAlign"> - <summary> - The block alignment for this wavestream. Do not modify the Position - to anything that is not a whole multiple of this value - </summary> - </member> - <member name="P:NAudio.Wave.WaveStream.CurrentTime"> - <summary> - The current position in the stream in Time format - </summary> - </member> - <member name="P:NAudio.Wave.WaveStream.TotalTime"> - <summary> - Total length in real-time of the stream (may be an estimate for compressed files) - </summary> - </member> - <member name="M:NAudio.Wave.AiffFileReader.#ctor(System.String)"> - <summary>Supports opening a AIF file</summary> - <remarks>The AIF is of similar nastiness to the WAV format. - This supports basic reading of uncompressed PCM AIF files, - with 8, 16, 24 and 32 bit PCM data. - </remarks> - </member> - <member name="M:NAudio.Wave.AiffFileReader.#ctor(System.IO.Stream)"> - <summary> - Creates an Aiff File Reader based on an input stream - </summary> - <param name="inputStream">The input stream containing a AIF file including header</param> - </member> - <member name="M:NAudio.Wave.AiffFileReader.ReadAiffHeader(System.IO.Stream,NAudio.Wave.WaveFormat@,System.Int64@,System.Int32@,System.Collections.Generic.List{NAudio.Wave.AiffFileReader.AiffChunk})"> - <summary> - Ensures valid AIFF header and then finds data offset. - </summary> - <param name="stream">The stream, positioned at the start of audio data</param> - <param name="format">The format found</param> - <param name="dataChunkPosition">The position of the data chunk</param> - <param name="dataChunkLength">The length of the data chunk</param> - <param name="chunks">Additional chunks found</param> - </member> - <member name="M:NAudio.Wave.AiffFileReader.Dispose(System.Boolean)"> - <summary> - Cleans up the resources associated with this AiffFileReader - </summary> - </member> - <member name="M:NAudio.Wave.AiffFileReader.Read(System.Byte[],System.Int32,System.Int32)"> - <summary> - Reads bytes from the AIFF File - <see cref="M:System.IO.Stream.Read(System.Byte[],System.Int32,System.Int32)"/> - </summary> - </member> - <member name="P:NAudio.Wave.AiffFileReader.WaveFormat"> - <summary> - <see cref="P:NAudio.Wave.WaveStream.WaveFormat"/> - </summary> - </member> - <member name="P:NAudio.Wave.AiffFileReader.Length"> - <summary> - <see cref="P:NAudio.Wave.WaveStream.WaveFormat"/> - </summary> - </member> - <member name="P:NAudio.Wave.AiffFileReader.SampleCount"> - <summary> - Number of Samples (if possible to calculate) - </summary> - </member> - <member name="P:NAudio.Wave.AiffFileReader.Position"> - <summary> - Position in the AIFF file - <see cref="P:System.IO.Stream.Position"/> - </summary> - </member> - <member name="T:NAudio.Wave.AiffFileReader.AiffChunk"> - <summary> - AIFF Chunk - </summary> - </member> - <member name="F:NAudio.Wave.AiffFileReader.AiffChunk.ChunkName"> - <summary> - Chunk Name - </summary> - </member> - <member name="F:NAudio.Wave.AiffFileReader.AiffChunk.ChunkLength"> - <summary> - Chunk Length - </summary> - </member> - <member name="F:NAudio.Wave.AiffFileReader.AiffChunk.ChunkStart"> - <summary> - Chunk start - </summary> - </member> - <member name="M:NAudio.Wave.AiffFileReader.AiffChunk.#ctor(System.UInt32,System.String,System.UInt32)"> - <summary> - Creates a new AIFF Chunk - </summary> - </member> - <member name="T:NAudio.Wave.AudioFileReader"> - <summary> - AudioFileReader simplifies opening an audio file in NAudio - Simply pass in the filename, and it will attempt to open the - file and set up a conversion path that turns into PCM IEEE float. - ACM codecs will be used for conversion. - It provides a volume property and implements both WaveStream and - ISampleProvider, making it possibly the only stage in your audio - pipeline necessary for simple playback scenarios - </summary> - </member> - <member name="M:NAudio.Wave.AudioFileReader.#ctor(System.String)"> - <summary> - Initializes a new instance of AudioFileReader - </summary> - <param name="fileName">The file to open</param> - </member> - <member name="M:NAudio.Wave.AudioFileReader.CreateReaderStream(System.String)"> - <summary> - Creates the reader stream, supporting all filetypes in the core NAudio library, - and ensuring we are in PCM format - </summary> - <param name="fileName">File Name</param> - </member> - <member name="M:NAudio.Wave.AudioFileReader.Read(System.Byte[],System.Int32,System.Int32)"> - <summary> - Reads from this wave stream - </summary> - <param name="buffer">Audio buffer</param> - <param name="offset">Offset into buffer</param> - <param name="count">Number of bytes required</param> - <returns>Number of bytes read</returns> - </member> - <member name="M:NAudio.Wave.AudioFileReader.Read(System.Single[],System.Int32,System.Int32)"> - <summary> - Reads audio from this sample provider - </summary> - <param name="buffer">Sample buffer</param> - <param name="offset">Offset into sample buffer</param> - <param name="count">Number of samples required</param> - <returns>Number of samples read</returns> - </member> - <member name="M:NAudio.Wave.AudioFileReader.SourceToDest(System.Int64)"> - <summary> - Helper to convert source to dest bytes - </summary> - </member> - <member name="M:NAudio.Wave.AudioFileReader.DestToSource(System.Int64)"> - <summary> - Helper to convert dest to source bytes - </summary> - </member> - <member name="M:NAudio.Wave.AudioFileReader.Dispose(System.Boolean)"> - <summary> - Disposes this AudioFileReader - </summary> - <param name="disposing">True if called from Dispose</param> - </member> - <member name="P:NAudio.Wave.AudioFileReader.WaveFormat"> - <summary> - WaveFormat of this stream - </summary> - </member> - <member name="P:NAudio.Wave.AudioFileReader.Length"> - <summary> - Length of this stream (in bytes) - </summary> - </member> - <member name="P:NAudio.Wave.AudioFileReader.Position"> - <summary> - Position of this stream (in bytes) - </summary> - </member> - <member name="P:NAudio.Wave.AudioFileReader.Volume"> - <summary> - Gets or Sets the Volume of this AudioFileReader. 1.0f is full volume - </summary> - </member> - <member name="T:NAudio.Wave.BlockAlignReductionStream"> - <summary> - Helper stream that lets us read from compressed audio files with large block alignment - as though we could read any amount and reposition anywhere - </summary> - </member> - <member name="M:NAudio.Wave.BlockAlignReductionStream.#ctor(NAudio.Wave.WaveStream)"> - <summary> - Creates a new BlockAlignReductionStream - </summary> - <param name="sourceStream">the input stream</param> - </member> - <member name="M:NAudio.Wave.BlockAlignReductionStream.Dispose(System.Boolean)"> - <summary> - Disposes this WaveStream - </summary> - </member> - <member name="M:NAudio.Wave.BlockAlignReductionStream.Read(System.Byte[],System.Int32,System.Int32)"> - <summary> - Reads data from this stream - </summary> - <param name="buffer"></param> - <param name="offset"></param> - <param name="count"></param> - <returns></returns> - </member> - <member name="P:NAudio.Wave.BlockAlignReductionStream.BlockAlign"> - <summary> - Block alignment of this stream - </summary> - </member> - <member name="P:NAudio.Wave.BlockAlignReductionStream.WaveFormat"> - <summary> - Wave Format - </summary> - </member> - <member name="P:NAudio.Wave.BlockAlignReductionStream.Length"> - <summary> - Length of this Stream - </summary> - </member> - <member name="P:NAudio.Wave.BlockAlignReductionStream.Position"> - <summary> - Current position within stream - </summary> - </member> - <member name="T:NAudio.Wave.Cue"> - <summary> - Holds information on a cue: a labeled position within a Wave file - </summary> - </member> - <member name="M:NAudio.Wave.Cue.#ctor(System.Int32,System.String)"> - <summary> - Creates a Cue based on a sample position and label - </summary> - <param name="position"></param> - <param name="label"></param> - </member> - <member name="P:NAudio.Wave.Cue.Position"> - <summary> - Cue position in samples - </summary> - </member> - <member name="P:NAudio.Wave.Cue.Label"> - <summary> - Label of the cue - </summary> - </member> - <member name="T:NAudio.Wave.CueList"> - <summary> - Holds a list of cues - </summary> - <remarks> - The specs for reading and writing cues from the cue and list RIFF chunks - are from http://www.sonicspot.com/guide/wavefiles.html and http://www.wotsit.org/ - ------------------------------ - The cues are stored like this: - ------------------------------ - struct CuePoint - { - Int32 dwIdentifier; - Int32 dwPosition; - Int32 fccChunk; - Int32 dwChunkStart; - Int32 dwBlockStart; - Int32 dwSampleOffset; - } - - struct CueChunk - { - Int32 chunkID; - Int32 chunkSize; - Int32 dwCuePoints; - CuePoint[] points; - } - ------------------------------ - Labels look like this: - ------------------------------ - struct ListHeader - { - Int32 listID; /* 'list' */ - Int32 chunkSize; /* includes the Type ID below */ - Int32 typeID; /* 'adtl' */ - } - - struct LabelChunk - { - Int32 chunkID; - Int32 chunkSize; - Int32 dwIdentifier; - Char[] dwText; /* Encoded with extended ASCII */ - } LabelChunk; - </remarks> - </member> - <member name="M:NAudio.Wave.CueList.#ctor"> - <summary> - Creates an empty cue list - </summary> - </member> - <member name="M:NAudio.Wave.CueList.Add(NAudio.Wave.Cue)"> - <summary> - Adds an item to the list - </summary> - <param name="cue">Cue</param> - </member> - <member name="M:NAudio.Wave.CueList.#ctor(System.Byte[],System.Byte[])"> - <summary> - Creates a cue list from the cue RIFF chunk and the list RIFF chunk - </summary> - <param name="cueChunkData">The data contained in the cue chunk</param> - <param name="listChunkData">The data contained in the list chunk</param> - </member> - <member name="M:NAudio.Wave.CueList.GetRIFFChunks"> - <summary> - Gets the cues as the concatenated cue and list RIFF chunks. - </summary> - <returns>RIFF chunks containing the cue data</returns> - </member> - <member name="M:NAudio.Wave.CueList.FromChunks(NAudio.Wave.WaveFileReader)"> - <summary> - Checks if the cue and list chunks exist and if so, creates a cue list - </summary> - </member> - <member name="P:NAudio.Wave.CueList.CuePositions"> - <summary> - Gets sample positions for the embedded cues - </summary> - <returns>Array containing the cue positions</returns> - </member> - <member name="P:NAudio.Wave.CueList.CueLabels"> - <summary> - Gets labels for the embedded cues - </summary> - <returns>Array containing the labels</returns> - </member> - <member name="P:NAudio.Wave.CueList.Count"> - <summary> - Number of cues - </summary> - </member> - <member name="P:NAudio.Wave.CueList.Item(System.Int32)"> - <summary> - Accesses the cue at the specified index - </summary> - <param name="index"></param> - <returns></returns> - </member> - <member name="T:NAudio.Wave.CueWaveFileReader"> - <summary> - A wave file reader supporting cue reading - </summary> - </member> - <member name="T:NAudio.Wave.WaveFileReader"> - <summary>This class supports the reading of WAV files, - providing a repositionable WaveStream that returns the raw data - contained in the WAV file - </summary> - </member> - <member name="M:NAudio.Wave.WaveFileReader.#ctor(System.String)"> - <summary>Supports opening a WAV file</summary> - <remarks>The WAV file format is a real mess, but we will only - support the basic WAV file format which actually covers the vast - majority of WAV files out there. For more WAV file format information - visit www.wotsit.org. If you have a WAV file that can't be read by - this class, email it to the NAudio project and we will probably - fix this reader to support it - </remarks> - </member> - <member name="M:NAudio.Wave.WaveFileReader.#ctor(System.IO.Stream)"> - <summary> - Creates a Wave File Reader based on an input stream - </summary> - <param name="inputStream">The input stream containing a WAV file including header</param> - </member> - <member name="M:NAudio.Wave.WaveFileReader.GetChunkData(NAudio.Wave.RiffChunk)"> - <summary> - Gets the data for the specified chunk - </summary> - </member> - <member name="M:NAudio.Wave.WaveFileReader.Dispose(System.Boolean)"> - <summary> - Cleans up the resources associated with this WaveFileReader - </summary> - </member> - <member name="M:NAudio.Wave.WaveFileReader.Read(System.Byte[],System.Int32,System.Int32)"> - <summary> - Reads bytes from the Wave File - <see cref="M:System.IO.Stream.Read(System.Byte[],System.Int32,System.Int32)"/> - </summary> - </member> - <member name="M:NAudio.Wave.WaveFileReader.ReadNextSampleFrame"> - <summary> - Attempts to read the next sample or group of samples as floating point normalised into the range -1.0f to 1.0f - </summary> - <returns>An array of samples, 1 for mono, 2 for stereo etc. Null indicates end of file reached - </returns> - </member> - <member name="M:NAudio.Wave.WaveFileReader.TryReadFloat(System.Single@)"> - <summary> - Attempts to read a sample into a float. n.b. only applicable for uncompressed formats - Will normalise the value read into the range -1.0f to 1.0f if it comes from a PCM encoding - </summary> - <returns>False if the end of the WAV data chunk was reached</returns> - </member> - <member name="P:NAudio.Wave.WaveFileReader.ExtraChunks"> - <summary> - Gets a list of the additional chunks found in this file - </summary> - </member> - <member name="P:NAudio.Wave.WaveFileReader.WaveFormat"> - <summary> - <see cref="P:NAudio.Wave.WaveStream.WaveFormat"/> - </summary> - </member> - <member name="P:NAudio.Wave.WaveFileReader.Length"> - <summary> - This is the length of audio data contained in this WAV file, in bytes - (i.e. the byte length of the data chunk, not the length of the WAV file itself) - <see cref="P:NAudio.Wave.WaveStream.WaveFormat"/> - </summary> - </member> - <member name="P:NAudio.Wave.WaveFileReader.SampleCount"> - <summary> - Number of Samples (if possible to calculate) - This currently does not take into account number of channels, so - divide again by number of channels if you want the number of - audio 'frames' - </summary> - </member> - <member name="P:NAudio.Wave.WaveFileReader.Position"> - <summary> - Position in the WAV data chunk. - <see cref="P:System.IO.Stream.Position"/> - </summary> - </member> - <member name="M:NAudio.Wave.CueWaveFileReader.#ctor(System.String)"> - <summary> - Loads a wavefile and supports reading cues - </summary> - <param name="fileName"></param> - </member> - <member name="P:NAudio.Wave.CueWaveFileReader.Cues"> - <summary> - Cue List (can be null if cues not present) - </summary> - </member> - <member name="T:NAudio.Wave.SampleEventArgs"> - <summary> - Sample event arguments - </summary> - </member> - <member name="M:NAudio.Wave.SampleEventArgs.#ctor(System.Single,System.Single)"> - <summary> - Constructor - </summary> - </member> - <member name="P:NAudio.Wave.SampleEventArgs.Left"> - <summary> - Left sample - </summary> - </member> - <member name="P:NAudio.Wave.SampleEventArgs.Right"> - <summary> - Right sample - </summary> - </member> - <member name="T:NAudio.Wave.MediaFoundationReader"> - <summary> - Class for reading any file that Media Foundation can play - Will only work in Windows Vista and above - Automatically converts to PCM - If it is a video file with multiple audio streams, it will pick out the first audio stream - </summary> - </member> - <member name="M:NAudio.Wave.MediaFoundationReader.#ctor(System.String)"> - <summary> - Creates a new MediaFoundationReader based on the supplied file - </summary> - <param name="file">Filename (can also be a URL e.g. http:// mms:// file://)</param> - </member> - <member name="M:NAudio.Wave.MediaFoundationReader.#ctor(System.String,NAudio.Wave.MediaFoundationReader.MediaFoundationReaderSettings)"> - <summary> - Creates a new MediaFoundationReader based on the supplied file - </summary> - <param name="file">Filename</param> - <param name="settings">Advanced settings</param> - </member> - <member name="M:NAudio.Wave.MediaFoundationReader.CreateReader(NAudio.Wave.MediaFoundationReader.MediaFoundationReaderSettings)"> - <summary> - Creates the reader (overridable by ) - </summary> - </member> - <member name="M:NAudio.Wave.MediaFoundationReader.Read(System.Byte[],System.Int32,System.Int32)"> - <summary> - Reads from this wave stream - </summary> - <param name="buffer">Buffer to read into</param> - <param name="offset">Offset in buffer</param> - <param name="count">Bytes required</param> - <returns>Number of bytes read; 0 indicates end of stream</returns> - </member> - <member name="M:NAudio.Wave.MediaFoundationReader.Dispose(System.Boolean)"> - <summary> - Cleans up after finishing with this reader - </summary> - <param name="disposing">true if called from Dispose</param> - </member> - <member name="P:NAudio.Wave.MediaFoundationReader.WaveFormat"> - <summary> - WaveFormat of this stream (n.b. this is after converting to PCM) - </summary> - </member> - <member name="P:NAudio.Wave.MediaFoundationReader.Length"> - <summary> - The bytesRequired of this stream in bytes (n.b may not be accurate) - </summary> - </member> - <member name="P:NAudio.Wave.MediaFoundationReader.Position"> - <summary> - Current position within this stream - </summary> - </member> - <member name="E:NAudio.Wave.MediaFoundationReader.WaveFormatChanged"> - <summary> - WaveFormat has changed - </summary> - </member> - <member name="T:NAudio.Wave.MediaFoundationReader.MediaFoundationReaderSettings"> - <summary> - Allows customisation of this reader class - </summary> - </member> - <member name="M:NAudio.Wave.MediaFoundationReader.MediaFoundationReaderSettings.#ctor"> - <summary> - Sets up the default settings for MediaFoundationReader - </summary> - </member> - <member name="P:NAudio.Wave.MediaFoundationReader.MediaFoundationReaderSettings.RequestFloatOutput"> - <summary> - Allows us to request IEEE float output (n.b. no guarantee this will be accepted) - </summary> - </member> - <member name="P:NAudio.Wave.MediaFoundationReader.MediaFoundationReaderSettings.SingleReaderObject"> - <summary> - If true, the reader object created in the constructor is used in Read - Should only be set to true if you are working entirely on an STA thread, or - entirely with MTA threads. - </summary> - </member> - <member name="P:NAudio.Wave.MediaFoundationReader.MediaFoundationReaderSettings.RepositionInRead"> - <summary> - If true, the reposition does not happen immediately, but waits until the - next call to read to be processed. - </summary> - </member> - <member name="T:NAudio.Wave.Mp3FileReader"> - <summary> - Class for reading from MP3 files - </summary> - </member> - <member name="M:NAudio.Wave.Mp3FileReader.#ctor(System.String)"> - <summary>Supports opening a MP3 file</summary> - </member> - <member name="M:NAudio.Wave.Mp3FileReader.#ctor(System.String,NAudio.Wave.Mp3FileReader.FrameDecompressorBuilder)"> - <summary>Supports opening a MP3 file</summary> - <param name="mp3FileName">MP3 File name</param> - <param name="frameDecompressorBuilder">Factory method to build a frame decompressor</param> - </member> - <member name="M:NAudio.Wave.Mp3FileReader.#ctor(System.IO.Stream)"> - <summary> - Opens MP3 from a stream rather than a file - Will not dispose of this stream itself - </summary> - <param name="inputStream">The incoming stream containing MP3 data</param> - </member> - <member name="M:NAudio.Wave.Mp3FileReader.#ctor(System.IO.Stream,NAudio.Wave.Mp3FileReader.FrameDecompressorBuilder)"> - <summary> - Opens MP3 from a stream rather than a file - Will not dispose of this stream itself - </summary> - <param name="inputStream">The incoming stream containing MP3 data</param> - <param name="frameDecompressorBuilder">Factory method to build a frame decompressor</param> - </member> - <member name="M:NAudio.Wave.Mp3FileReader.CreateAcmFrameDecompressor(NAudio.Wave.WaveFormat)"> - <summary> - Creates an ACM MP3 Frame decompressor. This is the default with NAudio - </summary> - <param name="mp3Format">A WaveFormat object based </param> - <returns></returns> - </member> - <member name="M:NAudio.Wave.Mp3FileReader.TotalSeconds"> - <summary> - Gets the total length of this file in milliseconds. - </summary> - </member> - <member name="M:NAudio.Wave.Mp3FileReader.ReadNextFrame"> - <summary> - Reads the next mp3 frame - </summary> - <returns>Next mp3 frame, or null if EOF</returns> - </member> - <member name="M:NAudio.Wave.Mp3FileReader.ReadNextFrame(System.Boolean)"> - <summary> - Reads the next mp3 frame - </summary> - <returns>Next mp3 frame, or null if EOF</returns> - </member> - <member name="M:NAudio.Wave.Mp3FileReader.Read(System.Byte[],System.Int32,System.Int32)"> - <summary> - Reads decompressed PCM data from our MP3 file. - </summary> - </member> - <member name="M:NAudio.Wave.Mp3FileReader.Dispose(System.Boolean)"> - <summary> - Disposes this WaveStream - </summary> - </member> - <member name="P:NAudio.Wave.Mp3FileReader.Mp3WaveFormat"> - <summary> - The MP3 wave format (n.b. NOT the output format of this stream - see the WaveFormat property) - </summary> - </member> - <member name="P:NAudio.Wave.Mp3FileReader.Id3v2Tag"> - <summary> - ID3v2 tag if present - </summary> - </member> - <member name="P:NAudio.Wave.Mp3FileReader.Id3v1Tag"> - <summary> - ID3v1 tag if present - </summary> - </member> - <member name="P:NAudio.Wave.Mp3FileReader.Length"> - <summary> - This is the length in bytes of data available to be read out from the Read method - (i.e. the decompressed MP3 length) - n.b. this may return 0 for files whose length is unknown - </summary> - </member> - <member name="P:NAudio.Wave.Mp3FileReader.WaveFormat"> - <summary> - <see cref="P:NAudio.Wave.WaveStream.WaveFormat"/> - </summary> - </member> - <member name="P:NAudio.Wave.Mp3FileReader.Position"> - <summary> - <see cref="P:System.IO.Stream.Position"/> - </summary> - </member> - <member name="P:NAudio.Wave.Mp3FileReader.XingHeader"> - <summary> - Xing header if present - </summary> - </member> - <member name="T:NAudio.Wave.Mp3FileReader.FrameDecompressorBuilder"> - <summary> - Function that can create an MP3 Frame decompressor - </summary> - <param name="mp3Format">A WaveFormat object describing the MP3 file format</param> - <returns>An MP3 Frame decompressor</returns> - </member> - <member name="T:NAudio.Wave.SampleProviders.Pcm16BitToSampleProvider"> - <summary> - Converts an IWaveProvider containing 16 bit PCM to an - ISampleProvider - </summary> - </member> - <member name="M:NAudio.Wave.SampleProviders.Pcm16BitToSampleProvider.#ctor(NAudio.Wave.IWaveProvider)"> - <summary> - Initialises a new instance of Pcm16BitToSampleProvider - </summary> - <param name="source">Source wave provider</param> - </member> - <member name="M:NAudio.Wave.SampleProviders.Pcm16BitToSampleProvider.Read(System.Single[],System.Int32,System.Int32)"> - <summary> - Reads samples from this sample provider - </summary> - <param name="buffer">Sample buffer</param> - <param name="offset">Offset into sample buffer</param> - <param name="count">Samples required</param> - <returns>Number of samples read</returns> - </member> - <member name="T:NAudio.Wave.SampleProviders.Pcm24BitToSampleProvider"> - <summary> - Converts an IWaveProvider containing 24 bit PCM to an - ISampleProvider - </summary> - </member> - <member name="M:NAudio.Wave.SampleProviders.Pcm24BitToSampleProvider.#ctor(NAudio.Wave.IWaveProvider)"> - <summary> - Initialises a new instance of Pcm24BitToSampleProvider - </summary> - <param name="source">Source Wave Provider</param> - </member> - <member name="M:NAudio.Wave.SampleProviders.Pcm24BitToSampleProvider.Read(System.Single[],System.Int32,System.Int32)"> - <summary> - Reads floating point samples from this sample provider - </summary> - <param name="buffer">sample buffer</param> - <param name="offset">offset within sample buffer to write to</param> - <param name="count">number of samples required</param> - <returns>number of samples provided</returns> - </member> - <member name="T:NAudio.Wave.SampleProviders.Pcm8BitToSampleProvider"> - <summary> - Converts an IWaveProvider containing 8 bit PCM to an - ISampleProvider - </summary> - </member> - <member name="M:NAudio.Wave.SampleProviders.Pcm8BitToSampleProvider.#ctor(NAudio.Wave.IWaveProvider)"> - <summary> - Initialises a new instance of Pcm8BitToSampleProvider - </summary> - <param name="source">Source wave provider</param> - </member> - <member name="M:NAudio.Wave.SampleProviders.Pcm8BitToSampleProvider.Read(System.Single[],System.Int32,System.Int32)"> - <summary> - Reads samples from this sample provider - </summary> - <param name="buffer">Sample buffer</param> - <param name="offset">Offset into sample buffer</param> - <param name="count">Number of samples to read</param> - <returns>Number of samples read</returns> - </member> - <member name="T:NAudio.Wave.RawSourceWaveStream"> - <summary> - WaveStream that simply passes on data from its source stream - (e.g. a MemoryStream) - </summary> - </member> - <member name="M:NAudio.Wave.RawSourceWaveStream.#ctor(System.IO.Stream,NAudio.Wave.WaveFormat)"> - <summary> - Initialises a new instance of RawSourceWaveStream - </summary> - <param name="sourceStream">The source stream containing raw audio</param> - <param name="waveFormat">The waveformat of the audio in the source stream</param> - </member> - <member name="M:NAudio.Wave.RawSourceWaveStream.Read(System.Byte[],System.Int32,System.Int32)"> - <summary> - Reads data from the stream - </summary> - </member> - <member name="P:NAudio.Wave.RawSourceWaveStream.WaveFormat"> - <summary> - The WaveFormat of this stream - </summary> - </member> - <member name="P:NAudio.Wave.RawSourceWaveStream.Length"> - <summary> - The length in bytes of this stream (if supported) - </summary> - </member> - <member name="P:NAudio.Wave.RawSourceWaveStream.Position"> - <summary> - The current position in this stream - </summary> - </member> - <member name="T:NAudio.Wave.ResamplerDmoStream"> - <summary> - Wave Stream for converting between sample rates - </summary> - </member> - <member name="M:NAudio.Wave.ResamplerDmoStream.#ctor(NAudio.Wave.IWaveProvider,NAudio.Wave.WaveFormat)"> - <summary> - WaveStream to resample using the DMO Resampler - </summary> - <param name="inputProvider">Input Stream</param> - <param name="outputFormat">Desired Output Format</param> - </member> - <member name="M:NAudio.Wave.ResamplerDmoStream.Read(System.Byte[],System.Int32,System.Int32)"> - <summary> - Reads data from input stream - </summary> - <param name="buffer">buffer</param> - <param name="offset">offset into buffer</param> - <param name="count">Bytes required</param> - <returns>Number of bytes read</returns> - </member> - <member name="M:NAudio.Wave.ResamplerDmoStream.Dispose(System.Boolean)"> - <summary> - Dispose - </summary> - <param name="disposing">True if disposing (not from finalizer)</param> - </member> - <member name="P:NAudio.Wave.ResamplerDmoStream.WaveFormat"> - <summary> - Stream Wave Format - </summary> - </member> - <member name="P:NAudio.Wave.ResamplerDmoStream.Length"> - <summary> - Stream length in bytes - </summary> - </member> - <member name="P:NAudio.Wave.ResamplerDmoStream.Position"> - <summary> - Stream position in bytes - </summary> - </member> - <member name="T:NAudio.Wave.RiffChunk"> - <summary> - Holds information about a RIFF file chunk - </summary> - </member> - <member name="M:NAudio.Wave.RiffChunk.#ctor(System.Int32,System.Int32,System.Int64)"> - <summary> - Creates a RiffChunk object - </summary> - </member> - <member name="P:NAudio.Wave.RiffChunk.Identifier"> - <summary> - The chunk identifier - </summary> - </member> - <member name="P:NAudio.Wave.RiffChunk.IdentifierAsString"> - <summary> - The chunk identifier converted to a string - </summary> - </member> - <member name="P:NAudio.Wave.RiffChunk.Length"> - <summary> - The chunk length - </summary> - </member> - <member name="P:NAudio.Wave.RiffChunk.StreamPosition"> - <summary> - The stream position this chunk is located at - </summary> - </member> - <member name="T:NAudio.Wave.SimpleCompressorStream"> - <summary> - A simple compressor - </summary> - </member> - <member name="M:NAudio.Wave.SimpleCompressorStream.#ctor(NAudio.Wave.WaveStream)"> - <summary> - Create a new simple compressor stream - </summary> - <param name="sourceStream">Source stream</param> - </member> - <member name="M:NAudio.Wave.SimpleCompressorStream.HasData(System.Int32)"> - <summary> - Determine whether the stream has the required amount of data. - </summary> - <param name="count">Number of bytes of data required from the stream.</param> - <returns>Flag indicating whether the required amount of data is avialable.</returns> - </member> - <member name="M:NAudio.Wave.SimpleCompressorStream.Read(System.Byte[],System.Int32,System.Int32)"> - <summary> - Reads bytes from this stream - </summary> - <param name="array">Buffer to read into</param> - <param name="offset">Offset in array to read into</param> - <param name="count">Number of bytes to read</param> - <returns>Number of bytes read</returns> - </member> - <member name="M:NAudio.Wave.SimpleCompressorStream.Dispose(System.Boolean)"> - <summary> - Disposes this stream - </summary> - <param name="disposing">true if the user called this</param> - </member> - <member name="P:NAudio.Wave.SimpleCompressorStream.MakeUpGain"> - <summary> - Make-up Gain - </summary> - </member> - <member name="P:NAudio.Wave.SimpleCompressorStream.Threshold"> - <summary> - Threshold - </summary> - </member> - <member name="P:NAudio.Wave.SimpleCompressorStream.Ratio"> - <summary> - Ratio - </summary> - </member> - <member name="P:NAudio.Wave.SimpleCompressorStream.Attack"> - <summary> - Attack time - </summary> - </member> - <member name="P:NAudio.Wave.SimpleCompressorStream.Release"> - <summary> - Release time - </summary> - </member> - <member name="P:NAudio.Wave.SimpleCompressorStream.Enabled"> - <summary> - Turns gain on or off - </summary> - </member> - <member name="P:NAudio.Wave.SimpleCompressorStream.Length"> - <summary> - Returns the stream length - </summary> - </member> - <member name="P:NAudio.Wave.SimpleCompressorStream.Position"> - <summary> - Gets or sets the current position in the stream - </summary> - </member> - <member name="P:NAudio.Wave.SimpleCompressorStream.WaveFormat"> - <summary> - Gets the WaveFormat of this stream - </summary> - </member> - <member name="P:NAudio.Wave.SimpleCompressorStream.BlockAlign"> - <summary> - Gets the block alignment for this stream - </summary> - </member> - <member name="T:NAudio.Wave.Wave32To16Stream"> - <summary> - WaveStream that converts 32 bit audio back down to 16 bit, clipping if necessary - </summary> - </member> - <member name="M:NAudio.Wave.Wave32To16Stream.#ctor(NAudio.Wave.WaveStream)"> - <summary> - Creates a new Wave32To16Stream - </summary> - <param name="sourceStream">the source stream</param> - </member> - <member name="M:NAudio.Wave.Wave32To16Stream.Read(System.Byte[],System.Int32,System.Int32)"> - <summary> - Reads bytes from this wave stream - </summary> - <param name="destBuffer">Destination buffer</param> - <param name="offset">Offset into destination buffer</param> - <param name="numBytes"></param> - <returns>Number of bytes read.</returns> - </member> - <member name="M:NAudio.Wave.Wave32To16Stream.Convert32To16(System.Byte[],System.Int32,System.Byte[],System.Int32)"> - <summary> - Conversion to 16 bit and clipping - </summary> - </member> - <member name="M:NAudio.Wave.Wave32To16Stream.Dispose(System.Boolean)"> - <summary> - Disposes this WaveStream - </summary> - </member> - <member name="P:NAudio.Wave.Wave32To16Stream.Volume"> - <summary> - Sets the volume for this stream. 1.0f is full scale - </summary> - </member> - <member name="P:NAudio.Wave.Wave32To16Stream.BlockAlign"> - <summary> - <see cref="P:NAudio.Wave.WaveStream.BlockAlign"/> - </summary> - </member> - <member name="P:NAudio.Wave.Wave32To16Stream.Length"> - <summary> - Returns the stream length - </summary> - </member> - <member name="P:NAudio.Wave.Wave32To16Stream.Position"> - <summary> - Gets or sets the current position in the stream - </summary> - </member> - <member name="P:NAudio.Wave.Wave32To16Stream.WaveFormat"> - <summary> - <see cref="P:NAudio.Wave.WaveStream.WaveFormat"/> - </summary> - </member> - <member name="P:NAudio.Wave.Wave32To16Stream.Clip"> - <summary> - Clip indicator. Can be reset. - </summary> - </member> - <member name="T:NAudio.Wave.WaveChannel32"> - <summary> - Represents Channel for the WaveMixerStream - 32 bit output and 16 bit input - It's output is always stereo - The input stream can be panned - </summary> - </member> - <member name="M:NAudio.Wave.WaveChannel32.#ctor(NAudio.Wave.WaveStream,System.Single,System.Single)"> - <summary> - Creates a new WaveChannel32 - </summary> - <param name="sourceStream">the source stream</param> - <param name="volume">stream volume (1 is 0dB)</param> - <param name="pan">pan control (-1 to 1)</param> - </member> - <member name="M:NAudio.Wave.WaveChannel32.#ctor(NAudio.Wave.WaveStream)"> - <summary> - Creates a WaveChannel32 with default settings - </summary> - <param name="sourceStream">The source stream</param> - </member> - <member name="M:NAudio.Wave.WaveChannel32.Read(System.Byte[],System.Int32,System.Int32)"> - <summary> - Reads bytes from this wave stream - </summary> - <param name="destBuffer">The destination buffer</param> - <param name="offset">Offset into the destination buffer</param> - <param name="numBytes">Number of bytes read</param> - <returns>Number of bytes read.</returns> - </member> - <member name="M:NAudio.Wave.WaveChannel32.HasData(System.Int32)"> - <summary> - Determines whether this channel has any data to play - to allow optimisation to not read, but bump position forward - </summary> - </member> - <member name="M:NAudio.Wave.WaveChannel32.Dispose(System.Boolean)"> - <summary> - Disposes this WaveStream - </summary> - </member> - <member name="M:NAudio.Wave.WaveChannel32.RaiseSample(System.Single,System.Single)"> - <summary> - Raise the sample event (no check for null because it has already been done) - </summary> - </member> - <member name="P:NAudio.Wave.WaveChannel32.BlockAlign"> - <summary> - Gets the block alignment for this WaveStream - </summary> - </member> - <member name="P:NAudio.Wave.WaveChannel32.Length"> - <summary> - Returns the stream length - </summary> - </member> - <member name="P:NAudio.Wave.WaveChannel32.Position"> - <summary> - Gets or sets the current position in the stream - </summary> - </member> - <member name="P:NAudio.Wave.WaveChannel32.PadWithZeroes"> - <summary> - If true, Read always returns the number of bytes requested - </summary> - </member> - <member name="P:NAudio.Wave.WaveChannel32.WaveFormat"> - <summary> - <see cref="P:NAudio.Wave.WaveStream.WaveFormat"/> - </summary> - </member> - <member name="P:NAudio.Wave.WaveChannel32.Volume"> - <summary> - Volume of this channel. 1.0 = full scale - </summary> - </member> - <member name="P:NAudio.Wave.WaveChannel32.Pan"> - <summary> - Pan of this channel (from -1 to 1) - </summary> - </member> - <member name="E:NAudio.Wave.WaveChannel32.Sample"> - <summary> - Sample - </summary> - </member> - <member name="T:NAudio.Wave.SampleProviders.SampleChannel"> - <summary> - Utility class that takes an IWaveProvider input at any bit depth - and exposes it as an ISampleProvider. Can turn mono inputs into stereo, - and allows adjusting of volume - (The eventual successor to WaveChannel32) - This class also serves as an example of how you can link together several simple - Sample Providers to form a more useful class. - </summary> - </member> - <member name="M:NAudio.Wave.SampleProviders.SampleChannel.#ctor(NAudio.Wave.IWaveProvider)"> - <summary> - Initialises a new instance of SampleChannel - </summary> - <param name="waveProvider">Source wave provider, must be PCM or IEEE</param> - </member> - <member name="M:NAudio.Wave.SampleProviders.SampleChannel.#ctor(NAudio.Wave.IWaveProvider,System.Boolean)"> - <summary> - Initialises a new instance of SampleChannel - </summary> - <param name="waveProvider">Source wave provider, must be PCM or IEEE</param> - <param name="forceStereo">force mono inputs to become stereo</param> - </member> - <member name="M:NAudio.Wave.SampleProviders.SampleChannel.Read(System.Single[],System.Int32,System.Int32)"> - <summary> - Reads samples from this sample provider - </summary> - <param name="buffer">Sample buffer</param> - <param name="offset">Offset into sample buffer</param> - <param name="sampleCount">Number of samples desired</param> - <returns>Number of samples read</returns> - </member> - <member name="P:NAudio.Wave.SampleProviders.SampleChannel.WaveFormat"> - <summary> - The WaveFormat of this Sample Provider - </summary> - </member> - <member name="P:NAudio.Wave.SampleProviders.SampleChannel.Volume"> - <summary> - Allows adjusting the volume, 1.0f = full volume - </summary> - </member> - <member name="E:NAudio.Wave.SampleProviders.SampleChannel.PreVolumeMeter"> - <summary> - Raised periodically to inform the user of the max volume - (before the volume meter) - </summary> - </member> - <member name="T:NAudio.Wave.WaveFormatConversionStream"> - <summary> - WaveStream that passes through an ACM Codec - </summary> - </member> - <member name="M:NAudio.Wave.WaveFormatConversionStream.CreatePcmStream(NAudio.Wave.WaveStream)"> - <summary> - Creates a stream that can convert to PCM - </summary> - <param name="sourceStream">The source stream</param> - <returns>A PCM stream</returns> - </member> - <member name="M:NAudio.Wave.WaveFormatConversionStream.#ctor(NAudio.Wave.WaveFormat,NAudio.Wave.WaveStream)"> - <summary> - Create a new WaveFormat conversion stream - </summary> - <param name="targetFormat">Desired output format</param> - <param name="sourceStream">Source stream</param> - </member> - <member name="M:NAudio.Wave.WaveFormatConversionStream.SourceToDest(System.Int32)"> - <summary> - Converts source bytes to destination bytes - </summary> - </member> - <member name="M:NAudio.Wave.WaveFormatConversionStream.DestToSource(System.Int32)"> - <summary> - Converts destination bytes to source bytes - </summary> - </member> - <member name="M:NAudio.Wave.WaveFormatConversionStream.Read(System.Byte[],System.Int32,System.Int32)"> - <summary> - Reads bytes from this stream - </summary> - <param name="buffer">Buffer to read into</param> - <param name="offset">Offset in buffer to read into</param> - <param name="count">Number of bytes to read</param> - <returns>Number of bytes read</returns> - </member> - <member name="M:NAudio.Wave.WaveFormatConversionStream.Dispose(System.Boolean)"> - <summary> - Disposes this stream - </summary> - <param name="disposing">true if the user called this</param> - </member> - <member name="P:NAudio.Wave.WaveFormatConversionStream.Length"> - <summary> - Returns the stream length - </summary> - </member> - <member name="P:NAudio.Wave.WaveFormatConversionStream.Position"> - <summary> - Gets or sets the current position in the stream - </summary> - </member> - <member name="P:NAudio.Wave.WaveFormatConversionStream.WaveFormat"> - <summary> - Gets the WaveFormat of this stream - </summary> - </member> - <member name="T:NAudio.Wave.WaveInBuffer"> - <summary> - A buffer of Wave samples - </summary> - </member> - <member name="M:NAudio.Wave.WaveInBuffer.#ctor(System.IntPtr,System.Int32)"> - <summary> - creates a new wavebuffer - </summary> - <param name="waveInHandle">WaveIn device to write to</param> - <param name="bufferSize">Buffer size in bytes</param> - </member> - <member name="M:NAudio.Wave.WaveInBuffer.Reuse"> - <summary> - Place this buffer back to record more audio - </summary> - </member> - <member name="M:NAudio.Wave.WaveInBuffer.Finalize"> - <summary> - Finalizer for this wave buffer - </summary> - </member> - <member name="M:NAudio.Wave.WaveInBuffer.Dispose"> - <summary> - Releases resources held by this WaveBuffer - </summary> - </member> - <member name="M:NAudio.Wave.WaveInBuffer.Dispose(System.Boolean)"> - <summary> - Releases resources held by this WaveBuffer - </summary> - </member> - <member name="P:NAudio.Wave.WaveInBuffer.Data"> - <summary> - Provides access to the actual record buffer (for reading only) - </summary> - </member> - <member name="P:NAudio.Wave.WaveInBuffer.Done"> - <summary> - Indicates whether the Done flag is set on this buffer - </summary> - </member> - <member name="P:NAudio.Wave.WaveInBuffer.InQueue"> - <summary> - Indicates whether the InQueue flag is set on this buffer - </summary> - </member> - <member name="P:NAudio.Wave.WaveInBuffer.BytesRecorded"> - <summary> - Number of bytes recorded - </summary> - </member> - <member name="P:NAudio.Wave.WaveInBuffer.BufferSize"> - <summary> - The buffer size in bytes - </summary> - </member> - <member name="T:NAudio.Wave.WaveMixerStream32"> - <summary> - WaveStream that can mix together multiple 32 bit input streams - (Normally used with stereo input channels) - All channels must have the same number of inputs - </summary> - </member> - <member name="M:NAudio.Wave.WaveMixerStream32.#ctor"> - <summary> - Creates a new 32 bit WaveMixerStream - </summary> - </member> - <member name="M:NAudio.Wave.WaveMixerStream32.#ctor(System.Collections.Generic.IEnumerable{NAudio.Wave.WaveStream},System.Boolean)"> - <summary> - Creates a new 32 bit WaveMixerStream - </summary> - <param name="inputStreams">An Array of WaveStreams - must all have the same format. - Use WaveChannel is designed for this purpose.</param> - <param name="autoStop">Automatically stop when all inputs have been read</param> - <exception cref="T:System.ArgumentException">Thrown if the input streams are not 32 bit floating point, - or if they have different formats to each other</exception> - </member> - <member name="M:NAudio.Wave.WaveMixerStream32.AddInputStream(NAudio.Wave.WaveStream)"> - <summary> - Add a new input to the mixer - </summary> - <param name="waveStream">The wave input to add</param> - </member> - <member name="M:NAudio.Wave.WaveMixerStream32.RemoveInputStream(NAudio.Wave.WaveStream)"> - <summary> - Remove a WaveStream from the mixer - </summary> - <param name="waveStream">waveStream to remove</param> - </member> - <member name="M:NAudio.Wave.WaveMixerStream32.Read(System.Byte[],System.Int32,System.Int32)"> - <summary> - Reads bytes from this wave stream - </summary> - <param name="buffer">buffer to read into</param> - <param name="offset">offset into buffer</param> - <param name="count">number of bytes required</param> - <returns>Number of bytes read.</returns> - <exception cref="T:System.ArgumentException">Thrown if an invalid number of bytes requested</exception> - </member> - <member name="M:NAudio.Wave.WaveMixerStream32.Sum32BitAudio(System.Byte[],System.Int32,System.Byte[],System.Int32)"> - <summary> - Actually performs the mixing - </summary> - </member> - <member name="M:NAudio.Wave.WaveMixerStream32.Dispose(System.Boolean)"> - <summary> - Disposes this WaveStream - </summary> - </member> - <member name="P:NAudio.Wave.WaveMixerStream32.InputCount"> - <summary> - The number of inputs to this mixer - </summary> - </member> - <member name="P:NAudio.Wave.WaveMixerStream32.AutoStop"> - <summary> - Automatically stop when all inputs have been read - </summary> - </member> - <member name="P:NAudio.Wave.WaveMixerStream32.BlockAlign"> - <summary> - <see cref="P:NAudio.Wave.WaveStream.BlockAlign"/> - </summary> - </member> - <member name="P:NAudio.Wave.WaveMixerStream32.Length"> - <summary> - Length of this Wave Stream (in bytes) - <see cref="P:System.IO.Stream.Length"/> - </summary> - </member> - <member name="P:NAudio.Wave.WaveMixerStream32.Position"> - <summary> - Position within this Wave Stream (in bytes) - <see cref="P:System.IO.Stream.Position"/> - </summary> - </member> - <member name="P:NAudio.Wave.WaveMixerStream32.WaveFormat"> - <summary> - <see cref="P:NAudio.Wave.WaveStream.WaveFormat"/> - </summary> - </member> - <member name="T:NAudio.Wave.WaveOffsetStream"> - <summary> - Simply shifts the input stream in time, optionally - clipping its start and end. - (n.b. may include looping in the future) - </summary> - </member> - <member name="M:NAudio.Wave.WaveOffsetStream.#ctor(NAudio.Wave.WaveStream,System.TimeSpan,System.TimeSpan,System.TimeSpan)"> - <summary> - Creates a new WaveOffsetStream - </summary> - <param name="sourceStream">the source stream</param> - <param name="startTime">the time at which we should start reading from the source stream</param> - <param name="sourceOffset">amount to trim off the front of the source stream</param> - <param name="sourceLength">length of time to play from source stream</param> - </member> - <member name="M:NAudio.Wave.WaveOffsetStream.#ctor(NAudio.Wave.WaveStream)"> - <summary> - Creates a WaveOffsetStream with default settings (no offset or pre-delay, - and whole length of source stream) - </summary> - <param name="sourceStream">The source stream</param> - </member> - <member name="M:NAudio.Wave.WaveOffsetStream.Read(System.Byte[],System.Int32,System.Int32)"> - <summary> - Reads bytes from this wave stream - </summary> - <param name="destBuffer">The destination buffer</param> - <param name="offset">Offset into the destination buffer</param> - <param name="numBytes">Number of bytes read</param> - <returns>Number of bytes read.</returns> - </member> - <member name="M:NAudio.Wave.WaveOffsetStream.HasData(System.Int32)"> - <summary> - Determines whether this channel has any data to play - to allow optimisation to not read, but bump position forward - </summary> - </member> - <member name="M:NAudio.Wave.WaveOffsetStream.Dispose(System.Boolean)"> - <summary> - Disposes this WaveStream - </summary> - </member> - <member name="P:NAudio.Wave.WaveOffsetStream.StartTime"> - <summary> - The length of time before which no audio will be played - </summary> - </member> - <member name="P:NAudio.Wave.WaveOffsetStream.SourceOffset"> - <summary> - An offset into the source stream from which to start playing - </summary> - </member> - <member name="P:NAudio.Wave.WaveOffsetStream.SourceLength"> - <summary> - Length of time to read from the source stream - </summary> - </member> - <member name="P:NAudio.Wave.WaveOffsetStream.BlockAlign"> - <summary> - Gets the block alignment for this WaveStream - </summary> - </member> - <member name="P:NAudio.Wave.WaveOffsetStream.Length"> - <summary> - Returns the stream length - </summary> - </member> - <member name="P:NAudio.Wave.WaveOffsetStream.Position"> - <summary> - Gets or sets the current position in the stream - </summary> - </member> - <member name="P:NAudio.Wave.WaveOffsetStream.WaveFormat"> - <summary> - <see cref="P:NAudio.Wave.WaveStream.WaveFormat"/> - </summary> - </member> - <member name="T:NAudio.Wave.WaveOutBuffer"> - <summary> - A buffer of Wave samples for streaming to a Wave Output device - </summary> - </member> - <member name="M:NAudio.Wave.WaveOutBuffer.#ctor(System.IntPtr,System.Int32,NAudio.Wave.IWaveProvider,System.Object)"> - <summary> - creates a new wavebuffer - </summary> - <param name="hWaveOut">WaveOut device to write to</param> - <param name="bufferSize">Buffer size in bytes</param> - <param name="bufferFillStream">Stream to provide more data</param> - <param name="waveOutLock">Lock to protect WaveOut API's from being called on >1 thread</param> - </member> - <member name="M:NAudio.Wave.WaveOutBuffer.Finalize"> - <summary> - Finalizer for this wave buffer - </summary> - </member> - <member name="M:NAudio.Wave.WaveOutBuffer.Dispose"> - <summary> - Releases resources held by this WaveBuffer - </summary> - </member> - <member name="M:NAudio.Wave.WaveOutBuffer.Dispose(System.Boolean)"> - <summary> - Releases resources held by this WaveBuffer - </summary> - </member> - <member name="M:NAudio.Wave.WaveOutBuffer.OnDone"> - this is called by the WAVE callback and should be used to refill the buffer - </member> - <member name="P:NAudio.Wave.WaveOutBuffer.InQueue"> - <summary> - Whether the header's in queue flag is set - </summary> - </member> - <member name="P:NAudio.Wave.WaveOutBuffer.BufferSize"> - <summary> - The buffer size in bytes - </summary> - </member> - <member name="T:NAudio.Dmo.DmoInputDataBufferFlags"> - <summary> - DMO Input Data Buffer Flags - </summary> - </member> - <member name="F:NAudio.Dmo.DmoInputDataBufferFlags.None"> - <summary> - None - </summary> - </member> - <member name="F:NAudio.Dmo.DmoInputDataBufferFlags.SyncPoint"> - <summary> - DMO_INPUT_DATA_BUFFERF_SYNCPOINT - </summary> - </member> - <member name="F:NAudio.Dmo.DmoInputDataBufferFlags.Time"> - <summary> - DMO_INPUT_DATA_BUFFERF_TIME - </summary> - </member> - <member name="F:NAudio.Dmo.DmoInputDataBufferFlags.TimeLength"> - <summary> - DMO_INPUT_DATA_BUFFERF_TIMELENGTH - </summary> - </member> - <member name="T:NAudio.Dmo.DmoMediaType"> - <summary> - http://msdn.microsoft.com/en-us/library/aa929922.aspx - DMO_MEDIA_TYPE - </summary> - </member> - <member name="M:NAudio.Dmo.DmoMediaType.GetWaveFormat"> - <summary> - Gets the structure as a Wave format (if it is one) - </summary> - </member> - <member name="M:NAudio.Dmo.DmoMediaType.SetWaveFormat(NAudio.Wave.WaveFormat)"> - <summary> - Sets this object up to point to a wave format - </summary> - <param name="waveFormat">Wave format structure</param> - </member> - <member name="P:NAudio.Dmo.DmoMediaType.MajorType"> - <summary> - Major type - </summary> - </member> - <member name="P:NAudio.Dmo.DmoMediaType.MajorTypeName"> - <summary> - Major type name - </summary> - </member> - <member name="P:NAudio.Dmo.DmoMediaType.SubType"> - <summary> - Subtype - </summary> - </member> - <member name="P:NAudio.Dmo.DmoMediaType.SubTypeName"> - <summary> - Subtype name - </summary> - </member> - <member name="P:NAudio.Dmo.DmoMediaType.FixedSizeSamples"> - <summary> - Fixed size samples - </summary> - </member> - <member name="P:NAudio.Dmo.DmoMediaType.SampleSize"> - <summary> - Sample size - </summary> - </member> - <member name="P:NAudio.Dmo.DmoMediaType.FormatType"> - <summary> - Format type - </summary> - </member> - <member name="P:NAudio.Dmo.DmoMediaType.FormatTypeName"> - <summary> - Format type name - </summary> - </member> - <member name="T:NAudio.Dmo.DmoOutputDataBuffer"> - <summary> - DMO Output Data Buffer - </summary> - </member> - <member name="M:NAudio.Dmo.DmoOutputDataBuffer.#ctor(System.Int32)"> - <summary> - Creates a new DMO Output Data Buffer structure - </summary> - <param name="maxBufferSize">Maximum buffer size</param> - </member> - <member name="M:NAudio.Dmo.DmoOutputDataBuffer.Dispose"> - <summary> - Dispose - </summary> - </member> - <member name="M:NAudio.Dmo.DmoOutputDataBuffer.RetrieveData(System.Byte[],System.Int32)"> - <summary> - Retrives the data in this buffer - </summary> - <param name="data">Buffer to receive data</param> - <param name="offset">Offset into buffer</param> - </member> - <member name="P:NAudio.Dmo.DmoOutputDataBuffer.MediaBuffer"> - <summary> - Media Buffer - </summary> - </member> - <member name="P:NAudio.Dmo.DmoOutputDataBuffer.Length"> - <summary> - Length of data in buffer - </summary> - </member> - <member name="P:NAudio.Dmo.DmoOutputDataBuffer.StatusFlags"> - <summary> - Status Flags - </summary> - </member> - <member name="P:NAudio.Dmo.DmoOutputDataBuffer.Timestamp"> - <summary> - Timestamp - </summary> - </member> - <member name="P:NAudio.Dmo.DmoOutputDataBuffer.Duration"> - <summary> - Duration - </summary> - </member> - <member name="P:NAudio.Dmo.DmoOutputDataBuffer.MoreDataAvailable"> - <summary> - Is more data available - If true, ProcessOuput should be called again - </summary> - </member> - <member name="T:NAudio.Dmo.DmoOutputDataBufferFlags"> - <summary> - DMO Output Data Buffer Flags - </summary> - </member> - <member name="F:NAudio.Dmo.DmoOutputDataBufferFlags.None"> - <summary> - None - </summary> - </member> - <member name="F:NAudio.Dmo.DmoOutputDataBufferFlags.SyncPoint"> - <summary> - DMO_OUTPUT_DATA_BUFFERF_SYNCPOINT - </summary> - </member> - <member name="F:NAudio.Dmo.DmoOutputDataBufferFlags.Time"> - <summary> - DMO_OUTPUT_DATA_BUFFERF_TIME - </summary> - </member> - <member name="F:NAudio.Dmo.DmoOutputDataBufferFlags.TimeLength"> - <summary> - DMO_OUTPUT_DATA_BUFFERF_TIMELENGTH - </summary> - </member> - <member name="F:NAudio.Dmo.DmoOutputDataBufferFlags.Incomplete"> - <summary> - DMO_OUTPUT_DATA_BUFFERF_INCOMPLETE - </summary> - </member> - <member name="T:NAudio.Dmo.DmoProcessOutputFlags"> - <summary> - DMO Process Output Flags - </summary> - </member> - <member name="F:NAudio.Dmo.DmoProcessOutputFlags.None"> - <summary> - None - </summary> - </member> - <member name="F:NAudio.Dmo.DmoProcessOutputFlags.DiscardWhenNoBuffer"> - <summary> - DMO_PROCESS_OUTPUT_DISCARD_WHEN_NO_BUFFER - </summary> - </member> - <member name="T:NAudio.Dmo.IMediaObject"> - <summary> - defined in mediaobj.h - </summary> - </member> - <member name="T:NAudio.Dmo.ResamplerMediaComObject"> - <summary> - From wmcodecsdp.h - Implements: - - IMediaObject - - IMFTransform (Media foundation - we will leave this for now as there is loads of MF stuff) - - IPropertyStore - - IWMResamplerProps - Can resample PCM or IEEE - </summary> - </member> - <member name="T:NAudio.Dmo.DmoResampler"> - <summary> - DMO Resampler - </summary> - </member> - <member name="M:NAudio.Dmo.DmoResampler.#ctor"> - <summary> - Creates a new Resampler based on the DMO Resampler - </summary> - </member> - <member name="M:NAudio.Dmo.DmoResampler.Dispose"> - <summary> - Dispose code - experimental at the moment - Was added trying to track down why Resampler crashes NUnit - This code not currently being called by ResamplerDmoStream - </summary> - </member> - <member name="P:NAudio.Dmo.DmoResampler.MediaObject"> - <summary> - Media Object - </summary> - </member> - </members> -</doc> diff --git a/source/WindowsFormsApplication1/bin/Debug/NetSockets.dll b/source/WindowsFormsApplication1/bin/Debug/NetSockets.dll Binary files differdeleted file mode 100644 index db2db50..0000000 --- a/source/WindowsFormsApplication1/bin/Debug/NetSockets.dll +++ /dev/null diff --git a/source/WindowsFormsApplication1/bin/Debug/Newtonsoft.Json.dll b/source/WindowsFormsApplication1/bin/Debug/Newtonsoft.Json.dll Binary files differdeleted file mode 100644 index 4d42dd9..0000000 --- a/source/WindowsFormsApplication1/bin/Debug/Newtonsoft.Json.dll +++ /dev/null diff --git a/source/WindowsFormsApplication1/bin/Debug/Newtonsoft.Json.xml b/source/WindowsFormsApplication1/bin/Debug/Newtonsoft.Json.xml deleted file mode 100644 index 9aa342e..0000000 --- a/source/WindowsFormsApplication1/bin/Debug/Newtonsoft.Json.xml +++ /dev/null @@ -1,9085 +0,0 @@ -<?xml version="1.0"?> -<doc> - <assembly> - <name>Newtonsoft.Json</name> - </assembly> - <members> - <member name="T:Newtonsoft.Json.Bson.BsonObjectId"> - <summary> - Represents a BSON Oid (object id). - </summary> - </member> - <member name="P:Newtonsoft.Json.Bson.BsonObjectId.Value"> - <summary> - Gets or sets the value of the Oid. - </summary> - <value>The value of the Oid.</value> - </member> - <member name="M:Newtonsoft.Json.Bson.BsonObjectId.#ctor(System.Byte[])"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Bson.BsonObjectId"/> class. - </summary> - <param name="value">The Oid value.</param> - </member> - <member name="T:Newtonsoft.Json.Bson.BsonReader"> - <summary> - Represents a reader that provides fast, non-cached, forward-only access to serialized JSON data. - </summary> - </member> - <member name="P:Newtonsoft.Json.Bson.BsonReader.JsonNet35BinaryCompatibility"> - <summary> - Gets or sets a value indicating whether binary data reading should compatible with incorrect Json.NET 3.5 written binary. - </summary> - <value> - <c>true</c> if binary data reading will be compatible with incorrect Json.NET 3.5 written binary; otherwise, <c>false</c>. - </value> - </member> - <member name="P:Newtonsoft.Json.Bson.BsonReader.ReadRootValueAsArray"> - <summary> - Gets or sets a value indicating whether the root object will be read as a JSON array. - </summary> - <value> - <c>true</c> if the root object will be read as a JSON array; otherwise, <c>false</c>. - </value> - </member> - <member name="P:Newtonsoft.Json.Bson.BsonReader.DateTimeKindHandling"> - <summary> - Gets or sets the <see cref="T:System.DateTimeKind" /> used when reading <see cref="T:System.DateTime"/> values from BSON. - </summary> - <value>The <see cref="T:System.DateTimeKind" /> used when reading <see cref="T:System.DateTime"/> values from BSON.</value> - </member> - <member name="M:Newtonsoft.Json.Bson.BsonReader.#ctor(System.IO.Stream)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Bson.BsonReader"/> class. - </summary> - <param name="stream">The stream.</param> - </member> - <member name="M:Newtonsoft.Json.Bson.BsonReader.#ctor(System.IO.BinaryReader)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Bson.BsonReader"/> class. - </summary> - <param name="reader">The reader.</param> - </member> - <member name="M:Newtonsoft.Json.Bson.BsonReader.#ctor(System.IO.Stream,System.Boolean,System.DateTimeKind)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Bson.BsonReader"/> class. - </summary> - <param name="stream">The stream.</param> - <param name="readRootValueAsArray">if set to <c>true</c> the root object will be read as a JSON array.</param> - <param name="dateTimeKindHandling">The <see cref="T:System.DateTimeKind" /> used when reading <see cref="T:System.DateTime"/> values from BSON.</param> - </member> - <member name="M:Newtonsoft.Json.Bson.BsonReader.#ctor(System.IO.BinaryReader,System.Boolean,System.DateTimeKind)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Bson.BsonReader"/> class. - </summary> - <param name="reader">The reader.</param> - <param name="readRootValueAsArray">if set to <c>true</c> the root object will be read as a JSON array.</param> - <param name="dateTimeKindHandling">The <see cref="T:System.DateTimeKind" /> used when reading <see cref="T:System.DateTime"/> values from BSON.</param> - </member> - <member name="M:Newtonsoft.Json.Bson.BsonReader.Read"> - <summary> - Reads the next JSON token from the stream. - </summary> - <returns> - true if the next token was read successfully; false if there are no more tokens to read. - </returns> - </member> - <member name="M:Newtonsoft.Json.Bson.BsonReader.Close"> - <summary> - Changes the <see cref="T:Newtonsoft.Json.JsonReader.State"/> to Closed. - </summary> - </member> - <member name="T:Newtonsoft.Json.Bson.BsonWriter"> - <summary> - Represents a writer that provides a fast, non-cached, forward-only way of generating JSON data. - </summary> - </member> - <member name="P:Newtonsoft.Json.Bson.BsonWriter.DateTimeKindHandling"> - <summary> - Gets or sets the <see cref="T:System.DateTimeKind" /> used when writing <see cref="T:System.DateTime"/> values to BSON. - When set to <see cref="F:System.DateTimeKind.Unspecified" /> no conversion will occur. - </summary> - <value>The <see cref="T:System.DateTimeKind" /> used when writing <see cref="T:System.DateTime"/> values to BSON.</value> - </member> - <member name="M:Newtonsoft.Json.Bson.BsonWriter.#ctor(System.IO.Stream)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Bson.BsonWriter"/> class. - </summary> - <param name="stream">The stream.</param> - </member> - <member name="M:Newtonsoft.Json.Bson.BsonWriter.#ctor(System.IO.BinaryWriter)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Bson.BsonWriter"/> class. - </summary> - <param name="writer">The writer.</param> - </member> - <member name="M:Newtonsoft.Json.Bson.BsonWriter.Flush"> - <summary> - Flushes whatever is in the buffer to the underlying streams and also flushes the underlying stream. - </summary> - </member> - <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteEnd(Newtonsoft.Json.JsonToken)"> - <summary> - Writes the end. - </summary> - <param name="token">The token.</param> - </member> - <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteComment(System.String)"> - <summary> - Writes out a comment <code>/*...*/</code> containing the specified text. - </summary> - <param name="text">Text to place inside the comment.</param> - </member> - <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteStartConstructor(System.String)"> - <summary> - Writes the start of a constructor with the given name. - </summary> - <param name="name">The name of the constructor.</param> - </member> - <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteRaw(System.String)"> - <summary> - Writes raw JSON. - </summary> - <param name="json">The raw JSON to write.</param> - </member> - <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteRawValue(System.String)"> - <summary> - Writes raw JSON where a value is expected and updates the writer's state. - </summary> - <param name="json">The raw JSON to write.</param> - </member> - <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteStartArray"> - <summary> - Writes the beginning of a JSON array. - </summary> - </member> - <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteStartObject"> - <summary> - Writes the beginning of a JSON object. - </summary> - </member> - <member name="M:Newtonsoft.Json.Bson.BsonWriter.WritePropertyName(System.String)"> - <summary> - Writes the property name of a name/value pair on a JSON object. - </summary> - <param name="name">The name of the property.</param> - </member> - <member name="M:Newtonsoft.Json.Bson.BsonWriter.Close"> - <summary> - Closes this stream and the underlying stream. - </summary> - </member> - <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Object)"> - <summary> - Writes a <see cref="T:System.Object"/> value. - An error will raised if the value cannot be written as a single JSON token. - </summary> - <param name="value">The <see cref="T:System.Object"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteNull"> - <summary> - Writes a null value. - </summary> - </member> - <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteUndefined"> - <summary> - Writes an undefined value. - </summary> - </member> - <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.String)"> - <summary> - Writes a <see cref="T:System.String"/> value. - </summary> - <param name="value">The <see cref="T:System.String"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Int32)"> - <summary> - Writes a <see cref="T:System.Int32"/> value. - </summary> - <param name="value">The <see cref="T:System.Int32"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.UInt32)"> - <summary> - Writes a <see cref="T:System.UInt32"/> value. - </summary> - <param name="value">The <see cref="T:System.UInt32"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Int64)"> - <summary> - Writes a <see cref="T:System.Int64"/> value. - </summary> - <param name="value">The <see cref="T:System.Int64"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.UInt64)"> - <summary> - Writes a <see cref="T:System.UInt64"/> value. - </summary> - <param name="value">The <see cref="T:System.UInt64"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Single)"> - <summary> - Writes a <see cref="T:System.Single"/> value. - </summary> - <param name="value">The <see cref="T:System.Single"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Double)"> - <summary> - Writes a <see cref="T:System.Double"/> value. - </summary> - <param name="value">The <see cref="T:System.Double"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Boolean)"> - <summary> - Writes a <see cref="T:System.Boolean"/> value. - </summary> - <param name="value">The <see cref="T:System.Boolean"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Int16)"> - <summary> - Writes a <see cref="T:System.Int16"/> value. - </summary> - <param name="value">The <see cref="T:System.Int16"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.UInt16)"> - <summary> - Writes a <see cref="T:System.UInt16"/> value. - </summary> - <param name="value">The <see cref="T:System.UInt16"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Char)"> - <summary> - Writes a <see cref="T:System.Char"/> value. - </summary> - <param name="value">The <see cref="T:System.Char"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Byte)"> - <summary> - Writes a <see cref="T:System.Byte"/> value. - </summary> - <param name="value">The <see cref="T:System.Byte"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.SByte)"> - <summary> - Writes a <see cref="T:System.SByte"/> value. - </summary> - <param name="value">The <see cref="T:System.SByte"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Decimal)"> - <summary> - Writes a <see cref="T:System.Decimal"/> value. - </summary> - <param name="value">The <see cref="T:System.Decimal"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.DateTime)"> - <summary> - Writes a <see cref="T:System.DateTime"/> value. - </summary> - <param name="value">The <see cref="T:System.DateTime"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.DateTimeOffset)"> - <summary> - Writes a <see cref="T:System.DateTimeOffset"/> value. - </summary> - <param name="value">The <see cref="T:System.DateTimeOffset"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Byte[])"> - <summary> - Writes a <see cref="T:System.Byte"/>[] value. - </summary> - <param name="value">The <see cref="T:System.Byte"/>[] value to write.</param> - </member> - <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Guid)"> - <summary> - Writes a <see cref="T:System.Guid"/> value. - </summary> - <param name="value">The <see cref="T:System.Guid"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.TimeSpan)"> - <summary> - Writes a <see cref="T:System.TimeSpan"/> value. - </summary> - <param name="value">The <see cref="T:System.TimeSpan"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Uri)"> - <summary> - Writes a <see cref="T:System.Uri"/> value. - </summary> - <param name="value">The <see cref="T:System.Uri"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteObjectId(System.Byte[])"> - <summary> - Writes a <see cref="T:System.Byte"/>[] value that represents a BSON object id. - </summary> - <param name="value">The Object ID value to write.</param> - </member> - <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteRegex(System.String,System.String)"> - <summary> - Writes a BSON regex. - </summary> - <param name="pattern">The regex pattern.</param> - <param name="options">The regex options.</param> - </member> - <member name="T:Newtonsoft.Json.ConstructorHandling"> - <summary> - Specifies how constructors are used when initializing objects during deserialization by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>. - </summary> - </member> - <member name="F:Newtonsoft.Json.ConstructorHandling.Default"> - <summary> - First attempt to use the public default constructor, then fall back to single paramatized constructor, then the non-public default constructor. - </summary> - </member> - <member name="F:Newtonsoft.Json.ConstructorHandling.AllowNonPublicDefaultConstructor"> - <summary> - Json.NET will use a non-public default constructor before falling back to a paramatized constructor. - </summary> - </member> - <member name="T:Newtonsoft.Json.Converters.BinaryConverter"> - <summary> - Converts a binary value to and from a base 64 string value. - </summary> - </member> - <member name="M:Newtonsoft.Json.Converters.BinaryConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)"> - <summary> - Writes the JSON representation of the object. - </summary> - <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param> - <param name="value">The value.</param> - <param name="serializer">The calling serializer.</param> - </member> - <member name="M:Newtonsoft.Json.Converters.BinaryConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)"> - <summary> - Reads the JSON representation of the object. - </summary> - <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param> - <param name="objectType">Type of the object.</param> - <param name="existingValue">The existing value of object being read.</param> - <param name="serializer">The calling serializer.</param> - <returns>The object value.</returns> - </member> - <member name="M:Newtonsoft.Json.Converters.BinaryConverter.CanConvert(System.Type)"> - <summary> - Determines whether this instance can convert the specified object type. - </summary> - <param name="objectType">Type of the object.</param> - <returns> - <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>. - </returns> - </member> - <member name="T:Newtonsoft.Json.Converters.BsonObjectIdConverter"> - <summary> - Converts a <see cref="T:Newtonsoft.Json.Bson.BsonObjectId"/> to and from JSON and BSON. - </summary> - </member> - <member name="M:Newtonsoft.Json.Converters.BsonObjectIdConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)"> - <summary> - Writes the JSON representation of the object. - </summary> - <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param> - <param name="value">The value.</param> - <param name="serializer">The calling serializer.</param> - </member> - <member name="M:Newtonsoft.Json.Converters.BsonObjectIdConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)"> - <summary> - Reads the JSON representation of the object. - </summary> - <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param> - <param name="objectType">Type of the object.</param> - <param name="existingValue">The existing value of object being read.</param> - <param name="serializer">The calling serializer.</param> - <returns>The object value.</returns> - </member> - <member name="M:Newtonsoft.Json.Converters.BsonObjectIdConverter.CanConvert(System.Type)"> - <summary> - Determines whether this instance can convert the specified object type. - </summary> - <param name="objectType">Type of the object.</param> - <returns> - <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>. - </returns> - </member> - <member name="T:Newtonsoft.Json.Converters.CustomCreationConverter`1"> - <summary> - Create a custom object - </summary> - <typeparam name="T">The object type to convert.</typeparam> - </member> - <member name="M:Newtonsoft.Json.Converters.CustomCreationConverter`1.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)"> - <summary> - Writes the JSON representation of the object. - </summary> - <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param> - <param name="value">The value.</param> - <param name="serializer">The calling serializer.</param> - </member> - <member name="M:Newtonsoft.Json.Converters.CustomCreationConverter`1.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)"> - <summary> - Reads the JSON representation of the object. - </summary> - <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param> - <param name="objectType">Type of the object.</param> - <param name="existingValue">The existing value of object being read.</param> - <param name="serializer">The calling serializer.</param> - <returns>The object value.</returns> - </member> - <member name="M:Newtonsoft.Json.Converters.CustomCreationConverter`1.Create(System.Type)"> - <summary> - Creates an object which will then be populated by the serializer. - </summary> - <param name="objectType">Type of the object.</param> - <returns>The created object.</returns> - </member> - <member name="M:Newtonsoft.Json.Converters.CustomCreationConverter`1.CanConvert(System.Type)"> - <summary> - Determines whether this instance can convert the specified object type. - </summary> - <param name="objectType">Type of the object.</param> - <returns> - <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>. - </returns> - </member> - <member name="P:Newtonsoft.Json.Converters.CustomCreationConverter`1.CanWrite"> - <summary> - Gets a value indicating whether this <see cref="T:Newtonsoft.Json.JsonConverter"/> can write JSON. - </summary> - <value> - <c>true</c> if this <see cref="T:Newtonsoft.Json.JsonConverter"/> can write JSON; otherwise, <c>false</c>. - </value> - </member> - <member name="T:Newtonsoft.Json.Converters.DataSetConverter"> - <summary> - Converts a <see cref="T:System.Data.DataSet"/> to and from JSON. - </summary> - </member> - <member name="M:Newtonsoft.Json.Converters.DataSetConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)"> - <summary> - Writes the JSON representation of the object. - </summary> - <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param> - <param name="value">The value.</param> - <param name="serializer">The calling serializer.</param> - </member> - <member name="M:Newtonsoft.Json.Converters.DataSetConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)"> - <summary> - Reads the JSON representation of the object. - </summary> - <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param> - <param name="objectType">Type of the object.</param> - <param name="existingValue">The existing value of object being read.</param> - <param name="serializer">The calling serializer.</param> - <returns>The object value.</returns> - </member> - <member name="M:Newtonsoft.Json.Converters.DataSetConverter.CanConvert(System.Type)"> - <summary> - Determines whether this instance can convert the specified value type. - </summary> - <param name="valueType">Type of the value.</param> - <returns> - <c>true</c> if this instance can convert the specified value type; otherwise, <c>false</c>. - </returns> - </member> - <member name="T:Newtonsoft.Json.Converters.DataTableConverter"> - <summary> - Converts a <see cref="T:System.Data.DataTable"/> to and from JSON. - </summary> - </member> - <member name="M:Newtonsoft.Json.Converters.DataTableConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)"> - <summary> - Writes the JSON representation of the object. - </summary> - <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param> - <param name="value">The value.</param> - <param name="serializer">The calling serializer.</param> - </member> - <member name="M:Newtonsoft.Json.Converters.DataTableConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)"> - <summary> - Reads the JSON representation of the object. - </summary> - <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param> - <param name="objectType">Type of the object.</param> - <param name="existingValue">The existing value of object being read.</param> - <param name="serializer">The calling serializer.</param> - <returns>The object value.</returns> - </member> - <member name="M:Newtonsoft.Json.Converters.DataTableConverter.CanConvert(System.Type)"> - <summary> - Determines whether this instance can convert the specified value type. - </summary> - <param name="valueType">Type of the value.</param> - <returns> - <c>true</c> if this instance can convert the specified value type; otherwise, <c>false</c>. - </returns> - </member> - <member name="T:Newtonsoft.Json.Converters.DateTimeConverterBase"> - <summary> - Provides a base class for converting a <see cref="T:System.DateTime"/> to and from JSON. - </summary> - </member> - <member name="M:Newtonsoft.Json.Converters.DateTimeConverterBase.CanConvert(System.Type)"> - <summary> - Determines whether this instance can convert the specified object type. - </summary> - <param name="objectType">Type of the object.</param> - <returns> - <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>. - </returns> - </member> - <member name="T:Newtonsoft.Json.Converters.DiscriminatedUnionConverter"> - <summary> - Converts a F# discriminated union type to and from JSON. - </summary> - </member> - <member name="M:Newtonsoft.Json.Converters.DiscriminatedUnionConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)"> - <summary> - Writes the JSON representation of the object. - </summary> - <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param> - <param name="value">The value.</param> - <param name="serializer">The calling serializer.</param> - </member> - <member name="M:Newtonsoft.Json.Converters.DiscriminatedUnionConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)"> - <summary> - Reads the JSON representation of the object. - </summary> - <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param> - <param name="objectType">Type of the object.</param> - <param name="existingValue">The existing value of object being read.</param> - <param name="serializer">The calling serializer.</param> - <returns>The object value.</returns> - </member> - <member name="M:Newtonsoft.Json.Converters.DiscriminatedUnionConverter.CanConvert(System.Type)"> - <summary> - Determines whether this instance can convert the specified object type. - </summary> - <param name="objectType">Type of the object.</param> - <returns> - <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>. - </returns> - </member> - <member name="T:Newtonsoft.Json.Converters.EntityKeyMemberConverter"> - <summary> - Converts an Entity Framework EntityKey to and from JSON. - </summary> - </member> - <member name="M:Newtonsoft.Json.Converters.EntityKeyMemberConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)"> - <summary> - Writes the JSON representation of the object. - </summary> - <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param> - <param name="value">The value.</param> - <param name="serializer">The calling serializer.</param> - </member> - <member name="M:Newtonsoft.Json.Converters.EntityKeyMemberConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)"> - <summary> - Reads the JSON representation of the object. - </summary> - <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param> - <param name="objectType">Type of the object.</param> - <param name="existingValue">The existing value of object being read.</param> - <param name="serializer">The calling serializer.</param> - <returns>The object value.</returns> - </member> - <member name="M:Newtonsoft.Json.Converters.EntityKeyMemberConverter.CanConvert(System.Type)"> - <summary> - Determines whether this instance can convert the specified object type. - </summary> - <param name="objectType">Type of the object.</param> - <returns> - <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>. - </returns> - </member> - <member name="T:Newtonsoft.Json.Converters.ExpandoObjectConverter"> - <summary> - Converts an ExpandoObject to and from JSON. - </summary> - </member> - <member name="M:Newtonsoft.Json.Converters.ExpandoObjectConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)"> - <summary> - Writes the JSON representation of the object. - </summary> - <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param> - <param name="value">The value.</param> - <param name="serializer">The calling serializer.</param> - </member> - <member name="M:Newtonsoft.Json.Converters.ExpandoObjectConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)"> - <summary> - Reads the JSON representation of the object. - </summary> - <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param> - <param name="objectType">Type of the object.</param> - <param name="existingValue">The existing value of object being read.</param> - <param name="serializer">The calling serializer.</param> - <returns>The object value.</returns> - </member> - <member name="M:Newtonsoft.Json.Converters.ExpandoObjectConverter.CanConvert(System.Type)"> - <summary> - Determines whether this instance can convert the specified object type. - </summary> - <param name="objectType">Type of the object.</param> - <returns> - <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>. - </returns> - </member> - <member name="P:Newtonsoft.Json.Converters.ExpandoObjectConverter.CanWrite"> - <summary> - Gets a value indicating whether this <see cref="T:Newtonsoft.Json.JsonConverter"/> can write JSON. - </summary> - <value> - <c>true</c> if this <see cref="T:Newtonsoft.Json.JsonConverter"/> can write JSON; otherwise, <c>false</c>. - </value> - </member> - <member name="T:Newtonsoft.Json.Converters.IsoDateTimeConverter"> - <summary> - Converts a <see cref="T:System.DateTime"/> to and from the ISO 8601 date format (e.g. 2008-04-12T12:53Z). - </summary> - </member> - <member name="P:Newtonsoft.Json.Converters.IsoDateTimeConverter.DateTimeStyles"> - <summary> - Gets or sets the date time styles used when converting a date to and from JSON. - </summary> - <value>The date time styles used when converting a date to and from JSON.</value> - </member> - <member name="P:Newtonsoft.Json.Converters.IsoDateTimeConverter.DateTimeFormat"> - <summary> - Gets or sets the date time format used when converting a date to and from JSON. - </summary> - <value>The date time format used when converting a date to and from JSON.</value> - </member> - <member name="P:Newtonsoft.Json.Converters.IsoDateTimeConverter.Culture"> - <summary> - Gets or sets the culture used when converting a date to and from JSON. - </summary> - <value>The culture used when converting a date to and from JSON.</value> - </member> - <member name="M:Newtonsoft.Json.Converters.IsoDateTimeConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)"> - <summary> - Writes the JSON representation of the object. - </summary> - <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param> - <param name="value">The value.</param> - <param name="serializer">The calling serializer.</param> - </member> - <member name="M:Newtonsoft.Json.Converters.IsoDateTimeConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)"> - <summary> - Reads the JSON representation of the object. - </summary> - <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param> - <param name="objectType">Type of the object.</param> - <param name="existingValue">The existing value of object being read.</param> - <param name="serializer">The calling serializer.</param> - <returns>The object value.</returns> - </member> - <member name="T:Newtonsoft.Json.Converters.JavaScriptDateTimeConverter"> - <summary> - Converts a <see cref="T:System.DateTime"/> to and from a JavaScript date constructor (e.g. new Date(52231943)). - </summary> - </member> - <member name="M:Newtonsoft.Json.Converters.JavaScriptDateTimeConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)"> - <summary> - Writes the JSON representation of the object. - </summary> - <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param> - <param name="value">The value.</param> - <param name="serializer">The calling serializer.</param> - </member> - <member name="M:Newtonsoft.Json.Converters.JavaScriptDateTimeConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)"> - <summary> - Reads the JSON representation of the object. - </summary> - <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param> - <param name="objectType">Type of the object.</param> - <param name="existingValue">The existing property value of the JSON that is being converted.</param> - <param name="serializer">The calling serializer.</param> - <returns>The object value.</returns> - </member> - <member name="T:Newtonsoft.Json.Converters.KeyValuePairConverter"> - <summary> - Converts a <see cref="T:System.Collections.Generic.KeyValuePair`2"/> to and from JSON. - </summary> - </member> - <member name="M:Newtonsoft.Json.Converters.KeyValuePairConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)"> - <summary> - Writes the JSON representation of the object. - </summary> - <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param> - <param name="value">The value.</param> - <param name="serializer">The calling serializer.</param> - </member> - <member name="M:Newtonsoft.Json.Converters.KeyValuePairConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)"> - <summary> - Reads the JSON representation of the object. - </summary> - <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param> - <param name="objectType">Type of the object.</param> - <param name="existingValue">The existing value of object being read.</param> - <param name="serializer">The calling serializer.</param> - <returns>The object value.</returns> - </member> - <member name="M:Newtonsoft.Json.Converters.KeyValuePairConverter.CanConvert(System.Type)"> - <summary> - Determines whether this instance can convert the specified object type. - </summary> - <param name="objectType">Type of the object.</param> - <returns> - <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>. - </returns> - </member> - <member name="T:Newtonsoft.Json.Converters.RegexConverter"> - <summary> - Converts a <see cref="T:System.Text.RegularExpressions.Regex"/> to and from JSON and BSON. - </summary> - </member> - <member name="M:Newtonsoft.Json.Converters.RegexConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)"> - <summary> - Writes the JSON representation of the object. - </summary> - <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param> - <param name="value">The value.</param> - <param name="serializer">The calling serializer.</param> - </member> - <member name="M:Newtonsoft.Json.Converters.RegexConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)"> - <summary> - Reads the JSON representation of the object. - </summary> - <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param> - <param name="objectType">Type of the object.</param> - <param name="existingValue">The existing value of object being read.</param> - <param name="serializer">The calling serializer.</param> - <returns>The object value.</returns> - </member> - <member name="M:Newtonsoft.Json.Converters.RegexConverter.CanConvert(System.Type)"> - <summary> - Determines whether this instance can convert the specified object type. - </summary> - <param name="objectType">Type of the object.</param> - <returns> - <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>. - </returns> - </member> - <member name="T:Newtonsoft.Json.Converters.StringEnumConverter"> - <summary> - Converts an <see cref="T:System.Enum"/> to and from its name string value. - </summary> - </member> - <member name="P:Newtonsoft.Json.Converters.StringEnumConverter.CamelCaseText"> - <summary> - Gets or sets a value indicating whether the written enum text should be camel case. - </summary> - <value><c>true</c> if the written enum text will be camel case; otherwise, <c>false</c>.</value> - </member> - <member name="P:Newtonsoft.Json.Converters.StringEnumConverter.AllowIntegerValues"> - <summary> - Gets or sets a value indicating whether integer values are allowed. - </summary> - <value><c>true</c> if integers are allowed; otherwise, <c>false</c>.</value> - </member> - <member name="M:Newtonsoft.Json.Converters.StringEnumConverter.#ctor"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Converters.StringEnumConverter"/> class. - </summary> - </member> - <member name="M:Newtonsoft.Json.Converters.StringEnumConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)"> - <summary> - Writes the JSON representation of the object. - </summary> - <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param> - <param name="value">The value.</param> - <param name="serializer">The calling serializer.</param> - </member> - <member name="M:Newtonsoft.Json.Converters.StringEnumConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)"> - <summary> - Reads the JSON representation of the object. - </summary> - <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param> - <param name="objectType">Type of the object.</param> - <param name="existingValue">The existing value of object being read.</param> - <param name="serializer">The calling serializer.</param> - <returns>The object value.</returns> - </member> - <member name="M:Newtonsoft.Json.Converters.StringEnumConverter.CanConvert(System.Type)"> - <summary> - Determines whether this instance can convert the specified object type. - </summary> - <param name="objectType">Type of the object.</param> - <returns> - <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>. - </returns> - </member> - <member name="T:Newtonsoft.Json.Converters.VersionConverter"> - <summary> - Converts a <see cref="T:System.Version"/> to and from a string (e.g. "1.2.3.4"). - </summary> - </member> - <member name="M:Newtonsoft.Json.Converters.VersionConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)"> - <summary> - Writes the JSON representation of the object. - </summary> - <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param> - <param name="value">The value.</param> - <param name="serializer">The calling serializer.</param> - </member> - <member name="M:Newtonsoft.Json.Converters.VersionConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)"> - <summary> - Reads the JSON representation of the object. - </summary> - <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param> - <param name="objectType">Type of the object.</param> - <param name="existingValue">The existing property value of the JSON that is being converted.</param> - <param name="serializer">The calling serializer.</param> - <returns>The object value.</returns> - </member> - <member name="M:Newtonsoft.Json.Converters.VersionConverter.CanConvert(System.Type)"> - <summary> - Determines whether this instance can convert the specified object type. - </summary> - <param name="objectType">Type of the object.</param> - <returns> - <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>. - </returns> - </member> - <member name="T:Newtonsoft.Json.Converters.XmlNodeConverter"> - <summary> - Converts XML to and from JSON. - </summary> - </member> - <member name="P:Newtonsoft.Json.Converters.XmlNodeConverter.DeserializeRootElementName"> - <summary> - Gets or sets the name of the root element to insert when deserializing to XML if the JSON structure has produces multiple root elements. - </summary> - <value>The name of the deserialize root element.</value> - </member> - <member name="P:Newtonsoft.Json.Converters.XmlNodeConverter.WriteArrayAttribute"> - <summary> - Gets or sets a flag to indicate whether to write the Json.NET array attribute. - This attribute helps preserve arrays when converting the written XML back to JSON. - </summary> - <value><c>true</c> if the array attibute is written to the XML; otherwise, <c>false</c>.</value> - </member> - <member name="P:Newtonsoft.Json.Converters.XmlNodeConverter.OmitRootObject"> - <summary> - Gets or sets a value indicating whether to write the root JSON object. - </summary> - <value><c>true</c> if the JSON root object is omitted; otherwise, <c>false</c>.</value> - </member> - <member name="M:Newtonsoft.Json.Converters.XmlNodeConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)"> - <summary> - Writes the JSON representation of the object. - </summary> - <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param> - <param name="serializer">The calling serializer.</param> - <param name="value">The value.</param> - </member> - <member name="M:Newtonsoft.Json.Converters.XmlNodeConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)"> - <summary> - Reads the JSON representation of the object. - </summary> - <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param> - <param name="objectType">Type of the object.</param> - <param name="existingValue">The existing value of object being read.</param> - <param name="serializer">The calling serializer.</param> - <returns>The object value.</returns> - </member> - <member name="M:Newtonsoft.Json.Converters.XmlNodeConverter.IsNamespaceAttribute(System.String,System.String@)"> - <summary> - Checks if the attributeName is a namespace attribute. - </summary> - <param name="attributeName">Attribute name to test.</param> - <param name="prefix">The attribute name prefix if it has one, otherwise an empty string.</param> - <returns>True if attribute name is for a namespace attribute, otherwise false.</returns> - </member> - <member name="M:Newtonsoft.Json.Converters.XmlNodeConverter.CanConvert(System.Type)"> - <summary> - Determines whether this instance can convert the specified value type. - </summary> - <param name="valueType">Type of the value.</param> - <returns> - <c>true</c> if this instance can convert the specified value type; otherwise, <c>false</c>. - </returns> - </member> - <member name="T:Newtonsoft.Json.FloatParseHandling"> - <summary> - Specifies how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text. - </summary> - </member> - <member name="F:Newtonsoft.Json.FloatParseHandling.Double"> - <summary> - Floating point numbers are parsed to <see cref="F:Newtonsoft.Json.FloatParseHandling.Double"/>. - </summary> - </member> - <member name="F:Newtonsoft.Json.FloatParseHandling.Decimal"> - <summary> - Floating point numbers are parsed to <see cref="F:Newtonsoft.Json.FloatParseHandling.Decimal"/>. - </summary> - </member> - <member name="T:Newtonsoft.Json.DateFormatHandling"> - <summary> - Specifies how dates are formatted when writing JSON text. - </summary> - </member> - <member name="F:Newtonsoft.Json.DateFormatHandling.IsoDateFormat"> - <summary> - Dates are written in the ISO 8601 format, e.g. "2012-03-21T05:40Z". - </summary> - </member> - <member name="F:Newtonsoft.Json.DateFormatHandling.MicrosoftDateFormat"> - <summary> - Dates are written in the Microsoft JSON format, e.g. "\/Date(1198908717056)\/". - </summary> - </member> - <member name="T:Newtonsoft.Json.DateParseHandling"> - <summary> - Specifies how date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON text. - </summary> - </member> - <member name="F:Newtonsoft.Json.DateParseHandling.None"> - <summary> - Date formatted strings are not parsed to a date type and are read as strings. - </summary> - </member> - <member name="F:Newtonsoft.Json.DateParseHandling.DateTime"> - <summary> - Date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed to <see cref="F:Newtonsoft.Json.DateParseHandling.DateTime"/>. - </summary> - </member> - <member name="F:Newtonsoft.Json.DateParseHandling.DateTimeOffset"> - <summary> - Date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed to <see cref="F:Newtonsoft.Json.DateParseHandling.DateTimeOffset"/>. - </summary> - </member> - <member name="T:Newtonsoft.Json.DateTimeZoneHandling"> - <summary> - Specifies how to treat the time value when converting between string and <see cref="T:System.DateTime"/>. - </summary> - </member> - <member name="F:Newtonsoft.Json.DateTimeZoneHandling.Local"> - <summary> - Treat as local time. If the <see cref="T:System.DateTime"/> object represents a Coordinated Universal Time (UTC), it is converted to the local time. - </summary> - </member> - <member name="F:Newtonsoft.Json.DateTimeZoneHandling.Utc"> - <summary> - Treat as a UTC. If the <see cref="T:System.DateTime"/> object represents a local time, it is converted to a UTC. - </summary> - </member> - <member name="F:Newtonsoft.Json.DateTimeZoneHandling.Unspecified"> - <summary> - Treat as a local time if a <see cref="T:System.DateTime"/> is being converted to a string. - If a string is being converted to <see cref="T:System.DateTime"/>, convert to a local time if a time zone is specified. - </summary> - </member> - <member name="F:Newtonsoft.Json.DateTimeZoneHandling.RoundtripKind"> - <summary> - Time zone information should be preserved when converting. - </summary> - </member> - <member name="T:Newtonsoft.Json.DefaultValueHandling"> - <summary> - Specifies default value handling options for the <see cref="T:Newtonsoft.Json.JsonSerializer"/>. - </summary> - <example> - <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\SerializationTests.cs" region="ReducingSerializedJsonSizeDefaultValueHandlingObject" title="DefaultValueHandling Class" /> - <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\SerializationTests.cs" region="ReducingSerializedJsonSizeDefaultValueHandlingExample" title="DefaultValueHandling Ignore Example" /> - </example> - </member> - <member name="F:Newtonsoft.Json.DefaultValueHandling.Include"> - <summary> - Include members where the member value is the same as the member's default value when serializing objects. - Included members are written to JSON. Has no effect when deserializing. - </summary> - </member> - <member name="F:Newtonsoft.Json.DefaultValueHandling.Ignore"> - <summary> - Ignore members where the member value is the same as the member's default value when serializing objects - so that is is not written to JSON. - This option will ignore all default values (e.g. <c>null</c> for objects and nullable types; <c>0</c> for integers, - decimals and floating point numbers; and <c>false</c> for booleans). The default value ignored can be changed by - placing the <see cref="T:System.ComponentModel.DefaultValueAttribute"/> on the property. - </summary> - </member> - <member name="F:Newtonsoft.Json.DefaultValueHandling.Populate"> - <summary> - Members with a default value but no JSON will be set to their default value when deserializing. - </summary> - </member> - <member name="F:Newtonsoft.Json.DefaultValueHandling.IgnoreAndPopulate"> - <summary> - Ignore members where the member value is the same as the member's default value when serializing objects - and sets members to their default value when deserializing. - </summary> - </member> - <member name="T:Newtonsoft.Json.FloatFormatHandling"> - <summary> - Specifies float format handling options when writing special floating point numbers, e.g. <see cref="F:System.Double.NaN"/>, - <see cref="F:System.Double.PositiveInfinity"/> and <see cref="F:System.Double.NegativeInfinity"/> with <see cref="T:Newtonsoft.Json.JsonWriter"/>. - </summary> - </member> - <member name="F:Newtonsoft.Json.FloatFormatHandling.String"> - <summary> - Write special floating point values as strings in JSON, e.g. "NaN", "Infinity", "-Infinity". - </summary> - </member> - <member name="F:Newtonsoft.Json.FloatFormatHandling.Symbol"> - <summary> - Write special floating point values as symbols in JSON, e.g. NaN, Infinity, -Infinity. - Note that this will produce non-valid JSON. - </summary> - </member> - <member name="F:Newtonsoft.Json.FloatFormatHandling.DefaultValue"> - <summary> - Write special floating point values as the property's default value in JSON, e.g. 0.0 for a <see cref="T:System.Double"/> property, null for a <see cref="T:System.Nullable`1"/> property. - </summary> - </member> - <member name="T:Newtonsoft.Json.Formatting"> - <summary> - Specifies formatting options for the <see cref="T:Newtonsoft.Json.JsonTextWriter"/>. - </summary> - </member> - <member name="F:Newtonsoft.Json.Formatting.None"> - <summary> - No special formatting is applied. This is the default. - </summary> - </member> - <member name="F:Newtonsoft.Json.Formatting.Indented"> - <summary> - Causes child objects to be indented according to the <see cref="P:Newtonsoft.Json.JsonTextWriter.Indentation"/> and <see cref="P:Newtonsoft.Json.JsonTextWriter.IndentChar"/> settings. - </summary> - </member> - <member name="T:Newtonsoft.Json.IArrayPool`1"> - <summary> - Provides an interface for using pooled arrays. - </summary> - <typeparam name="T">The array type content.</typeparam> - </member> - <member name="M:Newtonsoft.Json.IArrayPool`1.Rent(System.Int32)"> - <summary> - Rent a array from the pool. This array must be returned when it is no longer needed. - </summary> - <param name="minimumLength">The minimum required length of the array. The returned array may be longer.</param> - <returns>The rented array from the pool. This array must be returned when it is no longer needed.</returns> - </member> - <member name="M:Newtonsoft.Json.IArrayPool`1.Return(`0[])"> - <summary> - Return an array to the pool. - </summary> - <param name="array">The array that is being returned.</param> - </member> - <member name="T:Newtonsoft.Json.IJsonLineInfo"> - <summary> - Provides an interface to enable a class to return line and position information. - </summary> - </member> - <member name="M:Newtonsoft.Json.IJsonLineInfo.HasLineInfo"> - <summary> - Gets a value indicating whether the class can return line information. - </summary> - <returns> - <c>true</c> if LineNumber and LinePosition can be provided; otherwise, <c>false</c>. - </returns> - </member> - <member name="P:Newtonsoft.Json.IJsonLineInfo.LineNumber"> - <summary> - Gets the current line number. - </summary> - <value>The current line number or 0 if no line information is available (for example, HasLineInfo returns false).</value> - </member> - <member name="P:Newtonsoft.Json.IJsonLineInfo.LinePosition"> - <summary> - Gets the current line position. - </summary> - <value>The current line position or 0 if no line information is available (for example, HasLineInfo returns false).</value> - </member> - <member name="T:Newtonsoft.Json.JsonArrayAttribute"> - <summary> - Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> how to serialize the collection. - </summary> - </member> - <member name="P:Newtonsoft.Json.JsonArrayAttribute.AllowNullItems"> - <summary> - Gets or sets a value indicating whether null items are allowed in the collection. - </summary> - <value><c>true</c> if null items are allowed in the collection; otherwise, <c>false</c>.</value> - </member> - <member name="M:Newtonsoft.Json.JsonArrayAttribute.#ctor"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonArrayAttribute"/> class. - </summary> - </member> - <member name="M:Newtonsoft.Json.JsonArrayAttribute.#ctor(System.Boolean)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonObjectAttribute"/> class with a flag indicating whether the array can contain null items - </summary> - <param name="allowNullItems">A flag indicating whether the array can contain null items.</param> - </member> - <member name="M:Newtonsoft.Json.JsonArrayAttribute.#ctor(System.String)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonArrayAttribute"/> class with the specified container Id. - </summary> - <param name="id">The container Id.</param> - </member> - <member name="T:Newtonsoft.Json.JsonConstructorAttribute"> - <summary> - Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> to use the specified constructor when deserializing that object. - </summary> - </member> - <member name="T:Newtonsoft.Json.JsonContainerAttribute"> - <summary> - Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> how to serialize the object. - </summary> - </member> - <member name="P:Newtonsoft.Json.JsonContainerAttribute.Id"> - <summary> - Gets or sets the id. - </summary> - <value>The id.</value> - </member> - <member name="P:Newtonsoft.Json.JsonContainerAttribute.Title"> - <summary> - Gets or sets the title. - </summary> - <value>The title.</value> - </member> - <member name="P:Newtonsoft.Json.JsonContainerAttribute.Description"> - <summary> - Gets or sets the description. - </summary> - <value>The description.</value> - </member> - <member name="P:Newtonsoft.Json.JsonContainerAttribute.ItemConverterType"> - <summary> - Gets the collection's items converter. - </summary> - <value>The collection's items converter.</value> - </member> - <member name="P:Newtonsoft.Json.JsonContainerAttribute.ItemConverterParameters"> - <summary> - The parameter list to use when constructing the JsonConverter described by ItemConverterType. - If null, the default constructor is used. - When non-null, there must be a constructor defined in the JsonConverter that exactly matches the number, - order, and type of these parameters. - </summary> - <example> - [JsonContainer(ItemConverterType = typeof(MyContainerConverter), ItemConverterParameters = new object[] { 123, "Four" })] - </example> - </member> - <member name="P:Newtonsoft.Json.JsonContainerAttribute.IsReference"> - <summary> - Gets or sets a value that indicates whether to preserve object references. - </summary> - <value> - <c>true</c> to keep object reference; otherwise, <c>false</c>. The default is <c>false</c>. - </value> - </member> - <member name="P:Newtonsoft.Json.JsonContainerAttribute.ItemIsReference"> - <summary> - Gets or sets a value that indicates whether to preserve collection's items references. - </summary> - <value> - <c>true</c> to keep collection's items object references; otherwise, <c>false</c>. The default is <c>false</c>. - </value> - </member> - <member name="P:Newtonsoft.Json.JsonContainerAttribute.ItemReferenceLoopHandling"> - <summary> - Gets or sets the reference loop handling used when serializing the collection's items. - </summary> - <value>The reference loop handling.</value> - </member> - <member name="P:Newtonsoft.Json.JsonContainerAttribute.ItemTypeNameHandling"> - <summary> - Gets or sets the type name handling used when serializing the collection's items. - </summary> - <value>The type name handling.</value> - </member> - <member name="M:Newtonsoft.Json.JsonContainerAttribute.#ctor"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonContainerAttribute"/> class. - </summary> - </member> - <member name="M:Newtonsoft.Json.JsonContainerAttribute.#ctor(System.String)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonContainerAttribute"/> class with the specified container Id. - </summary> - <param name="id">The container Id.</param> - </member> - <member name="T:Newtonsoft.Json.JsonConvert"> - <summary> - Provides methods for converting between common language runtime types and JSON types. - </summary> - <example> - <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\SerializationTests.cs" region="SerializeObject" title="Serializing and Deserializing JSON with JsonConvert" /> - </example> - </member> - <member name="P:Newtonsoft.Json.JsonConvert.DefaultSettings"> - <summary> - Gets or sets a function that creates default <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>. - Default settings are automatically used by serialization methods on <see cref="T:Newtonsoft.Json.JsonConvert"/>, - and <see cref="M:Newtonsoft.Json.Linq.JToken.ToObject``1"/> and <see cref="M:Newtonsoft.Json.Linq.JToken.FromObject(System.Object)"/> on <see cref="T:Newtonsoft.Json.Linq.JToken"/>. - To serialize without using any default settings create a <see cref="T:Newtonsoft.Json.JsonSerializer"/> with - <see cref="M:Newtonsoft.Json.JsonSerializer.Create"/>. - </summary> - </member> - <member name="F:Newtonsoft.Json.JsonConvert.True"> - <summary> - Represents JavaScript's boolean value true as a string. This field is read-only. - </summary> - </member> - <member name="F:Newtonsoft.Json.JsonConvert.False"> - <summary> - Represents JavaScript's boolean value false as a string. This field is read-only. - </summary> - </member> - <member name="F:Newtonsoft.Json.JsonConvert.Null"> - <summary> - Represents JavaScript's null as a string. This field is read-only. - </summary> - </member> - <member name="F:Newtonsoft.Json.JsonConvert.Undefined"> - <summary> - Represents JavaScript's undefined as a string. This field is read-only. - </summary> - </member> - <member name="F:Newtonsoft.Json.JsonConvert.PositiveInfinity"> - <summary> - Represents JavaScript's positive infinity as a string. This field is read-only. - </summary> - </member> - <member name="F:Newtonsoft.Json.JsonConvert.NegativeInfinity"> - <summary> - Represents JavaScript's negative infinity as a string. This field is read-only. - </summary> - </member> - <member name="F:Newtonsoft.Json.JsonConvert.NaN"> - <summary> - Represents JavaScript's NaN as a string. This field is read-only. - </summary> - </member> - <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.DateTime)"> - <summary> - Converts the <see cref="T:System.DateTime"/> to its JSON string representation. - </summary> - <param name="value">The value to convert.</param> - <returns>A JSON string representation of the <see cref="T:System.DateTime"/>.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.DateTime,Newtonsoft.Json.DateFormatHandling,Newtonsoft.Json.DateTimeZoneHandling)"> - <summary> - Converts the <see cref="T:System.DateTime"/> to its JSON string representation using the <see cref="T:Newtonsoft.Json.DateFormatHandling"/> specified. - </summary> - <param name="value">The value to convert.</param> - <param name="format">The format the date will be converted to.</param> - <param name="timeZoneHandling">The time zone handling when the date is converted to a string.</param> - <returns>A JSON string representation of the <see cref="T:System.DateTime"/>.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.DateTimeOffset)"> - <summary> - Converts the <see cref="T:System.DateTimeOffset"/> to its JSON string representation. - </summary> - <param name="value">The value to convert.</param> - <returns>A JSON string representation of the <see cref="T:System.DateTimeOffset"/>.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.DateTimeOffset,Newtonsoft.Json.DateFormatHandling)"> - <summary> - Converts the <see cref="T:System.DateTimeOffset"/> to its JSON string representation using the <see cref="T:Newtonsoft.Json.DateFormatHandling"/> specified. - </summary> - <param name="value">The value to convert.</param> - <param name="format">The format the date will be converted to.</param> - <returns>A JSON string representation of the <see cref="T:System.DateTimeOffset"/>.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Boolean)"> - <summary> - Converts the <see cref="T:System.Boolean"/> to its JSON string representation. - </summary> - <param name="value">The value to convert.</param> - <returns>A JSON string representation of the <see cref="T:System.Boolean"/>.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Char)"> - <summary> - Converts the <see cref="T:System.Char"/> to its JSON string representation. - </summary> - <param name="value">The value to convert.</param> - <returns>A JSON string representation of the <see cref="T:System.Char"/>.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Enum)"> - <summary> - Converts the <see cref="T:System.Enum"/> to its JSON string representation. - </summary> - <param name="value">The value to convert.</param> - <returns>A JSON string representation of the <see cref="T:System.Enum"/>.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Int32)"> - <summary> - Converts the <see cref="T:System.Int32"/> to its JSON string representation. - </summary> - <param name="value">The value to convert.</param> - <returns>A JSON string representation of the <see cref="T:System.Int32"/>.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Int16)"> - <summary> - Converts the <see cref="T:System.Int16"/> to its JSON string representation. - </summary> - <param name="value">The value to convert.</param> - <returns>A JSON string representation of the <see cref="T:System.Int16"/>.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.UInt16)"> - <summary> - Converts the <see cref="T:System.UInt16"/> to its JSON string representation. - </summary> - <param name="value">The value to convert.</param> - <returns>A JSON string representation of the <see cref="T:System.UInt16"/>.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.UInt32)"> - <summary> - Converts the <see cref="T:System.UInt32"/> to its JSON string representation. - </summary> - <param name="value">The value to convert.</param> - <returns>A JSON string representation of the <see cref="T:System.UInt32"/>.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Int64)"> - <summary> - Converts the <see cref="T:System.Int64"/> to its JSON string representation. - </summary> - <param name="value">The value to convert.</param> - <returns>A JSON string representation of the <see cref="T:System.Int64"/>.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.UInt64)"> - <summary> - Converts the <see cref="T:System.UInt64"/> to its JSON string representation. - </summary> - <param name="value">The value to convert.</param> - <returns>A JSON string representation of the <see cref="T:System.UInt64"/>.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Single)"> - <summary> - Converts the <see cref="T:System.Single"/> to its JSON string representation. - </summary> - <param name="value">The value to convert.</param> - <returns>A JSON string representation of the <see cref="T:System.Single"/>.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Double)"> - <summary> - Converts the <see cref="T:System.Double"/> to its JSON string representation. - </summary> - <param name="value">The value to convert.</param> - <returns>A JSON string representation of the <see cref="T:System.Double"/>.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Byte)"> - <summary> - Converts the <see cref="T:System.Byte"/> to its JSON string representation. - </summary> - <param name="value">The value to convert.</param> - <returns>A JSON string representation of the <see cref="T:System.Byte"/>.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.SByte)"> - <summary> - Converts the <see cref="T:System.SByte"/> to its JSON string representation. - </summary> - <param name="value">The value to convert.</param> - <returns>A JSON string representation of the <see cref="T:System.SByte"/>.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Decimal)"> - <summary> - Converts the <see cref="T:System.Decimal"/> to its JSON string representation. - </summary> - <param name="value">The value to convert.</param> - <returns>A JSON string representation of the <see cref="T:System.SByte"/>.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Guid)"> - <summary> - Converts the <see cref="T:System.Guid"/> to its JSON string representation. - </summary> - <param name="value">The value to convert.</param> - <returns>A JSON string representation of the <see cref="T:System.Guid"/>.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.TimeSpan)"> - <summary> - Converts the <see cref="T:System.TimeSpan"/> to its JSON string representation. - </summary> - <param name="value">The value to convert.</param> - <returns>A JSON string representation of the <see cref="T:System.TimeSpan"/>.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Uri)"> - <summary> - Converts the <see cref="T:System.Uri"/> to its JSON string representation. - </summary> - <param name="value">The value to convert.</param> - <returns>A JSON string representation of the <see cref="T:System.Uri"/>.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.String)"> - <summary> - Converts the <see cref="T:System.String"/> to its JSON string representation. - </summary> - <param name="value">The value to convert.</param> - <returns>A JSON string representation of the <see cref="T:System.String"/>.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.String,System.Char)"> - <summary> - Converts the <see cref="T:System.String"/> to its JSON string representation. - </summary> - <param name="value">The value to convert.</param> - <param name="delimiter">The string delimiter character.</param> - <returns>A JSON string representation of the <see cref="T:System.String"/>.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.String,System.Char,Newtonsoft.Json.StringEscapeHandling)"> - <summary> - Converts the <see cref="T:System.String"/> to its JSON string representation. - </summary> - <param name="value">The value to convert.</param> - <param name="delimiter">The string delimiter character.</param> - <param name="stringEscapeHandling">The string escape handling.</param> - <returns>A JSON string representation of the <see cref="T:System.String"/>.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonConvert.ToString(System.Object)"> - <summary> - Converts the <see cref="T:System.Object"/> to its JSON string representation. - </summary> - <param name="value">The value to convert.</param> - <returns>A JSON string representation of the <see cref="T:System.Object"/>.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonConvert.SerializeObject(System.Object)"> - <summary> - Serializes the specified object to a JSON string. - </summary> - <param name="value">The object to serialize.</param> - <returns>A JSON string representation of the object.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonConvert.SerializeObject(System.Object,Newtonsoft.Json.Formatting)"> - <summary> - Serializes the specified object to a JSON string using formatting. - </summary> - <param name="value">The object to serialize.</param> - <param name="formatting">Indicates how the output is formatted.</param> - <returns> - A JSON string representation of the object. - </returns> - </member> - <member name="M:Newtonsoft.Json.JsonConvert.SerializeObject(System.Object,Newtonsoft.Json.JsonConverter[])"> - <summary> - Serializes the specified object to a JSON string using a collection of <see cref="T:Newtonsoft.Json.JsonConverter"/>. - </summary> - <param name="value">The object to serialize.</param> - <param name="converters">A collection converters used while serializing.</param> - <returns>A JSON string representation of the object.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonConvert.SerializeObject(System.Object,Newtonsoft.Json.Formatting,Newtonsoft.Json.JsonConverter[])"> - <summary> - Serializes the specified object to a JSON string using formatting and a collection of <see cref="T:Newtonsoft.Json.JsonConverter"/>. - </summary> - <param name="value">The object to serialize.</param> - <param name="formatting">Indicates how the output is formatted.</param> - <param name="converters">A collection converters used while serializing.</param> - <returns>A JSON string representation of the object.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonConvert.SerializeObject(System.Object,Newtonsoft.Json.JsonSerializerSettings)"> - <summary> - Serializes the specified object to a JSON string using <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>. - </summary> - <param name="value">The object to serialize.</param> - <param name="settings">The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to serialize the object. - If this is null, default serialization settings will be used.</param> - <returns> - A JSON string representation of the object. - </returns> - </member> - <member name="M:Newtonsoft.Json.JsonConvert.SerializeObject(System.Object,System.Type,Newtonsoft.Json.JsonSerializerSettings)"> - <summary> - Serializes the specified object to a JSON string using a type, formatting and <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>. - </summary> - <param name="value">The object to serialize.</param> - <param name="settings">The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to serialize the object. - If this is null, default serialization settings will be used.</param> - <param name="type"> - The type of the value being serialized. - This parameter is used when <see cref="T:Newtonsoft.Json.TypeNameHandling"/> is Auto to write out the type name if the type of the value does not match. - Specifing the type is optional. - </param> - <returns> - A JSON string representation of the object. - </returns> - </member> - <member name="M:Newtonsoft.Json.JsonConvert.SerializeObject(System.Object,Newtonsoft.Json.Formatting,Newtonsoft.Json.JsonSerializerSettings)"> - <summary> - Serializes the specified object to a JSON string using formatting and <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>. - </summary> - <param name="value">The object to serialize.</param> - <param name="formatting">Indicates how the output is formatted.</param> - <param name="settings">The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to serialize the object. - If this is null, default serialization settings will be used.</param> - <returns> - A JSON string representation of the object. - </returns> - </member> - <member name="M:Newtonsoft.Json.JsonConvert.SerializeObject(System.Object,System.Type,Newtonsoft.Json.Formatting,Newtonsoft.Json.JsonSerializerSettings)"> - <summary> - Serializes the specified object to a JSON string using a type, formatting and <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>. - </summary> - <param name="value">The object to serialize.</param> - <param name="formatting">Indicates how the output is formatted.</param> - <param name="settings">The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to serialize the object. - If this is null, default serialization settings will be used.</param> - <param name="type"> - The type of the value being serialized. - This parameter is used when <see cref="T:Newtonsoft.Json.TypeNameHandling"/> is Auto to write out the type name if the type of the value does not match. - Specifing the type is optional. - </param> - <returns> - A JSON string representation of the object. - </returns> - </member> - <member name="M:Newtonsoft.Json.JsonConvert.SerializeObjectAsync(System.Object)"> - <summary> - Asynchronously serializes the specified object to a JSON string. - Serialization will happen on a new thread. - </summary> - <param name="value">The object to serialize.</param> - <returns> - A task that represents the asynchronous serialize operation. The value of the <c>TResult</c> parameter contains a JSON string representation of the object. - </returns> - </member> - <member name="M:Newtonsoft.Json.JsonConvert.SerializeObjectAsync(System.Object,Newtonsoft.Json.Formatting)"> - <summary> - Asynchronously serializes the specified object to a JSON string using formatting. - Serialization will happen on a new thread. - </summary> - <param name="value">The object to serialize.</param> - <param name="formatting">Indicates how the output is formatted.</param> - <returns> - A task that represents the asynchronous serialize operation. The value of the <c>TResult</c> parameter contains a JSON string representation of the object. - </returns> - </member> - <member name="M:Newtonsoft.Json.JsonConvert.SerializeObjectAsync(System.Object,Newtonsoft.Json.Formatting,Newtonsoft.Json.JsonSerializerSettings)"> - <summary> - Asynchronously serializes the specified object to a JSON string using formatting and a collection of <see cref="T:Newtonsoft.Json.JsonConverter"/>. - Serialization will happen on a new thread. - </summary> - <param name="value">The object to serialize.</param> - <param name="formatting">Indicates how the output is formatted.</param> - <param name="settings">The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to serialize the object. - If this is null, default serialization settings will be used.</param> - <returns> - A task that represents the asynchronous serialize operation. The value of the <c>TResult</c> parameter contains a JSON string representation of the object. - </returns> - </member> - <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObject(System.String)"> - <summary> - Deserializes the JSON to a .NET object. - </summary> - <param name="value">The JSON to deserialize.</param> - <returns>The deserialized object from the JSON string.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObject(System.String,Newtonsoft.Json.JsonSerializerSettings)"> - <summary> - Deserializes the JSON to a .NET object using <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>. - </summary> - <param name="value">The JSON to deserialize.</param> - <param name="settings"> - The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to deserialize the object. - If this is null, default serialization settings will be used. - </param> - <returns>The deserialized object from the JSON string.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObject(System.String,System.Type)"> - <summary> - Deserializes the JSON to the specified .NET type. - </summary> - <param name="value">The JSON to deserialize.</param> - <param name="type">The <see cref="T:System.Type"/> of object being deserialized.</param> - <returns>The deserialized object from the JSON string.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObject``1(System.String)"> - <summary> - Deserializes the JSON to the specified .NET type. - </summary> - <typeparam name="T">The type of the object to deserialize to.</typeparam> - <param name="value">The JSON to deserialize.</param> - <returns>The deserialized object from the JSON string.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonConvert.DeserializeAnonymousType``1(System.String,``0)"> - <summary> - Deserializes the JSON to the given anonymous type. - </summary> - <typeparam name="T"> - The anonymous type to deserialize to. This can't be specified - traditionally and must be infered from the anonymous type passed - as a parameter. - </typeparam> - <param name="value">The JSON to deserialize.</param> - <param name="anonymousTypeObject">The anonymous type object.</param> - <returns>The deserialized anonymous type from the JSON string.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonConvert.DeserializeAnonymousType``1(System.String,``0,Newtonsoft.Json.JsonSerializerSettings)"> - <summary> - Deserializes the JSON to the given anonymous type using <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>. - </summary> - <typeparam name="T"> - The anonymous type to deserialize to. This can't be specified - traditionally and must be infered from the anonymous type passed - as a parameter. - </typeparam> - <param name="value">The JSON to deserialize.</param> - <param name="anonymousTypeObject">The anonymous type object.</param> - <param name="settings"> - The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to deserialize the object. - If this is null, default serialization settings will be used. - </param> - <returns>The deserialized anonymous type from the JSON string.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObject``1(System.String,Newtonsoft.Json.JsonConverter[])"> - <summary> - Deserializes the JSON to the specified .NET type using a collection of <see cref="T:Newtonsoft.Json.JsonConverter"/>. - </summary> - <typeparam name="T">The type of the object to deserialize to.</typeparam> - <param name="value">The JSON to deserialize.</param> - <param name="converters">Converters to use while deserializing.</param> - <returns>The deserialized object from the JSON string.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObject``1(System.String,Newtonsoft.Json.JsonSerializerSettings)"> - <summary> - Deserializes the JSON to the specified .NET type using <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>. - </summary> - <typeparam name="T">The type of the object to deserialize to.</typeparam> - <param name="value">The object to deserialize.</param> - <param name="settings"> - The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to deserialize the object. - If this is null, default serialization settings will be used. - </param> - <returns>The deserialized object from the JSON string.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObject(System.String,System.Type,Newtonsoft.Json.JsonConverter[])"> - <summary> - Deserializes the JSON to the specified .NET type using a collection of <see cref="T:Newtonsoft.Json.JsonConverter"/>. - </summary> - <param name="value">The JSON to deserialize.</param> - <param name="type">The type of the object to deserialize.</param> - <param name="converters">Converters to use while deserializing.</param> - <returns>The deserialized object from the JSON string.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObject(System.String,System.Type,Newtonsoft.Json.JsonSerializerSettings)"> - <summary> - Deserializes the JSON to the specified .NET type using <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>. - </summary> - <param name="value">The JSON to deserialize.</param> - <param name="type">The type of the object to deserialize to.</param> - <param name="settings"> - The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to deserialize the object. - If this is null, default serialization settings will be used. - </param> - <returns>The deserialized object from the JSON string.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObjectAsync``1(System.String)"> - <summary> - Asynchronously deserializes the JSON to the specified .NET type. - Deserialization will happen on a new thread. - </summary> - <typeparam name="T">The type of the object to deserialize to.</typeparam> - <param name="value">The JSON to deserialize.</param> - <returns> - A task that represents the asynchronous deserialize operation. The value of the <c>TResult</c> parameter contains the deserialized object from the JSON string. - </returns> - </member> - <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObjectAsync``1(System.String,Newtonsoft.Json.JsonSerializerSettings)"> - <summary> - Asynchronously deserializes the JSON to the specified .NET type using <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>. - Deserialization will happen on a new thread. - </summary> - <typeparam name="T">The type of the object to deserialize to.</typeparam> - <param name="value">The JSON to deserialize.</param> - <param name="settings"> - The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to deserialize the object. - If this is null, default serialization settings will be used. - </param> - <returns> - A task that represents the asynchronous deserialize operation. The value of the <c>TResult</c> parameter contains the deserialized object from the JSON string. - </returns> - </member> - <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObjectAsync(System.String)"> - <summary> - Asynchronously deserializes the JSON to the specified .NET type. - Deserialization will happen on a new thread. - </summary> - <param name="value">The JSON to deserialize.</param> - <returns> - A task that represents the asynchronous deserialize operation. The value of the <c>TResult</c> parameter contains the deserialized object from the JSON string. - </returns> - </member> - <member name="M:Newtonsoft.Json.JsonConvert.DeserializeObjectAsync(System.String,System.Type,Newtonsoft.Json.JsonSerializerSettings)"> - <summary> - Asynchronously deserializes the JSON to the specified .NET type using <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>. - Deserialization will happen on a new thread. - </summary> - <param name="value">The JSON to deserialize.</param> - <param name="type">The type of the object to deserialize to.</param> - <param name="settings"> - The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to deserialize the object. - If this is null, default serialization settings will be used. - </param> - <returns> - A task that represents the asynchronous deserialize operation. The value of the <c>TResult</c> parameter contains the deserialized object from the JSON string. - </returns> - </member> - <member name="M:Newtonsoft.Json.JsonConvert.PopulateObject(System.String,System.Object)"> - <summary> - Populates the object with values from the JSON string. - </summary> - <param name="value">The JSON to populate values from.</param> - <param name="target">The target object to populate values onto.</param> - </member> - <member name="M:Newtonsoft.Json.JsonConvert.PopulateObject(System.String,System.Object,Newtonsoft.Json.JsonSerializerSettings)"> - <summary> - Populates the object with values from the JSON string using <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>. - </summary> - <param name="value">The JSON to populate values from.</param> - <param name="target">The target object to populate values onto.</param> - <param name="settings"> - The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to deserialize the object. - If this is null, default serialization settings will be used. - </param> - </member> - <member name="M:Newtonsoft.Json.JsonConvert.PopulateObjectAsync(System.String,System.Object,Newtonsoft.Json.JsonSerializerSettings)"> - <summary> - Asynchronously populates the object with values from the JSON string using <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>. - </summary> - <param name="value">The JSON to populate values from.</param> - <param name="target">The target object to populate values onto.</param> - <param name="settings"> - The <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> used to deserialize the object. - If this is null, default serialization settings will be used. - </param> - <returns> - A task that represents the asynchronous populate operation. - </returns> - </member> - <member name="M:Newtonsoft.Json.JsonConvert.SerializeXmlNode(System.Xml.XmlNode)"> - <summary> - Serializes the XML node to a JSON string. - </summary> - <param name="node">The node to serialize.</param> - <returns>A JSON string of the XmlNode.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonConvert.SerializeXmlNode(System.Xml.XmlNode,Newtonsoft.Json.Formatting)"> - <summary> - Serializes the XML node to a JSON string using formatting. - </summary> - <param name="node">The node to serialize.</param> - <param name="formatting">Indicates how the output is formatted.</param> - <returns>A JSON string of the XmlNode.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonConvert.SerializeXmlNode(System.Xml.XmlNode,Newtonsoft.Json.Formatting,System.Boolean)"> - <summary> - Serializes the XML node to a JSON string using formatting and omits the root object if <paramref name="omitRootObject"/> is <c>true</c>. - </summary> - <param name="node">The node to serialize.</param> - <param name="formatting">Indicates how the output is formatted.</param> - <param name="omitRootObject">Omits writing the root object.</param> - <returns>A JSON string of the XmlNode.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonConvert.DeserializeXmlNode(System.String)"> - <summary> - Deserializes the XmlNode from a JSON string. - </summary> - <param name="value">The JSON string.</param> - <returns>The deserialized XmlNode</returns> - </member> - <member name="M:Newtonsoft.Json.JsonConvert.DeserializeXmlNode(System.String,System.String)"> - <summary> - Deserializes the XmlNode from a JSON string nested in a root elment specified by <paramref name="deserializeRootElementName"/>. - </summary> - <param name="value">The JSON string.</param> - <param name="deserializeRootElementName">The name of the root element to append when deserializing.</param> - <returns>The deserialized XmlNode</returns> - </member> - <member name="M:Newtonsoft.Json.JsonConvert.DeserializeXmlNode(System.String,System.String,System.Boolean)"> - <summary> - Deserializes the XmlNode from a JSON string nested in a root elment specified by <paramref name="deserializeRootElementName"/> - and writes a .NET array attribute for collections. - </summary> - <param name="value">The JSON string.</param> - <param name="deserializeRootElementName">The name of the root element to append when deserializing.</param> - <param name="writeArrayAttribute"> - A flag to indicate whether to write the Json.NET array attribute. - This attribute helps preserve arrays when converting the written XML back to JSON. - </param> - <returns>The deserialized XmlNode</returns> - </member> - <member name="M:Newtonsoft.Json.JsonConvert.SerializeXNode(System.Xml.Linq.XObject)"> - <summary> - Serializes the <see cref="T:System.Xml.Linq.XNode"/> to a JSON string. - </summary> - <param name="node">The node to convert to JSON.</param> - <returns>A JSON string of the XNode.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonConvert.SerializeXNode(System.Xml.Linq.XObject,Newtonsoft.Json.Formatting)"> - <summary> - Serializes the <see cref="T:System.Xml.Linq.XNode"/> to a JSON string using formatting. - </summary> - <param name="node">The node to convert to JSON.</param> - <param name="formatting">Indicates how the output is formatted.</param> - <returns>A JSON string of the XNode.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonConvert.SerializeXNode(System.Xml.Linq.XObject,Newtonsoft.Json.Formatting,System.Boolean)"> - <summary> - Serializes the <see cref="T:System.Xml.Linq.XNode"/> to a JSON string using formatting and omits the root object if <paramref name="omitRootObject"/> is <c>true</c>. - </summary> - <param name="node">The node to serialize.</param> - <param name="formatting">Indicates how the output is formatted.</param> - <param name="omitRootObject">Omits writing the root object.</param> - <returns>A JSON string of the XNode.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonConvert.DeserializeXNode(System.String)"> - <summary> - Deserializes the <see cref="T:System.Xml.Linq.XNode"/> from a JSON string. - </summary> - <param name="value">The JSON string.</param> - <returns>The deserialized XNode</returns> - </member> - <member name="M:Newtonsoft.Json.JsonConvert.DeserializeXNode(System.String,System.String)"> - <summary> - Deserializes the <see cref="T:System.Xml.Linq.XNode"/> from a JSON string nested in a root elment specified by <paramref name="deserializeRootElementName"/>. - </summary> - <param name="value">The JSON string.</param> - <param name="deserializeRootElementName">The name of the root element to append when deserializing.</param> - <returns>The deserialized XNode</returns> - </member> - <member name="M:Newtonsoft.Json.JsonConvert.DeserializeXNode(System.String,System.String,System.Boolean)"> - <summary> - Deserializes the <see cref="T:System.Xml.Linq.XNode"/> from a JSON string nested in a root elment specified by <paramref name="deserializeRootElementName"/> - and writes a .NET array attribute for collections. - </summary> - <param name="value">The JSON string.</param> - <param name="deserializeRootElementName">The name of the root element to append when deserializing.</param> - <param name="writeArrayAttribute"> - A flag to indicate whether to write the Json.NET array attribute. - This attribute helps preserve arrays when converting the written XML back to JSON. - </param> - <returns>The deserialized XNode</returns> - </member> - <member name="T:Newtonsoft.Json.JsonConverter"> - <summary> - Converts an object to and from JSON. - </summary> - </member> - <member name="M:Newtonsoft.Json.JsonConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)"> - <summary> - Writes the JSON representation of the object. - </summary> - <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param> - <param name="value">The value.</param> - <param name="serializer">The calling serializer.</param> - </member> - <member name="M:Newtonsoft.Json.JsonConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)"> - <summary> - Reads the JSON representation of the object. - </summary> - <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param> - <param name="objectType">Type of the object.</param> - <param name="existingValue">The existing value of object being read.</param> - <param name="serializer">The calling serializer.</param> - <returns>The object value.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonConverter.CanConvert(System.Type)"> - <summary> - Determines whether this instance can convert the specified object type. - </summary> - <param name="objectType">Type of the object.</param> - <returns> - <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>. - </returns> - </member> - <member name="M:Newtonsoft.Json.JsonConverter.GetSchema"> - <summary> - <para> - Gets the <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of the JSON produced by the JsonConverter. - </para> - <note type="caution"> - JSON Schema validation has been moved to its own package. See <see href="http://www.newtonsoft.com/jsonschema">http://www.newtonsoft.com/jsonschema</see> for more details. - </note> - </summary> - <returns>The <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of the JSON produced by the JsonConverter.</returns> - </member> - <member name="P:Newtonsoft.Json.JsonConverter.CanRead"> - <summary> - Gets a value indicating whether this <see cref="T:Newtonsoft.Json.JsonConverter"/> can read JSON. - </summary> - <value><c>true</c> if this <see cref="T:Newtonsoft.Json.JsonConverter"/> can read JSON; otherwise, <c>false</c>.</value> - </member> - <member name="P:Newtonsoft.Json.JsonConverter.CanWrite"> - <summary> - Gets a value indicating whether this <see cref="T:Newtonsoft.Json.JsonConverter"/> can write JSON. - </summary> - <value><c>true</c> if this <see cref="T:Newtonsoft.Json.JsonConverter"/> can write JSON; otherwise, <c>false</c>.</value> - </member> - <member name="T:Newtonsoft.Json.JsonConverterAttribute"> - <summary> - Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> to use the specified <see cref="T:Newtonsoft.Json.JsonConverter"/> when serializing the member or class. - </summary> - </member> - <member name="P:Newtonsoft.Json.JsonConverterAttribute.ConverterType"> - <summary> - Gets the <see cref="T:System.Type"/> of the converter. - </summary> - <value>The <see cref="T:System.Type"/> of the converter.</value> - </member> - <member name="P:Newtonsoft.Json.JsonConverterAttribute.ConverterParameters"> - <summary> - The parameter list to use when constructing the JsonConverter described by ConverterType. - If null, the default constructor is used. - </summary> - </member> - <member name="M:Newtonsoft.Json.JsonConverterAttribute.#ctor(System.Type)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonConverterAttribute"/> class. - </summary> - <param name="converterType">Type of the converter.</param> - </member> - <member name="M:Newtonsoft.Json.JsonConverterAttribute.#ctor(System.Type,System.Object[])"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonConverterAttribute"/> class. - </summary> - <param name="converterType">Type of the converter.</param> - <param name="converterParameters">Parameter list to use when constructing the JsonConverter. Can be null.</param> - </member> - <member name="T:Newtonsoft.Json.JsonConverterCollection"> - <summary> - Represents a collection of <see cref="T:Newtonsoft.Json.JsonConverter"/>. - </summary> - </member> - <member name="T:Newtonsoft.Json.JsonDictionaryAttribute"> - <summary> - Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> how to serialize the collection. - </summary> - </member> - <member name="M:Newtonsoft.Json.JsonDictionaryAttribute.#ctor"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonDictionaryAttribute"/> class. - </summary> - </member> - <member name="M:Newtonsoft.Json.JsonDictionaryAttribute.#ctor(System.String)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonDictionaryAttribute"/> class with the specified container Id. - </summary> - <param name="id">The container Id.</param> - </member> - <member name="T:Newtonsoft.Json.JsonException"> - <summary> - The exception thrown when an error occurs during JSON serialization or deserialization. - </summary> - </member> - <member name="M:Newtonsoft.Json.JsonException.#ctor"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonException"/> class. - </summary> - </member> - <member name="M:Newtonsoft.Json.JsonException.#ctor(System.String)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonException"/> class - with a specified error message. - </summary> - <param name="message">The error message that explains the reason for the exception.</param> - </member> - <member name="M:Newtonsoft.Json.JsonException.#ctor(System.String,System.Exception)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonException"/> class - with a specified error message and a reference to the inner exception that is the cause of this exception. - </summary> - <param name="message">The error message that explains the reason for the exception.</param> - <param name="innerException">The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.</param> - </member> - <member name="M:Newtonsoft.Json.JsonException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonException"/> class. - </summary> - <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"/> that holds the serialized object data about the exception being thrown.</param> - <param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext"/> that contains contextual information about the source or destination.</param> - <exception cref="T:System.ArgumentNullException">The <paramref name="info"/> parameter is null. </exception> - <exception cref="T:System.Runtime.Serialization.SerializationException">The class name is null or <see cref="P:System.Exception.HResult"/> is zero (0). </exception> - </member> - <member name="T:Newtonsoft.Json.JsonExtensionDataAttribute"> - <summary> - Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> to deserialize properties with no matching class member into the specified collection - and write values during serialization. - </summary> - </member> - <member name="P:Newtonsoft.Json.JsonExtensionDataAttribute.WriteData"> - <summary> - Gets or sets a value that indicates whether to write extension data when serializing the object. - </summary> - <value> - <c>true</c> to write extension data when serializing the object; otherwise, <c>false</c>. The default is <c>true</c>. - </value> - </member> - <member name="P:Newtonsoft.Json.JsonExtensionDataAttribute.ReadData"> - <summary> - Gets or sets a value that indicates whether to read extension data when deserializing the object. - </summary> - <value> - <c>true</c> to read extension data when deserializing the object; otherwise, <c>false</c>. The default is <c>true</c>. - </value> - </member> - <member name="M:Newtonsoft.Json.JsonExtensionDataAttribute.#ctor"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonExtensionDataAttribute"/> class. - </summary> - </member> - <member name="T:Newtonsoft.Json.JsonIgnoreAttribute"> - <summary> - Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> not to serialize the public field or public read/write property value. - </summary> - </member> - <member name="T:Newtonsoft.Json.JsonObjectAttribute"> - <summary> - Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> how to serialize the object. - </summary> - </member> - <member name="P:Newtonsoft.Json.JsonObjectAttribute.MemberSerialization"> - <summary> - Gets or sets the member serialization. - </summary> - <value>The member serialization.</value> - </member> - <member name="P:Newtonsoft.Json.JsonObjectAttribute.ItemRequired"> - <summary> - Gets or sets a value that indicates whether the object's properties are required. - </summary> - <value> - A value indicating whether the object's properties are required. - </value> - </member> - <member name="M:Newtonsoft.Json.JsonObjectAttribute.#ctor"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonObjectAttribute"/> class. - </summary> - </member> - <member name="M:Newtonsoft.Json.JsonObjectAttribute.#ctor(Newtonsoft.Json.MemberSerialization)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonObjectAttribute"/> class with the specified member serialization. - </summary> - <param name="memberSerialization">The member serialization.</param> - </member> - <member name="M:Newtonsoft.Json.JsonObjectAttribute.#ctor(System.String)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonObjectAttribute"/> class with the specified container Id. - </summary> - <param name="id">The container Id.</param> - </member> - <member name="T:Newtonsoft.Json.JsonPropertyAttribute"> - <summary> - Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> to always serialize the member with the specified name. - </summary> - </member> - <member name="P:Newtonsoft.Json.JsonPropertyAttribute.ItemConverterType"> - <summary> - Gets or sets the converter used when serializing the property's collection items. - </summary> - <value>The collection's items converter.</value> - </member> - <member name="P:Newtonsoft.Json.JsonPropertyAttribute.ItemConverterParameters"> - <summary> - The parameter list to use when constructing the JsonConverter described by ItemConverterType. - If null, the default constructor is used. - When non-null, there must be a constructor defined in the JsonConverter that exactly matches the number, - order, and type of these parameters. - </summary> - <example> - [JsonProperty(ItemConverterType = typeof(MyContainerConverter), ItemConverterParameters = new object[] { 123, "Four" })] - </example> - </member> - <member name="P:Newtonsoft.Json.JsonPropertyAttribute.NullValueHandling"> - <summary> - Gets or sets the null value handling used when serializing this property. - </summary> - <value>The null value handling.</value> - </member> - <member name="P:Newtonsoft.Json.JsonPropertyAttribute.DefaultValueHandling"> - <summary> - Gets or sets the default value handling used when serializing this property. - </summary> - <value>The default value handling.</value> - </member> - <member name="P:Newtonsoft.Json.JsonPropertyAttribute.ReferenceLoopHandling"> - <summary> - Gets or sets the reference loop handling used when serializing this property. - </summary> - <value>The reference loop handling.</value> - </member> - <member name="P:Newtonsoft.Json.JsonPropertyAttribute.ObjectCreationHandling"> - <summary> - Gets or sets the object creation handling used when deserializing this property. - </summary> - <value>The object creation handling.</value> - </member> - <member name="P:Newtonsoft.Json.JsonPropertyAttribute.TypeNameHandling"> - <summary> - Gets or sets the type name handling used when serializing this property. - </summary> - <value>The type name handling.</value> - </member> - <member name="P:Newtonsoft.Json.JsonPropertyAttribute.IsReference"> - <summary> - Gets or sets whether this property's value is serialized as a reference. - </summary> - <value>Whether this property's value is serialized as a reference.</value> - </member> - <member name="P:Newtonsoft.Json.JsonPropertyAttribute.Order"> - <summary> - Gets or sets the order of serialization of a member. - </summary> - <value>The numeric order of serialization.</value> - </member> - <member name="P:Newtonsoft.Json.JsonPropertyAttribute.Required"> - <summary> - Gets or sets a value indicating whether this property is required. - </summary> - <value> - A value indicating whether this property is required. - </value> - </member> - <member name="P:Newtonsoft.Json.JsonPropertyAttribute.PropertyName"> - <summary> - Gets or sets the name of the property. - </summary> - <value>The name of the property.</value> - </member> - <member name="P:Newtonsoft.Json.JsonPropertyAttribute.ItemReferenceLoopHandling"> - <summary> - Gets or sets the the reference loop handling used when serializing the property's collection items. - </summary> - <value>The collection's items reference loop handling.</value> - </member> - <member name="P:Newtonsoft.Json.JsonPropertyAttribute.ItemTypeNameHandling"> - <summary> - Gets or sets the the type name handling used when serializing the property's collection items. - </summary> - <value>The collection's items type name handling.</value> - </member> - <member name="P:Newtonsoft.Json.JsonPropertyAttribute.ItemIsReference"> - <summary> - Gets or sets whether this property's collection items are serialized as a reference. - </summary> - <value>Whether this property's collection items are serialized as a reference.</value> - </member> - <member name="M:Newtonsoft.Json.JsonPropertyAttribute.#ctor"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonPropertyAttribute"/> class. - </summary> - </member> - <member name="M:Newtonsoft.Json.JsonPropertyAttribute.#ctor(System.String)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonPropertyAttribute"/> class with the specified name. - </summary> - <param name="propertyName">Name of the property.</param> - </member> - <member name="T:Newtonsoft.Json.JsonReader"> - <summary> - Represents a reader that provides fast, non-cached, forward-only access to serialized JSON data. - </summary> - </member> - <member name="T:Newtonsoft.Json.JsonReader.State"> - <summary> - Specifies the state of the reader. - </summary> - </member> - <member name="F:Newtonsoft.Json.JsonReader.State.Start"> - <summary> - The Read method has not been called. - </summary> - </member> - <member name="F:Newtonsoft.Json.JsonReader.State.Complete"> - <summary> - The end of the file has been reached successfully. - </summary> - </member> - <member name="F:Newtonsoft.Json.JsonReader.State.Property"> - <summary> - Reader is at a property. - </summary> - </member> - <member name="F:Newtonsoft.Json.JsonReader.State.ObjectStart"> - <summary> - Reader is at the start of an object. - </summary> - </member> - <member name="F:Newtonsoft.Json.JsonReader.State.Object"> - <summary> - Reader is in an object. - </summary> - </member> - <member name="F:Newtonsoft.Json.JsonReader.State.ArrayStart"> - <summary> - Reader is at the start of an array. - </summary> - </member> - <member name="F:Newtonsoft.Json.JsonReader.State.Array"> - <summary> - Reader is in an array. - </summary> - </member> - <member name="F:Newtonsoft.Json.JsonReader.State.Closed"> - <summary> - The Close method has been called. - </summary> - </member> - <member name="F:Newtonsoft.Json.JsonReader.State.PostValue"> - <summary> - Reader has just read a value. - </summary> - </member> - <member name="F:Newtonsoft.Json.JsonReader.State.ConstructorStart"> - <summary> - Reader is at the start of a constructor. - </summary> - </member> - <member name="F:Newtonsoft.Json.JsonReader.State.Constructor"> - <summary> - Reader in a constructor. - </summary> - </member> - <member name="F:Newtonsoft.Json.JsonReader.State.Error"> - <summary> - An error occurred that prevents the read operation from continuing. - </summary> - </member> - <member name="F:Newtonsoft.Json.JsonReader.State.Finished"> - <summary> - The end of the file has been reached successfully. - </summary> - </member> - <member name="P:Newtonsoft.Json.JsonReader.CurrentState"> - <summary> - Gets the current reader state. - </summary> - <value>The current reader state.</value> - </member> - <member name="P:Newtonsoft.Json.JsonReader.CloseInput"> - <summary> - Gets or sets a value indicating whether the underlying stream or - <see cref="T:System.IO.TextReader"/> should be closed when the reader is closed. - </summary> - <value> - true to close the underlying stream or <see cref="T:System.IO.TextReader"/> when - the reader is closed; otherwise false. The default is true. - </value> - </member> - <member name="P:Newtonsoft.Json.JsonReader.SupportMultipleContent"> - <summary> - Gets or sets a value indicating whether multiple pieces of JSON content can - be read from a continuous stream without erroring. - </summary> - <value> - true to support reading multiple pieces of JSON content; otherwise false. The default is false. - </value> - </member> - <member name="P:Newtonsoft.Json.JsonReader.QuoteChar"> - <summary> - Gets the quotation mark character used to enclose the value of a string. - </summary> - </member> - <member name="P:Newtonsoft.Json.JsonReader.DateTimeZoneHandling"> - <summary> - Get or set how <see cref="T:System.DateTime"/> time zones are handling when reading JSON. - </summary> - </member> - <member name="P:Newtonsoft.Json.JsonReader.DateParseHandling"> - <summary> - Get or set how date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON. - </summary> - </member> - <member name="P:Newtonsoft.Json.JsonReader.FloatParseHandling"> - <summary> - Get or set how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text. - </summary> - </member> - <member name="P:Newtonsoft.Json.JsonReader.DateFormatString"> - <summary> - Get or set how custom date formatted strings are parsed when reading JSON. - </summary> - </member> - <member name="P:Newtonsoft.Json.JsonReader.MaxDepth"> - <summary> - Gets or sets the maximum depth allowed when reading JSON. Reading past this depth will throw a <see cref="T:Newtonsoft.Json.JsonReaderException"/>. - </summary> - </member> - <member name="P:Newtonsoft.Json.JsonReader.TokenType"> - <summary> - Gets the type of the current JSON token. - </summary> - </member> - <member name="P:Newtonsoft.Json.JsonReader.Value"> - <summary> - Gets the text value of the current JSON token. - </summary> - </member> - <member name="P:Newtonsoft.Json.JsonReader.ValueType"> - <summary> - Gets The Common Language Runtime (CLR) type for the current JSON token. - </summary> - </member> - <member name="P:Newtonsoft.Json.JsonReader.Depth"> - <summary> - Gets the depth of the current token in the JSON document. - </summary> - <value>The depth of the current token in the JSON document.</value> - </member> - <member name="P:Newtonsoft.Json.JsonReader.Path"> - <summary> - Gets the path of the current JSON token. - </summary> - </member> - <member name="P:Newtonsoft.Json.JsonReader.Culture"> - <summary> - Gets or sets the culture used when reading JSON. Defaults to <see cref="P:System.Globalization.CultureInfo.InvariantCulture"/>. - </summary> - </member> - <member name="M:Newtonsoft.Json.JsonReader.#ctor"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonReader"/> class with the specified <see cref="T:System.IO.TextReader"/>. - </summary> - </member> - <member name="M:Newtonsoft.Json.JsonReader.Read"> - <summary> - Reads the next JSON token from the stream. - </summary> - <returns>true if the next token was read successfully; false if there are no more tokens to read.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonReader.ReadAsInt32"> - <summary> - Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>. - </summary> - <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonReader.ReadAsString"> - <summary> - Reads the next JSON token from the stream as a <see cref="T:System.String"/>. - </summary> - <returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonReader.ReadAsBytes"> - <summary> - Reads the next JSON token from the stream as a <see cref="T:System.Byte"/>[]. - </summary> - <returns>A <see cref="T:System.Byte"/>[] or a null reference if the next JSON token is null. This method will return <c>null</c> at the end of an array.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonReader.ReadAsDouble"> - <summary> - Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>. - </summary> - <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonReader.ReadAsBoolean"> - <summary> - Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>. - </summary> - <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonReader.ReadAsDecimal"> - <summary> - Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>. - </summary> - <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonReader.ReadAsDateTime"> - <summary> - Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>. - </summary> - <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonReader.ReadAsDateTimeOffset"> - <summary> - Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>. - </summary> - <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonReader.Skip"> - <summary> - Skips the children of the current token. - </summary> - </member> - <member name="M:Newtonsoft.Json.JsonReader.SetToken(Newtonsoft.Json.JsonToken)"> - <summary> - Sets the current token. - </summary> - <param name="newToken">The new token.</param> - </member> - <member name="M:Newtonsoft.Json.JsonReader.SetToken(Newtonsoft.Json.JsonToken,System.Object)"> - <summary> - Sets the current token and value. - </summary> - <param name="newToken">The new token.</param> - <param name="value">The value.</param> - </member> - <member name="M:Newtonsoft.Json.JsonReader.SetStateBasedOnCurrent"> - <summary> - Sets the state based on current token type. - </summary> - </member> - <member name="M:Newtonsoft.Json.JsonReader.System#IDisposable#Dispose"> - <summary> - Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. - </summary> - </member> - <member name="M:Newtonsoft.Json.JsonReader.Dispose(System.Boolean)"> - <summary> - Releases unmanaged and - optionally - managed resources - </summary> - <param name="disposing"><c>true</c> to release both managed and unmanaged resources; <c>false</c> to release only unmanaged resources.</param> - </member> - <member name="M:Newtonsoft.Json.JsonReader.Close"> - <summary> - Changes the <see cref="T:Newtonsoft.Json.JsonReader.State"/> to Closed. - </summary> - </member> - <member name="T:Newtonsoft.Json.JsonReaderException"> - <summary> - The exception thrown when an error occurs while reading JSON text. - </summary> - </member> - <member name="P:Newtonsoft.Json.JsonReaderException.LineNumber"> - <summary> - Gets the line number indicating where the error occurred. - </summary> - <value>The line number indicating where the error occurred.</value> - </member> - <member name="P:Newtonsoft.Json.JsonReaderException.LinePosition"> - <summary> - Gets the line position indicating where the error occurred. - </summary> - <value>The line position indicating where the error occurred.</value> - </member> - <member name="P:Newtonsoft.Json.JsonReaderException.Path"> - <summary> - Gets the path to the JSON where the error occurred. - </summary> - <value>The path to the JSON where the error occurred.</value> - </member> - <member name="M:Newtonsoft.Json.JsonReaderException.#ctor"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonReaderException"/> class. - </summary> - </member> - <member name="M:Newtonsoft.Json.JsonReaderException.#ctor(System.String)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonReaderException"/> class - with a specified error message. - </summary> - <param name="message">The error message that explains the reason for the exception.</param> - </member> - <member name="M:Newtonsoft.Json.JsonReaderException.#ctor(System.String,System.Exception)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonReaderException"/> class - with a specified error message and a reference to the inner exception that is the cause of this exception. - </summary> - <param name="message">The error message that explains the reason for the exception.</param> - <param name="innerException">The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.</param> - </member> - <member name="M:Newtonsoft.Json.JsonReaderException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonReaderException"/> class. - </summary> - <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"/> that holds the serialized object data about the exception being thrown.</param> - <param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext"/> that contains contextual information about the source or destination.</param> - <exception cref="T:System.ArgumentNullException">The <paramref name="info"/> parameter is null. </exception> - <exception cref="T:System.Runtime.Serialization.SerializationException">The class name is null or <see cref="P:System.Exception.HResult"/> is zero (0). </exception> - </member> - <member name="T:Newtonsoft.Json.JsonRequiredAttribute"> - <summary> - Instructs the <see cref="T:Newtonsoft.Json.JsonSerializer"/> to always serialize the member, and require the member has a value. - </summary> - </member> - <member name="T:Newtonsoft.Json.JsonSerializationException"> - <summary> - The exception thrown when an error occurs during JSON serialization or deserialization. - </summary> - </member> - <member name="M:Newtonsoft.Json.JsonSerializationException.#ctor"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonSerializationException"/> class. - </summary> - </member> - <member name="M:Newtonsoft.Json.JsonSerializationException.#ctor(System.String)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonSerializationException"/> class - with a specified error message. - </summary> - <param name="message">The error message that explains the reason for the exception.</param> - </member> - <member name="M:Newtonsoft.Json.JsonSerializationException.#ctor(System.String,System.Exception)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonSerializationException"/> class - with a specified error message and a reference to the inner exception that is the cause of this exception. - </summary> - <param name="message">The error message that explains the reason for the exception.</param> - <param name="innerException">The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.</param> - </member> - <member name="M:Newtonsoft.Json.JsonSerializationException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonSerializationException"/> class. - </summary> - <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"/> that holds the serialized object data about the exception being thrown.</param> - <param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext"/> that contains contextual information about the source or destination.</param> - <exception cref="T:System.ArgumentNullException">The <paramref name="info"/> parameter is null. </exception> - <exception cref="T:System.Runtime.Serialization.SerializationException">The class name is null or <see cref="P:System.Exception.HResult"/> is zero (0). </exception> - </member> - <member name="T:Newtonsoft.Json.JsonSerializer"> - <summary> - Serializes and deserializes objects into and from the JSON format. - The <see cref="T:Newtonsoft.Json.JsonSerializer"/> enables you to control how objects are encoded into JSON. - </summary> - </member> - <member name="E:Newtonsoft.Json.JsonSerializer.Error"> - <summary> - Occurs when the <see cref="T:Newtonsoft.Json.JsonSerializer"/> errors during serialization and deserialization. - </summary> - </member> - <member name="P:Newtonsoft.Json.JsonSerializer.ReferenceResolver"> - <summary> - Gets or sets the <see cref="T:Newtonsoft.Json.Serialization.IReferenceResolver"/> used by the serializer when resolving references. - </summary> - </member> - <member name="P:Newtonsoft.Json.JsonSerializer.Binder"> - <summary> - Gets or sets the <see cref="T:System.Runtime.Serialization.SerializationBinder"/> used by the serializer when resolving type names. - </summary> - </member> - <member name="P:Newtonsoft.Json.JsonSerializer.TraceWriter"> - <summary> - Gets or sets the <see cref="T:Newtonsoft.Json.Serialization.ITraceWriter"/> used by the serializer when writing trace messages. - </summary> - <value>The trace writer.</value> - </member> - <member name="P:Newtonsoft.Json.JsonSerializer.EqualityComparer"> - <summary> - Gets or sets the equality comparer used by the serializer when comparing references. - </summary> - <value>The equality comparer.</value> - </member> - <member name="P:Newtonsoft.Json.JsonSerializer.TypeNameHandling"> - <summary> - Gets or sets how type name writing and reading is handled by the serializer. - </summary> - <remarks> - <see cref="P:Newtonsoft.Json.JsonSerializer.TypeNameHandling"/> should be used with caution when your application deserializes JSON from an external source. - Incoming types should be validated with a custom <see cref="T:System.Runtime.Serialization.SerializationBinder"/> - when deserializing with a value other than <c>TypeNameHandling.None</c>. - </remarks> - </member> - <member name="P:Newtonsoft.Json.JsonSerializer.TypeNameAssemblyFormat"> - <summary> - Gets or sets how a type name assembly is written and resolved by the serializer. - </summary> - <value>The type name assembly format.</value> - </member> - <member name="P:Newtonsoft.Json.JsonSerializer.PreserveReferencesHandling"> - <summary> - Gets or sets how object references are preserved by the serializer. - </summary> - </member> - <member name="P:Newtonsoft.Json.JsonSerializer.ReferenceLoopHandling"> - <summary> - Get or set how reference loops (e.g. a class referencing itself) is handled. - </summary> - </member> - <member name="P:Newtonsoft.Json.JsonSerializer.MissingMemberHandling"> - <summary> - Get or set how missing members (e.g. JSON contains a property that isn't a member on the object) are handled during deserialization. - </summary> - </member> - <member name="P:Newtonsoft.Json.JsonSerializer.NullValueHandling"> - <summary> - Get or set how null values are handled during serialization and deserialization. - </summary> - </member> - <member name="P:Newtonsoft.Json.JsonSerializer.DefaultValueHandling"> - <summary> - Get or set how null default are handled during serialization and deserialization. - </summary> - </member> - <member name="P:Newtonsoft.Json.JsonSerializer.ObjectCreationHandling"> - <summary> - Gets or sets how objects are created during deserialization. - </summary> - <value>The object creation handling.</value> - </member> - <member name="P:Newtonsoft.Json.JsonSerializer.ConstructorHandling"> - <summary> - Gets or sets how constructors are used during deserialization. - </summary> - <value>The constructor handling.</value> - </member> - <member name="P:Newtonsoft.Json.JsonSerializer.MetadataPropertyHandling"> - <summary> - Gets or sets how metadata properties are used during deserialization. - </summary> - <value>The metadata properties handling.</value> - </member> - <member name="P:Newtonsoft.Json.JsonSerializer.Converters"> - <summary> - Gets a collection <see cref="T:Newtonsoft.Json.JsonConverter"/> that will be used during serialization. - </summary> - <value>Collection <see cref="T:Newtonsoft.Json.JsonConverter"/> that will be used during serialization.</value> - </member> - <member name="P:Newtonsoft.Json.JsonSerializer.ContractResolver"> - <summary> - Gets or sets the contract resolver used by the serializer when - serializing .NET objects to JSON and vice versa. - </summary> - </member> - <member name="P:Newtonsoft.Json.JsonSerializer.Context"> - <summary> - Gets or sets the <see cref="T:System.Runtime.Serialization.StreamingContext"/> used by the serializer when invoking serialization callback methods. - </summary> - <value>The context.</value> - </member> - <member name="P:Newtonsoft.Json.JsonSerializer.Formatting"> - <summary> - Indicates how JSON text output is formatted. - </summary> - </member> - <member name="P:Newtonsoft.Json.JsonSerializer.DateFormatHandling"> - <summary> - Get or set how dates are written to JSON text. - </summary> - </member> - <member name="P:Newtonsoft.Json.JsonSerializer.DateTimeZoneHandling"> - <summary> - Get or set how <see cref="T:System.DateTime"/> time zones are handling during serialization and deserialization. - </summary> - </member> - <member name="P:Newtonsoft.Json.JsonSerializer.DateParseHandling"> - <summary> - Get or set how date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON. - </summary> - </member> - <member name="P:Newtonsoft.Json.JsonSerializer.FloatParseHandling"> - <summary> - Get or set how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text. - </summary> - </member> - <member name="P:Newtonsoft.Json.JsonSerializer.FloatFormatHandling"> - <summary> - Get or set how special floating point numbers, e.g. <see cref="F:System.Double.NaN"/>, - <see cref="F:System.Double.PositiveInfinity"/> and <see cref="F:System.Double.NegativeInfinity"/>, - are written as JSON text. - </summary> - </member> - <member name="P:Newtonsoft.Json.JsonSerializer.StringEscapeHandling"> - <summary> - Get or set how strings are escaped when writing JSON text. - </summary> - </member> - <member name="P:Newtonsoft.Json.JsonSerializer.DateFormatString"> - <summary> - Get or set how <see cref="T:System.DateTime"/> and <see cref="T:System.DateTimeOffset"/> values are formatted when writing JSON text, and the expected date format when reading JSON text. - </summary> - </member> - <member name="P:Newtonsoft.Json.JsonSerializer.Culture"> - <summary> - Gets or sets the culture used when reading JSON. Defaults to <see cref="P:System.Globalization.CultureInfo.InvariantCulture"/>. - </summary> - </member> - <member name="P:Newtonsoft.Json.JsonSerializer.MaxDepth"> - <summary> - Gets or sets the maximum depth allowed when reading JSON. Reading past this depth will throw a <see cref="T:Newtonsoft.Json.JsonReaderException"/>. - </summary> - </member> - <member name="P:Newtonsoft.Json.JsonSerializer.CheckAdditionalContent"> - <summary> - Gets a value indicating whether there will be a check for additional JSON content after deserializing an object. - </summary> - <value> - <c>true</c> if there will be a check for additional JSON content after deserializing an object; otherwise, <c>false</c>. - </value> - </member> - <member name="M:Newtonsoft.Json.JsonSerializer.#ctor"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonSerializer"/> class. - </summary> - </member> - <member name="M:Newtonsoft.Json.JsonSerializer.Create"> - <summary> - Creates a new <see cref="T:Newtonsoft.Json.JsonSerializer"/> instance. - The <see cref="T:Newtonsoft.Json.JsonSerializer"/> will not use default settings - from <see cref="P:Newtonsoft.Json.JsonConvert.DefaultSettings"/>. - </summary> - <returns> - A new <see cref="T:Newtonsoft.Json.JsonSerializer"/> instance. - The <see cref="T:Newtonsoft.Json.JsonSerializer"/> will not use default settings - from <see cref="P:Newtonsoft.Json.JsonConvert.DefaultSettings"/>. - </returns> - </member> - <member name="M:Newtonsoft.Json.JsonSerializer.Create(Newtonsoft.Json.JsonSerializerSettings)"> - <summary> - Creates a new <see cref="T:Newtonsoft.Json.JsonSerializer"/> instance using the specified <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>. - The <see cref="T:Newtonsoft.Json.JsonSerializer"/> will not use default settings - from <see cref="P:Newtonsoft.Json.JsonConvert.DefaultSettings"/>. - </summary> - <param name="settings">The settings to be applied to the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.</param> - <returns> - A new <see cref="T:Newtonsoft.Json.JsonSerializer"/> instance using the specified <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>. - The <see cref="T:Newtonsoft.Json.JsonSerializer"/> will not use default settings - from <see cref="P:Newtonsoft.Json.JsonConvert.DefaultSettings"/>. - </returns> - </member> - <member name="M:Newtonsoft.Json.JsonSerializer.CreateDefault"> - <summary> - Creates a new <see cref="T:Newtonsoft.Json.JsonSerializer"/> instance. - The <see cref="T:Newtonsoft.Json.JsonSerializer"/> will use default settings - from <see cref="P:Newtonsoft.Json.JsonConvert.DefaultSettings"/>. - </summary> - <returns> - A new <see cref="T:Newtonsoft.Json.JsonSerializer"/> instance. - The <see cref="T:Newtonsoft.Json.JsonSerializer"/> will use default settings - from <see cref="P:Newtonsoft.Json.JsonConvert.DefaultSettings"/>. - </returns> - </member> - <member name="M:Newtonsoft.Json.JsonSerializer.CreateDefault(Newtonsoft.Json.JsonSerializerSettings)"> - <summary> - Creates a new <see cref="T:Newtonsoft.Json.JsonSerializer"/> instance using the specified <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>. - The <see cref="T:Newtonsoft.Json.JsonSerializer"/> will use default settings - from <see cref="P:Newtonsoft.Json.JsonConvert.DefaultSettings"/> as well as the specified <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>. - </summary> - <param name="settings">The settings to be applied to the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.</param> - <returns> - A new <see cref="T:Newtonsoft.Json.JsonSerializer"/> instance using the specified <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>. - The <see cref="T:Newtonsoft.Json.JsonSerializer"/> will use default settings - from <see cref="P:Newtonsoft.Json.JsonConvert.DefaultSettings"/> as well as the specified <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/>. - </returns> - </member> - <member name="M:Newtonsoft.Json.JsonSerializer.Populate(System.IO.TextReader,System.Object)"> - <summary> - Populates the JSON values onto the target object. - </summary> - <param name="reader">The <see cref="T:System.IO.TextReader"/> that contains the JSON structure to reader values from.</param> - <param name="target">The target object to populate values onto.</param> - </member> - <member name="M:Newtonsoft.Json.JsonSerializer.Populate(Newtonsoft.Json.JsonReader,System.Object)"> - <summary> - Populates the JSON values onto the target object. - </summary> - <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> that contains the JSON structure to reader values from.</param> - <param name="target">The target object to populate values onto.</param> - </member> - <member name="M:Newtonsoft.Json.JsonSerializer.Deserialize(Newtonsoft.Json.JsonReader)"> - <summary> - Deserializes the JSON structure contained by the specified <see cref="T:Newtonsoft.Json.JsonReader"/>. - </summary> - <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> that contains the JSON structure to deserialize.</param> - <returns>The <see cref="T:System.Object"/> being deserialized.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonSerializer.Deserialize(System.IO.TextReader,System.Type)"> - <summary> - Deserializes the JSON structure contained by the specified <see cref="T:System.IO.StringReader"/> - into an instance of the specified type. - </summary> - <param name="reader">The <see cref="T:System.IO.TextReader"/> containing the object.</param> - <param name="objectType">The <see cref="T:System.Type"/> of object being deserialized.</param> - <returns>The instance of <paramref name="objectType"/> being deserialized.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonSerializer.Deserialize``1(Newtonsoft.Json.JsonReader)"> - <summary> - Deserializes the JSON structure contained by the specified <see cref="T:Newtonsoft.Json.JsonReader"/> - into an instance of the specified type. - </summary> - <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> containing the object.</param> - <typeparam name="T">The type of the object to deserialize.</typeparam> - <returns>The instance of <typeparamref name="T"/> being deserialized.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonSerializer.Deserialize(Newtonsoft.Json.JsonReader,System.Type)"> - <summary> - Deserializes the JSON structure contained by the specified <see cref="T:Newtonsoft.Json.JsonReader"/> - into an instance of the specified type. - </summary> - <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> containing the object.</param> - <param name="objectType">The <see cref="T:System.Type"/> of object being deserialized.</param> - <returns>The instance of <paramref name="objectType"/> being deserialized.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonSerializer.Serialize(System.IO.TextWriter,System.Object)"> - <summary> - Serializes the specified <see cref="T:System.Object"/> and writes the JSON structure - to a <c>Stream</c> using the specified <see cref="T:System.IO.TextWriter"/>. - </summary> - <param name="textWriter">The <see cref="T:System.IO.TextWriter"/> used to write the JSON structure.</param> - <param name="value">The <see cref="T:System.Object"/> to serialize.</param> - </member> - <member name="M:Newtonsoft.Json.JsonSerializer.Serialize(Newtonsoft.Json.JsonWriter,System.Object,System.Type)"> - <summary> - Serializes the specified <see cref="T:System.Object"/> and writes the JSON structure - to a <c>Stream</c> using the specified <see cref="T:System.IO.TextWriter"/>. - </summary> - <param name="jsonWriter">The <see cref="T:Newtonsoft.Json.JsonWriter"/> used to write the JSON structure.</param> - <param name="value">The <see cref="T:System.Object"/> to serialize.</param> - <param name="objectType"> - The type of the value being serialized. - This parameter is used when <see cref="P:Newtonsoft.Json.JsonSerializer.TypeNameHandling"/> is Auto to write out the type name if the type of the value does not match. - Specifing the type is optional. - </param> - </member> - <member name="M:Newtonsoft.Json.JsonSerializer.Serialize(System.IO.TextWriter,System.Object,System.Type)"> - <summary> - Serializes the specified <see cref="T:System.Object"/> and writes the JSON structure - to a <c>Stream</c> using the specified <see cref="T:System.IO.TextWriter"/>. - </summary> - <param name="textWriter">The <see cref="T:System.IO.TextWriter"/> used to write the JSON structure.</param> - <param name="value">The <see cref="T:System.Object"/> to serialize.</param> - <param name="objectType"> - The type of the value being serialized. - This parameter is used when <see cref="P:Newtonsoft.Json.JsonSerializer.TypeNameHandling"/> is Auto to write out the type name if the type of the value does not match. - Specifing the type is optional. - </param> - </member> - <member name="M:Newtonsoft.Json.JsonSerializer.Serialize(Newtonsoft.Json.JsonWriter,System.Object)"> - <summary> - Serializes the specified <see cref="T:System.Object"/> and writes the JSON structure - to a <c>Stream</c> using the specified <see cref="T:Newtonsoft.Json.JsonWriter"/>. - </summary> - <param name="jsonWriter">The <see cref="T:Newtonsoft.Json.JsonWriter"/> used to write the JSON structure.</param> - <param name="value">The <see cref="T:System.Object"/> to serialize.</param> - </member> - <member name="T:Newtonsoft.Json.JsonSerializerSettings"> - <summary> - Specifies the settings on a <see cref="T:Newtonsoft.Json.JsonSerializer"/> object. - </summary> - </member> - <member name="P:Newtonsoft.Json.JsonSerializerSettings.ReferenceLoopHandling"> - <summary> - Gets or sets how reference loops (e.g. a class referencing itself) is handled. - </summary> - <value>Reference loop handling.</value> - </member> - <member name="P:Newtonsoft.Json.JsonSerializerSettings.MissingMemberHandling"> - <summary> - Gets or sets how missing members (e.g. JSON contains a property that isn't a member on the object) are handled during deserialization. - </summary> - <value>Missing member handling.</value> - </member> - <member name="P:Newtonsoft.Json.JsonSerializerSettings.ObjectCreationHandling"> - <summary> - Gets or sets how objects are created during deserialization. - </summary> - <value>The object creation handling.</value> - </member> - <member name="P:Newtonsoft.Json.JsonSerializerSettings.NullValueHandling"> - <summary> - Gets or sets how null values are handled during serialization and deserialization. - </summary> - <value>Null value handling.</value> - </member> - <member name="P:Newtonsoft.Json.JsonSerializerSettings.DefaultValueHandling"> - <summary> - Gets or sets how null default are handled during serialization and deserialization. - </summary> - <value>The default value handling.</value> - </member> - <member name="P:Newtonsoft.Json.JsonSerializerSettings.Converters"> - <summary> - Gets or sets a <see cref="T:Newtonsoft.Json.JsonConverter"/> collection that will be used during serialization. - </summary> - <value>The converters.</value> - </member> - <member name="P:Newtonsoft.Json.JsonSerializerSettings.PreserveReferencesHandling"> - <summary> - Gets or sets how object references are preserved by the serializer. - </summary> - <value>The preserve references handling.</value> - </member> - <member name="P:Newtonsoft.Json.JsonSerializerSettings.TypeNameHandling"> - <summary> - Gets or sets how type name writing and reading is handled by the serializer. - </summary> - <remarks> - <see cref="P:Newtonsoft.Json.JsonSerializerSettings.TypeNameHandling"/> should be used with caution when your application deserializes JSON from an external source. - Incoming types should be validated with a custom <see cref="T:System.Runtime.Serialization.SerializationBinder"/> - when deserializing with a value other than <c>TypeNameHandling.None</c>. - </remarks> - <value>The type name handling.</value> - </member> - <member name="P:Newtonsoft.Json.JsonSerializerSettings.MetadataPropertyHandling"> - <summary> - Gets or sets how metadata properties are used during deserialization. - </summary> - <value>The metadata properties handling.</value> - </member> - <member name="P:Newtonsoft.Json.JsonSerializerSettings.TypeNameAssemblyFormat"> - <summary> - Gets or sets how a type name assembly is written and resolved by the serializer. - </summary> - <value>The type name assembly format.</value> - </member> - <member name="P:Newtonsoft.Json.JsonSerializerSettings.ConstructorHandling"> - <summary> - Gets or sets how constructors are used during deserialization. - </summary> - <value>The constructor handling.</value> - </member> - <member name="P:Newtonsoft.Json.JsonSerializerSettings.ContractResolver"> - <summary> - Gets or sets the contract resolver used by the serializer when - serializing .NET objects to JSON and vice versa. - </summary> - <value>The contract resolver.</value> - </member> - <member name="P:Newtonsoft.Json.JsonSerializerSettings.EqualityComparer"> - <summary> - Gets or sets the equality comparer used by the serializer when comparing references. - </summary> - <value>The equality comparer.</value> - </member> - <member name="P:Newtonsoft.Json.JsonSerializerSettings.ReferenceResolver"> - <summary> - Gets or sets the <see cref="T:Newtonsoft.Json.Serialization.IReferenceResolver"/> used by the serializer when resolving references. - </summary> - <value>The reference resolver.</value> - </member> - <member name="P:Newtonsoft.Json.JsonSerializerSettings.ReferenceResolverProvider"> - <summary> - Gets or sets a function that creates the <see cref="T:Newtonsoft.Json.Serialization.IReferenceResolver"/> used by the serializer when resolving references. - </summary> - <value>A function that creates the <see cref="T:Newtonsoft.Json.Serialization.IReferenceResolver"/> used by the serializer when resolving references.</value> - </member> - <member name="P:Newtonsoft.Json.JsonSerializerSettings.TraceWriter"> - <summary> - Gets or sets the <see cref="T:Newtonsoft.Json.Serialization.ITraceWriter"/> used by the serializer when writing trace messages. - </summary> - <value>The trace writer.</value> - </member> - <member name="P:Newtonsoft.Json.JsonSerializerSettings.Binder"> - <summary> - Gets or sets the <see cref="T:System.Runtime.Serialization.SerializationBinder"/> used by the serializer when resolving type names. - </summary> - <value>The binder.</value> - </member> - <member name="P:Newtonsoft.Json.JsonSerializerSettings.Error"> - <summary> - Gets or sets the error handler called during serialization and deserialization. - </summary> - <value>The error handler called during serialization and deserialization.</value> - </member> - <member name="P:Newtonsoft.Json.JsonSerializerSettings.Context"> - <summary> - Gets or sets the <see cref="T:System.Runtime.Serialization.StreamingContext"/> used by the serializer when invoking serialization callback methods. - </summary> - <value>The context.</value> - </member> - <member name="P:Newtonsoft.Json.JsonSerializerSettings.DateFormatString"> - <summary> - Get or set how <see cref="T:System.DateTime"/> and <see cref="T:System.DateTimeOffset"/> values are formatted when writing JSON text, and the expected date format when reading JSON text. - </summary> - </member> - <member name="P:Newtonsoft.Json.JsonSerializerSettings.MaxDepth"> - <summary> - Gets or sets the maximum depth allowed when reading JSON. Reading past this depth will throw a <see cref="T:Newtonsoft.Json.JsonReaderException"/>. - </summary> - </member> - <member name="P:Newtonsoft.Json.JsonSerializerSettings.Formatting"> - <summary> - Indicates how JSON text output is formatted. - </summary> - </member> - <member name="P:Newtonsoft.Json.JsonSerializerSettings.DateFormatHandling"> - <summary> - Get or set how dates are written to JSON text. - </summary> - </member> - <member name="P:Newtonsoft.Json.JsonSerializerSettings.DateTimeZoneHandling"> - <summary> - Get or set how <see cref="T:System.DateTime"/> time zones are handling during serialization and deserialization. - </summary> - </member> - <member name="P:Newtonsoft.Json.JsonSerializerSettings.DateParseHandling"> - <summary> - Get or set how date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON. - </summary> - </member> - <member name="P:Newtonsoft.Json.JsonSerializerSettings.FloatFormatHandling"> - <summary> - Get or set how special floating point numbers, e.g. <see cref="F:System.Double.NaN"/>, - <see cref="F:System.Double.PositiveInfinity"/> and <see cref="F:System.Double.NegativeInfinity"/>, - are written as JSON. - </summary> - </member> - <member name="P:Newtonsoft.Json.JsonSerializerSettings.FloatParseHandling"> - <summary> - Get or set how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text. - </summary> - </member> - <member name="P:Newtonsoft.Json.JsonSerializerSettings.StringEscapeHandling"> - <summary> - Get or set how strings are escaped when writing JSON text. - </summary> - </member> - <member name="P:Newtonsoft.Json.JsonSerializerSettings.Culture"> - <summary> - Gets or sets the culture used when reading JSON. Defaults to <see cref="P:System.Globalization.CultureInfo.InvariantCulture"/>. - </summary> - </member> - <member name="P:Newtonsoft.Json.JsonSerializerSettings.CheckAdditionalContent"> - <summary> - Gets a value indicating whether there will be a check for additional content after deserializing an object. - </summary> - <value> - <c>true</c> if there will be a check for additional content after deserializing an object; otherwise, <c>false</c>. - </value> - </member> - <member name="M:Newtonsoft.Json.JsonSerializerSettings.#ctor"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonSerializerSettings"/> class. - </summary> - </member> - <member name="T:Newtonsoft.Json.JsonTextReader"> - <summary> - Represents a reader that provides fast, non-cached, forward-only access to JSON text data. - </summary> - </member> - <member name="M:Newtonsoft.Json.JsonTextReader.#ctor(System.IO.TextReader)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonReader"/> class with the specified <see cref="T:System.IO.TextReader"/>. - </summary> - <param name="reader">The <c>TextReader</c> containing the XML data to read.</param> - </member> - <member name="P:Newtonsoft.Json.JsonTextReader.ArrayPool"> - <summary> - Gets or sets the reader's character buffer pool. - </summary> - </member> - <member name="M:Newtonsoft.Json.JsonTextReader.Read"> - <summary> - Reads the next JSON token from the stream. - </summary> - <returns> - true if the next token was read successfully; false if there are no more tokens to read. - </returns> - </member> - <member name="M:Newtonsoft.Json.JsonTextReader.ReadAsInt32"> - <summary> - Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>. - </summary> - <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonTextReader.ReadAsDateTime"> - <summary> - Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>. - </summary> - <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonTextReader.ReadAsString"> - <summary> - Reads the next JSON token from the stream as a <see cref="T:System.String"/>. - </summary> - <returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonTextReader.ReadAsBytes"> - <summary> - Reads the next JSON token from the stream as a <see cref="T:System.Byte"/>[]. - </summary> - <returns>A <see cref="T:System.Byte"/>[] or a null reference if the next JSON token is null. This method will return <c>null</c> at the end of an array.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonTextReader.ReadAsBoolean"> - <summary> - Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>. - </summary> - <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonTextReader.ReadAsDateTimeOffset"> - <summary> - Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>. - </summary> - <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonTextReader.ReadAsDecimal"> - <summary> - Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>. - </summary> - <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonTextReader.ReadAsDouble"> - <summary> - Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>. - </summary> - <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonTextReader.Close"> - <summary> - Changes the state to closed. - </summary> - </member> - <member name="M:Newtonsoft.Json.JsonTextReader.HasLineInfo"> - <summary> - Gets a value indicating whether the class can return line information. - </summary> - <returns> - <c>true</c> if LineNumber and LinePosition can be provided; otherwise, <c>false</c>. - </returns> - </member> - <member name="P:Newtonsoft.Json.JsonTextReader.LineNumber"> - <summary> - Gets the current line number. - </summary> - <value> - The current line number or 0 if no line information is available (for example, HasLineInfo returns false). - </value> - </member> - <member name="P:Newtonsoft.Json.JsonTextReader.LinePosition"> - <summary> - Gets the current line position. - </summary> - <value> - The current line position or 0 if no line information is available (for example, HasLineInfo returns false). - </value> - </member> - <member name="T:Newtonsoft.Json.JsonTextWriter"> - <summary> - Represents a writer that provides a fast, non-cached, forward-only way of generating JSON data. - </summary> - </member> - <member name="P:Newtonsoft.Json.JsonTextWriter.ArrayPool"> - <summary> - Gets or sets the writer's character array pool. - </summary> - </member> - <member name="P:Newtonsoft.Json.JsonTextWriter.Indentation"> - <summary> - Gets or sets how many IndentChars to write for each level in the hierarchy when <see cref="T:Newtonsoft.Json.Formatting"/> is set to <c>Formatting.Indented</c>. - </summary> - </member> - <member name="P:Newtonsoft.Json.JsonTextWriter.QuoteChar"> - <summary> - Gets or sets which character to use to quote attribute values. - </summary> - </member> - <member name="P:Newtonsoft.Json.JsonTextWriter.IndentChar"> - <summary> - Gets or sets which character to use for indenting when <see cref="T:Newtonsoft.Json.Formatting"/> is set to <c>Formatting.Indented</c>. - </summary> - </member> - <member name="P:Newtonsoft.Json.JsonTextWriter.QuoteName"> - <summary> - Gets or sets a value indicating whether object names will be surrounded with quotes. - </summary> - </member> - <member name="M:Newtonsoft.Json.JsonTextWriter.#ctor(System.IO.TextWriter)"> - <summary> - Creates an instance of the <c>JsonWriter</c> class using the specified <see cref="T:System.IO.TextWriter"/>. - </summary> - <param name="textWriter">The <c>TextWriter</c> to write to.</param> - </member> - <member name="M:Newtonsoft.Json.JsonTextWriter.Flush"> - <summary> - Flushes whatever is in the buffer to the underlying streams and also flushes the underlying stream. - </summary> - </member> - <member name="M:Newtonsoft.Json.JsonTextWriter.Close"> - <summary> - Closes this stream and the underlying stream. - </summary> - </member> - <member name="M:Newtonsoft.Json.JsonTextWriter.WriteStartObject"> - <summary> - Writes the beginning of a JSON object. - </summary> - </member> - <member name="M:Newtonsoft.Json.JsonTextWriter.WriteStartArray"> - <summary> - Writes the beginning of a JSON array. - </summary> - </member> - <member name="M:Newtonsoft.Json.JsonTextWriter.WriteStartConstructor(System.String)"> - <summary> - Writes the start of a constructor with the given name. - </summary> - <param name="name">The name of the constructor.</param> - </member> - <member name="M:Newtonsoft.Json.JsonTextWriter.WriteEnd(Newtonsoft.Json.JsonToken)"> - <summary> - Writes the specified end token. - </summary> - <param name="token">The end token to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonTextWriter.WritePropertyName(System.String)"> - <summary> - Writes the property name of a name/value pair on a JSON object. - </summary> - <param name="name">The name of the property.</param> - </member> - <member name="M:Newtonsoft.Json.JsonTextWriter.WritePropertyName(System.String,System.Boolean)"> - <summary> - Writes the property name of a name/value pair on a JSON object. - </summary> - <param name="name">The name of the property.</param> - <param name="escape">A flag to indicate whether the text should be escaped when it is written as a JSON property name.</param> - </member> - <member name="M:Newtonsoft.Json.JsonTextWriter.WriteIndent"> - <summary> - Writes indent characters. - </summary> - </member> - <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValueDelimiter"> - <summary> - Writes the JSON value delimiter. - </summary> - </member> - <member name="M:Newtonsoft.Json.JsonTextWriter.WriteIndentSpace"> - <summary> - Writes an indent space. - </summary> - </member> - <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Object)"> - <summary> - Writes a <see cref="T:System.Object"/> value. - An error will raised if the value cannot be written as a single JSON token. - </summary> - <param name="value">The <see cref="T:System.Object"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonTextWriter.WriteNull"> - <summary> - Writes a null value. - </summary> - </member> - <member name="M:Newtonsoft.Json.JsonTextWriter.WriteUndefined"> - <summary> - Writes an undefined value. - </summary> - </member> - <member name="M:Newtonsoft.Json.JsonTextWriter.WriteRaw(System.String)"> - <summary> - Writes raw JSON. - </summary> - <param name="json">The raw JSON to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.String)"> - <summary> - Writes a <see cref="T:System.String"/> value. - </summary> - <param name="value">The <see cref="T:System.String"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Int32)"> - <summary> - Writes a <see cref="T:System.Int32"/> value. - </summary> - <param name="value">The <see cref="T:System.Int32"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.UInt32)"> - <summary> - Writes a <see cref="T:System.UInt32"/> value. - </summary> - <param name="value">The <see cref="T:System.UInt32"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Int64)"> - <summary> - Writes a <see cref="T:System.Int64"/> value. - </summary> - <param name="value">The <see cref="T:System.Int64"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.UInt64)"> - <summary> - Writes a <see cref="T:System.UInt64"/> value. - </summary> - <param name="value">The <see cref="T:System.UInt64"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Single)"> - <summary> - Writes a <see cref="T:System.Single"/> value. - </summary> - <param name="value">The <see cref="T:System.Single"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Nullable{System.Single})"> - <summary> - Writes a <see cref="T:System.Nullable`1"/> value. - </summary> - <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Double)"> - <summary> - Writes a <see cref="T:System.Double"/> value. - </summary> - <param name="value">The <see cref="T:System.Double"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Nullable{System.Double})"> - <summary> - Writes a <see cref="T:System.Nullable`1"/> value. - </summary> - <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Boolean)"> - <summary> - Writes a <see cref="T:System.Boolean"/> value. - </summary> - <param name="value">The <see cref="T:System.Boolean"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Int16)"> - <summary> - Writes a <see cref="T:System.Int16"/> value. - </summary> - <param name="value">The <see cref="T:System.Int16"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.UInt16)"> - <summary> - Writes a <see cref="T:System.UInt16"/> value. - </summary> - <param name="value">The <see cref="T:System.UInt16"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Char)"> - <summary> - Writes a <see cref="T:System.Char"/> value. - </summary> - <param name="value">The <see cref="T:System.Char"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Byte)"> - <summary> - Writes a <see cref="T:System.Byte"/> value. - </summary> - <param name="value">The <see cref="T:System.Byte"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.SByte)"> - <summary> - Writes a <see cref="T:System.SByte"/> value. - </summary> - <param name="value">The <see cref="T:System.SByte"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Decimal)"> - <summary> - Writes a <see cref="T:System.Decimal"/> value. - </summary> - <param name="value">The <see cref="T:System.Decimal"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.DateTime)"> - <summary> - Writes a <see cref="T:System.DateTime"/> value. - </summary> - <param name="value">The <see cref="T:System.DateTime"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Byte[])"> - <summary> - Writes a <see cref="T:System.Byte"/>[] value. - </summary> - <param name="value">The <see cref="T:System.Byte"/>[] value to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.DateTimeOffset)"> - <summary> - Writes a <see cref="T:System.DateTimeOffset"/> value. - </summary> - <param name="value">The <see cref="T:System.DateTimeOffset"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Guid)"> - <summary> - Writes a <see cref="T:System.Guid"/> value. - </summary> - <param name="value">The <see cref="T:System.Guid"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.TimeSpan)"> - <summary> - Writes a <see cref="T:System.TimeSpan"/> value. - </summary> - <param name="value">The <see cref="T:System.TimeSpan"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonTextWriter.WriteValue(System.Uri)"> - <summary> - Writes a <see cref="T:System.Uri"/> value. - </summary> - <param name="value">The <see cref="T:System.Uri"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonTextWriter.WriteComment(System.String)"> - <summary> - Writes out a comment <code>/*...*/</code> containing the specified text. - </summary> - <param name="text">Text to place inside the comment.</param> - </member> - <member name="M:Newtonsoft.Json.JsonTextWriter.WriteWhitespace(System.String)"> - <summary> - Writes out the given white space. - </summary> - <param name="ws">The string of white space characters.</param> - </member> - <member name="T:Newtonsoft.Json.JsonToken"> - <summary> - Specifies the type of JSON token. - </summary> - </member> - <member name="F:Newtonsoft.Json.JsonToken.None"> - <summary> - This is returned by the <see cref="T:Newtonsoft.Json.JsonReader"/> if a <see cref="M:Newtonsoft.Json.JsonReader.Read"/> method has not been called. - </summary> - </member> - <member name="F:Newtonsoft.Json.JsonToken.StartObject"> - <summary> - An object start token. - </summary> - </member> - <member name="F:Newtonsoft.Json.JsonToken.StartArray"> - <summary> - An array start token. - </summary> - </member> - <member name="F:Newtonsoft.Json.JsonToken.StartConstructor"> - <summary> - A constructor start token. - </summary> - </member> - <member name="F:Newtonsoft.Json.JsonToken.PropertyName"> - <summary> - An object property name. - </summary> - </member> - <member name="F:Newtonsoft.Json.JsonToken.Comment"> - <summary> - A comment. - </summary> - </member> - <member name="F:Newtonsoft.Json.JsonToken.Raw"> - <summary> - Raw JSON. - </summary> - </member> - <member name="F:Newtonsoft.Json.JsonToken.Integer"> - <summary> - An integer. - </summary> - </member> - <member name="F:Newtonsoft.Json.JsonToken.Float"> - <summary> - A float. - </summary> - </member> - <member name="F:Newtonsoft.Json.JsonToken.String"> - <summary> - A string. - </summary> - </member> - <member name="F:Newtonsoft.Json.JsonToken.Boolean"> - <summary> - A boolean. - </summary> - </member> - <member name="F:Newtonsoft.Json.JsonToken.Null"> - <summary> - A null token. - </summary> - </member> - <member name="F:Newtonsoft.Json.JsonToken.Undefined"> - <summary> - An undefined token. - </summary> - </member> - <member name="F:Newtonsoft.Json.JsonToken.EndObject"> - <summary> - An object end token. - </summary> - </member> - <member name="F:Newtonsoft.Json.JsonToken.EndArray"> - <summary> - An array end token. - </summary> - </member> - <member name="F:Newtonsoft.Json.JsonToken.EndConstructor"> - <summary> - A constructor end token. - </summary> - </member> - <member name="F:Newtonsoft.Json.JsonToken.Date"> - <summary> - A Date. - </summary> - </member> - <member name="F:Newtonsoft.Json.JsonToken.Bytes"> - <summary> - Byte data. - </summary> - </member> - <member name="T:Newtonsoft.Json.JsonValidatingReader"> - <summary> - <para> - Represents a reader that provides <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> validation. - </para> - <note type="caution"> - JSON Schema validation has been moved to its own package. See <see href="http://www.newtonsoft.com/jsonschema">http://www.newtonsoft.com/jsonschema</see> for more details. - </note> - </summary> - </member> - <member name="E:Newtonsoft.Json.JsonValidatingReader.ValidationEventHandler"> - <summary> - Sets an event handler for receiving schema validation errors. - </summary> - </member> - <member name="P:Newtonsoft.Json.JsonValidatingReader.Value"> - <summary> - Gets the text value of the current JSON token. - </summary> - <value></value> - </member> - <member name="P:Newtonsoft.Json.JsonValidatingReader.Depth"> - <summary> - Gets the depth of the current token in the JSON document. - </summary> - <value>The depth of the current token in the JSON document.</value> - </member> - <member name="P:Newtonsoft.Json.JsonValidatingReader.Path"> - <summary> - Gets the path of the current JSON token. - </summary> - </member> - <member name="P:Newtonsoft.Json.JsonValidatingReader.QuoteChar"> - <summary> - Gets the quotation mark character used to enclose the value of a string. - </summary> - <value></value> - </member> - <member name="P:Newtonsoft.Json.JsonValidatingReader.TokenType"> - <summary> - Gets the type of the current JSON token. - </summary> - <value></value> - </member> - <member name="P:Newtonsoft.Json.JsonValidatingReader.ValueType"> - <summary> - Gets the Common Language Runtime (CLR) type for the current JSON token. - </summary> - <value></value> - </member> - <member name="M:Newtonsoft.Json.JsonValidatingReader.#ctor(Newtonsoft.Json.JsonReader)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonValidatingReader"/> class that - validates the content returned from the given <see cref="T:Newtonsoft.Json.JsonReader"/>. - </summary> - <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from while validating.</param> - </member> - <member name="P:Newtonsoft.Json.JsonValidatingReader.Schema"> - <summary> - Gets or sets the schema. - </summary> - <value>The schema.</value> - </member> - <member name="P:Newtonsoft.Json.JsonValidatingReader.Reader"> - <summary> - Gets the <see cref="T:Newtonsoft.Json.JsonReader"/> used to construct this <see cref="T:Newtonsoft.Json.JsonValidatingReader"/>. - </summary> - <value>The <see cref="T:Newtonsoft.Json.JsonReader"/> specified in the constructor.</value> - </member> - <member name="M:Newtonsoft.Json.JsonValidatingReader.ReadAsInt32"> - <summary> - Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>. - </summary> - <returns>A <see cref="T:System.Nullable`1"/>.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonValidatingReader.ReadAsBytes"> - <summary> - Reads the next JSON token from the stream as a <see cref="T:System.Byte"/>[]. - </summary> - <returns> - A <see cref="T:System.Byte"/>[] or a null reference if the next JSON token is null. - </returns> - </member> - <member name="M:Newtonsoft.Json.JsonValidatingReader.ReadAsDecimal"> - <summary> - Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>. - </summary> - <returns>A <see cref="T:System.Nullable`1"/>.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonValidatingReader.ReadAsDouble"> - <summary> - Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>. - </summary> - <returns>A <see cref="T:System.Nullable`1"/>.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonValidatingReader.ReadAsBoolean"> - <summary> - Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>. - </summary> - <returns>A <see cref="T:System.Nullable`1"/>.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonValidatingReader.ReadAsString"> - <summary> - Reads the next JSON token from the stream as a <see cref="T:System.String"/>. - </summary> - <returns>A <see cref="T:System.String"/>. This method will return <c>null</c> at the end of an array.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonValidatingReader.ReadAsDateTime"> - <summary> - Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>. - </summary> - <returns>A <see cref="T:System.Nullable`1"/>. This method will return <c>null</c> at the end of an array.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonValidatingReader.ReadAsDateTimeOffset"> - <summary> - Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>. - </summary> - <returns>A <see cref="T:System.Nullable`1"/>.</returns> - </member> - <member name="M:Newtonsoft.Json.JsonValidatingReader.Read"> - <summary> - Reads the next JSON token from the stream. - </summary> - <returns> - true if the next token was read successfully; false if there are no more tokens to read. - </returns> - </member> - <member name="T:Newtonsoft.Json.JsonWriter"> - <summary> - Represents a writer that provides a fast, non-cached, forward-only way of generating JSON data. - </summary> - </member> - <member name="P:Newtonsoft.Json.JsonWriter.CloseOutput"> - <summary> - Gets or sets a value indicating whether the underlying stream or - <see cref="T:System.IO.TextReader"/> should be closed when the writer is closed. - </summary> - <value> - true to close the underlying stream or <see cref="T:System.IO.TextReader"/> when - the writer is closed; otherwise false. The default is true. - </value> - </member> - <member name="P:Newtonsoft.Json.JsonWriter.Top"> - <summary> - Gets the top. - </summary> - <value>The top.</value> - </member> - <member name="P:Newtonsoft.Json.JsonWriter.WriteState"> - <summary> - Gets the state of the writer. - </summary> - </member> - <member name="P:Newtonsoft.Json.JsonWriter.Path"> - <summary> - Gets the path of the writer. - </summary> - </member> - <member name="P:Newtonsoft.Json.JsonWriter.Formatting"> - <summary> - Indicates how JSON text output is formatted. - </summary> - </member> - <member name="P:Newtonsoft.Json.JsonWriter.DateFormatHandling"> - <summary> - Get or set how dates are written to JSON text. - </summary> - </member> - <member name="P:Newtonsoft.Json.JsonWriter.DateTimeZoneHandling"> - <summary> - Get or set how <see cref="T:System.DateTime"/> time zones are handling when writing JSON text. - </summary> - </member> - <member name="P:Newtonsoft.Json.JsonWriter.StringEscapeHandling"> - <summary> - Get or set how strings are escaped when writing JSON text. - </summary> - </member> - <member name="P:Newtonsoft.Json.JsonWriter.FloatFormatHandling"> - <summary> - Get or set how special floating point numbers, e.g. <see cref="F:System.Double.NaN"/>, - <see cref="F:System.Double.PositiveInfinity"/> and <see cref="F:System.Double.NegativeInfinity"/>, - are written to JSON text. - </summary> - </member> - <member name="P:Newtonsoft.Json.JsonWriter.DateFormatString"> - <summary> - Get or set how <see cref="T:System.DateTime"/> and <see cref="T:System.DateTimeOffset"/> values are formatting when writing JSON text. - </summary> - </member> - <member name="P:Newtonsoft.Json.JsonWriter.Culture"> - <summary> - Gets or sets the culture used when writing JSON. Defaults to <see cref="P:System.Globalization.CultureInfo.InvariantCulture"/>. - </summary> - </member> - <member name="M:Newtonsoft.Json.JsonWriter.#ctor"> - <summary> - Creates an instance of the <c>JsonWriter</c> class. - </summary> - </member> - <member name="M:Newtonsoft.Json.JsonWriter.Flush"> - <summary> - Flushes whatever is in the buffer to the underlying streams and also flushes the underlying stream. - </summary> - </member> - <member name="M:Newtonsoft.Json.JsonWriter.Close"> - <summary> - Closes this stream and the underlying stream. - </summary> - </member> - <member name="M:Newtonsoft.Json.JsonWriter.WriteStartObject"> - <summary> - Writes the beginning of a JSON object. - </summary> - </member> - <member name="M:Newtonsoft.Json.JsonWriter.WriteEndObject"> - <summary> - Writes the end of a JSON object. - </summary> - </member> - <member name="M:Newtonsoft.Json.JsonWriter.WriteStartArray"> - <summary> - Writes the beginning of a JSON array. - </summary> - </member> - <member name="M:Newtonsoft.Json.JsonWriter.WriteEndArray"> - <summary> - Writes the end of an array. - </summary> - </member> - <member name="M:Newtonsoft.Json.JsonWriter.WriteStartConstructor(System.String)"> - <summary> - Writes the start of a constructor with the given name. - </summary> - <param name="name">The name of the constructor.</param> - </member> - <member name="M:Newtonsoft.Json.JsonWriter.WriteEndConstructor"> - <summary> - Writes the end constructor. - </summary> - </member> - <member name="M:Newtonsoft.Json.JsonWriter.WritePropertyName(System.String)"> - <summary> - Writes the property name of a name/value pair on a JSON object. - </summary> - <param name="name">The name of the property.</param> - </member> - <member name="M:Newtonsoft.Json.JsonWriter.WritePropertyName(System.String,System.Boolean)"> - <summary> - Writes the property name of a name/value pair on a JSON object. - </summary> - <param name="name">The name of the property.</param> - <param name="escape">A flag to indicate whether the text should be escaped when it is written as a JSON property name.</param> - </member> - <member name="M:Newtonsoft.Json.JsonWriter.WriteEnd"> - <summary> - Writes the end of the current JSON object or array. - </summary> - </member> - <member name="M:Newtonsoft.Json.JsonWriter.WriteToken(Newtonsoft.Json.JsonReader)"> - <summary> - Writes the current <see cref="T:Newtonsoft.Json.JsonReader"/> token and its children. - </summary> - <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read the token from.</param> - </member> - <member name="M:Newtonsoft.Json.JsonWriter.WriteToken(Newtonsoft.Json.JsonReader,System.Boolean)"> - <summary> - Writes the current <see cref="T:Newtonsoft.Json.JsonReader"/> token. - </summary> - <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read the token from.</param> - <param name="writeChildren">A flag indicating whether the current token's children should be written.</param> - </member> - <member name="M:Newtonsoft.Json.JsonWriter.WriteToken(Newtonsoft.Json.JsonToken,System.Object)"> - <summary> - Writes the <see cref="T:Newtonsoft.Json.JsonToken"/> token and its value. - </summary> - <param name="token">The <see cref="T:Newtonsoft.Json.JsonToken"/> to write.</param> - <param name="value"> - The value to write. - A value is only required for tokens that have an associated value, e.g. the <see cref="T:System.String"/> property name for <see cref="F:Newtonsoft.Json.JsonToken.PropertyName"/>. - A null value can be passed to the method for token's that don't have a value, e.g. <see cref="F:Newtonsoft.Json.JsonToken.StartObject"/>.</param> - </member> - <member name="M:Newtonsoft.Json.JsonWriter.WriteToken(Newtonsoft.Json.JsonToken)"> - <summary> - Writes the <see cref="T:Newtonsoft.Json.JsonToken"/> token. - </summary> - <param name="token">The <see cref="T:Newtonsoft.Json.JsonToken"/> to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonWriter.WriteEnd(Newtonsoft.Json.JsonToken)"> - <summary> - Writes the specified end token. - </summary> - <param name="token">The end token to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonWriter.WriteIndent"> - <summary> - Writes indent characters. - </summary> - </member> - <member name="M:Newtonsoft.Json.JsonWriter.WriteValueDelimiter"> - <summary> - Writes the JSON value delimiter. - </summary> - </member> - <member name="M:Newtonsoft.Json.JsonWriter.WriteIndentSpace"> - <summary> - Writes an indent space. - </summary> - </member> - <member name="M:Newtonsoft.Json.JsonWriter.WriteNull"> - <summary> - Writes a null value. - </summary> - </member> - <member name="M:Newtonsoft.Json.JsonWriter.WriteUndefined"> - <summary> - Writes an undefined value. - </summary> - </member> - <member name="M:Newtonsoft.Json.JsonWriter.WriteRaw(System.String)"> - <summary> - Writes raw JSON without changing the writer's state. - </summary> - <param name="json">The raw JSON to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonWriter.WriteRawValue(System.String)"> - <summary> - Writes raw JSON where a value is expected and updates the writer's state. - </summary> - <param name="json">The raw JSON to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.String)"> - <summary> - Writes a <see cref="T:System.String"/> value. - </summary> - <param name="value">The <see cref="T:System.String"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Int32)"> - <summary> - Writes a <see cref="T:System.Int32"/> value. - </summary> - <param name="value">The <see cref="T:System.Int32"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.UInt32)"> - <summary> - Writes a <see cref="T:System.UInt32"/> value. - </summary> - <param name="value">The <see cref="T:System.UInt32"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Int64)"> - <summary> - Writes a <see cref="T:System.Int64"/> value. - </summary> - <param name="value">The <see cref="T:System.Int64"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.UInt64)"> - <summary> - Writes a <see cref="T:System.UInt64"/> value. - </summary> - <param name="value">The <see cref="T:System.UInt64"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Single)"> - <summary> - Writes a <see cref="T:System.Single"/> value. - </summary> - <param name="value">The <see cref="T:System.Single"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Double)"> - <summary> - Writes a <see cref="T:System.Double"/> value. - </summary> - <param name="value">The <see cref="T:System.Double"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Boolean)"> - <summary> - Writes a <see cref="T:System.Boolean"/> value. - </summary> - <param name="value">The <see cref="T:System.Boolean"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Int16)"> - <summary> - Writes a <see cref="T:System.Int16"/> value. - </summary> - <param name="value">The <see cref="T:System.Int16"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.UInt16)"> - <summary> - Writes a <see cref="T:System.UInt16"/> value. - </summary> - <param name="value">The <see cref="T:System.UInt16"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Char)"> - <summary> - Writes a <see cref="T:System.Char"/> value. - </summary> - <param name="value">The <see cref="T:System.Char"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Byte)"> - <summary> - Writes a <see cref="T:System.Byte"/> value. - </summary> - <param name="value">The <see cref="T:System.Byte"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.SByte)"> - <summary> - Writes a <see cref="T:System.SByte"/> value. - </summary> - <param name="value">The <see cref="T:System.SByte"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Decimal)"> - <summary> - Writes a <see cref="T:System.Decimal"/> value. - </summary> - <param name="value">The <see cref="T:System.Decimal"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.DateTime)"> - <summary> - Writes a <see cref="T:System.DateTime"/> value. - </summary> - <param name="value">The <see cref="T:System.DateTime"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.DateTimeOffset)"> - <summary> - Writes a <see cref="T:System.DateTimeOffset"/> value. - </summary> - <param name="value">The <see cref="T:System.DateTimeOffset"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Guid)"> - <summary> - Writes a <see cref="T:System.Guid"/> value. - </summary> - <param name="value">The <see cref="T:System.Guid"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.TimeSpan)"> - <summary> - Writes a <see cref="T:System.TimeSpan"/> value. - </summary> - <param name="value">The <see cref="T:System.TimeSpan"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Int32})"> - <summary> - Writes a <see cref="T:System.Nullable`1"/> value. - </summary> - <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.UInt32})"> - <summary> - Writes a <see cref="T:System.Nullable`1"/> value. - </summary> - <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Int64})"> - <summary> - Writes a <see cref="T:System.Nullable`1"/> value. - </summary> - <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.UInt64})"> - <summary> - Writes a <see cref="T:System.Nullable`1"/> value. - </summary> - <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Single})"> - <summary> - Writes a <see cref="T:System.Nullable`1"/> value. - </summary> - <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Double})"> - <summary> - Writes a <see cref="T:System.Nullable`1"/> value. - </summary> - <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Boolean})"> - <summary> - Writes a <see cref="T:System.Nullable`1"/> value. - </summary> - <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Int16})"> - <summary> - Writes a <see cref="T:System.Nullable`1"/> value. - </summary> - <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.UInt16})"> - <summary> - Writes a <see cref="T:System.Nullable`1"/> value. - </summary> - <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Char})"> - <summary> - Writes a <see cref="T:System.Nullable`1"/> value. - </summary> - <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Byte})"> - <summary> - Writes a <see cref="T:System.Nullable`1"/> value. - </summary> - <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.SByte})"> - <summary> - Writes a <see cref="T:System.Nullable`1"/> value. - </summary> - <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Decimal})"> - <summary> - Writes a <see cref="T:System.Nullable`1"/> value. - </summary> - <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.DateTime})"> - <summary> - Writes a <see cref="T:System.Nullable`1"/> value. - </summary> - <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.DateTimeOffset})"> - <summary> - Writes a <see cref="T:System.Nullable`1"/> value. - </summary> - <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Guid})"> - <summary> - Writes a <see cref="T:System.Nullable`1"/> value. - </summary> - <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.TimeSpan})"> - <summary> - Writes a <see cref="T:System.Nullable`1"/> value. - </summary> - <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Byte[])"> - <summary> - Writes a <see cref="T:System.Byte"/>[] value. - </summary> - <param name="value">The <see cref="T:System.Byte"/>[] value to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Uri)"> - <summary> - Writes a <see cref="T:System.Uri"/> value. - </summary> - <param name="value">The <see cref="T:System.Uri"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Object)"> - <summary> - Writes a <see cref="T:System.Object"/> value. - An error will raised if the value cannot be written as a single JSON token. - </summary> - <param name="value">The <see cref="T:System.Object"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.JsonWriter.WriteComment(System.String)"> - <summary> - Writes out a comment <code>/*...*/</code> containing the specified text. - </summary> - <param name="text">Text to place inside the comment.</param> - </member> - <member name="M:Newtonsoft.Json.JsonWriter.WriteWhitespace(System.String)"> - <summary> - Writes out the given white space. - </summary> - <param name="ws">The string of white space characters.</param> - </member> - <member name="M:Newtonsoft.Json.JsonWriter.Dispose(System.Boolean)"> - <summary> - Releases unmanaged and - optionally - managed resources - </summary> - <param name="disposing"><c>true</c> to release both managed and unmanaged resources; <c>false</c> to release only unmanaged resources.</param> - </member> - <member name="M:Newtonsoft.Json.JsonWriter.SetWriteState(Newtonsoft.Json.JsonToken,System.Object)"> - <summary> - Sets the state of the JsonWriter, - </summary> - <param name="token">The JsonToken being written.</param> - <param name="value">The value being written.</param> - </member> - <member name="T:Newtonsoft.Json.JsonWriterException"> - <summary> - The exception thrown when an error occurs while reading JSON text. - </summary> - </member> - <member name="P:Newtonsoft.Json.JsonWriterException.Path"> - <summary> - Gets the path to the JSON where the error occurred. - </summary> - <value>The path to the JSON where the error occurred.</value> - </member> - <member name="M:Newtonsoft.Json.JsonWriterException.#ctor"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonWriterException"/> class. - </summary> - </member> - <member name="M:Newtonsoft.Json.JsonWriterException.#ctor(System.String)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonWriterException"/> class - with a specified error message. - </summary> - <param name="message">The error message that explains the reason for the exception.</param> - </member> - <member name="M:Newtonsoft.Json.JsonWriterException.#ctor(System.String,System.Exception)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonWriterException"/> class - with a specified error message and a reference to the inner exception that is the cause of this exception. - </summary> - <param name="message">The error message that explains the reason for the exception.</param> - <param name="innerException">The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.</param> - </member> - <member name="M:Newtonsoft.Json.JsonWriterException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonWriterException"/> class. - </summary> - <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"/> that holds the serialized object data about the exception being thrown.</param> - <param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext"/> that contains contextual information about the source or destination.</param> - <exception cref="T:System.ArgumentNullException">The <paramref name="info"/> parameter is null. </exception> - <exception cref="T:System.Runtime.Serialization.SerializationException">The class name is null or <see cref="P:System.Exception.HResult"/> is zero (0). </exception> - </member> - <member name="T:Newtonsoft.Json.Linq.CommentHandling"> - <summary> - Specifies how JSON comments are handled when loading JSON. - </summary> - </member> - <member name="F:Newtonsoft.Json.Linq.CommentHandling.Ignore"> - <summary> - Ignore comments. - </summary> - </member> - <member name="F:Newtonsoft.Json.Linq.CommentHandling.Load"> - <summary> - Load comments as a <see cref="T:Newtonsoft.Json.Linq.JValue"/> with type <see cref="F:Newtonsoft.Json.Linq.JTokenType.Comment"/>. - </summary> - </member> - <member name="T:Newtonsoft.Json.Linq.LineInfoHandling"> - <summary> - Specifies how line information is handled when loading JSON. - </summary> - </member> - <member name="F:Newtonsoft.Json.Linq.LineInfoHandling.Ignore"> - <summary> - Ignore line information. - </summary> - </member> - <member name="F:Newtonsoft.Json.Linq.LineInfoHandling.Load"> - <summary> - Load line information. - </summary> - </member> - <member name="T:Newtonsoft.Json.Linq.Extensions"> - <summary> - Contains the LINQ to JSON extension methods. - </summary> - </member> - <member name="M:Newtonsoft.Json.Linq.Extensions.Ancestors``1(System.Collections.Generic.IEnumerable{``0})"> - <summary> - Returns a collection of tokens that contains the ancestors of every token in the source collection. - </summary> - <typeparam name="T">The type of the objects in source, constrained to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</typeparam> - <param name="source">An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the source collection.</param> - <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the ancestors of every token in the source collection.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.Extensions.AncestorsAndSelf``1(System.Collections.Generic.IEnumerable{``0})"> - <summary> - Returns a collection of tokens that contains every token in the source collection, and the ancestors of every token in the source collection. - </summary> - <typeparam name="T">The type of the objects in source, constrained to <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</typeparam> - <param name="source">An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the source collection.</param> - <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains every token in the source collection, the ancestors of every token in the source collection.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.Extensions.Descendants``1(System.Collections.Generic.IEnumerable{``0})"> - <summary> - Returns a collection of tokens that contains the descendants of every token in the source collection. - </summary> - <typeparam name="T">The type of the objects in source, constrained to <see cref="T:Newtonsoft.Json.Linq.JContainer"/>.</typeparam> - <param name="source">An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the source collection.</param> - <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the descendants of every token in the source collection.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.Extensions.DescendantsAndSelf``1(System.Collections.Generic.IEnumerable{``0})"> - <summary> - Returns a collection of tokens that contains every token in the source collection, and the descendants of every token in the source collection. - </summary> - <typeparam name="T">The type of the objects in source, constrained to <see cref="T:Newtonsoft.Json.Linq.JContainer"/>.</typeparam> - <param name="source">An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the source collection.</param> - <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains every token in the source collection, and the descendants of every token in the source collection.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.Extensions.Properties(System.Collections.Generic.IEnumerable{Newtonsoft.Json.Linq.JObject})"> - <summary> - Returns a collection of child properties of every object in the source collection. - </summary> - <param name="source">An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JObject"/> that contains the source collection.</param> - <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JProperty"/> that contains the properties of every object in the source collection.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.Extensions.Values(System.Collections.Generic.IEnumerable{Newtonsoft.Json.Linq.JToken},System.Object)"> - <summary> - Returns a collection of child values of every object in the source collection with the given key. - </summary> - <param name="source">An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the source collection.</param> - <param name="key">The token key.</param> - <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the values of every token in the source collection with the given key.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.Extensions.Values(System.Collections.Generic.IEnumerable{Newtonsoft.Json.Linq.JToken})"> - <summary> - Returns a collection of child values of every object in the source collection. - </summary> - <param name="source">An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the source collection.</param> - <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the values of every token in the source collection.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.Extensions.Values``1(System.Collections.Generic.IEnumerable{Newtonsoft.Json.Linq.JToken},System.Object)"> - <summary> - Returns a collection of converted child values of every object in the source collection with the given key. - </summary> - <typeparam name="U">The type to convert the values to.</typeparam> - <param name="source">An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the source collection.</param> - <param name="key">The token key.</param> - <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> that contains the converted values of every token in the source collection with the given key.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.Extensions.Values``1(System.Collections.Generic.IEnumerable{Newtonsoft.Json.Linq.JToken})"> - <summary> - Returns a collection of converted child values of every object in the source collection. - </summary> - <typeparam name="U">The type to convert the values to.</typeparam> - <param name="source">An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the source collection.</param> - <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> that contains the converted values of every token in the source collection.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.Extensions.Value``1(System.Collections.Generic.IEnumerable{Newtonsoft.Json.Linq.JToken})"> - <summary> - Converts the value. - </summary> - <typeparam name="U">The type to convert the value to.</typeparam> - <param name="value">A <see cref="T:Newtonsoft.Json.Linq.JToken"/> cast as a <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</param> - <returns>A converted value.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.Extensions.Value``2(System.Collections.Generic.IEnumerable{``0})"> - <summary> - Converts the value. - </summary> - <typeparam name="T">The source collection type.</typeparam> - <typeparam name="U">The type to convert the value to.</typeparam> - <param name="value">A <see cref="T:Newtonsoft.Json.Linq.JToken"/> cast as a <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</param> - <returns>A converted value.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.Extensions.Children``1(System.Collections.Generic.IEnumerable{``0})"> - <summary> - Returns a collection of child tokens of every array in the source collection. - </summary> - <typeparam name="T">The source collection type.</typeparam> - <param name="source">An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the source collection.</param> - <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the values of every token in the source collection.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.Extensions.Children``2(System.Collections.Generic.IEnumerable{``0})"> - <summary> - Returns a collection of converted child tokens of every array in the source collection. - </summary> - <param name="source">An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the source collection.</param> - <typeparam name="U">The type to convert the values to.</typeparam> - <typeparam name="T">The source collection type.</typeparam> - <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> that contains the converted values of every token in the source collection.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.Extensions.AsJEnumerable(System.Collections.Generic.IEnumerable{Newtonsoft.Json.Linq.JToken})"> - <summary> - Returns the input typed as <see cref="T:Newtonsoft.Json.Linq.IJEnumerable`1"/>. - </summary> - <param name="source">An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the source collection.</param> - <returns>The input typed as <see cref="T:Newtonsoft.Json.Linq.IJEnumerable`1"/>.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.Extensions.AsJEnumerable``1(System.Collections.Generic.IEnumerable{``0})"> - <summary> - Returns the input typed as <see cref="T:Newtonsoft.Json.Linq.IJEnumerable`1"/>. - </summary> - <typeparam name="T">The source collection type.</typeparam> - <param name="source">An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the source collection.</param> - <returns>The input typed as <see cref="T:Newtonsoft.Json.Linq.IJEnumerable`1"/>.</returns> - </member> - <member name="T:Newtonsoft.Json.Linq.IJEnumerable`1"> - <summary> - Represents a collection of <see cref="T:Newtonsoft.Json.Linq.JToken"/> objects. - </summary> - <typeparam name="T">The type of token</typeparam> - </member> - <member name="P:Newtonsoft.Json.Linq.IJEnumerable`1.Item(System.Object)"> - <summary> - Gets the <see cref="T:Newtonsoft.Json.Linq.IJEnumerable`1"/> with the specified key. - </summary> - <value></value> - </member> - <member name="T:Newtonsoft.Json.Linq.JArray"> - <summary> - Represents a JSON array. - </summary> - <example> - <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\LinqToJsonTests.cs" region="LinqToJsonCreateParseArray" title="Parsing a JSON Array from Text" /> - </example> - </member> - <member name="P:Newtonsoft.Json.Linq.JArray.ChildrenTokens"> - <summary> - Gets the container's children tokens. - </summary> - <value>The container's children tokens.</value> - </member> - <member name="P:Newtonsoft.Json.Linq.JArray.Type"> - <summary> - Gets the node type for this <see cref="T:Newtonsoft.Json.Linq.JToken"/>. - </summary> - <value>The type.</value> - </member> - <member name="M:Newtonsoft.Json.Linq.JArray.#ctor"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JArray"/> class. - </summary> - </member> - <member name="M:Newtonsoft.Json.Linq.JArray.#ctor(Newtonsoft.Json.Linq.JArray)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JArray"/> class from another <see cref="T:Newtonsoft.Json.Linq.JArray"/> object. - </summary> - <param name="other">A <see cref="T:Newtonsoft.Json.Linq.JArray"/> object to copy from.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JArray.#ctor(System.Object[])"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JArray"/> class with the specified content. - </summary> - <param name="content">The contents of the array.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JArray.#ctor(System.Object)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JArray"/> class with the specified content. - </summary> - <param name="content">The contents of the array.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JArray.Load(Newtonsoft.Json.JsonReader)"> - <summary> - Loads an <see cref="T:Newtonsoft.Json.Linq.JArray"/> from a <see cref="T:Newtonsoft.Json.JsonReader"/>. - </summary> - <param name="reader">A <see cref="T:Newtonsoft.Json.JsonReader"/> that will be read for the content of the <see cref="T:Newtonsoft.Json.Linq.JArray"/>.</param> - <returns>A <see cref="T:Newtonsoft.Json.Linq.JArray"/> that contains the JSON that was read from the specified <see cref="T:Newtonsoft.Json.JsonReader"/>.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JArray.Load(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Linq.JsonLoadSettings)"> - <summary> - Loads an <see cref="T:Newtonsoft.Json.Linq.JArray"/> from a <see cref="T:Newtonsoft.Json.JsonReader"/>. - </summary> - <param name="reader">A <see cref="T:Newtonsoft.Json.JsonReader"/> that will be read for the content of the <see cref="T:Newtonsoft.Json.Linq.JArray"/>.</param> - <param name="settings">The <see cref="T:Newtonsoft.Json.Linq.JsonLoadSettings"/> used to load the JSON. - If this is null, default load settings will be used.</param> - <returns>A <see cref="T:Newtonsoft.Json.Linq.JArray"/> that contains the JSON that was read from the specified <see cref="T:Newtonsoft.Json.JsonReader"/>.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JArray.Parse(System.String)"> - <summary> - Load a <see cref="T:Newtonsoft.Json.Linq.JArray"/> from a string that contains JSON. - </summary> - <param name="json">A <see cref="T:System.String"/> that contains JSON.</param> - <returns>A <see cref="T:Newtonsoft.Json.Linq.JArray"/> populated from the string that contains JSON.</returns> - <example> - <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\LinqToJsonTests.cs" region="LinqToJsonCreateParseArray" title="Parsing a JSON Array from Text" /> - </example> - </member> - <member name="M:Newtonsoft.Json.Linq.JArray.Parse(System.String,Newtonsoft.Json.Linq.JsonLoadSettings)"> - <summary> - Load a <see cref="T:Newtonsoft.Json.Linq.JArray"/> from a string that contains JSON. - </summary> - <param name="json">A <see cref="T:System.String"/> that contains JSON.</param> - <param name="settings">The <see cref="T:Newtonsoft.Json.Linq.JsonLoadSettings"/> used to load the JSON. - If this is null, default load settings will be used.</param> - <returns>A <see cref="T:Newtonsoft.Json.Linq.JArray"/> populated from the string that contains JSON.</returns> - <example> - <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\LinqToJsonTests.cs" region="LinqToJsonCreateParseArray" title="Parsing a JSON Array from Text" /> - </example> - </member> - <member name="M:Newtonsoft.Json.Linq.JArray.FromObject(System.Object)"> - <summary> - Creates a <see cref="T:Newtonsoft.Json.Linq.JArray"/> from an object. - </summary> - <param name="o">The object that will be used to create <see cref="T:Newtonsoft.Json.Linq.JArray"/>.</param> - <returns>A <see cref="T:Newtonsoft.Json.Linq.JArray"/> with the values of the specified object</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JArray.FromObject(System.Object,Newtonsoft.Json.JsonSerializer)"> - <summary> - Creates a <see cref="T:Newtonsoft.Json.Linq.JArray"/> from an object. - </summary> - <param name="o">The object that will be used to create <see cref="T:Newtonsoft.Json.Linq.JArray"/>.</param> - <param name="jsonSerializer">The <see cref="T:Newtonsoft.Json.JsonSerializer"/> that will be used to read the object.</param> - <returns>A <see cref="T:Newtonsoft.Json.Linq.JArray"/> with the values of the specified object</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JArray.WriteTo(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.JsonConverter[])"> - <summary> - Writes this token to a <see cref="T:Newtonsoft.Json.JsonWriter"/>. - </summary> - <param name="writer">A <see cref="T:Newtonsoft.Json.JsonWriter"/> into which this method will write.</param> - <param name="converters">A collection of <see cref="T:Newtonsoft.Json.JsonConverter"/> which will be used when writing the token.</param> - </member> - <member name="P:Newtonsoft.Json.Linq.JArray.Item(System.Object)"> - <summary> - Gets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key. - </summary> - <value>The <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key.</value> - </member> - <member name="P:Newtonsoft.Json.Linq.JArray.Item(System.Int32)"> - <summary> - Gets or sets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> at the specified index. - </summary> - <value></value> - </member> - <member name="M:Newtonsoft.Json.Linq.JArray.IndexOf(Newtonsoft.Json.Linq.JToken)"> - <summary> - Determines the index of a specific item in the <see cref="T:System.Collections.Generic.IList`1"/>. - </summary> - <param name="item">The object to locate in the <see cref="T:System.Collections.Generic.IList`1"/>.</param> - <returns> - The index of <paramref name="item"/> if found in the list; otherwise, -1. - </returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JArray.Insert(System.Int32,Newtonsoft.Json.Linq.JToken)"> - <summary> - Inserts an item to the <see cref="T:System.Collections.Generic.IList`1"/> at the specified index. - </summary> - <param name="index">The zero-based index at which <paramref name="item"/> should be inserted.</param> - <param name="item">The object to insert into the <see cref="T:System.Collections.Generic.IList`1"/>.</param> - <exception cref="T:System.ArgumentOutOfRangeException"> - <paramref name="index"/> is not a valid index in the <see cref="T:System.Collections.Generic.IList`1"/>.</exception> - <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.Generic.IList`1"/> is read-only.</exception> - </member> - <member name="M:Newtonsoft.Json.Linq.JArray.RemoveAt(System.Int32)"> - <summary> - Removes the <see cref="T:System.Collections.Generic.IList`1"/> item at the specified index. - </summary> - <param name="index">The zero-based index of the item to remove.</param> - <exception cref="T:System.ArgumentOutOfRangeException"> - <paramref name="index"/> is not a valid index in the <see cref="T:System.Collections.Generic.IList`1"/>.</exception> - <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.Generic.IList`1"/> is read-only.</exception> - </member> - <member name="M:Newtonsoft.Json.Linq.JArray.GetEnumerator"> - <summary> - Returns an enumerator that iterates through the collection. - </summary> - <returns> - A <see cref="T:System.Collections.Generic.IEnumerator`1" /> that can be used to iterate through the collection. - </returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JArray.Add(Newtonsoft.Json.Linq.JToken)"> - <summary> - Adds an item to the <see cref="T:System.Collections.Generic.ICollection`1"/>. - </summary> - <param name="item">The object to add to the <see cref="T:System.Collections.Generic.ICollection`1"/>.</param> - <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.Generic.ICollection`1"/> is read-only.</exception> - </member> - <member name="M:Newtonsoft.Json.Linq.JArray.Clear"> - <summary> - Removes all items from the <see cref="T:System.Collections.Generic.ICollection`1"/>. - </summary> - <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.Generic.ICollection`1"/> is read-only. </exception> - </member> - <member name="M:Newtonsoft.Json.Linq.JArray.Contains(Newtonsoft.Json.Linq.JToken)"> - <summary> - Determines whether the <see cref="T:System.Collections.Generic.ICollection`1"/> contains a specific value. - </summary> - <param name="item">The object to locate in the <see cref="T:System.Collections.Generic.ICollection`1"/>.</param> - <returns> - true if <paramref name="item"/> is found in the <see cref="T:System.Collections.Generic.ICollection`1"/>; otherwise, false. - </returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JArray.CopyTo(Newtonsoft.Json.Linq.JToken[],System.Int32)"> - <summary> - Copies to. - </summary> - <param name="array">The array.</param> - <param name="arrayIndex">Index of the array.</param> - </member> - <member name="P:Newtonsoft.Json.Linq.JArray.IsReadOnly"> - <summary> - Gets a value indicating whether the <see cref="T:System.Collections.Generic.ICollection`1" /> is read-only. - </summary> - <returns>true if the <see cref="T:System.Collections.Generic.ICollection`1" /> is read-only; otherwise, false.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JArray.Remove(Newtonsoft.Json.Linq.JToken)"> - <summary> - Removes the first occurrence of a specific object from the <see cref="T:System.Collections.Generic.ICollection`1"/>. - </summary> - <param name="item">The object to remove from the <see cref="T:System.Collections.Generic.ICollection`1"/>.</param> - <returns> - true if <paramref name="item"/> was successfully removed from the <see cref="T:System.Collections.Generic.ICollection`1"/>; otherwise, false. This method also returns false if <paramref name="item"/> is not found in the original <see cref="T:System.Collections.Generic.ICollection`1"/>. - </returns> - <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.Generic.ICollection`1"/> is read-only.</exception> - </member> - <member name="T:Newtonsoft.Json.Linq.JConstructor"> - <summary> - Represents a JSON constructor. - </summary> - </member> - <member name="P:Newtonsoft.Json.Linq.JConstructor.ChildrenTokens"> - <summary> - Gets the container's children tokens. - </summary> - <value>The container's children tokens.</value> - </member> - <member name="P:Newtonsoft.Json.Linq.JConstructor.Name"> - <summary> - Gets or sets the name of this constructor. - </summary> - <value>The constructor name.</value> - </member> - <member name="P:Newtonsoft.Json.Linq.JConstructor.Type"> - <summary> - Gets the node type for this <see cref="T:Newtonsoft.Json.Linq.JToken"/>. - </summary> - <value>The type.</value> - </member> - <member name="M:Newtonsoft.Json.Linq.JConstructor.#ctor"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> class. - </summary> - </member> - <member name="M:Newtonsoft.Json.Linq.JConstructor.#ctor(Newtonsoft.Json.Linq.JConstructor)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> class from another <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> object. - </summary> - <param name="other">A <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> object to copy from.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JConstructor.#ctor(System.String,System.Object[])"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> class with the specified name and content. - </summary> - <param name="name">The constructor name.</param> - <param name="content">The contents of the constructor.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JConstructor.#ctor(System.String,System.Object)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> class with the specified name and content. - </summary> - <param name="name">The constructor name.</param> - <param name="content">The contents of the constructor.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JConstructor.#ctor(System.String)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> class with the specified name. - </summary> - <param name="name">The constructor name.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JConstructor.WriteTo(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.JsonConverter[])"> - <summary> - Writes this token to a <see cref="T:Newtonsoft.Json.JsonWriter"/>. - </summary> - <param name="writer">A <see cref="T:Newtonsoft.Json.JsonWriter"/> into which this method will write.</param> - <param name="converters">A collection of <see cref="T:Newtonsoft.Json.JsonConverter"/> which will be used when writing the token.</param> - </member> - <member name="P:Newtonsoft.Json.Linq.JConstructor.Item(System.Object)"> - <summary> - Gets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key. - </summary> - <value>The <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key.</value> - </member> - <member name="M:Newtonsoft.Json.Linq.JConstructor.Load(Newtonsoft.Json.JsonReader)"> - <summary> - Loads an <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> from a <see cref="T:Newtonsoft.Json.JsonReader"/>. - </summary> - <param name="reader">A <see cref="T:Newtonsoft.Json.JsonReader"/> that will be read for the content of the <see cref="T:Newtonsoft.Json.Linq.JConstructor"/>.</param> - <returns>A <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> that contains the JSON that was read from the specified <see cref="T:Newtonsoft.Json.JsonReader"/>.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JConstructor.Load(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Linq.JsonLoadSettings)"> - <summary> - Loads an <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> from a <see cref="T:Newtonsoft.Json.JsonReader"/>. - </summary> - <param name="reader">A <see cref="T:Newtonsoft.Json.JsonReader"/> that will be read for the content of the <see cref="T:Newtonsoft.Json.Linq.JConstructor"/>.</param> - <param name="settings">The <see cref="T:Newtonsoft.Json.Linq.JsonLoadSettings"/> used to load the JSON. - If this is null, default load settings will be used.</param> - <returns>A <see cref="T:Newtonsoft.Json.Linq.JConstructor"/> that contains the JSON that was read from the specified <see cref="T:Newtonsoft.Json.JsonReader"/>.</returns> - </member> - <member name="T:Newtonsoft.Json.Linq.JContainer"> - <summary> - Represents a token that can contain other tokens. - </summary> - </member> - <member name="E:Newtonsoft.Json.Linq.JContainer.ListChanged"> - <summary> - Occurs when the list changes or an item in the list changes. - </summary> - </member> - <member name="E:Newtonsoft.Json.Linq.JContainer.AddingNew"> - <summary> - Occurs before an item is added to the collection. - </summary> - </member> - <member name="E:Newtonsoft.Json.Linq.JContainer.CollectionChanged"> - <summary> - Occurs when the items list of the collection has changed, or the collection is reset. - </summary> - </member> - <member name="P:Newtonsoft.Json.Linq.JContainer.ChildrenTokens"> - <summary> - Gets the container's children tokens. - </summary> - <value>The container's children tokens.</value> - </member> - <member name="M:Newtonsoft.Json.Linq.JContainer.OnAddingNew(System.ComponentModel.AddingNewEventArgs)"> - <summary> - Raises the <see cref="E:Newtonsoft.Json.Linq.JContainer.AddingNew"/> event. - </summary> - <param name="e">The <see cref="T:System.ComponentModel.AddingNewEventArgs"/> instance containing the event data.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JContainer.OnListChanged(System.ComponentModel.ListChangedEventArgs)"> - <summary> - Raises the <see cref="E:Newtonsoft.Json.Linq.JContainer.ListChanged"/> event. - </summary> - <param name="e">The <see cref="T:System.ComponentModel.ListChangedEventArgs"/> instance containing the event data.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JContainer.OnCollectionChanged(System.Collections.Specialized.NotifyCollectionChangedEventArgs)"> - <summary> - Raises the <see cref="E:Newtonsoft.Json.Linq.JContainer.CollectionChanged"/> event. - </summary> - <param name="e">The <see cref="T:System.Collections.Specialized.NotifyCollectionChangedEventArgs"/> instance containing the event data.</param> - </member> - <member name="P:Newtonsoft.Json.Linq.JContainer.HasValues"> - <summary> - Gets a value indicating whether this token has child tokens. - </summary> - <value> - <c>true</c> if this token has child values; otherwise, <c>false</c>. - </value> - </member> - <member name="P:Newtonsoft.Json.Linq.JContainer.First"> - <summary> - Get the first child token of this token. - </summary> - <value> - A <see cref="T:Newtonsoft.Json.Linq.JToken"/> containing the first child token of the <see cref="T:Newtonsoft.Json.Linq.JToken"/>. - </value> - </member> - <member name="P:Newtonsoft.Json.Linq.JContainer.Last"> - <summary> - Get the last child token of this token. - </summary> - <value> - A <see cref="T:Newtonsoft.Json.Linq.JToken"/> containing the last child token of the <see cref="T:Newtonsoft.Json.Linq.JToken"/>. - </value> - </member> - <member name="M:Newtonsoft.Json.Linq.JContainer.Children"> - <summary> - Returns a collection of the child tokens of this token, in document order. - </summary> - <returns> - An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> containing the child tokens of this <see cref="T:Newtonsoft.Json.Linq.JToken"/>, in document order. - </returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JContainer.Values``1"> - <summary> - Returns a collection of the child values of this token, in document order. - </summary> - <typeparam name="T">The type to convert the values to.</typeparam> - <returns> - A <see cref="T:System.Collections.Generic.IEnumerable`1"/> containing the child values of this <see cref="T:Newtonsoft.Json.Linq.JToken"/>, in document order. - </returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JContainer.Descendants"> - <summary> - Returns a collection of the descendant tokens for this token in document order. - </summary> - <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> containing the descendant tokens of the <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JContainer.DescendantsAndSelf"> - <summary> - Returns a collection of the tokens that contain this token, and all descendant tokens of this token, in document order. - </summary> - <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> containing this token, and all the descendant tokens of the <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JContainer.Add(System.Object)"> - <summary> - Adds the specified content as children of this <see cref="T:Newtonsoft.Json.Linq.JToken"/>. - </summary> - <param name="content">The content to be added.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JContainer.AddFirst(System.Object)"> - <summary> - Adds the specified content as the first children of this <see cref="T:Newtonsoft.Json.Linq.JToken"/>. - </summary> - <param name="content">The content to be added.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JContainer.CreateWriter"> - <summary> - Creates an <see cref="T:Newtonsoft.Json.JsonWriter"/> that can be used to add tokens to the <see cref="T:Newtonsoft.Json.Linq.JToken"/>. - </summary> - <returns>An <see cref="T:Newtonsoft.Json.JsonWriter"/> that is ready to have content written to it.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JContainer.ReplaceAll(System.Object)"> - <summary> - Replaces the children nodes of this token with the specified content. - </summary> - <param name="content">The content.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JContainer.RemoveAll"> - <summary> - Removes the child nodes from this token. - </summary> - </member> - <member name="M:Newtonsoft.Json.Linq.JContainer.Merge(System.Object)"> - <summary> - Merge the specified content into this <see cref="T:Newtonsoft.Json.Linq.JToken"/>. - </summary> - <param name="content">The content to be merged.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JContainer.Merge(System.Object,Newtonsoft.Json.Linq.JsonMergeSettings)"> - <summary> - Merge the specified content into this <see cref="T:Newtonsoft.Json.Linq.JToken"/> using <see cref="T:Newtonsoft.Json.Linq.JsonMergeSettings"/>. - </summary> - <param name="content">The content to be merged.</param> - <param name="settings">The <see cref="T:Newtonsoft.Json.Linq.JsonMergeSettings"/> used to merge the content.</param> - </member> - <member name="P:Newtonsoft.Json.Linq.JContainer.Count"> - <summary> - Gets the count of child JSON tokens. - </summary> - <value>The count of child JSON tokens</value> - </member> - <member name="T:Newtonsoft.Json.Linq.JEnumerable`1"> - <summary> - Represents a collection of <see cref="T:Newtonsoft.Json.Linq.JToken"/> objects. - </summary> - <typeparam name="T">The type of token</typeparam> - </member> - <member name="F:Newtonsoft.Json.Linq.JEnumerable`1.Empty"> - <summary> - An empty collection of <see cref="T:Newtonsoft.Json.Linq.JToken"/> objects. - </summary> - </member> - <member name="M:Newtonsoft.Json.Linq.JEnumerable`1.#ctor(System.Collections.Generic.IEnumerable{`0})"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JEnumerable`1"/> struct. - </summary> - <param name="enumerable">The enumerable.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JEnumerable`1.GetEnumerator"> - <summary> - Returns an enumerator that iterates through the collection. - </summary> - <returns> - A <see cref="T:System.Collections.Generic.IEnumerator`1"/> that can be used to iterate through the collection. - </returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JEnumerable`1.System#Collections#IEnumerable#GetEnumerator"> - <summary> - Returns an enumerator that iterates through a collection. - </summary> - <returns> - An <see cref="T:System.Collections.IEnumerator"/> object that can be used to iterate through the collection. - </returns> - </member> - <member name="P:Newtonsoft.Json.Linq.JEnumerable`1.Item(System.Object)"> - <summary> - Gets the <see cref="T:Newtonsoft.Json.Linq.IJEnumerable`1"/> with the specified key. - </summary> - <value></value> - </member> - <member name="M:Newtonsoft.Json.Linq.JEnumerable`1.Equals(Newtonsoft.Json.Linq.JEnumerable{`0})"> - <summary> - Determines whether the specified <see cref="T:Newtonsoft.Json.Linq.JEnumerable`1"/> is equal to this instance. - </summary> - <param name="other">The <see cref="T:Newtonsoft.Json.Linq.JEnumerable`1"/> to compare with this instance.</param> - <returns> - <c>true</c> if the specified <see cref="T:Newtonsoft.Json.Linq.JEnumerable`1"/> is equal to this instance; otherwise, <c>false</c>. - </returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JEnumerable`1.Equals(System.Object)"> - <summary> - Determines whether the specified <see cref="T:System.Object"/> is equal to this instance. - </summary> - <param name="obj">The <see cref="T:System.Object"/> to compare with this instance.</param> - <returns> - <c>true</c> if the specified <see cref="T:System.Object"/> is equal to this instance; otherwise, <c>false</c>. - </returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JEnumerable`1.GetHashCode"> - <summary> - Returns a hash code for this instance. - </summary> - <returns> - A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. - </returns> - </member> - <member name="T:Newtonsoft.Json.Linq.JObject"> - <summary> - Represents a JSON object. - </summary> - <example> - <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\LinqToJsonTests.cs" region="LinqToJsonCreateParse" title="Parsing a JSON Object from Text" /> - </example> - </member> - <member name="P:Newtonsoft.Json.Linq.JObject.ChildrenTokens"> - <summary> - Gets the container's children tokens. - </summary> - <value>The container's children tokens.</value> - </member> - <member name="E:Newtonsoft.Json.Linq.JObject.PropertyChanged"> - <summary> - Occurs when a property value changes. - </summary> - </member> - <member name="E:Newtonsoft.Json.Linq.JObject.PropertyChanging"> - <summary> - Occurs when a property value is changing. - </summary> - </member> - <member name="M:Newtonsoft.Json.Linq.JObject.#ctor"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JObject"/> class. - </summary> - </member> - <member name="M:Newtonsoft.Json.Linq.JObject.#ctor(Newtonsoft.Json.Linq.JObject)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JObject"/> class from another <see cref="T:Newtonsoft.Json.Linq.JObject"/> object. - </summary> - <param name="other">A <see cref="T:Newtonsoft.Json.Linq.JObject"/> object to copy from.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JObject.#ctor(System.Object[])"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JObject"/> class with the specified content. - </summary> - <param name="content">The contents of the object.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JObject.#ctor(System.Object)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JObject"/> class with the specified content. - </summary> - <param name="content">The contents of the object.</param> - </member> - <member name="P:Newtonsoft.Json.Linq.JObject.Type"> - <summary> - Gets the node type for this <see cref="T:Newtonsoft.Json.Linq.JToken"/>. - </summary> - <value>The type.</value> - </member> - <member name="M:Newtonsoft.Json.Linq.JObject.Properties"> - <summary> - Gets an <see cref="T:System.Collections.Generic.IEnumerable`1"/> of this object's properties. - </summary> - <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of this object's properties.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JObject.Property(System.String)"> - <summary> - Gets a <see cref="T:Newtonsoft.Json.Linq.JProperty"/> the specified name. - </summary> - <param name="name">The property name.</param> - <returns>A <see cref="T:Newtonsoft.Json.Linq.JProperty"/> with the specified name or null.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JObject.PropertyValues"> - <summary> - Gets an <see cref="T:Newtonsoft.Json.Linq.JEnumerable`1"/> of this object's property values. - </summary> - <returns>An <see cref="T:Newtonsoft.Json.Linq.JEnumerable`1"/> of this object's property values.</returns> - </member> - <member name="P:Newtonsoft.Json.Linq.JObject.Item(System.Object)"> - <summary> - Gets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key. - </summary> - <value>The <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key.</value> - </member> - <member name="P:Newtonsoft.Json.Linq.JObject.Item(System.String)"> - <summary> - Gets or sets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified property name. - </summary> - <value></value> - </member> - <member name="M:Newtonsoft.Json.Linq.JObject.Load(Newtonsoft.Json.JsonReader)"> - <summary> - Loads an <see cref="T:Newtonsoft.Json.Linq.JObject"/> from a <see cref="T:Newtonsoft.Json.JsonReader"/>. - </summary> - <param name="reader">A <see cref="T:Newtonsoft.Json.JsonReader"/> that will be read for the content of the <see cref="T:Newtonsoft.Json.Linq.JObject"/>.</param> - <returns>A <see cref="T:Newtonsoft.Json.Linq.JObject"/> that contains the JSON that was read from the specified <see cref="T:Newtonsoft.Json.JsonReader"/>.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JObject.Load(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Linq.JsonLoadSettings)"> - <summary> - Loads an <see cref="T:Newtonsoft.Json.Linq.JObject"/> from a <see cref="T:Newtonsoft.Json.JsonReader"/>. - </summary> - <param name="reader">A <see cref="T:Newtonsoft.Json.JsonReader"/> that will be read for the content of the <see cref="T:Newtonsoft.Json.Linq.JObject"/>.</param> - <param name="settings">The <see cref="T:Newtonsoft.Json.Linq.JsonLoadSettings"/> used to load the JSON. - If this is null, default load settings will be used.</param> - <returns>A <see cref="T:Newtonsoft.Json.Linq.JObject"/> that contains the JSON that was read from the specified <see cref="T:Newtonsoft.Json.JsonReader"/>.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JObject.Parse(System.String)"> - <summary> - Load a <see cref="T:Newtonsoft.Json.Linq.JObject"/> from a string that contains JSON. - </summary> - <param name="json">A <see cref="T:System.String"/> that contains JSON.</param> - <returns>A <see cref="T:Newtonsoft.Json.Linq.JObject"/> populated from the string that contains JSON.</returns> - <example> - <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\LinqToJsonTests.cs" region="LinqToJsonCreateParse" title="Parsing a JSON Object from Text" /> - </example> - </member> - <member name="M:Newtonsoft.Json.Linq.JObject.Parse(System.String,Newtonsoft.Json.Linq.JsonLoadSettings)"> - <summary> - Load a <see cref="T:Newtonsoft.Json.Linq.JObject"/> from a string that contains JSON. - </summary> - <param name="json">A <see cref="T:System.String"/> that contains JSON.</param> - <param name="settings">The <see cref="T:Newtonsoft.Json.Linq.JsonLoadSettings"/> used to load the JSON. - If this is null, default load settings will be used.</param> - <returns>A <see cref="T:Newtonsoft.Json.Linq.JObject"/> populated from the string that contains JSON.</returns> - <example> - <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\LinqToJsonTests.cs" region="LinqToJsonCreateParse" title="Parsing a JSON Object from Text" /> - </example> - </member> - <member name="M:Newtonsoft.Json.Linq.JObject.FromObject(System.Object)"> - <summary> - Creates a <see cref="T:Newtonsoft.Json.Linq.JObject"/> from an object. - </summary> - <param name="o">The object that will be used to create <see cref="T:Newtonsoft.Json.Linq.JObject"/>.</param> - <returns>A <see cref="T:Newtonsoft.Json.Linq.JObject"/> with the values of the specified object</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JObject.FromObject(System.Object,Newtonsoft.Json.JsonSerializer)"> - <summary> - Creates a <see cref="T:Newtonsoft.Json.Linq.JObject"/> from an object. - </summary> - <param name="o">The object that will be used to create <see cref="T:Newtonsoft.Json.Linq.JObject"/>.</param> - <param name="jsonSerializer">The <see cref="T:Newtonsoft.Json.JsonSerializer"/> that will be used to read the object.</param> - <returns>A <see cref="T:Newtonsoft.Json.Linq.JObject"/> with the values of the specified object</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JObject.WriteTo(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.JsonConverter[])"> - <summary> - Writes this token to a <see cref="T:Newtonsoft.Json.JsonWriter"/>. - </summary> - <param name="writer">A <see cref="T:Newtonsoft.Json.JsonWriter"/> into which this method will write.</param> - <param name="converters">A collection of <see cref="T:Newtonsoft.Json.JsonConverter"/> which will be used when writing the token.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JObject.GetValue(System.String)"> - <summary> - Gets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified property name. - </summary> - <param name="propertyName">Name of the property.</param> - <returns>The <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified property name.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JObject.GetValue(System.String,System.StringComparison)"> - <summary> - Gets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified property name. - The exact property name will be searched for first and if no matching property is found then - the <see cref="T:System.StringComparison"/> will be used to match a property. - </summary> - <param name="propertyName">Name of the property.</param> - <param name="comparison">One of the enumeration values that specifies how the strings will be compared.</param> - <returns>The <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified property name.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JObject.TryGetValue(System.String,System.StringComparison,Newtonsoft.Json.Linq.JToken@)"> - <summary> - Tries to get the <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified property name. - The exact property name will be searched for first and if no matching property is found then - the <see cref="T:System.StringComparison"/> will be used to match a property. - </summary> - <param name="propertyName">Name of the property.</param> - <param name="value">The value.</param> - <param name="comparison">One of the enumeration values that specifies how the strings will be compared.</param> - <returns>true if a value was successfully retrieved; otherwise, false.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JObject.Add(System.String,Newtonsoft.Json.Linq.JToken)"> - <summary> - Adds the specified property name. - </summary> - <param name="propertyName">Name of the property.</param> - <param name="value">The value.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JObject.Remove(System.String)"> - <summary> - Removes the property with the specified name. - </summary> - <param name="propertyName">Name of the property.</param> - <returns>true if item was successfully removed; otherwise, false.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JObject.TryGetValue(System.String,Newtonsoft.Json.Linq.JToken@)"> - <summary> - Tries the get value. - </summary> - <param name="propertyName">Name of the property.</param> - <param name="value">The value.</param> - <returns>true if a value was successfully retrieved; otherwise, false.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JObject.GetEnumerator"> - <summary> - Returns an enumerator that iterates through the collection. - </summary> - <returns> - A <see cref="T:System.Collections.Generic.IEnumerator`1"/> that can be used to iterate through the collection. - </returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JObject.OnPropertyChanged(System.String)"> - <summary> - Raises the <see cref="E:Newtonsoft.Json.Linq.JObject.PropertyChanged"/> event with the provided arguments. - </summary> - <param name="propertyName">Name of the property.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JObject.OnPropertyChanging(System.String)"> - <summary> - Raises the <see cref="E:Newtonsoft.Json.Linq.JObject.PropertyChanging"/> event with the provided arguments. - </summary> - <param name="propertyName">Name of the property.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JObject.System#ComponentModel#ICustomTypeDescriptor#GetProperties"> - <summary> - Returns the properties for this instance of a component. - </summary> - <returns> - A <see cref="T:System.ComponentModel.PropertyDescriptorCollection"/> that represents the properties for this component instance. - </returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JObject.System#ComponentModel#ICustomTypeDescriptor#GetProperties(System.Attribute[])"> - <summary> - Returns the properties for this instance of a component using the attribute array as a filter. - </summary> - <param name="attributes">An array of type <see cref="T:System.Attribute"/> that is used as a filter.</param> - <returns> - A <see cref="T:System.ComponentModel.PropertyDescriptorCollection"/> that represents the filtered properties for this component instance. - </returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JObject.System#ComponentModel#ICustomTypeDescriptor#GetAttributes"> - <summary> - Returns a collection of custom attributes for this instance of a component. - </summary> - <returns> - An <see cref="T:System.ComponentModel.AttributeCollection"/> containing the attributes for this object. - </returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JObject.System#ComponentModel#ICustomTypeDescriptor#GetClassName"> - <summary> - Returns the class name of this instance of a component. - </summary> - <returns> - The class name of the object, or null if the class does not have a name. - </returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JObject.System#ComponentModel#ICustomTypeDescriptor#GetComponentName"> - <summary> - Returns the name of this instance of a component. - </summary> - <returns> - The name of the object, or null if the object does not have a name. - </returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JObject.System#ComponentModel#ICustomTypeDescriptor#GetConverter"> - <summary> - Returns a type converter for this instance of a component. - </summary> - <returns> - A <see cref="T:System.ComponentModel.TypeConverter"/> that is the converter for this object, or null if there is no <see cref="T:System.ComponentModel.TypeConverter"/> for this object. - </returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JObject.System#ComponentModel#ICustomTypeDescriptor#GetDefaultEvent"> - <summary> - Returns the default event for this instance of a component. - </summary> - <returns> - An <see cref="T:System.ComponentModel.EventDescriptor"/> that represents the default event for this object, or null if this object does not have events. - </returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JObject.System#ComponentModel#ICustomTypeDescriptor#GetDefaultProperty"> - <summary> - Returns the default property for this instance of a component. - </summary> - <returns> - A <see cref="T:System.ComponentModel.PropertyDescriptor"/> that represents the default property for this object, or null if this object does not have properties. - </returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JObject.System#ComponentModel#ICustomTypeDescriptor#GetEditor(System.Type)"> - <summary> - Returns an editor of the specified type for this instance of a component. - </summary> - <param name="editorBaseType">A <see cref="T:System.Type"/> that represents the editor for this object.</param> - <returns> - An <see cref="T:System.Object"/> of the specified type that is the editor for this object, or null if the editor cannot be found. - </returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JObject.System#ComponentModel#ICustomTypeDescriptor#GetEvents(System.Attribute[])"> - <summary> - Returns the events for this instance of a component using the specified attribute array as a filter. - </summary> - <param name="attributes">An array of type <see cref="T:System.Attribute"/> that is used as a filter.</param> - <returns> - An <see cref="T:System.ComponentModel.EventDescriptorCollection"/> that represents the filtered events for this component instance. - </returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JObject.System#ComponentModel#ICustomTypeDescriptor#GetEvents"> - <summary> - Returns the events for this instance of a component. - </summary> - <returns> - An <see cref="T:System.ComponentModel.EventDescriptorCollection"/> that represents the events for this component instance. - </returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JObject.System#ComponentModel#ICustomTypeDescriptor#GetPropertyOwner(System.ComponentModel.PropertyDescriptor)"> - <summary> - Returns an object that contains the property described by the specified property descriptor. - </summary> - <param name="pd">A <see cref="T:System.ComponentModel.PropertyDescriptor"/> that represents the property whose owner is to be found.</param> - <returns> - An <see cref="T:System.Object"/> that represents the owner of the specified property. - </returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JObject.GetMetaObject(System.Linq.Expressions.Expression)"> - <summary> - Returns the <see cref="T:System.Dynamic.DynamicMetaObject"/> responsible for binding operations performed on this object. - </summary> - <param name="parameter">The expression tree representation of the runtime value.</param> - <returns> - The <see cref="T:System.Dynamic.DynamicMetaObject"/> to bind this object. - </returns> - </member> - <member name="T:Newtonsoft.Json.Linq.JsonMergeSettings"> - <summary> - Specifies the settings used when merging JSON. - </summary> - </member> - <member name="P:Newtonsoft.Json.Linq.JsonMergeSettings.MergeArrayHandling"> - <summary> - Gets or sets the method used when merging JSON arrays. - </summary> - <value>The method used when merging JSON arrays.</value> - </member> - <member name="T:Newtonsoft.Json.Linq.JProperty"> - <summary> - Represents a JSON property. - </summary> - </member> - <member name="P:Newtonsoft.Json.Linq.JProperty.ChildrenTokens"> - <summary> - Gets the container's children tokens. - </summary> - <value>The container's children tokens.</value> - </member> - <member name="P:Newtonsoft.Json.Linq.JProperty.Name"> - <summary> - Gets the property name. - </summary> - <value>The property name.</value> - </member> - <member name="P:Newtonsoft.Json.Linq.JProperty.Value"> - <summary> - Gets or sets the property value. - </summary> - <value>The property value.</value> - </member> - <member name="M:Newtonsoft.Json.Linq.JProperty.#ctor(Newtonsoft.Json.Linq.JProperty)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JProperty"/> class from another <see cref="T:Newtonsoft.Json.Linq.JProperty"/> object. - </summary> - <param name="other">A <see cref="T:Newtonsoft.Json.Linq.JProperty"/> object to copy from.</param> - </member> - <member name="P:Newtonsoft.Json.Linq.JProperty.Type"> - <summary> - Gets the node type for this <see cref="T:Newtonsoft.Json.Linq.JToken"/>. - </summary> - <value>The type.</value> - </member> - <member name="M:Newtonsoft.Json.Linq.JProperty.#ctor(System.String,System.Object[])"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JProperty"/> class. - </summary> - <param name="name">The property name.</param> - <param name="content">The property content.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JProperty.#ctor(System.String,System.Object)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JProperty"/> class. - </summary> - <param name="name">The property name.</param> - <param name="content">The property content.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JProperty.WriteTo(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.JsonConverter[])"> - <summary> - Writes this token to a <see cref="T:Newtonsoft.Json.JsonWriter"/>. - </summary> - <param name="writer">A <see cref="T:Newtonsoft.Json.JsonWriter"/> into which this method will write.</param> - <param name="converters">A collection of <see cref="T:Newtonsoft.Json.JsonConverter"/> which will be used when writing the token.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JProperty.Load(Newtonsoft.Json.JsonReader)"> - <summary> - Loads an <see cref="T:Newtonsoft.Json.Linq.JProperty"/> from a <see cref="T:Newtonsoft.Json.JsonReader"/>. - </summary> - <param name="reader">A <see cref="T:Newtonsoft.Json.JsonReader"/> that will be read for the content of the <see cref="T:Newtonsoft.Json.Linq.JProperty"/>.</param> - <returns>A <see cref="T:Newtonsoft.Json.Linq.JProperty"/> that contains the JSON that was read from the specified <see cref="T:Newtonsoft.Json.JsonReader"/>.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JProperty.Load(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Linq.JsonLoadSettings)"> - <summary> - Loads an <see cref="T:Newtonsoft.Json.Linq.JProperty"/> from a <see cref="T:Newtonsoft.Json.JsonReader"/>. - </summary> - <param name="reader">A <see cref="T:Newtonsoft.Json.JsonReader"/> that will be read for the content of the <see cref="T:Newtonsoft.Json.Linq.JProperty"/>.</param> - <param name="settings">The <see cref="T:Newtonsoft.Json.Linq.JsonLoadSettings"/> used to load the JSON. - If this is null, default load settings will be used.</param> - <returns>A <see cref="T:Newtonsoft.Json.Linq.JProperty"/> that contains the JSON that was read from the specified <see cref="T:Newtonsoft.Json.JsonReader"/>.</returns> - </member> - <member name="T:Newtonsoft.Json.Linq.JPropertyDescriptor"> - <summary> - Represents a view of a <see cref="T:Newtonsoft.Json.Linq.JProperty"/>. - </summary> - </member> - <member name="M:Newtonsoft.Json.Linq.JPropertyDescriptor.#ctor(System.String)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JPropertyDescriptor"/> class. - </summary> - <param name="name">The name.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JPropertyDescriptor.CanResetValue(System.Object)"> - <summary> - When overridden in a derived class, returns whether resetting an object changes its value. - </summary> - <returns> - true if resetting the component changes its value; otherwise, false. - </returns> - <param name="component">The component to test for reset capability. - </param> - </member> - <member name="M:Newtonsoft.Json.Linq.JPropertyDescriptor.GetValue(System.Object)"> - <summary> - When overridden in a derived class, gets the current value of the property on a component. - </summary> - <returns> - The value of a property for a given component. - </returns> - <param name="component">The component with the property for which to retrieve the value. - </param> - </member> - <member name="M:Newtonsoft.Json.Linq.JPropertyDescriptor.ResetValue(System.Object)"> - <summary> - When overridden in a derived class, resets the value for this property of the component to the default value. - </summary> - <param name="component">The component with the property value that is to be reset to the default value. - </param> - </member> - <member name="M:Newtonsoft.Json.Linq.JPropertyDescriptor.SetValue(System.Object,System.Object)"> - <summary> - When overridden in a derived class, sets the value of the component to a different value. - </summary> - <param name="component">The component with the property value that is to be set. - </param><param name="value">The new value. - </param> - </member> - <member name="M:Newtonsoft.Json.Linq.JPropertyDescriptor.ShouldSerializeValue(System.Object)"> - <summary> - When overridden in a derived class, determines a value indicating whether the value of this property needs to be persisted. - </summary> - <returns> - true if the property should be persisted; otherwise, false. - </returns> - <param name="component">The component with the property to be examined for persistence. - </param> - </member> - <member name="P:Newtonsoft.Json.Linq.JPropertyDescriptor.ComponentType"> - <summary> - When overridden in a derived class, gets the type of the component this property is bound to. - </summary> - <returns> - A <see cref="T:System.Type"/> that represents the type of component this property is bound to. When the <see cref="M:System.ComponentModel.PropertyDescriptor.GetValue(System.Object)"/> or <see cref="M:System.ComponentModel.PropertyDescriptor.SetValue(System.Object,System.Object)"/> methods are invoked, the object specified might be an instance of this type. - </returns> - </member> - <member name="P:Newtonsoft.Json.Linq.JPropertyDescriptor.IsReadOnly"> - <summary> - When overridden in a derived class, gets a value indicating whether this property is read-only. - </summary> - <returns> - true if the property is read-only; otherwise, false. - </returns> - </member> - <member name="P:Newtonsoft.Json.Linq.JPropertyDescriptor.PropertyType"> - <summary> - When overridden in a derived class, gets the type of the property. - </summary> - <returns> - A <see cref="T:System.Type"/> that represents the type of the property. - </returns> - </member> - <member name="P:Newtonsoft.Json.Linq.JPropertyDescriptor.NameHashCode"> - <summary> - Gets the hash code for the name of the member. - </summary> - <value></value> - <returns> - The hash code for the name of the member. - </returns> - </member> - <member name="T:Newtonsoft.Json.Linq.JRaw"> - <summary> - Represents a raw JSON string. - </summary> - </member> - <member name="M:Newtonsoft.Json.Linq.JRaw.#ctor(Newtonsoft.Json.Linq.JRaw)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JRaw"/> class from another <see cref="T:Newtonsoft.Json.Linq.JRaw"/> object. - </summary> - <param name="other">A <see cref="T:Newtonsoft.Json.Linq.JRaw"/> object to copy from.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JRaw.#ctor(System.Object)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JRaw"/> class. - </summary> - <param name="rawJson">The raw json.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JRaw.Create(Newtonsoft.Json.JsonReader)"> - <summary> - Creates an instance of <see cref="T:Newtonsoft.Json.Linq.JRaw"/> with the content of the reader's current token. - </summary> - <param name="reader">The reader.</param> - <returns>An instance of <see cref="T:Newtonsoft.Json.Linq.JRaw"/> with the content of the reader's current token.</returns> - </member> - <member name="T:Newtonsoft.Json.Linq.JToken"> - <summary> - Represents an abstract JSON token. - </summary> - </member> - <member name="P:Newtonsoft.Json.Linq.JToken.EqualityComparer"> - <summary> - Gets a comparer that can compare two tokens for value equality. - </summary> - <value>A <see cref="T:Newtonsoft.Json.Linq.JTokenEqualityComparer"/> that can compare two nodes for value equality.</value> - </member> - <member name="P:Newtonsoft.Json.Linq.JToken.Parent"> - <summary> - Gets or sets the parent. - </summary> - <value>The parent.</value> - </member> - <member name="P:Newtonsoft.Json.Linq.JToken.Root"> - <summary> - Gets the root <see cref="T:Newtonsoft.Json.Linq.JToken"/> of this <see cref="T:Newtonsoft.Json.Linq.JToken"/>. - </summary> - <value>The root <see cref="T:Newtonsoft.Json.Linq.JToken"/> of this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</value> - </member> - <member name="P:Newtonsoft.Json.Linq.JToken.Type"> - <summary> - Gets the node type for this <see cref="T:Newtonsoft.Json.Linq.JToken"/>. - </summary> - <value>The type.</value> - </member> - <member name="P:Newtonsoft.Json.Linq.JToken.HasValues"> - <summary> - Gets a value indicating whether this token has child tokens. - </summary> - <value> - <c>true</c> if this token has child values; otherwise, <c>false</c>. - </value> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.DeepEquals(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)"> - <summary> - Compares the values of two tokens, including the values of all descendant tokens. - </summary> - <param name="t1">The first <see cref="T:Newtonsoft.Json.Linq.JToken"/> to compare.</param> - <param name="t2">The second <see cref="T:Newtonsoft.Json.Linq.JToken"/> to compare.</param> - <returns>true if the tokens are equal; otherwise false.</returns> - </member> - <member name="P:Newtonsoft.Json.Linq.JToken.Next"> - <summary> - Gets the next sibling token of this node. - </summary> - <value>The <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the next sibling token.</value> - </member> - <member name="P:Newtonsoft.Json.Linq.JToken.Previous"> - <summary> - Gets the previous sibling token of this node. - </summary> - <value>The <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the previous sibling token.</value> - </member> - <member name="P:Newtonsoft.Json.Linq.JToken.Path"> - <summary> - Gets the path of the JSON token. - </summary> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.AddAfterSelf(System.Object)"> - <summary> - Adds the specified content immediately after this token. - </summary> - <param name="content">A content object that contains simple content or a collection of content objects to be added after this token.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.AddBeforeSelf(System.Object)"> - <summary> - Adds the specified content immediately before this token. - </summary> - <param name="content">A content object that contains simple content or a collection of content objects to be added before this token.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.Ancestors"> - <summary> - Returns a collection of the ancestor tokens of this token. - </summary> - <returns>A collection of the ancestor tokens of this token.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.AncestorsAndSelf"> - <summary> - Returns a collection of tokens that contain this token, and the ancestors of this token. - </summary> - <returns>A collection of tokens that contain this token, and the ancestors of this token.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.AfterSelf"> - <summary> - Returns a collection of the sibling tokens after this token, in document order. - </summary> - <returns>A collection of the sibling tokens after this tokens, in document order.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.BeforeSelf"> - <summary> - Returns a collection of the sibling tokens before this token, in document order. - </summary> - <returns>A collection of the sibling tokens before this token, in document order.</returns> - </member> - <member name="P:Newtonsoft.Json.Linq.JToken.Item(System.Object)"> - <summary> - Gets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key. - </summary> - <value>The <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key.</value> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.Value``1(System.Object)"> - <summary> - Gets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the specified key converted to the specified type. - </summary> - <typeparam name="T">The type to convert the token to.</typeparam> - <param name="key">The token key.</param> - <returns>The converted token value.</returns> - </member> - <member name="P:Newtonsoft.Json.Linq.JToken.First"> - <summary> - Get the first child token of this token. - </summary> - <value>A <see cref="T:Newtonsoft.Json.Linq.JToken"/> containing the first child token of the <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</value> - </member> - <member name="P:Newtonsoft.Json.Linq.JToken.Last"> - <summary> - Get the last child token of this token. - </summary> - <value>A <see cref="T:Newtonsoft.Json.Linq.JToken"/> containing the last child token of the <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</value> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.Children"> - <summary> - Returns a collection of the child tokens of this token, in document order. - </summary> - <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> containing the child tokens of this <see cref="T:Newtonsoft.Json.Linq.JToken"/>, in document order.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.Children``1"> - <summary> - Returns a collection of the child tokens of this token, in document order, filtered by the specified type. - </summary> - <typeparam name="T">The type to filter the child tokens on.</typeparam> - <returns>A <see cref="T:Newtonsoft.Json.Linq.JEnumerable`1"/> containing the child tokens of this <see cref="T:Newtonsoft.Json.Linq.JToken"/>, in document order.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.Values``1"> - <summary> - Returns a collection of the child values of this token, in document order. - </summary> - <typeparam name="T">The type to convert the values to.</typeparam> - <returns>A <see cref="T:System.Collections.Generic.IEnumerable`1"/> containing the child values of this <see cref="T:Newtonsoft.Json.Linq.JToken"/>, in document order.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.Remove"> - <summary> - Removes this token from its parent. - </summary> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.Replace(Newtonsoft.Json.Linq.JToken)"> - <summary> - Replaces this token with the specified token. - </summary> - <param name="value">The value.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.WriteTo(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.JsonConverter[])"> - <summary> - Writes this token to a <see cref="T:Newtonsoft.Json.JsonWriter"/>. - </summary> - <param name="writer">A <see cref="T:Newtonsoft.Json.JsonWriter"/> into which this method will write.</param> - <param name="converters">A collection of <see cref="T:Newtonsoft.Json.JsonConverter"/> which will be used when writing the token.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.ToString"> - <summary> - Returns the indented JSON for this token. - </summary> - <returns> - The indented JSON for this token. - </returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.ToString(Newtonsoft.Json.Formatting,Newtonsoft.Json.JsonConverter[])"> - <summary> - Returns the JSON for this token using the given formatting and converters. - </summary> - <param name="formatting">Indicates how the output is formatted.</param> - <param name="converters">A collection of <see cref="T:Newtonsoft.Json.JsonConverter"/> which will be used when writing the token.</param> - <returns>The JSON for this token using the given formatting and converters.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Boolean"> - <summary> - Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Boolean"/>. - </summary> - <param name="value">The value.</param> - <returns>The result of the conversion.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.DateTimeOffset"> - <summary> - Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.DateTimeOffset"/>. - </summary> - <param name="value">The value.</param> - <returns>The result of the conversion.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Boolean}"> - <summary> - Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>. - </summary> - <param name="value">The value.</param> - <returns>The result of the conversion.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Int64"> - <summary> - Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Int64"/>. - </summary> - <param name="value">The value.</param> - <returns>The result of the conversion.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.DateTime}"> - <summary> - Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>. - </summary> - <param name="value">The value.</param> - <returns>The result of the conversion.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.DateTimeOffset}"> - <summary> - Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>. - </summary> - <param name="value">The value.</param> - <returns>The result of the conversion.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Decimal}"> - <summary> - Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>. - </summary> - <param name="value">The value.</param> - <returns>The result of the conversion.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Double}"> - <summary> - Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>. - </summary> - <param name="value">The value.</param> - <returns>The result of the conversion.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Char}"> - <summary> - Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>. - </summary> - <param name="value">The value.</param> - <returns>The result of the conversion.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Int32"> - <summary> - Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Int32"/>. - </summary> - <param name="value">The value.</param> - <returns>The result of the conversion.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Int16"> - <summary> - Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Int16"/>. - </summary> - <param name="value">The value.</param> - <returns>The result of the conversion.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.UInt16"> - <summary> - Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.UInt16"/>. - </summary> - <param name="value">The value.</param> - <returns>The result of the conversion.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Char"> - <summary> - Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Char"/>. - </summary> - <param name="value">The value.</param> - <returns>The result of the conversion.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Byte"> - <summary> - Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Byte"/>. - </summary> - <param name="value">The value.</param> - <returns>The result of the conversion.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.SByte"> - <summary> - Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.SByte"/>. - </summary> - <param name="value">The value.</param> - <returns>The result of the conversion.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Int32}"> - <summary> - Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>. - </summary> - <param name="value">The value.</param> - <returns>The result of the conversion.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Int16}"> - <summary> - Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>. - </summary> - <param name="value">The value.</param> - <returns>The result of the conversion.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.UInt16}"> - <summary> - Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>. - </summary> - <param name="value">The value.</param> - <returns>The result of the conversion.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Byte}"> - <summary> - Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>. - </summary> - <param name="value">The value.</param> - <returns>The result of the conversion.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.SByte}"> - <summary> - Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>. - </summary> - <param name="value">The value.</param> - <returns>The result of the conversion.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.DateTime"> - <summary> - Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.DateTime"/>. - </summary> - <param name="value">The value.</param> - <returns>The result of the conversion.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Int64}"> - <summary> - Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>. - </summary> - <param name="value">The value.</param> - <returns>The result of the conversion.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Single}"> - <summary> - Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>. - </summary> - <param name="value">The value.</param> - <returns>The result of the conversion.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Decimal"> - <summary> - Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Decimal"/>. - </summary> - <param name="value">The value.</param> - <returns>The result of the conversion.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.UInt32}"> - <summary> - Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>. - </summary> - <param name="value">The value.</param> - <returns>The result of the conversion.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.UInt64}"> - <summary> - Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Nullable`1"/>. - </summary> - <param name="value">The value.</param> - <returns>The result of the conversion.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Double"> - <summary> - Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Double"/>. - </summary> - <param name="value">The value.</param> - <returns>The result of the conversion.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Single"> - <summary> - Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Single"/>. - </summary> - <param name="value">The value.</param> - <returns>The result of the conversion.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.String"> - <summary> - Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.String"/>. - </summary> - <param name="value">The value.</param> - <returns>The result of the conversion.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.UInt32"> - <summary> - Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.UInt32"/>. - </summary> - <param name="value">The value.</param> - <returns>The result of the conversion.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.UInt64"> - <summary> - Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.UInt64"/>. - </summary> - <param name="value">The value.</param> - <returns>The result of the conversion.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Byte[]"> - <summary> - Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Byte"/>[]. - </summary> - <param name="value">The value.</param> - <returns>The result of the conversion.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Guid"> - <summary> - Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Guid"/>. - </summary> - <param name="value">The value.</param> - <returns>The result of the conversion.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.Guid}"> - <summary> - Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Guid"/>. - </summary> - <param name="value">The value.</param> - <returns>The result of the conversion.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.TimeSpan"> - <summary> - Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.TimeSpan"/>. - </summary> - <param name="value">The value.</param> - <returns>The result of the conversion.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Nullable{System.TimeSpan}"> - <summary> - Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.TimeSpan"/>. - </summary> - <param name="value">The value.</param> - <returns>The result of the conversion.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Explicit(Newtonsoft.Json.Linq.JToken)~System.Uri"> - <summary> - Performs an explicit conversion from <see cref="T:Newtonsoft.Json.Linq.JToken"/> to <see cref="T:System.Uri"/>. - </summary> - <param name="value">The value.</param> - <returns>The result of the conversion.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Boolean)~Newtonsoft.Json.Linq.JToken"> - <summary> - Performs an implicit conversion from <see cref="T:System.Boolean"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>. - </summary> - <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param> - <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.DateTimeOffset)~Newtonsoft.Json.Linq.JToken"> - <summary> - Performs an implicit conversion from <see cref="T:System.DateTimeOffset"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>. - </summary> - <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param> - <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Byte)~Newtonsoft.Json.Linq.JToken"> - <summary> - Performs an implicit conversion from <see cref="T:System.Byte"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>. - </summary> - <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param> - <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.Byte})~Newtonsoft.Json.Linq.JToken"> - <summary> - Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>. - </summary> - <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param> - <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.SByte)~Newtonsoft.Json.Linq.JToken"> - <summary> - Performs an implicit conversion from <see cref="T:System.SByte"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>. - </summary> - <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param> - <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.SByte})~Newtonsoft.Json.Linq.JToken"> - <summary> - Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>. - </summary> - <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param> - <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.Boolean})~Newtonsoft.Json.Linq.JToken"> - <summary> - Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>. - </summary> - <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param> - <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Int64)~Newtonsoft.Json.Linq.JToken"> - <summary> - Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>. - </summary> - <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param> - <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.DateTime})~Newtonsoft.Json.Linq.JToken"> - <summary> - Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>. - </summary> - <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param> - <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.DateTimeOffset})~Newtonsoft.Json.Linq.JToken"> - <summary> - Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>. - </summary> - <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param> - <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.Decimal})~Newtonsoft.Json.Linq.JToken"> - <summary> - Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>. - </summary> - <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param> - <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.Double})~Newtonsoft.Json.Linq.JToken"> - <summary> - Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>. - </summary> - <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param> - <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Int16)~Newtonsoft.Json.Linq.JToken"> - <summary> - Performs an implicit conversion from <see cref="T:System.Int16"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>. - </summary> - <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param> - <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.UInt16)~Newtonsoft.Json.Linq.JToken"> - <summary> - Performs an implicit conversion from <see cref="T:System.UInt16"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>. - </summary> - <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param> - <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Int32)~Newtonsoft.Json.Linq.JToken"> - <summary> - Performs an implicit conversion from <see cref="T:System.Int32"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>. - </summary> - <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param> - <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.Int32})~Newtonsoft.Json.Linq.JToken"> - <summary> - Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>. - </summary> - <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param> - <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.DateTime)~Newtonsoft.Json.Linq.JToken"> - <summary> - Performs an implicit conversion from <see cref="T:System.DateTime"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>. - </summary> - <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param> - <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.Int64})~Newtonsoft.Json.Linq.JToken"> - <summary> - Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>. - </summary> - <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param> - <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.Single})~Newtonsoft.Json.Linq.JToken"> - <summary> - Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>. - </summary> - <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param> - <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Decimal)~Newtonsoft.Json.Linq.JToken"> - <summary> - Performs an implicit conversion from <see cref="T:System.Decimal"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>. - </summary> - <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param> - <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.Int16})~Newtonsoft.Json.Linq.JToken"> - <summary> - Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>. - </summary> - <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param> - <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.UInt16})~Newtonsoft.Json.Linq.JToken"> - <summary> - Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>. - </summary> - <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param> - <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.UInt32})~Newtonsoft.Json.Linq.JToken"> - <summary> - Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>. - </summary> - <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param> - <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.UInt64})~Newtonsoft.Json.Linq.JToken"> - <summary> - Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>. - </summary> - <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param> - <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Double)~Newtonsoft.Json.Linq.JToken"> - <summary> - Performs an implicit conversion from <see cref="T:System.Double"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>. - </summary> - <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param> - <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Single)~Newtonsoft.Json.Linq.JToken"> - <summary> - Performs an implicit conversion from <see cref="T:System.Single"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>. - </summary> - <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param> - <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.String)~Newtonsoft.Json.Linq.JToken"> - <summary> - Performs an implicit conversion from <see cref="T:System.String"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>. - </summary> - <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param> - <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.UInt32)~Newtonsoft.Json.Linq.JToken"> - <summary> - Performs an implicit conversion from <see cref="T:System.UInt32"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>. - </summary> - <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param> - <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.UInt64)~Newtonsoft.Json.Linq.JToken"> - <summary> - Performs an implicit conversion from <see cref="T:System.UInt64"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>. - </summary> - <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param> - <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Byte[])~Newtonsoft.Json.Linq.JToken"> - <summary> - Performs an implicit conversion from <see cref="T:System.Byte"/>[] to <see cref="T:Newtonsoft.Json.Linq.JToken"/>. - </summary> - <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param> - <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Uri)~Newtonsoft.Json.Linq.JToken"> - <summary> - Performs an implicit conversion from <see cref="T:System.Uri"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>. - </summary> - <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param> - <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.TimeSpan)~Newtonsoft.Json.Linq.JToken"> - <summary> - Performs an implicit conversion from <see cref="T:System.TimeSpan"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>. - </summary> - <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param> - <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.TimeSpan})~Newtonsoft.Json.Linq.JToken"> - <summary> - Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>. - </summary> - <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param> - <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Guid)~Newtonsoft.Json.Linq.JToken"> - <summary> - Performs an implicit conversion from <see cref="T:System.Guid"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>. - </summary> - <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param> - <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.op_Implicit(System.Nullable{System.Guid})~Newtonsoft.Json.Linq.JToken"> - <summary> - Performs an implicit conversion from <see cref="T:System.Nullable`1"/> to <see cref="T:Newtonsoft.Json.Linq.JToken"/>. - </summary> - <param name="value">The value to create a <see cref="T:Newtonsoft.Json.Linq.JValue"/> from.</param> - <returns>The <see cref="T:Newtonsoft.Json.Linq.JValue"/> initialized with the specified value.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.CreateReader"> - <summary> - Creates an <see cref="T:Newtonsoft.Json.JsonReader"/> for this token. - </summary> - <returns>An <see cref="T:Newtonsoft.Json.JsonReader"/> that can be used to read this token and its descendants.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.FromObject(System.Object)"> - <summary> - Creates a <see cref="T:Newtonsoft.Json.Linq.JToken"/> from an object. - </summary> - <param name="o">The object that will be used to create <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</param> - <returns>A <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the value of the specified object</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.FromObject(System.Object,Newtonsoft.Json.JsonSerializer)"> - <summary> - Creates a <see cref="T:Newtonsoft.Json.Linq.JToken"/> from an object using the specified <see cref="T:Newtonsoft.Json.JsonSerializer"/>. - </summary> - <param name="o">The object that will be used to create <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</param> - <param name="jsonSerializer">The <see cref="T:Newtonsoft.Json.JsonSerializer"/> that will be used when reading the object.</param> - <returns>A <see cref="T:Newtonsoft.Json.Linq.JToken"/> with the value of the specified object</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.ToObject``1"> - <summary> - Creates the specified .NET type from the <see cref="T:Newtonsoft.Json.Linq.JToken"/>. - </summary> - <typeparam name="T">The object type that the token will be deserialized to.</typeparam> - <returns>The new object created from the JSON value.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.ToObject(System.Type)"> - <summary> - Creates the specified .NET type from the <see cref="T:Newtonsoft.Json.Linq.JToken"/>. - </summary> - <param name="objectType">The object type that the token will be deserialized to.</param> - <returns>The new object created from the JSON value.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.ToObject``1(Newtonsoft.Json.JsonSerializer)"> - <summary> - Creates the specified .NET type from the <see cref="T:Newtonsoft.Json.Linq.JToken"/> using the specified <see cref="T:Newtonsoft.Json.JsonSerializer"/>. - </summary> - <typeparam name="T">The object type that the token will be deserialized to.</typeparam> - <param name="jsonSerializer">The <see cref="T:Newtonsoft.Json.JsonSerializer"/> that will be used when creating the object.</param> - <returns>The new object created from the JSON value.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.ToObject(System.Type,Newtonsoft.Json.JsonSerializer)"> - <summary> - Creates the specified .NET type from the <see cref="T:Newtonsoft.Json.Linq.JToken"/> using the specified <see cref="T:Newtonsoft.Json.JsonSerializer"/>. - </summary> - <param name="objectType">The object type that the token will be deserialized to.</param> - <param name="jsonSerializer">The <see cref="T:Newtonsoft.Json.JsonSerializer"/> that will be used when creating the object.</param> - <returns>The new object created from the JSON value.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.ReadFrom(Newtonsoft.Json.JsonReader)"> - <summary> - Creates a <see cref="T:Newtonsoft.Json.Linq.JToken"/> from a <see cref="T:Newtonsoft.Json.JsonReader"/>. - </summary> - <param name="reader">An <see cref="T:Newtonsoft.Json.JsonReader"/> positioned at the token to read into this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</param> - <returns> - An <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the token and its descendant tokens - that were read from the reader. The runtime type of the token is determined - by the token type of the first token encountered in the reader. - </returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.ReadFrom(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Linq.JsonLoadSettings)"> - <summary> - Creates a <see cref="T:Newtonsoft.Json.Linq.JToken"/> from a <see cref="T:Newtonsoft.Json.JsonReader"/>. - </summary> - <param name="reader">An <see cref="T:Newtonsoft.Json.JsonReader"/> positioned at the token to read into this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</param> - <param name="settings">The <see cref="T:Newtonsoft.Json.Linq.JsonLoadSettings"/> used to load the JSON. - If this is null, default load settings will be used.</param> - <returns> - An <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the token and its descendant tokens - that were read from the reader. The runtime type of the token is determined - by the token type of the first token encountered in the reader. - </returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.Parse(System.String)"> - <summary> - Load a <see cref="T:Newtonsoft.Json.Linq.JToken"/> from a string that contains JSON. - </summary> - <param name="json">A <see cref="T:System.String"/> that contains JSON.</param> - <returns>A <see cref="T:Newtonsoft.Json.Linq.JToken"/> populated from the string that contains JSON.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.Parse(System.String,Newtonsoft.Json.Linq.JsonLoadSettings)"> - <summary> - Load a <see cref="T:Newtonsoft.Json.Linq.JToken"/> from a string that contains JSON. - </summary> - <param name="json">A <see cref="T:System.String"/> that contains JSON.</param> - <param name="settings">The <see cref="T:Newtonsoft.Json.Linq.JsonLoadSettings"/> used to load the JSON. - If this is null, default load settings will be used.</param> - <returns>A <see cref="T:Newtonsoft.Json.Linq.JToken"/> populated from the string that contains JSON.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.Load(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Linq.JsonLoadSettings)"> - <summary> - Creates a <see cref="T:Newtonsoft.Json.Linq.JToken"/> from a <see cref="T:Newtonsoft.Json.JsonReader"/>. - </summary> - <param name="reader">An <see cref="T:Newtonsoft.Json.JsonReader"/> positioned at the token to read into this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</param> - <param name="settings">The <see cref="T:Newtonsoft.Json.Linq.JsonLoadSettings"/> used to load the JSON. - If this is null, default load settings will be used.</param> - <returns> - An <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the token and its descendant tokens - that were read from the reader. The runtime type of the token is determined - by the token type of the first token encountered in the reader. - </returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.Load(Newtonsoft.Json.JsonReader)"> - <summary> - Creates a <see cref="T:Newtonsoft.Json.Linq.JToken"/> from a <see cref="T:Newtonsoft.Json.JsonReader"/>. - </summary> - <param name="reader">An <see cref="T:Newtonsoft.Json.JsonReader"/> positioned at the token to read into this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</param> - <returns> - An <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the token and its descendant tokens - that were read from the reader. The runtime type of the token is determined - by the token type of the first token encountered in the reader. - </returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.SelectToken(System.String)"> - <summary> - Selects a <see cref="T:Newtonsoft.Json.Linq.JToken"/> using a JPath expression. Selects the token that matches the object path. - </summary> - <param name="path"> - A <see cref="T:System.String"/> that contains a JPath expression. - </param> - <returns>A <see cref="T:Newtonsoft.Json.Linq.JToken"/>, or null.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.SelectToken(System.String,System.Boolean)"> - <summary> - Selects a <see cref="T:Newtonsoft.Json.Linq.JToken"/> using a JPath expression. Selects the token that matches the object path. - </summary> - <param name="path"> - A <see cref="T:System.String"/> that contains a JPath expression. - </param> - <param name="errorWhenNoMatch">A flag to indicate whether an error should be thrown if no tokens are found when evaluating part of the expression.</param> - <returns>A <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.SelectTokens(System.String)"> - <summary> - Selects a collection of elements using a JPath expression. - </summary> - <param name="path"> - A <see cref="T:System.String"/> that contains a JPath expression. - </param> - <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> that contains the selected elements.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.SelectTokens(System.String,System.Boolean)"> - <summary> - Selects a collection of elements using a JPath expression. - </summary> - <param name="path"> - A <see cref="T:System.String"/> that contains a JPath expression. - </param> - <param name="errorWhenNoMatch">A flag to indicate whether an error should be thrown if no tokens are found when evaluating part of the expression.</param> - <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> that contains the selected elements.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.GetMetaObject(System.Linq.Expressions.Expression)"> - <summary> - Returns the <see cref="T:System.Dynamic.DynamicMetaObject"/> responsible for binding operations performed on this object. - </summary> - <param name="parameter">The expression tree representation of the runtime value.</param> - <returns> - The <see cref="T:System.Dynamic.DynamicMetaObject"/> to bind this object. - </returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.System#Dynamic#IDynamicMetaObjectProvider#GetMetaObject(System.Linq.Expressions.Expression)"> - <summary> - Returns the <see cref="T:System.Dynamic.DynamicMetaObject"/> responsible for binding operations performed on this object. - </summary> - <param name="parameter">The expression tree representation of the runtime value.</param> - <returns> - The <see cref="T:System.Dynamic.DynamicMetaObject"/> to bind this object. - </returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.DeepClone"> - <summary> - Creates a new instance of the <see cref="T:Newtonsoft.Json.Linq.JToken"/>. All child tokens are recursively cloned. - </summary> - <returns>A new instance of the <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.AddAnnotation(System.Object)"> - <summary> - Adds an object to the annotation list of this <see cref="T:Newtonsoft.Json.Linq.JToken"/>. - </summary> - <param name="annotation">The annotation to add.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.Annotation``1"> - <summary> - Get the first annotation object of the specified type from this <see cref="T:Newtonsoft.Json.Linq.JToken"/>. - </summary> - <typeparam name="T">The type of the annotation to retrieve.</typeparam> - <returns>The first annotation object that matches the specified type, or <c>null</c> if no annotation is of the specified type.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.Annotation(System.Type)"> - <summary> - Gets the first annotation object of the specified type from this <see cref="T:Newtonsoft.Json.Linq.JToken"/>. - </summary> - <param name="type">The <see cref="P:Newtonsoft.Json.Linq.JToken.Type"/> of the annotation to retrieve.</param> - <returns>The first annotation object that matches the specified type, or <c>null</c> if no annotation is of the specified type.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.Annotations``1"> - <summary> - Gets a collection of annotations of the specified type for this <see cref="T:Newtonsoft.Json.Linq.JToken"/>. - </summary> - <typeparam name="T">The type of the annotations to retrieve.</typeparam> - <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> that contains the annotations for this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.Annotations(System.Type)"> - <summary> - Gets a collection of annotations of the specified type for this <see cref="T:Newtonsoft.Json.Linq.JToken"/>. - </summary> - <param name="type">The <see cref="P:Newtonsoft.Json.Linq.JToken.Type"/> of the annotations to retrieve.</param> - <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:System.Object"/> that contains the annotations that match the specified type for this <see cref="T:Newtonsoft.Json.Linq.JToken"/>.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.RemoveAnnotations``1"> - <summary> - Removes the annotations of the specified type from this <see cref="T:Newtonsoft.Json.Linq.JToken"/>. - </summary> - <typeparam name="T">The type of annotations to remove.</typeparam> - </member> - <member name="M:Newtonsoft.Json.Linq.JToken.RemoveAnnotations(System.Type)"> - <summary> - Removes the annotations of the specified type from this <see cref="T:Newtonsoft.Json.Linq.JToken"/>. - </summary> - <param name="type">The <see cref="P:Newtonsoft.Json.Linq.JToken.Type"/> of annotations to remove.</param> - </member> - <member name="T:Newtonsoft.Json.Linq.JTokenEqualityComparer"> - <summary> - Compares tokens to determine whether they are equal. - </summary> - </member> - <member name="M:Newtonsoft.Json.Linq.JTokenEqualityComparer.Equals(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken)"> - <summary> - Determines whether the specified objects are equal. - </summary> - <param name="x">The first object of type <see cref="T:Newtonsoft.Json.Linq.JToken"/> to compare.</param> - <param name="y">The second object of type <see cref="T:Newtonsoft.Json.Linq.JToken"/> to compare.</param> - <returns> - true if the specified objects are equal; otherwise, false. - </returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JTokenEqualityComparer.GetHashCode(Newtonsoft.Json.Linq.JToken)"> - <summary> - Returns a hash code for the specified object. - </summary> - <param name="obj">The <see cref="T:System.Object"/> for which a hash code is to be returned.</param> - <returns>A hash code for the specified object.</returns> - <exception cref="T:System.ArgumentNullException">The type of <paramref name="obj"/> is a reference type and <paramref name="obj"/> is null.</exception> - </member> - <member name="T:Newtonsoft.Json.Linq.JTokenReader"> - <summary> - Represents a reader that provides fast, non-cached, forward-only access to serialized JSON data. - </summary> - </member> - <member name="P:Newtonsoft.Json.Linq.JTokenReader.CurrentToken"> - <summary> - Gets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> at the reader's current position. - </summary> - </member> - <member name="M:Newtonsoft.Json.Linq.JTokenReader.#ctor(Newtonsoft.Json.Linq.JToken)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JTokenReader"/> class. - </summary> - <param name="token">The token to read from.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JTokenReader.Read"> - <summary> - Reads the next JSON token from the stream. - </summary> - <returns> - true if the next token was read successfully; false if there are no more tokens to read. - </returns> - </member> - <member name="P:Newtonsoft.Json.Linq.JTokenReader.Path"> - <summary> - Gets the path of the current JSON token. - </summary> - </member> - <member name="T:Newtonsoft.Json.Linq.JTokenType"> - <summary> - Specifies the type of token. - </summary> - </member> - <member name="F:Newtonsoft.Json.Linq.JTokenType.None"> - <summary> - No token type has been set. - </summary> - </member> - <member name="F:Newtonsoft.Json.Linq.JTokenType.Object"> - <summary> - A JSON object. - </summary> - </member> - <member name="F:Newtonsoft.Json.Linq.JTokenType.Array"> - <summary> - A JSON array. - </summary> - </member> - <member name="F:Newtonsoft.Json.Linq.JTokenType.Constructor"> - <summary> - A JSON constructor. - </summary> - </member> - <member name="F:Newtonsoft.Json.Linq.JTokenType.Property"> - <summary> - A JSON object property. - </summary> - </member> - <member name="F:Newtonsoft.Json.Linq.JTokenType.Comment"> - <summary> - A comment. - </summary> - </member> - <member name="F:Newtonsoft.Json.Linq.JTokenType.Integer"> - <summary> - An integer value. - </summary> - </member> - <member name="F:Newtonsoft.Json.Linq.JTokenType.Float"> - <summary> - A float value. - </summary> - </member> - <member name="F:Newtonsoft.Json.Linq.JTokenType.String"> - <summary> - A string value. - </summary> - </member> - <member name="F:Newtonsoft.Json.Linq.JTokenType.Boolean"> - <summary> - A boolean value. - </summary> - </member> - <member name="F:Newtonsoft.Json.Linq.JTokenType.Null"> - <summary> - A null value. - </summary> - </member> - <member name="F:Newtonsoft.Json.Linq.JTokenType.Undefined"> - <summary> - An undefined value. - </summary> - </member> - <member name="F:Newtonsoft.Json.Linq.JTokenType.Date"> - <summary> - A date value. - </summary> - </member> - <member name="F:Newtonsoft.Json.Linq.JTokenType.Raw"> - <summary> - A raw JSON value. - </summary> - </member> - <member name="F:Newtonsoft.Json.Linq.JTokenType.Bytes"> - <summary> - A collection of bytes value. - </summary> - </member> - <member name="F:Newtonsoft.Json.Linq.JTokenType.Guid"> - <summary> - A Guid value. - </summary> - </member> - <member name="F:Newtonsoft.Json.Linq.JTokenType.Uri"> - <summary> - A Uri value. - </summary> - </member> - <member name="F:Newtonsoft.Json.Linq.JTokenType.TimeSpan"> - <summary> - A TimeSpan value. - </summary> - </member> - <member name="T:Newtonsoft.Json.Linq.JTokenWriter"> - <summary> - Represents a writer that provides a fast, non-cached, forward-only way of generating JSON data. - </summary> - </member> - <member name="P:Newtonsoft.Json.Linq.JTokenWriter.CurrentToken"> - <summary> - Gets the <see cref="T:Newtonsoft.Json.Linq.JToken"/> at the writer's current position. - </summary> - </member> - <member name="P:Newtonsoft.Json.Linq.JTokenWriter.Token"> - <summary> - Gets the token being writen. - </summary> - <value>The token being writen.</value> - </member> - <member name="M:Newtonsoft.Json.Linq.JTokenWriter.#ctor(Newtonsoft.Json.Linq.JContainer)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JTokenWriter"/> class writing to the given <see cref="T:Newtonsoft.Json.Linq.JContainer"/>. - </summary> - <param name="container">The container being written to.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JTokenWriter.#ctor"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JTokenWriter"/> class. - </summary> - </member> - <member name="M:Newtonsoft.Json.Linq.JTokenWriter.Flush"> - <summary> - Flushes whatever is in the buffer to the underlying streams and also flushes the underlying stream. - </summary> - </member> - <member name="M:Newtonsoft.Json.Linq.JTokenWriter.Close"> - <summary> - Closes this stream and the underlying stream. - </summary> - </member> - <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteStartObject"> - <summary> - Writes the beginning of a JSON object. - </summary> - </member> - <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteStartArray"> - <summary> - Writes the beginning of a JSON array. - </summary> - </member> - <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteStartConstructor(System.String)"> - <summary> - Writes the start of a constructor with the given name. - </summary> - <param name="name">The name of the constructor.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteEnd(Newtonsoft.Json.JsonToken)"> - <summary> - Writes the end. - </summary> - <param name="token">The token.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WritePropertyName(System.String)"> - <summary> - Writes the property name of a name/value pair on a JSON object. - </summary> - <param name="name">The name of the property.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Object)"> - <summary> - Writes a <see cref="T:System.Object"/> value. - An error will raised if the value cannot be written as a single JSON token. - </summary> - <param name="value">The <see cref="T:System.Object"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteNull"> - <summary> - Writes a null value. - </summary> - </member> - <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteUndefined"> - <summary> - Writes an undefined value. - </summary> - </member> - <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteRaw(System.String)"> - <summary> - Writes raw JSON. - </summary> - <param name="json">The raw JSON to write.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteComment(System.String)"> - <summary> - Writes out a comment <code>/*...*/</code> containing the specified text. - </summary> - <param name="text">Text to place inside the comment.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.String)"> - <summary> - Writes a <see cref="T:System.String"/> value. - </summary> - <param name="value">The <see cref="T:System.String"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Int32)"> - <summary> - Writes a <see cref="T:System.Int32"/> value. - </summary> - <param name="value">The <see cref="T:System.Int32"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.UInt32)"> - <summary> - Writes a <see cref="T:System.UInt32"/> value. - </summary> - <param name="value">The <see cref="T:System.UInt32"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Int64)"> - <summary> - Writes a <see cref="T:System.Int64"/> value. - </summary> - <param name="value">The <see cref="T:System.Int64"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.UInt64)"> - <summary> - Writes a <see cref="T:System.UInt64"/> value. - </summary> - <param name="value">The <see cref="T:System.UInt64"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Single)"> - <summary> - Writes a <see cref="T:System.Single"/> value. - </summary> - <param name="value">The <see cref="T:System.Single"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Double)"> - <summary> - Writes a <see cref="T:System.Double"/> value. - </summary> - <param name="value">The <see cref="T:System.Double"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Boolean)"> - <summary> - Writes a <see cref="T:System.Boolean"/> value. - </summary> - <param name="value">The <see cref="T:System.Boolean"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Int16)"> - <summary> - Writes a <see cref="T:System.Int16"/> value. - </summary> - <param name="value">The <see cref="T:System.Int16"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.UInt16)"> - <summary> - Writes a <see cref="T:System.UInt16"/> value. - </summary> - <param name="value">The <see cref="T:System.UInt16"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Char)"> - <summary> - Writes a <see cref="T:System.Char"/> value. - </summary> - <param name="value">The <see cref="T:System.Char"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Byte)"> - <summary> - Writes a <see cref="T:System.Byte"/> value. - </summary> - <param name="value">The <see cref="T:System.Byte"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.SByte)"> - <summary> - Writes a <see cref="T:System.SByte"/> value. - </summary> - <param name="value">The <see cref="T:System.SByte"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Decimal)"> - <summary> - Writes a <see cref="T:System.Decimal"/> value. - </summary> - <param name="value">The <see cref="T:System.Decimal"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.DateTime)"> - <summary> - Writes a <see cref="T:System.DateTime"/> value. - </summary> - <param name="value">The <see cref="T:System.DateTime"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.DateTimeOffset)"> - <summary> - Writes a <see cref="T:System.DateTimeOffset"/> value. - </summary> - <param name="value">The <see cref="T:System.DateTimeOffset"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Byte[])"> - <summary> - Writes a <see cref="T:System.Byte"/>[] value. - </summary> - <param name="value">The <see cref="T:System.Byte"/>[] value to write.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.TimeSpan)"> - <summary> - Writes a <see cref="T:System.TimeSpan"/> value. - </summary> - <param name="value">The <see cref="T:System.TimeSpan"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Guid)"> - <summary> - Writes a <see cref="T:System.Guid"/> value. - </summary> - <param name="value">The <see cref="T:System.Guid"/> value to write.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JTokenWriter.WriteValue(System.Uri)"> - <summary> - Writes a <see cref="T:System.Uri"/> value. - </summary> - <param name="value">The <see cref="T:System.Uri"/> value to write.</param> - </member> - <member name="T:Newtonsoft.Json.Linq.JValue"> - <summary> - Represents a value in JSON (string, integer, date, etc). - </summary> - </member> - <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(Newtonsoft.Json.Linq.JValue)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class from another <see cref="T:Newtonsoft.Json.Linq.JValue"/> object. - </summary> - <param name="other">A <see cref="T:Newtonsoft.Json.Linq.JValue"/> object to copy from.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.Int64)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value. - </summary> - <param name="value">The value.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.Decimal)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value. - </summary> - <param name="value">The value.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.Char)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value. - </summary> - <param name="value">The value.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.UInt64)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value. - </summary> - <param name="value">The value.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.Double)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value. - </summary> - <param name="value">The value.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.Single)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value. - </summary> - <param name="value">The value.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.DateTime)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value. - </summary> - <param name="value">The value.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.DateTimeOffset)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value. - </summary> - <param name="value">The value.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.Boolean)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value. - </summary> - <param name="value">The value.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.String)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value. - </summary> - <param name="value">The value.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.Guid)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value. - </summary> - <param name="value">The value.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.Uri)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value. - </summary> - <param name="value">The value.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.TimeSpan)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value. - </summary> - <param name="value">The value.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JValue.#ctor(System.Object)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Linq.JValue"/> class with the given value. - </summary> - <param name="value">The value.</param> - </member> - <member name="P:Newtonsoft.Json.Linq.JValue.HasValues"> - <summary> - Gets a value indicating whether this token has child tokens. - </summary> - <value> - <c>true</c> if this token has child values; otherwise, <c>false</c>. - </value> - </member> - <member name="M:Newtonsoft.Json.Linq.JValue.CreateComment(System.String)"> - <summary> - Creates a <see cref="T:Newtonsoft.Json.Linq.JValue"/> comment with the given value. - </summary> - <param name="value">The value.</param> - <returns>A <see cref="T:Newtonsoft.Json.Linq.JValue"/> comment with the given value.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JValue.CreateString(System.String)"> - <summary> - Creates a <see cref="T:Newtonsoft.Json.Linq.JValue"/> string with the given value. - </summary> - <param name="value">The value.</param> - <returns>A <see cref="T:Newtonsoft.Json.Linq.JValue"/> string with the given value.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JValue.CreateNull"> - <summary> - Creates a <see cref="T:Newtonsoft.Json.Linq.JValue"/> null value. - </summary> - <returns>A <see cref="T:Newtonsoft.Json.Linq.JValue"/> null value.</returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JValue.CreateUndefined"> - <summary> - Creates a <see cref="T:Newtonsoft.Json.Linq.JValue"/> null value. - </summary> - <returns>A <see cref="T:Newtonsoft.Json.Linq.JValue"/> null value.</returns> - </member> - <member name="P:Newtonsoft.Json.Linq.JValue.Type"> - <summary> - Gets the node type for this <see cref="T:Newtonsoft.Json.Linq.JToken"/>. - </summary> - <value>The type.</value> - </member> - <member name="P:Newtonsoft.Json.Linq.JValue.Value"> - <summary> - Gets or sets the underlying token value. - </summary> - <value>The underlying token value.</value> - </member> - <member name="M:Newtonsoft.Json.Linq.JValue.WriteTo(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.JsonConverter[])"> - <summary> - Writes this token to a <see cref="T:Newtonsoft.Json.JsonWriter"/>. - </summary> - <param name="writer">A <see cref="T:Newtonsoft.Json.JsonWriter"/> into which this method will write.</param> - <param name="converters">A collection of <see cref="T:Newtonsoft.Json.JsonConverter"/> which will be used when writing the token.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JValue.Equals(Newtonsoft.Json.Linq.JValue)"> - <summary> - Indicates whether the current object is equal to another object of the same type. - </summary> - <returns> - true if the current object is equal to the <paramref name="other"/> parameter; otherwise, false. - </returns> - <param name="other">An object to compare with this object.</param> - </member> - <member name="M:Newtonsoft.Json.Linq.JValue.Equals(System.Object)"> - <summary> - Determines whether the specified <see cref="T:System.Object"/> is equal to the current <see cref="T:System.Object"/>. - </summary> - <param name="obj">The <see cref="T:System.Object"/> to compare with the current <see cref="T:System.Object"/>.</param> - <returns> - true if the specified <see cref="T:System.Object"/> is equal to the current <see cref="T:System.Object"/>; otherwise, false. - </returns> - <exception cref="T:System.NullReferenceException"> - The <paramref name="obj"/> parameter is null. - </exception> - </member> - <member name="M:Newtonsoft.Json.Linq.JValue.GetHashCode"> - <summary> - Serves as a hash function for a particular type. - </summary> - <returns> - A hash code for the current <see cref="T:System.Object"/>. - </returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JValue.ToString"> - <summary> - Returns a <see cref="T:System.String"/> that represents this instance. - </summary> - <returns> - A <see cref="T:System.String"/> that represents this instance. - </returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JValue.ToString(System.String)"> - <summary> - Returns a <see cref="T:System.String"/> that represents this instance. - </summary> - <param name="format">The format.</param> - <returns> - A <see cref="T:System.String"/> that represents this instance. - </returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JValue.ToString(System.IFormatProvider)"> - <summary> - Returns a <see cref="T:System.String"/> that represents this instance. - </summary> - <param name="formatProvider">The format provider.</param> - <returns> - A <see cref="T:System.String"/> that represents this instance. - </returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JValue.ToString(System.String,System.IFormatProvider)"> - <summary> - Returns a <see cref="T:System.String"/> that represents this instance. - </summary> - <param name="format">The format.</param> - <param name="formatProvider">The format provider.</param> - <returns> - A <see cref="T:System.String"/> that represents this instance. - </returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JValue.GetMetaObject(System.Linq.Expressions.Expression)"> - <summary> - Returns the <see cref="T:System.Dynamic.DynamicMetaObject"/> responsible for binding operations performed on this object. - </summary> - <param name="parameter">The expression tree representation of the runtime value.</param> - <returns> - The <see cref="T:System.Dynamic.DynamicMetaObject"/> to bind this object. - </returns> - </member> - <member name="M:Newtonsoft.Json.Linq.JValue.CompareTo(Newtonsoft.Json.Linq.JValue)"> - <summary> - Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. - </summary> - <param name="obj">An object to compare with this instance.</param> - <returns> - A 32-bit signed integer that indicates the relative order of the objects being compared. The return value has these meanings: - Value - Meaning - Less than zero - This instance is less than <paramref name="obj"/>. - Zero - This instance is equal to <paramref name="obj"/>. - Greater than zero - This instance is greater than <paramref name="obj"/>. - </returns> - <exception cref="T:System.ArgumentException"> - <paramref name="obj"/> is not the same type as this instance. - </exception> - </member> - <member name="T:Newtonsoft.Json.Linq.JsonLoadSettings"> - <summary> - Specifies the settings used when loading JSON. - </summary> - </member> - <member name="P:Newtonsoft.Json.Linq.JsonLoadSettings.CommentHandling"> - <summary> - Gets or sets how JSON comments are handled when loading JSON. - </summary> - <value>The JSON comment handling.</value> - </member> - <member name="P:Newtonsoft.Json.Linq.JsonLoadSettings.LineInfoHandling"> - <summary> - Gets or sets how JSON line info is handled when loading JSON. - </summary> - <value>The JSON line info handling.</value> - </member> - <member name="T:Newtonsoft.Json.Linq.MergeArrayHandling"> - <summary> - Specifies how JSON arrays are merged together. - </summary> - </member> - <member name="F:Newtonsoft.Json.Linq.MergeArrayHandling.Concat"> - <summary>Concatenate arrays.</summary> - </member> - <member name="F:Newtonsoft.Json.Linq.MergeArrayHandling.Union"> - <summary>Union arrays, skipping items that already exist.</summary> - </member> - <member name="F:Newtonsoft.Json.Linq.MergeArrayHandling.Replace"> - <summary>Replace all array items.</summary> - </member> - <member name="F:Newtonsoft.Json.Linq.MergeArrayHandling.Merge"> - <summary>Merge array items together, matched by index.</summary> - </member> - <member name="T:Newtonsoft.Json.MemberSerialization"> - <summary> - Specifies the member serialization options for the <see cref="T:Newtonsoft.Json.JsonSerializer"/>. - </summary> - </member> - <member name="F:Newtonsoft.Json.MemberSerialization.OptOut"> - <summary> - All public members are serialized by default. Members can be excluded using <see cref="T:Newtonsoft.Json.JsonIgnoreAttribute"/> or <see cref="T:System.NonSerializedAttribute"/>. - This is the default member serialization mode. - </summary> - </member> - <member name="F:Newtonsoft.Json.MemberSerialization.OptIn"> - <summary> - Only members must be marked with <see cref="T:Newtonsoft.Json.JsonPropertyAttribute"/> or <see cref="T:System.Runtime.Serialization.DataMemberAttribute"/> are serialized. - This member serialization mode can also be set by marking the class with <see cref="T:System.Runtime.Serialization.DataContractAttribute"/>. - </summary> - </member> - <member name="F:Newtonsoft.Json.MemberSerialization.Fields"> - <summary> - All public and private fields are serialized. Members can be excluded using <see cref="T:Newtonsoft.Json.JsonIgnoreAttribute"/> or <see cref="T:System.NonSerializedAttribute"/>. - This member serialization mode can also be set by marking the class with <see cref="T:System.SerializableAttribute"/> - and setting IgnoreSerializableAttribute on <see cref="T:Newtonsoft.Json.Serialization.DefaultContractResolver"/> to false. - </summary> - </member> - <member name="T:Newtonsoft.Json.MetadataPropertyHandling"> - <summary> - Specifies metadata property handling options for the <see cref="T:Newtonsoft.Json.JsonSerializer"/>. - </summary> - </member> - <member name="F:Newtonsoft.Json.MetadataPropertyHandling.Default"> - <summary> - Read metadata properties located at the start of a JSON object. - </summary> - </member> - <member name="F:Newtonsoft.Json.MetadataPropertyHandling.ReadAhead"> - <summary> - Read metadata properties located anywhere in a JSON object. Note that this setting will impact performance. - </summary> - </member> - <member name="F:Newtonsoft.Json.MetadataPropertyHandling.Ignore"> - <summary> - Do not try to read metadata properties. - </summary> - </member> - <member name="T:Newtonsoft.Json.MissingMemberHandling"> - <summary> - Specifies missing member handling options for the <see cref="T:Newtonsoft.Json.JsonSerializer"/>. - </summary> - </member> - <member name="F:Newtonsoft.Json.MissingMemberHandling.Ignore"> - <summary> - Ignore a missing member and do not attempt to deserialize it. - </summary> - </member> - <member name="F:Newtonsoft.Json.MissingMemberHandling.Error"> - <summary> - Throw a <see cref="T:Newtonsoft.Json.JsonSerializationException"/> when a missing member is encountered during deserialization. - </summary> - </member> - <member name="T:Newtonsoft.Json.NullValueHandling"> - <summary> - Specifies null value handling options for the <see cref="T:Newtonsoft.Json.JsonSerializer"/>. - </summary> - <example> - <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\SerializationTests.cs" region="ReducingSerializedJsonSizeNullValueHandlingObject" title="NullValueHandling Class" /> - <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\SerializationTests.cs" region="ReducingSerializedJsonSizeNullValueHandlingExample" title="NullValueHandling Ignore Example" /> - </example> - </member> - <member name="F:Newtonsoft.Json.NullValueHandling.Include"> - <summary> - Include null values when serializing and deserializing objects. - </summary> - </member> - <member name="F:Newtonsoft.Json.NullValueHandling.Ignore"> - <summary> - Ignore null values when serializing and deserializing objects. - </summary> - </member> - <member name="T:Newtonsoft.Json.ObjectCreationHandling"> - <summary> - Specifies how object creation is handled by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>. - </summary> - </member> - <member name="F:Newtonsoft.Json.ObjectCreationHandling.Auto"> - <summary> - Reuse existing objects, create new objects when needed. - </summary> - </member> - <member name="F:Newtonsoft.Json.ObjectCreationHandling.Reuse"> - <summary> - Only reuse existing objects. - </summary> - </member> - <member name="F:Newtonsoft.Json.ObjectCreationHandling.Replace"> - <summary> - Always create new objects. - </summary> - </member> - <member name="T:Newtonsoft.Json.PreserveReferencesHandling"> - <summary> - Specifies reference handling options for the <see cref="T:Newtonsoft.Json.JsonSerializer"/>. - Note that references cannot be preserved when a value is set via a non-default constructor such as types that implement ISerializable. - </summary> - <example> - <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\SerializationTests.cs" region="PreservingObjectReferencesOn" title="Preserve Object References" /> - </example> - </member> - <member name="F:Newtonsoft.Json.PreserveReferencesHandling.None"> - <summary> - Do not preserve references when serializing types. - </summary> - </member> - <member name="F:Newtonsoft.Json.PreserveReferencesHandling.Objects"> - <summary> - Preserve references when serializing into a JSON object structure. - </summary> - </member> - <member name="F:Newtonsoft.Json.PreserveReferencesHandling.Arrays"> - <summary> - Preserve references when serializing into a JSON array structure. - </summary> - </member> - <member name="F:Newtonsoft.Json.PreserveReferencesHandling.All"> - <summary> - Preserve references when serializing. - </summary> - </member> - <member name="T:Newtonsoft.Json.ReferenceLoopHandling"> - <summary> - Specifies reference loop handling options for the <see cref="T:Newtonsoft.Json.JsonSerializer"/>. - </summary> - </member> - <member name="F:Newtonsoft.Json.ReferenceLoopHandling.Error"> - <summary> - Throw a <see cref="T:Newtonsoft.Json.JsonSerializationException"/> when a loop is encountered. - </summary> - </member> - <member name="F:Newtonsoft.Json.ReferenceLoopHandling.Ignore"> - <summary> - Ignore loop references and do not serialize. - </summary> - </member> - <member name="F:Newtonsoft.Json.ReferenceLoopHandling.Serialize"> - <summary> - Serialize loop references. - </summary> - </member> - <member name="T:Newtonsoft.Json.Required"> - <summary> - Indicating whether a property is required. - </summary> - </member> - <member name="F:Newtonsoft.Json.Required.Default"> - <summary> - The property is not required. The default state. - </summary> - </member> - <member name="F:Newtonsoft.Json.Required.AllowNull"> - <summary> - The property must be defined in JSON but can be a null value. - </summary> - </member> - <member name="F:Newtonsoft.Json.Required.Always"> - <summary> - The property must be defined in JSON and cannot be a null value. - </summary> - </member> - <member name="F:Newtonsoft.Json.Required.DisallowNull"> - <summary> - The property is not required but it cannot be a null value. - </summary> - </member> - <member name="T:Newtonsoft.Json.Schema.Extensions"> - <summary> - <para> - Contains the JSON schema extension methods. - </para> - <note type="caution"> - JSON Schema validation has been moved to its own package. See <see href="http://www.newtonsoft.com/jsonschema">http://www.newtonsoft.com/jsonschema</see> for more details. - </note> - </summary> - </member> - <member name="M:Newtonsoft.Json.Schema.Extensions.IsValid(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Schema.JsonSchema)"> - <summary> - <para> - Determines whether the <see cref="T:Newtonsoft.Json.Linq.JToken"/> is valid. - </para> - <note type="caution"> - JSON Schema validation has been moved to its own package. See <see href="http://www.newtonsoft.com/jsonschema">http://www.newtonsoft.com/jsonschema</see> for more details. - </note> - </summary> - <param name="source">The source <see cref="T:Newtonsoft.Json.Linq.JToken"/> to test.</param> - <param name="schema">The schema to test with.</param> - <returns> - <c>true</c> if the specified <see cref="T:Newtonsoft.Json.Linq.JToken"/> is valid; otherwise, <c>false</c>. - </returns> - </member> - <member name="M:Newtonsoft.Json.Schema.Extensions.IsValid(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Schema.JsonSchema,System.Collections.Generic.IList{System.String}@)"> - <summary> - <para> - Determines whether the <see cref="T:Newtonsoft.Json.Linq.JToken"/> is valid. - </para> - <note type="caution"> - JSON Schema validation has been moved to its own package. See <see href="http://www.newtonsoft.com/jsonschema">http://www.newtonsoft.com/jsonschema</see> for more details. - </note> - </summary> - <param name="source">The source <see cref="T:Newtonsoft.Json.Linq.JToken"/> to test.</param> - <param name="schema">The schema to test with.</param> - <param name="errorMessages">When this method returns, contains any error messages generated while validating. </param> - <returns> - <c>true</c> if the specified <see cref="T:Newtonsoft.Json.Linq.JToken"/> is valid; otherwise, <c>false</c>. - </returns> - </member> - <member name="M:Newtonsoft.Json.Schema.Extensions.Validate(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Schema.JsonSchema)"> - <summary> - <para> - Validates the specified <see cref="T:Newtonsoft.Json.Linq.JToken"/>. - </para> - <note type="caution"> - JSON Schema validation has been moved to its own package. See <see href="http://www.newtonsoft.com/jsonschema">http://www.newtonsoft.com/jsonschema</see> for more details. - </note> - </summary> - <param name="source">The source <see cref="T:Newtonsoft.Json.Linq.JToken"/> to test.</param> - <param name="schema">The schema to test with.</param> - </member> - <member name="M:Newtonsoft.Json.Schema.Extensions.Validate(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Schema.JsonSchema,Newtonsoft.Json.Schema.ValidationEventHandler)"> - <summary> - <para> - Validates the specified <see cref="T:Newtonsoft.Json.Linq.JToken"/>. - </para> - <note type="caution"> - JSON Schema validation has been moved to its own package. See <see href="http://www.newtonsoft.com/jsonschema">http://www.newtonsoft.com/jsonschema</see> for more details. - </note> - </summary> - <param name="source">The source <see cref="T:Newtonsoft.Json.Linq.JToken"/> to test.</param> - <param name="schema">The schema to test with.</param> - <param name="validationEventHandler">The validation event handler.</param> - </member> - <member name="T:Newtonsoft.Json.Schema.JsonSchema"> - <summary> - <para> - An in-memory representation of a JSON Schema. - </para> - <note type="caution"> - JSON Schema validation has been moved to its own package. See <see href="http://www.newtonsoft.com/jsonschema">http://www.newtonsoft.com/jsonschema</see> for more details. - </note> - </summary> - </member> - <member name="P:Newtonsoft.Json.Schema.JsonSchema.Id"> - <summary> - Gets or sets the id. - </summary> - </member> - <member name="P:Newtonsoft.Json.Schema.JsonSchema.Title"> - <summary> - Gets or sets the title. - </summary> - </member> - <member name="P:Newtonsoft.Json.Schema.JsonSchema.Required"> - <summary> - Gets or sets whether the object is required. - </summary> - </member> - <member name="P:Newtonsoft.Json.Schema.JsonSchema.ReadOnly"> - <summary> - Gets or sets whether the object is read only. - </summary> - </member> - <member name="P:Newtonsoft.Json.Schema.JsonSchema.Hidden"> - <summary> - Gets or sets whether the object is visible to users. - </summary> - </member> - <member name="P:Newtonsoft.Json.Schema.JsonSchema.Transient"> - <summary> - Gets or sets whether the object is transient. - </summary> - </member> - <member name="P:Newtonsoft.Json.Schema.JsonSchema.Description"> - <summary> - Gets or sets the description of the object. - </summary> - </member> - <member name="P:Newtonsoft.Json.Schema.JsonSchema.Type"> - <summary> - Gets or sets the types of values allowed by the object. - </summary> - <value>The type.</value> - </member> - <member name="P:Newtonsoft.Json.Schema.JsonSchema.Pattern"> - <summary> - Gets or sets the pattern. - </summary> - <value>The pattern.</value> - </member> - <member name="P:Newtonsoft.Json.Schema.JsonSchema.MinimumLength"> - <summary> - Gets or sets the minimum length. - </summary> - <value>The minimum length.</value> - </member> - <member name="P:Newtonsoft.Json.Schema.JsonSchema.MaximumLength"> - <summary> - Gets or sets the maximum length. - </summary> - <value>The maximum length.</value> - </member> - <member name="P:Newtonsoft.Json.Schema.JsonSchema.DivisibleBy"> - <summary> - Gets or sets a number that the value should be divisble by. - </summary> - <value>A number that the value should be divisble by.</value> - </member> - <member name="P:Newtonsoft.Json.Schema.JsonSchema.Minimum"> - <summary> - Gets or sets the minimum. - </summary> - <value>The minimum.</value> - </member> - <member name="P:Newtonsoft.Json.Schema.JsonSchema.Maximum"> - <summary> - Gets or sets the maximum. - </summary> - <value>The maximum.</value> - </member> - <member name="P:Newtonsoft.Json.Schema.JsonSchema.ExclusiveMinimum"> - <summary> - Gets or sets a flag indicating whether the value can not equal the number defined by the "minimum" attribute. - </summary> - <value>A flag indicating whether the value can not equal the number defined by the "minimum" attribute.</value> - </member> - <member name="P:Newtonsoft.Json.Schema.JsonSchema.ExclusiveMaximum"> - <summary> - Gets or sets a flag indicating whether the value can not equal the number defined by the "maximum" attribute. - </summary> - <value>A flag indicating whether the value can not equal the number defined by the "maximum" attribute.</value> - </member> - <member name="P:Newtonsoft.Json.Schema.JsonSchema.MinimumItems"> - <summary> - Gets or sets the minimum number of items. - </summary> - <value>The minimum number of items.</value> - </member> - <member name="P:Newtonsoft.Json.Schema.JsonSchema.MaximumItems"> - <summary> - Gets or sets the maximum number of items. - </summary> - <value>The maximum number of items.</value> - </member> - <member name="P:Newtonsoft.Json.Schema.JsonSchema.Items"> - <summary> - Gets or sets the <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of items. - </summary> - <value>The <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of items.</value> - </member> - <member name="P:Newtonsoft.Json.Schema.JsonSchema.PositionalItemsValidation"> - <summary> - Gets or sets a value indicating whether items in an array are validated using the <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> instance at their array position from <see cref="P:Newtonsoft.Json.Schema.JsonSchema.Items"/>. - </summary> - <value> - <c>true</c> if items are validated using their array position; otherwise, <c>false</c>. - </value> - </member> - <member name="P:Newtonsoft.Json.Schema.JsonSchema.AdditionalItems"> - <summary> - Gets or sets the <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of additional items. - </summary> - <value>The <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of additional items.</value> - </member> - <member name="P:Newtonsoft.Json.Schema.JsonSchema.AllowAdditionalItems"> - <summary> - Gets or sets a value indicating whether additional items are allowed. - </summary> - <value> - <c>true</c> if additional items are allowed; otherwise, <c>false</c>. - </value> - </member> - <member name="P:Newtonsoft.Json.Schema.JsonSchema.UniqueItems"> - <summary> - Gets or sets whether the array items must be unique. - </summary> - </member> - <member name="P:Newtonsoft.Json.Schema.JsonSchema.Properties"> - <summary> - Gets or sets the <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of properties. - </summary> - <value>The <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of properties.</value> - </member> - <member name="P:Newtonsoft.Json.Schema.JsonSchema.AdditionalProperties"> - <summary> - Gets or sets the <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of additional properties. - </summary> - <value>The <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of additional properties.</value> - </member> - <member name="P:Newtonsoft.Json.Schema.JsonSchema.PatternProperties"> - <summary> - Gets or sets the pattern properties. - </summary> - <value>The pattern properties.</value> - </member> - <member name="P:Newtonsoft.Json.Schema.JsonSchema.AllowAdditionalProperties"> - <summary> - Gets or sets a value indicating whether additional properties are allowed. - </summary> - <value> - <c>true</c> if additional properties are allowed; otherwise, <c>false</c>. - </value> - </member> - <member name="P:Newtonsoft.Json.Schema.JsonSchema.Requires"> - <summary> - Gets or sets the required property if this property is present. - </summary> - <value>The required property if this property is present.</value> - </member> - <member name="P:Newtonsoft.Json.Schema.JsonSchema.Enum"> - <summary> - Gets or sets the a collection of valid enum values allowed. - </summary> - <value>A collection of valid enum values allowed.</value> - </member> - <member name="P:Newtonsoft.Json.Schema.JsonSchema.Disallow"> - <summary> - Gets or sets disallowed types. - </summary> - <value>The disallow types.</value> - </member> - <member name="P:Newtonsoft.Json.Schema.JsonSchema.Default"> - <summary> - Gets or sets the default value. - </summary> - <value>The default value.</value> - </member> - <member name="P:Newtonsoft.Json.Schema.JsonSchema.Extends"> - <summary> - Gets or sets the collection of <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> that this schema extends. - </summary> - <value>The collection of <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> that this schema extends.</value> - </member> - <member name="P:Newtonsoft.Json.Schema.JsonSchema.Format"> - <summary> - Gets or sets the format. - </summary> - <value>The format.</value> - </member> - <member name="M:Newtonsoft.Json.Schema.JsonSchema.#ctor"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> class. - </summary> - </member> - <member name="M:Newtonsoft.Json.Schema.JsonSchema.Read(Newtonsoft.Json.JsonReader)"> - <summary> - Reads a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from the specified <see cref="T:Newtonsoft.Json.JsonReader"/>. - </summary> - <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> containing the JSON Schema to read.</param> - <returns>The <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> object representing the JSON Schema.</returns> - </member> - <member name="M:Newtonsoft.Json.Schema.JsonSchema.Read(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Schema.JsonSchemaResolver)"> - <summary> - Reads a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from the specified <see cref="T:Newtonsoft.Json.JsonReader"/>. - </summary> - <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> containing the JSON Schema to read.</param> - <param name="resolver">The <see cref="T:Newtonsoft.Json.Schema.JsonSchemaResolver"/> to use when resolving schema references.</param> - <returns>The <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> object representing the JSON Schema.</returns> - </member> - <member name="M:Newtonsoft.Json.Schema.JsonSchema.Parse(System.String)"> - <summary> - Load a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from a string that contains schema JSON. - </summary> - <param name="json">A <see cref="T:System.String"/> that contains JSON.</param> - <returns>A <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> populated from the string that contains JSON.</returns> - </member> - <member name="M:Newtonsoft.Json.Schema.JsonSchema.Parse(System.String,Newtonsoft.Json.Schema.JsonSchemaResolver)"> - <summary> - Parses the specified json. - </summary> - <param name="json">The json.</param> - <param name="resolver">The resolver.</param> - <returns>A <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> populated from the string that contains JSON.</returns> - </member> - <member name="M:Newtonsoft.Json.Schema.JsonSchema.WriteTo(Newtonsoft.Json.JsonWriter)"> - <summary> - Writes this schema to a <see cref="T:Newtonsoft.Json.JsonWriter"/>. - </summary> - <param name="writer">A <see cref="T:Newtonsoft.Json.JsonWriter"/> into which this method will write.</param> - </member> - <member name="M:Newtonsoft.Json.Schema.JsonSchema.WriteTo(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.Schema.JsonSchemaResolver)"> - <summary> - Writes this schema to a <see cref="T:Newtonsoft.Json.JsonWriter"/> using the specified <see cref="T:Newtonsoft.Json.Schema.JsonSchemaResolver"/>. - </summary> - <param name="writer">A <see cref="T:Newtonsoft.Json.JsonWriter"/> into which this method will write.</param> - <param name="resolver">The resolver used.</param> - </member> - <member name="M:Newtonsoft.Json.Schema.JsonSchema.ToString"> - <summary> - Returns a <see cref="T:System.String"/> that represents the current <see cref="T:System.Object"/>. - </summary> - <returns> - A <see cref="T:System.String"/> that represents the current <see cref="T:System.Object"/>. - </returns> - </member> - <member name="T:Newtonsoft.Json.Schema.JsonSchemaException"> - <summary> - <para> - Returns detailed information about the schema exception. - </para> - <note type="caution"> - JSON Schema validation has been moved to its own package. See <see href="http://www.newtonsoft.com/jsonschema">http://www.newtonsoft.com/jsonschema</see> for more details. - </note> - </summary> - </member> - <member name="P:Newtonsoft.Json.Schema.JsonSchemaException.LineNumber"> - <summary> - Gets the line number indicating where the error occurred. - </summary> - <value>The line number indicating where the error occurred.</value> - </member> - <member name="P:Newtonsoft.Json.Schema.JsonSchemaException.LinePosition"> - <summary> - Gets the line position indicating where the error occurred. - </summary> - <value>The line position indicating where the error occurred.</value> - </member> - <member name="P:Newtonsoft.Json.Schema.JsonSchemaException.Path"> - <summary> - Gets the path to the JSON where the error occurred. - </summary> - <value>The path to the JSON where the error occurred.</value> - </member> - <member name="M:Newtonsoft.Json.Schema.JsonSchemaException.#ctor"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Schema.JsonSchemaException"/> class. - </summary> - </member> - <member name="M:Newtonsoft.Json.Schema.JsonSchemaException.#ctor(System.String)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Schema.JsonSchemaException"/> class - with a specified error message. - </summary> - <param name="message">The error message that explains the reason for the exception.</param> - </member> - <member name="M:Newtonsoft.Json.Schema.JsonSchemaException.#ctor(System.String,System.Exception)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Schema.JsonSchemaException"/> class - with a specified error message and a reference to the inner exception that is the cause of this exception. - </summary> - <param name="message">The error message that explains the reason for the exception.</param> - <param name="innerException">The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.</param> - </member> - <member name="M:Newtonsoft.Json.Schema.JsonSchemaException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Schema.JsonSchemaException"/> class. - </summary> - <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"/> that holds the serialized object data about the exception being thrown.</param> - <param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext"/> that contains contextual information about the source or destination.</param> - <exception cref="T:System.ArgumentNullException">The <paramref name="info"/> parameter is null. </exception> - <exception cref="T:System.Runtime.Serialization.SerializationException">The class name is null or <see cref="P:System.Exception.HResult"/> is zero (0). </exception> - </member> - <member name="T:Newtonsoft.Json.Schema.JsonSchemaGenerator"> - <summary> - <para> - Generates a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from a specified <see cref="T:System.Type"/>. - </para> - <note type="caution"> - JSON Schema validation has been moved to its own package. See <see href="http://www.newtonsoft.com/jsonschema">http://www.newtonsoft.com/jsonschema</see> for more details. - </note> - </summary> - </member> - <member name="P:Newtonsoft.Json.Schema.JsonSchemaGenerator.UndefinedSchemaIdHandling"> - <summary> - Gets or sets how undefined schemas are handled by the serializer. - </summary> - </member> - <member name="P:Newtonsoft.Json.Schema.JsonSchemaGenerator.ContractResolver"> - <summary> - Gets or sets the contract resolver. - </summary> - <value>The contract resolver.</value> - </member> - <member name="M:Newtonsoft.Json.Schema.JsonSchemaGenerator.Generate(System.Type)"> - <summary> - Generate a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from the specified type. - </summary> - <param name="type">The type to generate a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from.</param> - <returns>A <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> generated from the specified type.</returns> - </member> - <member name="M:Newtonsoft.Json.Schema.JsonSchemaGenerator.Generate(System.Type,Newtonsoft.Json.Schema.JsonSchemaResolver)"> - <summary> - Generate a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from the specified type. - </summary> - <param name="type">The type to generate a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from.</param> - <param name="resolver">The <see cref="T:Newtonsoft.Json.Schema.JsonSchemaResolver"/> used to resolve schema references.</param> - <returns>A <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> generated from the specified type.</returns> - </member> - <member name="M:Newtonsoft.Json.Schema.JsonSchemaGenerator.Generate(System.Type,System.Boolean)"> - <summary> - Generate a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from the specified type. - </summary> - <param name="type">The type to generate a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from.</param> - <param name="rootSchemaNullable">Specify whether the generated root <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> will be nullable.</param> - <returns>A <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> generated from the specified type.</returns> - </member> - <member name="M:Newtonsoft.Json.Schema.JsonSchemaGenerator.Generate(System.Type,Newtonsoft.Json.Schema.JsonSchemaResolver,System.Boolean)"> - <summary> - Generate a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from the specified type. - </summary> - <param name="type">The type to generate a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from.</param> - <param name="resolver">The <see cref="T:Newtonsoft.Json.Schema.JsonSchemaResolver"/> used to resolve schema references.</param> - <param name="rootSchemaNullable">Specify whether the generated root <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> will be nullable.</param> - <returns>A <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> generated from the specified type.</returns> - </member> - <member name="T:Newtonsoft.Json.Schema.JsonSchemaResolver"> - <summary> - <para> - Resolves <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> from an id. - </para> - <note type="caution"> - JSON Schema validation has been moved to its own package. See <see href="http://www.newtonsoft.com/jsonschema">http://www.newtonsoft.com/jsonschema</see> for more details. - </note> - </summary> - </member> - <member name="P:Newtonsoft.Json.Schema.JsonSchemaResolver.LoadedSchemas"> - <summary> - Gets or sets the loaded schemas. - </summary> - <value>The loaded schemas.</value> - </member> - <member name="M:Newtonsoft.Json.Schema.JsonSchemaResolver.#ctor"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Schema.JsonSchemaResolver"/> class. - </summary> - </member> - <member name="M:Newtonsoft.Json.Schema.JsonSchemaResolver.GetSchema(System.String)"> - <summary> - Gets a <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> for the specified reference. - </summary> - <param name="reference">The id.</param> - <returns>A <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> for the specified reference.</returns> - </member> - <member name="T:Newtonsoft.Json.Schema.JsonSchemaType"> - <summary> - <para> - The value types allowed by the <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/>. - </para> - <note type="caution"> - JSON Schema validation has been moved to its own package. See <see href="http://www.newtonsoft.com/jsonschema">http://www.newtonsoft.com/jsonschema</see> for more details. - </note> - </summary> - </member> - <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.None"> - <summary> - No type specified. - </summary> - </member> - <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.String"> - <summary> - String type. - </summary> - </member> - <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.Float"> - <summary> - Float type. - </summary> - </member> - <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.Integer"> - <summary> - Integer type. - </summary> - </member> - <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.Boolean"> - <summary> - Boolean type. - </summary> - </member> - <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.Object"> - <summary> - Object type. - </summary> - </member> - <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.Array"> - <summary> - Array type. - </summary> - </member> - <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.Null"> - <summary> - Null type. - </summary> - </member> - <member name="F:Newtonsoft.Json.Schema.JsonSchemaType.Any"> - <summary> - Any type. - </summary> - </member> - <member name="T:Newtonsoft.Json.Schema.UndefinedSchemaIdHandling"> - <summary> - <para> - Specifies undefined schema Id handling options for the <see cref="T:Newtonsoft.Json.Schema.JsonSchemaGenerator"/>. - </para> - <note type="caution"> - JSON Schema validation has been moved to its own package. See <see href="http://www.newtonsoft.com/jsonschema">http://www.newtonsoft.com/jsonschema</see> for more details. - </note> - </summary> - </member> - <member name="F:Newtonsoft.Json.Schema.UndefinedSchemaIdHandling.None"> - <summary> - Do not infer a schema Id. - </summary> - </member> - <member name="F:Newtonsoft.Json.Schema.UndefinedSchemaIdHandling.UseTypeName"> - <summary> - Use the .NET type name as the schema Id. - </summary> - </member> - <member name="F:Newtonsoft.Json.Schema.UndefinedSchemaIdHandling.UseAssemblyQualifiedName"> - <summary> - Use the assembly qualified .NET type name as the schema Id. - </summary> - </member> - <member name="T:Newtonsoft.Json.Schema.ValidationEventArgs"> - <summary> - <para> - Returns detailed information related to the <see cref="T:Newtonsoft.Json.Schema.ValidationEventHandler"/>. - </para> - <note type="caution"> - JSON Schema validation has been moved to its own package. See <see href="http://www.newtonsoft.com/jsonschema">http://www.newtonsoft.com/jsonschema</see> for more details. - </note> - </summary> - </member> - <member name="P:Newtonsoft.Json.Schema.ValidationEventArgs.Exception"> - <summary> - Gets the <see cref="T:Newtonsoft.Json.Schema.JsonSchemaException"/> associated with the validation error. - </summary> - <value>The JsonSchemaException associated with the validation error.</value> - </member> - <member name="P:Newtonsoft.Json.Schema.ValidationEventArgs.Path"> - <summary> - Gets the path of the JSON location where the validation error occurred. - </summary> - <value>The path of the JSON location where the validation error occurred.</value> - </member> - <member name="P:Newtonsoft.Json.Schema.ValidationEventArgs.Message"> - <summary> - Gets the text description corresponding to the validation error. - </summary> - <value>The text description.</value> - </member> - <member name="T:Newtonsoft.Json.Schema.ValidationEventHandler"> - <summary> - <para> - Represents the callback method that will handle JSON schema validation events and the <see cref="T:Newtonsoft.Json.Schema.ValidationEventArgs"/>. - </para> - <note type="caution"> - JSON Schema validation has been moved to its own package. See <see href="http://www.newtonsoft.com/jsonschema">http://www.newtonsoft.com/jsonschema</see> for more details. - </note> - </summary> - </member> - <member name="T:Newtonsoft.Json.Serialization.CamelCasePropertyNamesContractResolver"> - <summary> - Resolves member mappings for a type, camel casing property names. - </summary> - </member> - <member name="M:Newtonsoft.Json.Serialization.CamelCasePropertyNamesContractResolver.#ctor"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.CamelCasePropertyNamesContractResolver"/> class. - </summary> - </member> - <member name="M:Newtonsoft.Json.Serialization.CamelCasePropertyNamesContractResolver.ResolvePropertyName(System.String)"> - <summary> - Resolves the name of the property. - </summary> - <param name="propertyName">Name of the property.</param> - <returns>The property name camel cased.</returns> - </member> - <member name="T:Newtonsoft.Json.Serialization.DefaultContractResolver"> - <summary> - Used by <see cref="T:Newtonsoft.Json.JsonSerializer"/> to resolves a <see cref="T:Newtonsoft.Json.Serialization.JsonContract"/> for a given <see cref="T:System.Type"/>. - </summary> - </member> - <member name="P:Newtonsoft.Json.Serialization.DefaultContractResolver.DynamicCodeGeneration"> - <summary> - Gets a value indicating whether members are being get and set using dynamic code generation. - This value is determined by the runtime permissions available. - </summary> - <value> - <c>true</c> if using dynamic code generation; otherwise, <c>false</c>. - </value> - </member> - <member name="P:Newtonsoft.Json.Serialization.DefaultContractResolver.DefaultMembersSearchFlags"> - <summary> - Gets or sets the default members search flags. - </summary> - <value>The default members search flags.</value> - </member> - <member name="P:Newtonsoft.Json.Serialization.DefaultContractResolver.SerializeCompilerGeneratedMembers"> - <summary> - Gets or sets a value indicating whether compiler generated members should be serialized. - </summary> - <value> - <c>true</c> if serialized compiler generated members; otherwise, <c>false</c>. - </value> - </member> - <member name="P:Newtonsoft.Json.Serialization.DefaultContractResolver.IgnoreSerializableInterface"> - <summary> - Gets or sets a value indicating whether to ignore the <see cref="T:System.Runtime.Serialization.ISerializable"/> interface when serializing and deserializing types. - </summary> - <value> - <c>true</c> if the <see cref="T:System.Runtime.Serialization.ISerializable"/> interface will be ignored when serializing and deserializing types; otherwise, <c>false</c>. - </value> - </member> - <member name="P:Newtonsoft.Json.Serialization.DefaultContractResolver.IgnoreSerializableAttribute"> - <summary> - Gets or sets a value indicating whether to ignore the <see cref="T:System.SerializableAttribute"/> attribute when serializing and deserializing types. - </summary> - <value> - <c>true</c> if the <see cref="T:System.SerializableAttribute"/> attribute will be ignored when serializing and deserializing types; otherwise, <c>false</c>. - </value> - </member> - <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.#ctor"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.DefaultContractResolver"/> class. - </summary> - </member> - <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.#ctor(System.Boolean)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.DefaultContractResolver"/> class. - </summary> - <param name="shareCache"> - If set to <c>true</c> the <see cref="T:Newtonsoft.Json.Serialization.DefaultContractResolver"/> will use a cached shared with other resolvers of the same type. - Sharing the cache will significantly improve performance with multiple resolver instances because expensive reflection will only - happen once. This setting can cause unexpected behavior if different instances of the resolver are suppose to produce different - results. When set to false it is highly recommended to reuse <see cref="T:Newtonsoft.Json.Serialization.DefaultContractResolver"/> instances with the <see cref="T:Newtonsoft.Json.JsonSerializer"/>. - </param> - </member> - <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.ResolveContract(System.Type)"> - <summary> - Resolves the contract for a given type. - </summary> - <param name="type">The type to resolve a contract for.</param> - <returns>The contract for a given type.</returns> - </member> - <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.GetSerializableMembers(System.Type)"> - <summary> - Gets the serializable members for the type. - </summary> - <param name="objectType">The type to get serializable members for.</param> - <returns>The serializable members for the type.</returns> - </member> - <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateObjectContract(System.Type)"> - <summary> - Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonObjectContract"/> for the given type. - </summary> - <param name="objectType">Type of the object.</param> - <returns>A <see cref="T:Newtonsoft.Json.Serialization.JsonObjectContract"/> for the given type.</returns> - </member> - <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateConstructorParameters(System.Reflection.ConstructorInfo,Newtonsoft.Json.Serialization.JsonPropertyCollection)"> - <summary> - Creates the constructor parameters. - </summary> - <param name="constructor">The constructor to create properties for.</param> - <param name="memberProperties">The type's member properties.</param> - <returns>Properties for the given <see cref="T:System.Reflection.ConstructorInfo"/>.</returns> - </member> - <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreatePropertyFromConstructorParameter(Newtonsoft.Json.Serialization.JsonProperty,System.Reflection.ParameterInfo)"> - <summary> - Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> for the given <see cref="T:System.Reflection.ParameterInfo"/>. - </summary> - <param name="matchingMemberProperty">The matching member property.</param> - <param name="parameterInfo">The constructor parameter.</param> - <returns>A created <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> for the given <see cref="T:System.Reflection.ParameterInfo"/>.</returns> - </member> - <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.ResolveContractConverter(System.Type)"> - <summary> - Resolves the default <see cref="T:Newtonsoft.Json.JsonConverter" /> for the contract. - </summary> - <param name="objectType">Type of the object.</param> - <returns>The contract's default <see cref="T:Newtonsoft.Json.JsonConverter" />.</returns> - </member> - <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateDictionaryContract(System.Type)"> - <summary> - Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonDictionaryContract"/> for the given type. - </summary> - <param name="objectType">Type of the object.</param> - <returns>A <see cref="T:Newtonsoft.Json.Serialization.JsonDictionaryContract"/> for the given type.</returns> - </member> - <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateArrayContract(System.Type)"> - <summary> - Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonArrayContract"/> for the given type. - </summary> - <param name="objectType">Type of the object.</param> - <returns>A <see cref="T:Newtonsoft.Json.Serialization.JsonArrayContract"/> for the given type.</returns> - </member> - <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreatePrimitiveContract(System.Type)"> - <summary> - Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonPrimitiveContract"/> for the given type. - </summary> - <param name="objectType">Type of the object.</param> - <returns>A <see cref="T:Newtonsoft.Json.Serialization.JsonPrimitiveContract"/> for the given type.</returns> - </member> - <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateLinqContract(System.Type)"> - <summary> - Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonLinqContract"/> for the given type. - </summary> - <param name="objectType">Type of the object.</param> - <returns>A <see cref="T:Newtonsoft.Json.Serialization.JsonLinqContract"/> for the given type.</returns> - </member> - <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateISerializableContract(System.Type)"> - <summary> - Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonISerializableContract"/> for the given type. - </summary> - <param name="objectType">Type of the object.</param> - <returns>A <see cref="T:Newtonsoft.Json.Serialization.JsonISerializableContract"/> for the given type.</returns> - </member> - <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateDynamicContract(System.Type)"> - <summary> - Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonDynamicContract"/> for the given type. - </summary> - <param name="objectType">Type of the object.</param> - <returns>A <see cref="T:Newtonsoft.Json.Serialization.JsonDynamicContract"/> for the given type.</returns> - </member> - <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateStringContract(System.Type)"> - <summary> - Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonStringContract"/> for the given type. - </summary> - <param name="objectType">Type of the object.</param> - <returns>A <see cref="T:Newtonsoft.Json.Serialization.JsonStringContract"/> for the given type.</returns> - </member> - <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateContract(System.Type)"> - <summary> - Determines which contract type is created for the given type. - </summary> - <param name="objectType">Type of the object.</param> - <returns>A <see cref="T:Newtonsoft.Json.Serialization.JsonContract"/> for the given type.</returns> - </member> - <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateProperties(System.Type,Newtonsoft.Json.MemberSerialization)"> - <summary> - Creates properties for the given <see cref="T:Newtonsoft.Json.Serialization.JsonContract"/>. - </summary> - <param name="type">The type to create properties for.</param> - /// <param name="memberSerialization">The member serialization mode for the type.</param> - <returns>Properties for the given <see cref="T:Newtonsoft.Json.Serialization.JsonContract"/>.</returns> - </member> - <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateMemberValueProvider(System.Reflection.MemberInfo)"> - <summary> - Creates the <see cref="T:Newtonsoft.Json.Serialization.IValueProvider"/> used by the serializer to get and set values from a member. - </summary> - <param name="member">The member.</param> - <returns>The <see cref="T:Newtonsoft.Json.Serialization.IValueProvider"/> used by the serializer to get and set values from a member.</returns> - </member> - <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateProperty(System.Reflection.MemberInfo,Newtonsoft.Json.MemberSerialization)"> - <summary> - Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> for the given <see cref="T:System.Reflection.MemberInfo"/>. - </summary> - <param name="memberSerialization">The member's parent <see cref="T:Newtonsoft.Json.MemberSerialization"/>.</param> - <param name="member">The member to create a <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> for.</param> - <returns>A created <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> for the given <see cref="T:System.Reflection.MemberInfo"/>.</returns> - </member> - <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.ResolvePropertyName(System.String)"> - <summary> - Resolves the name of the property. - </summary> - <param name="propertyName">Name of the property.</param> - <returns>Resolved name of the property.</returns> - </member> - <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.ResolveDictionaryKey(System.String)"> - <summary> - Resolves the key of the dictionary. By default <see cref="M:Newtonsoft.Json.Serialization.DefaultContractResolver.ResolvePropertyName(System.String)"/> is used to resolve dictionary keys. - </summary> - <param name="dictionaryKey">Key of the dictionary.</param> - <returns>Resolved key of the dictionary.</returns> - </member> - <member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.GetResolvedPropertyName(System.String)"> - <summary> - Gets the resolved name of the property. - </summary> - <param name="propertyName">Name of the property.</param> - <returns>Name of the property.</returns> - </member> - <member name="T:Newtonsoft.Json.Serialization.DefaultSerializationBinder"> - <summary> - The default serialization binder used when resolving and loading classes from type names. - </summary> - </member> - <member name="M:Newtonsoft.Json.Serialization.DefaultSerializationBinder.BindToType(System.String,System.String)"> - <summary> - When overridden in a derived class, controls the binding of a serialized object to a type. - </summary> - <param name="assemblyName">Specifies the <see cref="T:System.Reflection.Assembly"/> name of the serialized object.</param> - <param name="typeName">Specifies the <see cref="T:System.Type"/> name of the serialized object.</param> - <returns> - The type of the object the formatter creates a new instance of. - </returns> - </member> - <member name="M:Newtonsoft.Json.Serialization.DefaultSerializationBinder.BindToName(System.Type,System.String@,System.String@)"> - <summary> - When overridden in a derived class, controls the binding of a serialized object to a type. - </summary> - <param name="serializedType">The type of the object the formatter creates a new instance of.</param> - <param name="assemblyName">Specifies the <see cref="T:System.Reflection.Assembly"/> name of the serialized object. </param> - <param name="typeName">Specifies the <see cref="T:System.Type"/> name of the serialized object. </param> - </member> - <member name="T:Newtonsoft.Json.Serialization.DiagnosticsTraceWriter"> - <summary> - Represents a trace writer that writes to the application's <see cref="T:System.Diagnostics.TraceListener"/> instances. - </summary> - </member> - <member name="P:Newtonsoft.Json.Serialization.DiagnosticsTraceWriter.LevelFilter"> - <summary> - Gets the <see cref="T:System.Diagnostics.TraceLevel"/> that will be used to filter the trace messages passed to the writer. - For example a filter level of <code>Info</code> will exclude <code>Verbose</code> messages and include <code>Info</code>, - <code>Warning</code> and <code>Error</code> messages. - </summary> - <value> - The <see cref="T:System.Diagnostics.TraceLevel"/> that will be used to filter the trace messages passed to the writer. - </value> - </member> - <member name="M:Newtonsoft.Json.Serialization.DiagnosticsTraceWriter.Trace(System.Diagnostics.TraceLevel,System.String,System.Exception)"> - <summary> - Writes the specified trace level, message and optional exception. - </summary> - <param name="level">The <see cref="T:System.Diagnostics.TraceLevel"/> at which to write this trace.</param> - <param name="message">The trace message.</param> - <param name="ex">The trace exception. This parameter is optional.</param> - </member> - <member name="T:Newtonsoft.Json.Serialization.DynamicValueProvider"> - <summary> - Get and set values for a <see cref="T:System.Reflection.MemberInfo"/> using dynamic methods. - </summary> - </member> - <member name="M:Newtonsoft.Json.Serialization.DynamicValueProvider.#ctor(System.Reflection.MemberInfo)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.DynamicValueProvider"/> class. - </summary> - <param name="memberInfo">The member info.</param> - </member> - <member name="M:Newtonsoft.Json.Serialization.DynamicValueProvider.SetValue(System.Object,System.Object)"> - <summary> - Sets the value. - </summary> - <param name="target">The target to set the value on.</param> - <param name="value">The value to set on the target.</param> - </member> - <member name="M:Newtonsoft.Json.Serialization.DynamicValueProvider.GetValue(System.Object)"> - <summary> - Gets the value. - </summary> - <param name="target">The target to get the value from.</param> - <returns>The value.</returns> - </member> - <member name="T:Newtonsoft.Json.Serialization.ErrorContext"> - <summary> - Provides information surrounding an error. - </summary> - </member> - <member name="P:Newtonsoft.Json.Serialization.ErrorContext.Error"> - <summary> - Gets the error. - </summary> - <value>The error.</value> - </member> - <member name="P:Newtonsoft.Json.Serialization.ErrorContext.OriginalObject"> - <summary> - Gets the original object that caused the error. - </summary> - <value>The original object that caused the error.</value> - </member> - <member name="P:Newtonsoft.Json.Serialization.ErrorContext.Member"> - <summary> - Gets the member that caused the error. - </summary> - <value>The member that caused the error.</value> - </member> - <member name="P:Newtonsoft.Json.Serialization.ErrorContext.Path"> - <summary> - Gets the path of the JSON location where the error occurred. - </summary> - <value>The path of the JSON location where the error occurred.</value> - </member> - <member name="P:Newtonsoft.Json.Serialization.ErrorContext.Handled"> - <summary> - Gets or sets a value indicating whether this <see cref="T:Newtonsoft.Json.Serialization.ErrorContext"/> is handled. - </summary> - <value><c>true</c> if handled; otherwise, <c>false</c>.</value> - </member> - <member name="T:Newtonsoft.Json.Serialization.ErrorEventArgs"> - <summary> - Provides data for the Error event. - </summary> - </member> - <member name="P:Newtonsoft.Json.Serialization.ErrorEventArgs.CurrentObject"> - <summary> - Gets the current object the error event is being raised against. - </summary> - <value>The current object the error event is being raised against.</value> - </member> - <member name="P:Newtonsoft.Json.Serialization.ErrorEventArgs.ErrorContext"> - <summary> - Gets the error context. - </summary> - <value>The error context.</value> - </member> - <member name="M:Newtonsoft.Json.Serialization.ErrorEventArgs.#ctor(System.Object,Newtonsoft.Json.Serialization.ErrorContext)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.ErrorEventArgs"/> class. - </summary> - <param name="currentObject">The current object.</param> - <param name="errorContext">The error context.</param> - </member> - <member name="T:Newtonsoft.Json.Serialization.ExpressionValueProvider"> - <summary> - Get and set values for a <see cref="T:System.Reflection.MemberInfo"/> using dynamic methods. - </summary> - </member> - <member name="M:Newtonsoft.Json.Serialization.ExpressionValueProvider.#ctor(System.Reflection.MemberInfo)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.ExpressionValueProvider"/> class. - </summary> - <param name="memberInfo">The member info.</param> - </member> - <member name="M:Newtonsoft.Json.Serialization.ExpressionValueProvider.SetValue(System.Object,System.Object)"> - <summary> - Sets the value. - </summary> - <param name="target">The target to set the value on.</param> - <param name="value">The value to set on the target.</param> - </member> - <member name="M:Newtonsoft.Json.Serialization.ExpressionValueProvider.GetValue(System.Object)"> - <summary> - Gets the value. - </summary> - <param name="target">The target to get the value from.</param> - <returns>The value.</returns> - </member> - <member name="T:Newtonsoft.Json.Serialization.IAttributeProvider"> - <summary> - Provides methods to get attributes. - </summary> - </member> - <member name="M:Newtonsoft.Json.Serialization.IAttributeProvider.GetAttributes(System.Boolean)"> - <summary> - Returns a collection of all of the attributes, or an empty collection if there are no attributes. - </summary> - <param name="inherit">When true, look up the hierarchy chain for the inherited custom attribute.</param> - <returns>A collection of <see cref="T:System.Attribute"/>s, or an empty collection.</returns> - </member> - <member name="M:Newtonsoft.Json.Serialization.IAttributeProvider.GetAttributes(System.Type,System.Boolean)"> - <summary> - Returns a collection of attributes, identified by type, or an empty collection if there are no attributes. - </summary> - <param name="attributeType">The type of the attributes.</param> - <param name="inherit">When true, look up the hierarchy chain for the inherited custom attribute.</param> - <returns>A collection of <see cref="T:System.Attribute"/>s, or an empty collection.</returns> - </member> - <member name="T:Newtonsoft.Json.Serialization.IContractResolver"> - <summary> - Used by <see cref="T:Newtonsoft.Json.JsonSerializer"/> to resolves a <see cref="T:Newtonsoft.Json.Serialization.JsonContract"/> for a given <see cref="T:System.Type"/>. - </summary> - <example> - <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\SerializationTests.cs" region="ReducingSerializedJsonSizeContractResolverObject" title="IContractResolver Class" /> - <code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\SerializationTests.cs" region="ReducingSerializedJsonSizeContractResolverExample" title="IContractResolver Example" /> - </example> - </member> - <member name="M:Newtonsoft.Json.Serialization.IContractResolver.ResolveContract(System.Type)"> - <summary> - Resolves the contract for a given type. - </summary> - <param name="type">The type to resolve a contract for.</param> - <returns>The contract for a given type.</returns> - </member> - <member name="T:Newtonsoft.Json.Serialization.IReferenceResolver"> - <summary> - Used to resolve references when serializing and deserializing JSON by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>. - </summary> - </member> - <member name="M:Newtonsoft.Json.Serialization.IReferenceResolver.ResolveReference(System.Object,System.String)"> - <summary> - Resolves a reference to its object. - </summary> - <param name="context">The serialization context.</param> - <param name="reference">The reference to resolve.</param> - <returns>The object that</returns> - </member> - <member name="M:Newtonsoft.Json.Serialization.IReferenceResolver.GetReference(System.Object,System.Object)"> - <summary> - Gets the reference for the sepecified object. - </summary> - <param name="context">The serialization context.</param> - <param name="value">The object to get a reference for.</param> - <returns>The reference to the object.</returns> - </member> - <member name="M:Newtonsoft.Json.Serialization.IReferenceResolver.IsReferenced(System.Object,System.Object)"> - <summary> - Determines whether the specified object is referenced. - </summary> - <param name="context">The serialization context.</param> - <param name="value">The object to test for a reference.</param> - <returns> - <c>true</c> if the specified object is referenced; otherwise, <c>false</c>. - </returns> - </member> - <member name="M:Newtonsoft.Json.Serialization.IReferenceResolver.AddReference(System.Object,System.String,System.Object)"> - <summary> - Adds a reference to the specified object. - </summary> - <param name="context">The serialization context.</param> - <param name="reference">The reference.</param> - <param name="value">The object to reference.</param> - </member> - <member name="T:Newtonsoft.Json.Serialization.ITraceWriter"> - <summary> - Represents a trace writer. - </summary> - </member> - <member name="P:Newtonsoft.Json.Serialization.ITraceWriter.LevelFilter"> - <summary> - Gets the <see cref="T:System.Diagnostics.TraceLevel"/> that will be used to filter the trace messages passed to the writer. - For example a filter level of <code>Info</code> will exclude <code>Verbose</code> messages and include <code>Info</code>, - <code>Warning</code> and <code>Error</code> messages. - </summary> - <value>The <see cref="T:System.Diagnostics.TraceLevel"/> that will be used to filter the trace messages passed to the writer.</value> - </member> - <member name="M:Newtonsoft.Json.Serialization.ITraceWriter.Trace(System.Diagnostics.TraceLevel,System.String,System.Exception)"> - <summary> - Writes the specified trace level, message and optional exception. - </summary> - <param name="level">The <see cref="T:System.Diagnostics.TraceLevel"/> at which to write this trace.</param> - <param name="message">The trace message.</param> - <param name="ex">The trace exception. This parameter is optional.</param> - </member> - <member name="T:Newtonsoft.Json.Serialization.IValueProvider"> - <summary> - Provides methods to get and set values. - </summary> - </member> - <member name="M:Newtonsoft.Json.Serialization.IValueProvider.SetValue(System.Object,System.Object)"> - <summary> - Sets the value. - </summary> - <param name="target">The target to set the value on.</param> - <param name="value">The value to set on the target.</param> - </member> - <member name="M:Newtonsoft.Json.Serialization.IValueProvider.GetValue(System.Object)"> - <summary> - Gets the value. - </summary> - <param name="target">The target to get the value from.</param> - <returns>The value.</returns> - </member> - <member name="T:Newtonsoft.Json.Serialization.JsonArrayContract"> - <summary> - Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>. - </summary> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonArrayContract.CollectionItemType"> - <summary> - Gets the <see cref="T:System.Type"/> of the collection items. - </summary> - <value>The <see cref="T:System.Type"/> of the collection items.</value> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonArrayContract.IsMultidimensionalArray"> - <summary> - Gets a value indicating whether the collection type is a multidimensional array. - </summary> - <value><c>true</c> if the collection type is a multidimensional array; otherwise, <c>false</c>.</value> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonArrayContract.OverrideCreator"> - <summary> - Gets or sets the function used to create the object. When set this function will override <see cref="P:Newtonsoft.Json.Serialization.JsonContract.DefaultCreator"/>. - </summary> - <value>The function used to create the object.</value> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonArrayContract.HasParameterizedCreator"> - <summary> - Gets a value indicating whether the creator has a parameter with the collection values. - </summary> - <value><c>true</c> if the creator has a parameter with the collection values; otherwise, <c>false</c>.</value> - </member> - <member name="M:Newtonsoft.Json.Serialization.JsonArrayContract.#ctor(System.Type)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonArrayContract"/> class. - </summary> - <param name="underlyingType">The underlying type for the contract.</param> - </member> - <member name="T:Newtonsoft.Json.Serialization.JsonContainerContract"> - <summary> - Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>. - </summary> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonContainerContract.ItemConverter"> - <summary> - Gets or sets the default collection items <see cref="T:Newtonsoft.Json.JsonConverter" />. - </summary> - <value>The converter.</value> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonContainerContract.ItemIsReference"> - <summary> - Gets or sets a value indicating whether the collection items preserve object references. - </summary> - <value><c>true</c> if collection items preserve object references; otherwise, <c>false</c>.</value> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonContainerContract.ItemReferenceLoopHandling"> - <summary> - Gets or sets the collection item reference loop handling. - </summary> - <value>The reference loop handling.</value> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonContainerContract.ItemTypeNameHandling"> - <summary> - Gets or sets the collection item type name handling. - </summary> - <value>The type name handling.</value> - </member> - <member name="M:Newtonsoft.Json.Serialization.JsonContainerContract.#ctor(System.Type)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonContainerContract"/> class. - </summary> - <param name="underlyingType">The underlying type for the contract.</param> - </member> - <member name="T:Newtonsoft.Json.Serialization.SerializationCallback"> - <summary> - Handles <see cref="T:Newtonsoft.Json.JsonSerializer"/> serialization callback events. - </summary> - <param name="o">The object that raised the callback event.</param> - <param name="context">The streaming context.</param> - </member> - <member name="T:Newtonsoft.Json.Serialization.SerializationErrorCallback"> - <summary> - Handles <see cref="T:Newtonsoft.Json.JsonSerializer"/> serialization error callback events. - </summary> - <param name="o">The object that raised the callback event.</param> - <param name="context">The streaming context.</param> - <param name="errorContext">The error context.</param> - </member> - <member name="T:Newtonsoft.Json.Serialization.ExtensionDataSetter"> - <summary> - Sets extension data for an object during deserialization. - </summary> - <param name="o">The object to set extension data on.</param> - <param name="key">The extension data key.</param> - <param name="value">The extension data value.</param> - </member> - <member name="T:Newtonsoft.Json.Serialization.ExtensionDataGetter"> - <summary> - Gets extension data for an object during serialization. - </summary> - <param name="o">The object to set extension data on.</param> - </member> - <member name="T:Newtonsoft.Json.Serialization.JsonContract"> - <summary> - Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>. - </summary> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonContract.UnderlyingType"> - <summary> - Gets the underlying type for the contract. - </summary> - <value>The underlying type for the contract.</value> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonContract.CreatedType"> - <summary> - Gets or sets the type created during deserialization. - </summary> - <value>The type created during deserialization.</value> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonContract.IsReference"> - <summary> - Gets or sets whether this type contract is serialized as a reference. - </summary> - <value>Whether this type contract is serialized as a reference.</value> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonContract.Converter"> - <summary> - Gets or sets the default <see cref="T:Newtonsoft.Json.JsonConverter" /> for this contract. - </summary> - <value>The converter.</value> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonContract.OnDeserializedCallbacks"> - <summary> - Gets or sets all methods called immediately after deserialization of the object. - </summary> - <value>The methods called immediately after deserialization of the object.</value> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonContract.OnDeserializingCallbacks"> - <summary> - Gets or sets all methods called during deserialization of the object. - </summary> - <value>The methods called during deserialization of the object.</value> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonContract.OnSerializedCallbacks"> - <summary> - Gets or sets all methods called after serialization of the object graph. - </summary> - <value>The methods called after serialization of the object graph.</value> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonContract.OnSerializingCallbacks"> - <summary> - Gets or sets all methods called before serialization of the object. - </summary> - <value>The methods called before serialization of the object.</value> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonContract.OnErrorCallbacks"> - <summary> - Gets or sets all method called when an error is thrown during the serialization of the object. - </summary> - <value>The methods called when an error is thrown during the serialization of the object.</value> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonContract.OnDeserialized"> - <summary> - Gets or sets the method called immediately after deserialization of the object. - </summary> - <value>The method called immediately after deserialization of the object.</value> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonContract.OnDeserializing"> - <summary> - Gets or sets the method called during deserialization of the object. - </summary> - <value>The method called during deserialization of the object.</value> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonContract.OnSerialized"> - <summary> - Gets or sets the method called after serialization of the object graph. - </summary> - <value>The method called after serialization of the object graph.</value> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonContract.OnSerializing"> - <summary> - Gets or sets the method called before serialization of the object. - </summary> - <value>The method called before serialization of the object.</value> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonContract.OnError"> - <summary> - Gets or sets the method called when an error is thrown during the serialization of the object. - </summary> - <value>The method called when an error is thrown during the serialization of the object.</value> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonContract.DefaultCreator"> - <summary> - Gets or sets the default creator method used to create the object. - </summary> - <value>The default creator method used to create the object.</value> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonContract.DefaultCreatorNonPublic"> - <summary> - Gets or sets a value indicating whether the default creator is non public. - </summary> - <value><c>true</c> if the default object creator is non-public; otherwise, <c>false</c>.</value> - </member> - <member name="T:Newtonsoft.Json.Serialization.JsonDictionaryContract"> - <summary> - Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>. - </summary> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonDictionaryContract.PropertyNameResolver"> - <summary> - Gets or sets the property name resolver. - </summary> - <value>The property name resolver.</value> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonDictionaryContract.DictionaryKeyResolver"> - <summary> - Gets or sets the dictionary key resolver. - </summary> - <value>The dictionary key resolver.</value> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonDictionaryContract.DictionaryKeyType"> - <summary> - Gets the <see cref="T:System.Type"/> of the dictionary keys. - </summary> - <value>The <see cref="T:System.Type"/> of the dictionary keys.</value> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonDictionaryContract.DictionaryValueType"> - <summary> - Gets the <see cref="T:System.Type"/> of the dictionary values. - </summary> - <value>The <see cref="T:System.Type"/> of the dictionary values.</value> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonDictionaryContract.OverrideCreator"> - <summary> - Gets or sets the function used to create the object. When set this function will override <see cref="P:Newtonsoft.Json.Serialization.JsonContract.DefaultCreator"/>. - </summary> - <value>The function used to create the object.</value> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonDictionaryContract.HasParameterizedCreator"> - <summary> - Gets a value indicating whether the creator has a parameter with the dictionary values. - </summary> - <value><c>true</c> if the creator has a parameter with the dictionary values; otherwise, <c>false</c>.</value> - </member> - <member name="M:Newtonsoft.Json.Serialization.JsonDictionaryContract.#ctor(System.Type)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonDictionaryContract"/> class. - </summary> - <param name="underlyingType">The underlying type for the contract.</param> - </member> - <member name="T:Newtonsoft.Json.Serialization.JsonDynamicContract"> - <summary> - Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>. - </summary> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonDynamicContract.Properties"> - <summary> - Gets the object's properties. - </summary> - <value>The object's properties.</value> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonDynamicContract.PropertyNameResolver"> - <summary> - Gets or sets the property name resolver. - </summary> - <value>The property name resolver.</value> - </member> - <member name="M:Newtonsoft.Json.Serialization.JsonDynamicContract.#ctor(System.Type)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonDynamicContract"/> class. - </summary> - <param name="underlyingType">The underlying type for the contract.</param> - </member> - <member name="T:Newtonsoft.Json.Serialization.JsonISerializableContract"> - <summary> - Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>. - </summary> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonISerializableContract.ISerializableCreator"> - <summary> - Gets or sets the ISerializable object constructor. - </summary> - <value>The ISerializable object constructor.</value> - </member> - <member name="M:Newtonsoft.Json.Serialization.JsonISerializableContract.#ctor(System.Type)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonISerializableContract"/> class. - </summary> - <param name="underlyingType">The underlying type for the contract.</param> - </member> - <member name="T:Newtonsoft.Json.Serialization.JsonLinqContract"> - <summary> - Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>. - </summary> - </member> - <member name="M:Newtonsoft.Json.Serialization.JsonLinqContract.#ctor(System.Type)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonLinqContract"/> class. - </summary> - <param name="underlyingType">The underlying type for the contract.</param> - </member> - <member name="T:Newtonsoft.Json.Serialization.JsonObjectContract"> - <summary> - Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>. - </summary> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.MemberSerialization"> - <summary> - Gets or sets the object member serialization. - </summary> - <value>The member object serialization.</value> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.ItemRequired"> - <summary> - Gets or sets a value that indicates whether the object's properties are required. - </summary> - <value> - A value indicating whether the object's properties are required. - </value> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.Properties"> - <summary> - Gets the object's properties. - </summary> - <value>The object's properties.</value> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.ConstructorParameters"> - <summary> - Gets the constructor parameters required for any non-default constructor - </summary> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.CreatorParameters"> - <summary> - Gets a collection of <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> instances that define the parameters used with <see cref="P:Newtonsoft.Json.Serialization.JsonObjectContract.OverrideCreator"/>. - </summary> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.OverrideConstructor"> - <summary> - Gets or sets the override constructor used to create the object. - This is set when a constructor is marked up using the - JsonConstructor attribute. - </summary> - <value>The override constructor.</value> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.ParametrizedConstructor"> - <summary> - Gets or sets the parametrized constructor used to create the object. - </summary> - <value>The parametrized constructor.</value> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.OverrideCreator"> - <summary> - Gets or sets the function used to create the object. When set this function will override <see cref="P:Newtonsoft.Json.Serialization.JsonContract.DefaultCreator"/>. - This function is called with a collection of arguments which are defined by the <see cref="P:Newtonsoft.Json.Serialization.JsonObjectContract.CreatorParameters"/> collection. - </summary> - <value>The function used to create the object.</value> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.ExtensionDataSetter"> - <summary> - Gets or sets the extension data setter. - </summary> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.ExtensionDataGetter"> - <summary> - Gets or sets the extension data getter. - </summary> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonObjectContract.ExtensionDataValueType"> - <summary> - Gets or sets the extension data value type. - </summary> - </member> - <member name="M:Newtonsoft.Json.Serialization.JsonObjectContract.#ctor(System.Type)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonObjectContract"/> class. - </summary> - <param name="underlyingType">The underlying type for the contract.</param> - </member> - <member name="T:Newtonsoft.Json.Serialization.JsonPrimitiveContract"> - <summary> - Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>. - </summary> - </member> - <member name="M:Newtonsoft.Json.Serialization.JsonPrimitiveContract.#ctor(System.Type)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonPrimitiveContract"/> class. - </summary> - <param name="underlyingType">The underlying type for the contract.</param> - </member> - <member name="T:Newtonsoft.Json.Serialization.JsonProperty"> - <summary> - Maps a JSON property to a .NET member or constructor parameter. - </summary> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonProperty.PropertyName"> - <summary> - Gets or sets the name of the property. - </summary> - <value>The name of the property.</value> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonProperty.DeclaringType"> - <summary> - Gets or sets the type that declared this property. - </summary> - <value>The type that declared this property.</value> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonProperty.Order"> - <summary> - Gets or sets the order of serialization of a member. - </summary> - <value>The numeric order of serialization.</value> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonProperty.UnderlyingName"> - <summary> - Gets or sets the name of the underlying member or parameter. - </summary> - <value>The name of the underlying member or parameter.</value> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonProperty.ValueProvider"> - <summary> - Gets the <see cref="T:Newtonsoft.Json.Serialization.IValueProvider"/> that will get and set the <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> during serialization. - </summary> - <value>The <see cref="T:Newtonsoft.Json.Serialization.IValueProvider"/> that will get and set the <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> during serialization.</value> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonProperty.AttributeProvider"> - <summary> - Gets or sets the <see cref="T:Newtonsoft.Json.Serialization.IAttributeProvider"/> for this property. - </summary> - <value>The <see cref="T:Newtonsoft.Json.Serialization.IAttributeProvider"/> for this property.</value> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonProperty.PropertyType"> - <summary> - Gets or sets the type of the property. - </summary> - <value>The type of the property.</value> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonProperty.Converter"> - <summary> - Gets or sets the <see cref="T:Newtonsoft.Json.JsonConverter" /> for the property. - If set this converter takes presidence over the contract converter for the property type. - </summary> - <value>The converter.</value> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonProperty.MemberConverter"> - <summary> - Gets or sets the member converter. - </summary> - <value>The member converter.</value> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonProperty.Ignored"> - <summary> - Gets or sets a value indicating whether this <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> is ignored. - </summary> - <value><c>true</c> if ignored; otherwise, <c>false</c>.</value> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonProperty.Readable"> - <summary> - Gets or sets a value indicating whether this <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> is readable. - </summary> - <value><c>true</c> if readable; otherwise, <c>false</c>.</value> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonProperty.Writable"> - <summary> - Gets or sets a value indicating whether this <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> is writable. - </summary> - <value><c>true</c> if writable; otherwise, <c>false</c>.</value> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonProperty.HasMemberAttribute"> - <summary> - Gets or sets a value indicating whether this <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> has a member attribute. - </summary> - <value><c>true</c> if has a member attribute; otherwise, <c>false</c>.</value> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonProperty.DefaultValue"> - <summary> - Gets the default value. - </summary> - <value>The default value.</value> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonProperty.Required"> - <summary> - Gets or sets a value indicating whether this <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> is required. - </summary> - <value>A value indicating whether this <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> is required.</value> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonProperty.IsReference"> - <summary> - Gets or sets a value indicating whether this property preserves object references. - </summary> - <value> - <c>true</c> if this instance is reference; otherwise, <c>false</c>. - </value> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonProperty.NullValueHandling"> - <summary> - Gets or sets the property null value handling. - </summary> - <value>The null value handling.</value> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonProperty.DefaultValueHandling"> - <summary> - Gets or sets the property default value handling. - </summary> - <value>The default value handling.</value> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonProperty.ReferenceLoopHandling"> - <summary> - Gets or sets the property reference loop handling. - </summary> - <value>The reference loop handling.</value> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonProperty.ObjectCreationHandling"> - <summary> - Gets or sets the property object creation handling. - </summary> - <value>The object creation handling.</value> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonProperty.TypeNameHandling"> - <summary> - Gets or sets or sets the type name handling. - </summary> - <value>The type name handling.</value> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonProperty.ShouldSerialize"> - <summary> - Gets or sets a predicate used to determine whether the property should be serialize. - </summary> - <value>A predicate used to determine whether the property should be serialize.</value> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonProperty.ShouldDeserialize"> - <summary> - Gets or sets a predicate used to determine whether the property should be deserialized. - </summary> - <value>A predicate used to determine whether the property should be deserialized.</value> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonProperty.GetIsSpecified"> - <summary> - Gets or sets a predicate used to determine whether the property should be serialized. - </summary> - <value>A predicate used to determine whether the property should be serialized.</value> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonProperty.SetIsSpecified"> - <summary> - Gets or sets an action used to set whether the property has been deserialized. - </summary> - <value>An action used to set whether the property has been deserialized.</value> - </member> - <member name="M:Newtonsoft.Json.Serialization.JsonProperty.ToString"> - <summary> - Returns a <see cref="T:System.String"/> that represents this instance. - </summary> - <returns> - A <see cref="T:System.String"/> that represents this instance. - </returns> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonProperty.ItemConverter"> - <summary> - Gets or sets the converter used when serializing the property's collection items. - </summary> - <value>The collection's items converter.</value> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonProperty.ItemIsReference"> - <summary> - Gets or sets whether this property's collection items are serialized as a reference. - </summary> - <value>Whether this property's collection items are serialized as a reference.</value> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonProperty.ItemTypeNameHandling"> - <summary> - Gets or sets the the type name handling used when serializing the property's collection items. - </summary> - <value>The collection's items type name handling.</value> - </member> - <member name="P:Newtonsoft.Json.Serialization.JsonProperty.ItemReferenceLoopHandling"> - <summary> - Gets or sets the the reference loop handling used when serializing the property's collection items. - </summary> - <value>The collection's items reference loop handling.</value> - </member> - <member name="T:Newtonsoft.Json.Serialization.JsonPropertyCollection"> - <summary> - A collection of <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> objects. - </summary> - </member> - <member name="M:Newtonsoft.Json.Serialization.JsonPropertyCollection.#ctor(System.Type)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonPropertyCollection"/> class. - </summary> - <param name="type">The type.</param> - </member> - <member name="M:Newtonsoft.Json.Serialization.JsonPropertyCollection.GetKeyForItem(Newtonsoft.Json.Serialization.JsonProperty)"> - <summary> - When implemented in a derived class, extracts the key from the specified element. - </summary> - <param name="item">The element from which to extract the key.</param> - <returns>The key for the specified element.</returns> - </member> - <member name="M:Newtonsoft.Json.Serialization.JsonPropertyCollection.AddProperty(Newtonsoft.Json.Serialization.JsonProperty)"> - <summary> - Adds a <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> object. - </summary> - <param name="property">The property to add to the collection.</param> - </member> - <member name="M:Newtonsoft.Json.Serialization.JsonPropertyCollection.GetClosestMatchProperty(System.String)"> - <summary> - Gets the closest matching <see cref="T:Newtonsoft.Json.Serialization.JsonProperty"/> object. - First attempts to get an exact case match of propertyName and then - a case insensitive match. - </summary> - <param name="propertyName">Name of the property.</param> - <returns>A matching property if found.</returns> - </member> - <member name="M:Newtonsoft.Json.Serialization.JsonPropertyCollection.GetProperty(System.String,System.StringComparison)"> - <summary> - Gets a property by property name. - </summary> - <param name="propertyName">The name of the property to get.</param> - <param name="comparisonType">Type property name string comparison.</param> - <returns>A matching property if found.</returns> - </member> - <member name="T:Newtonsoft.Json.Serialization.JsonStringContract"> - <summary> - Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>. - </summary> - </member> - <member name="M:Newtonsoft.Json.Serialization.JsonStringContract.#ctor(System.Type)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonStringContract"/> class. - </summary> - <param name="underlyingType">The underlying type for the contract.</param> - </member> - <member name="M:Newtonsoft.Json.Serialization.JsonTypeReflector.CreateJsonConverterInstance(System.Type,System.Object[])"> - <summary> - Lookup and create an instance of the JsonConverter type described by the argument. - </summary> - <param name="converterType">The JsonConverter type to create.</param> - <param name="converterArgs">Optional arguments to pass to an initializing constructor of the JsonConverter. - If null, the default constructor is used.</param> - </member> - <member name="M:Newtonsoft.Json.Serialization.JsonTypeReflector.GetJsonConverterCreator(System.Type)"> - <summary> - Create a factory function that can be used to create instances of a JsonConverter described by the - argument type. The returned function can then be used to either invoke the converter's default ctor, or any - parameterized constructors by way of an object array. - </summary> - </member> - <member name="T:Newtonsoft.Json.Serialization.MemoryTraceWriter"> - <summary> - Represents a trace writer that writes to memory. When the trace message limit is - reached then old trace messages will be removed as new messages are added. - </summary> - </member> - <member name="P:Newtonsoft.Json.Serialization.MemoryTraceWriter.LevelFilter"> - <summary> - Gets the <see cref="T:System.Diagnostics.TraceLevel"/> that will be used to filter the trace messages passed to the writer. - For example a filter level of <code>Info</code> will exclude <code>Verbose</code> messages and include <code>Info</code>, - <code>Warning</code> and <code>Error</code> messages. - </summary> - <value> - The <see cref="T:System.Diagnostics.TraceLevel"/> that will be used to filter the trace messages passed to the writer. - </value> - </member> - <member name="M:Newtonsoft.Json.Serialization.MemoryTraceWriter.#ctor"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.MemoryTraceWriter"/> class. - </summary> - </member> - <member name="M:Newtonsoft.Json.Serialization.MemoryTraceWriter.Trace(System.Diagnostics.TraceLevel,System.String,System.Exception)"> - <summary> - Writes the specified trace level, message and optional exception. - </summary> - <param name="level">The <see cref="T:System.Diagnostics.TraceLevel"/> at which to write this trace.</param> - <param name="message">The trace message.</param> - <param name="ex">The trace exception. This parameter is optional.</param> - </member> - <member name="M:Newtonsoft.Json.Serialization.MemoryTraceWriter.GetTraceMessages"> - <summary> - Returns an enumeration of the most recent trace messages. - </summary> - <returns>An enumeration of the most recent trace messages.</returns> - </member> - <member name="M:Newtonsoft.Json.Serialization.MemoryTraceWriter.ToString"> - <summary> - Returns a <see cref="T:System.String"/> of the most recent trace messages. - </summary> - <returns> - A <see cref="T:System.String"/> of the most recent trace messages. - </returns> - </member> - <member name="T:Newtonsoft.Json.Serialization.ObjectConstructor`1"> - <summary> - Represents a method that constructs an object. - </summary> - <typeparam name="T">The object type to create.</typeparam> - </member> - <member name="T:Newtonsoft.Json.Serialization.OnErrorAttribute"> - <summary> - When applied to a method, specifies that the method is called when an error occurs serializing an object. - </summary> - </member> - <member name="T:Newtonsoft.Json.Serialization.ReflectionAttributeProvider"> - <summary> - Provides methods to get attributes from a <see cref="T:System.Type"/>, <see cref="T:System.Reflection.MemberInfo"/>, <see cref="T:System.Reflection.ParameterInfo"/> or <see cref="T:System.Reflection.Assembly"/>. - </summary> - </member> - <member name="M:Newtonsoft.Json.Serialization.ReflectionAttributeProvider.#ctor(System.Object)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.ReflectionAttributeProvider"/> class. - </summary> - <param name="attributeProvider">The instance to get attributes for. This parameter should be a <see cref="T:System.Type"/>, <see cref="T:System.Reflection.MemberInfo"/>, <see cref="T:System.Reflection.ParameterInfo"/> or <see cref="T:System.Reflection.Assembly"/>.</param> - </member> - <member name="M:Newtonsoft.Json.Serialization.ReflectionAttributeProvider.GetAttributes(System.Boolean)"> - <summary> - Returns a collection of all of the attributes, or an empty collection if there are no attributes. - </summary> - <param name="inherit">When true, look up the hierarchy chain for the inherited custom attribute.</param> - <returns>A collection of <see cref="T:System.Attribute"/>s, or an empty collection.</returns> - </member> - <member name="M:Newtonsoft.Json.Serialization.ReflectionAttributeProvider.GetAttributes(System.Type,System.Boolean)"> - <summary> - Returns a collection of attributes, identified by type, or an empty collection if there are no attributes. - </summary> - <param name="attributeType">The type of the attributes.</param> - <param name="inherit">When true, look up the hierarchy chain for the inherited custom attribute.</param> - <returns>A collection of <see cref="T:System.Attribute"/>s, or an empty collection.</returns> - </member> - <member name="T:Newtonsoft.Json.Serialization.ReflectionValueProvider"> - <summary> - Get and set values for a <see cref="T:System.Reflection.MemberInfo"/> using reflection. - </summary> - </member> - <member name="M:Newtonsoft.Json.Serialization.ReflectionValueProvider.#ctor(System.Reflection.MemberInfo)"> - <summary> - Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.ReflectionValueProvider"/> class. - </summary> - <param name="memberInfo">The member info.</param> - </member> - <member name="M:Newtonsoft.Json.Serialization.ReflectionValueProvider.SetValue(System.Object,System.Object)"> - <summary> - Sets the value. - </summary> - <param name="target">The target to set the value on.</param> - <param name="value">The value to set on the target.</param> - </member> - <member name="M:Newtonsoft.Json.Serialization.ReflectionValueProvider.GetValue(System.Object)"> - <summary> - Gets the value. - </summary> - <param name="target">The target to get the value from.</param> - <returns>The value.</returns> - </member> - <member name="T:Newtonsoft.Json.StringEscapeHandling"> - <summary> - Specifies how strings are escaped when writing JSON text. - </summary> - </member> - <member name="F:Newtonsoft.Json.StringEscapeHandling.Default"> - <summary> - Only control characters (e.g. newline) are escaped. - </summary> - </member> - <member name="F:Newtonsoft.Json.StringEscapeHandling.EscapeNonAscii"> - <summary> - All non-ASCII and control characters (e.g. newline) are escaped. - </summary> - </member> - <member name="F:Newtonsoft.Json.StringEscapeHandling.EscapeHtml"> - <summary> - HTML (<, >, &, ', ") and control characters (e.g. newline) are escaped. - </summary> - </member> - <member name="T:Newtonsoft.Json.TypeNameHandling"> - <summary> - Specifies type name handling options for the <see cref="T:Newtonsoft.Json.JsonSerializer"/>. - </summary> - <remarks> - <see cref="T:Newtonsoft.Json.TypeNameHandling"/> should be used with caution when your application deserializes JSON from an external source. - Incoming types should be validated with a custom <see cref="T:System.Runtime.Serialization.SerializationBinder"/> - when deserializing with a value other than <c>TypeNameHandling.None</c>. - </remarks> - </member> - <member name="F:Newtonsoft.Json.TypeNameHandling.None"> - <summary> - Do not include the .NET type name when serializing types. - </summary> - </member> - <member name="F:Newtonsoft.Json.TypeNameHandling.Objects"> - <summary> - Include the .NET type name when serializing into a JSON object structure. - </summary> - </member> - <member name="F:Newtonsoft.Json.TypeNameHandling.Arrays"> - <summary> - Include the .NET type name when serializing into a JSON array structure. - </summary> - </member> - <member name="F:Newtonsoft.Json.TypeNameHandling.All"> - <summary> - Always include the .NET type name when serializing. - </summary> - </member> - <member name="F:Newtonsoft.Json.TypeNameHandling.Auto"> - <summary> - Include the .NET type name when the type of the object being serialized is not the same as its declared type. - </summary> - </member> - <member name="M:Newtonsoft.Json.Utilities.CollectionUtils.IsNullOrEmpty``1(System.Collections.Generic.ICollection{``0})"> - <summary> - Determines whether the collection is null or empty. - </summary> - <param name="collection">The collection.</param> - <returns> - <c>true</c> if the collection is null or empty; otherwise, <c>false</c>. - </returns> - </member> - <member name="M:Newtonsoft.Json.Utilities.CollectionUtils.AddRange``1(System.Collections.Generic.IList{``0},System.Collections.Generic.IEnumerable{``0})"> - <summary> - Adds the elements of the specified collection to the specified generic IList. - </summary> - <param name="initial">The list to add to.</param> - <param name="collection">The collection of elements to add.</param> - </member> - <member name="M:Newtonsoft.Json.Utilities.CollectionUtils.IndexOf``1(System.Collections.Generic.IEnumerable{``0},``0,System.Collections.Generic.IEqualityComparer{``0})"> - <summary> - Returns the index of the first occurrence in a sequence by using a specified IEqualityComparer{TSource}. - </summary> - <typeparam name="TSource">The type of the elements of source.</typeparam> - <param name="list">A sequence in which to locate a value.</param> - <param name="value">The object to locate in the sequence</param> - <param name="comparer">An equality comparer to compare values.</param> - <returns>The zero-based index of the first occurrence of value within the entire sequence, if found; otherwise, –1.</returns> - </member> - <member name="M:Newtonsoft.Json.Utilities.ConvertUtils.ConvertOrCast(System.Object,System.Globalization.CultureInfo,System.Type)"> - <summary> - Converts the value to the specified type. If the value is unable to be converted, the - value is checked whether it assignable to the specified type. - </summary> - <param name="initialValue">The value to convert.</param> - <param name="culture">The culture to use when converting.</param> - <param name="targetType">The type to convert or cast the value to.</param> - <returns> - The converted type. If conversion was unsuccessful, the initial value - is returned if assignable to the target type. - </returns> - </member> - <member name="M:Newtonsoft.Json.Utilities.DynamicProxyMetaObject`1.CallMethodWithResult(System.String,System.Dynamic.DynamicMetaObjectBinder,System.Linq.Expressions.Expression[],Newtonsoft.Json.Utilities.DynamicProxyMetaObject{`0}.Fallback,Newtonsoft.Json.Utilities.DynamicProxyMetaObject{`0}.Fallback)"> - <summary> - Helper method for generating a MetaObject which calls a - specific method on Dynamic that returns a result - </summary> - </member> - <member name="M:Newtonsoft.Json.Utilities.DynamicProxyMetaObject`1.CallMethodReturnLast(System.String,System.Dynamic.DynamicMetaObjectBinder,System.Linq.Expressions.Expression[],Newtonsoft.Json.Utilities.DynamicProxyMetaObject{`0}.Fallback)"> - <summary> - Helper method for generating a MetaObject which calls a - specific method on Dynamic, but uses one of the arguments for - the result. - </summary> - </member> - <member name="M:Newtonsoft.Json.Utilities.DynamicProxyMetaObject`1.CallMethodNoResult(System.String,System.Dynamic.DynamicMetaObjectBinder,System.Linq.Expressions.Expression[],Newtonsoft.Json.Utilities.DynamicProxyMetaObject{`0}.Fallback)"> - <summary> - Helper method for generating a MetaObject which calls a - specific method on Dynamic, but uses one of the arguments for - the result. - </summary> - </member> - <member name="M:Newtonsoft.Json.Utilities.DynamicProxyMetaObject`1.GetRestrictions"> - <summary> - Returns a Restrictions object which includes our current restrictions merged - with a restriction limiting our type - </summary> - </member> - <member name="M:Newtonsoft.Json.Utilities.EnumUtils.GetNamesAndValues``1"> - <summary> - Gets a dictionary of the names and values of an Enum type. - </summary> - <returns></returns> - </member> - <member name="M:Newtonsoft.Json.Utilities.EnumUtils.GetNamesAndValues``1(System.Type)"> - <summary> - Gets a dictionary of the names and values of an Enum type. - </summary> - <param name="enumType">The enum type to get names and values for.</param> - <returns></returns> - </member> - <member name="M:Newtonsoft.Json.Utilities.ReflectionUtils.GetCollectionItemType(System.Type)"> - <summary> - Gets the type of the typed collection's items. - </summary> - <param name="type">The type.</param> - <returns>The type of the typed collection's items.</returns> - </member> - <member name="M:Newtonsoft.Json.Utilities.ReflectionUtils.GetMemberUnderlyingType(System.Reflection.MemberInfo)"> - <summary> - Gets the member's underlying type. - </summary> - <param name="member">The member.</param> - <returns>The underlying type of the member.</returns> - </member> - <member name="M:Newtonsoft.Json.Utilities.ReflectionUtils.IsIndexedProperty(System.Reflection.MemberInfo)"> - <summary> - Determines whether the member is an indexed property. - </summary> - <param name="member">The member.</param> - <returns> - <c>true</c> if the member is an indexed property; otherwise, <c>false</c>. - </returns> - </member> - <member name="M:Newtonsoft.Json.Utilities.ReflectionUtils.IsIndexedProperty(System.Reflection.PropertyInfo)"> - <summary> - Determines whether the property is an indexed property. - </summary> - <param name="property">The property.</param> - <returns> - <c>true</c> if the property is an indexed property; otherwise, <c>false</c>. - </returns> - </member> - <member name="M:Newtonsoft.Json.Utilities.ReflectionUtils.GetMemberValue(System.Reflection.MemberInfo,System.Object)"> - <summary> - Gets the member's value on the object. - </summary> - <param name="member">The member.</param> - <param name="target">The target object.</param> - <returns>The member's value on the object.</returns> - </member> - <member name="M:Newtonsoft.Json.Utilities.ReflectionUtils.SetMemberValue(System.Reflection.MemberInfo,System.Object,System.Object)"> - <summary> - Sets the member's value on the target object. - </summary> - <param name="member">The member.</param> - <param name="target">The target.</param> - <param name="value">The value.</param> - </member> - <member name="M:Newtonsoft.Json.Utilities.ReflectionUtils.CanReadMemberValue(System.Reflection.MemberInfo,System.Boolean)"> - <summary> - Determines whether the specified MemberInfo can be read. - </summary> - <param name="member">The MemberInfo to determine whether can be read.</param> - /// <param name="nonPublic">if set to <c>true</c> then allow the member to be gotten non-publicly.</param> - <returns> - <c>true</c> if the specified MemberInfo can be read; otherwise, <c>false</c>. - </returns> - </member> - <member name="M:Newtonsoft.Json.Utilities.ReflectionUtils.CanSetMemberValue(System.Reflection.MemberInfo,System.Boolean,System.Boolean)"> - <summary> - Determines whether the specified MemberInfo can be set. - </summary> - <param name="member">The MemberInfo to determine whether can be set.</param> - <param name="nonPublic">if set to <c>true</c> then allow the member to be set non-publicly.</param> - <param name="canSetReadOnly">if set to <c>true</c> then allow the member to be set if read-only.</param> - <returns> - <c>true</c> if the specified MemberInfo can be set; otherwise, <c>false</c>. - </returns> - </member> - <member name="T:Newtonsoft.Json.Utilities.StringBuffer"> - <summary> - Builds a string. Unlike StringBuilder this class lets you reuse it's internal buffer. - </summary> - </member> - <member name="M:Newtonsoft.Json.Utilities.StringUtils.IsWhiteSpace(System.String)"> - <summary> - Determines whether the string is all white space. Empty string will return false. - </summary> - <param name="s">The string to test whether it is all white space.</param> - <returns> - <c>true</c> if the string is all white space; otherwise, <c>false</c>. - </returns> - </member> - <member name="M:Newtonsoft.Json.Utilities.StringUtils.NullEmptyString(System.String)"> - <summary> - Nulls an empty string. - </summary> - <param name="s">The string.</param> - <returns>Null if the string was null, otherwise the string unchanged.</returns> - </member> - <member name="T:Newtonsoft.Json.WriteState"> - <summary> - Specifies the state of the <see cref="T:Newtonsoft.Json.JsonWriter"/>. - </summary> - </member> - <member name="F:Newtonsoft.Json.WriteState.Error"> - <summary> - An exception has been thrown, which has left the <see cref="T:Newtonsoft.Json.JsonWriter"/> in an invalid state. - You may call the <see cref="M:Newtonsoft.Json.JsonWriter.Close"/> method to put the <see cref="T:Newtonsoft.Json.JsonWriter"/> in the <c>Closed</c> state. - Any other <see cref="T:Newtonsoft.Json.JsonWriter"/> method calls results in an <see cref="T:System.InvalidOperationException"/> being thrown. - </summary> - </member> - <member name="F:Newtonsoft.Json.WriteState.Closed"> - <summary> - The <see cref="M:Newtonsoft.Json.JsonWriter.Close"/> method has been called. - </summary> - </member> - <member name="F:Newtonsoft.Json.WriteState.Object"> - <summary> - An object is being written. - </summary> - </member> - <member name="F:Newtonsoft.Json.WriteState.Array"> - <summary> - A array is being written. - </summary> - </member> - <member name="F:Newtonsoft.Json.WriteState.Constructor"> - <summary> - A constructor is being written. - </summary> - </member> - <member name="F:Newtonsoft.Json.WriteState.Property"> - <summary> - A property is being written. - </summary> - </member> - <member name="F:Newtonsoft.Json.WriteState.Start"> - <summary> - A write method has not been called. - </summary> - </member> - </members> -</doc> diff --git a/source/WindowsFormsApplication1/bin/Debug/ShiftOS.exe b/source/WindowsFormsApplication1/bin/Debug/ShiftOS.exe Binary files differdeleted file mode 100644 index b166183..0000000 --- a/source/WindowsFormsApplication1/bin/Debug/ShiftOS.exe +++ /dev/null diff --git a/source/WindowsFormsApplication1/bin/Debug/ShiftOS.exe.config b/source/WindowsFormsApplication1/bin/Debug/ShiftOS.exe.config deleted file mode 100644 index 88fa402..0000000 --- a/source/WindowsFormsApplication1/bin/Debug/ShiftOS.exe.config +++ /dev/null @@ -1,6 +0,0 @@ -<?xml version="1.0" encoding="utf-8" ?> -<configuration> - <startup> - <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" /> - </startup> -</configuration>
\ No newline at end of file diff --git a/source/WindowsFormsApplication1/bin/Debug/ShiftOS.pdb b/source/WindowsFormsApplication1/bin/Debug/ShiftOS.pdb Binary files differdeleted file mode 100644 index 1e80a5e..0000000 --- a/source/WindowsFormsApplication1/bin/Debug/ShiftOS.pdb +++ /dev/null diff --git a/source/WindowsFormsApplication1/bin/Debug/ShiftOS.vshost.exe b/source/WindowsFormsApplication1/bin/Debug/ShiftOS.vshost.exe Binary files differdeleted file mode 100644 index 681ab77..0000000 --- a/source/WindowsFormsApplication1/bin/Debug/ShiftOS.vshost.exe +++ /dev/null diff --git a/source/WindowsFormsApplication1/bin/Debug/ShiftOS.vshost.exe.config b/source/WindowsFormsApplication1/bin/Debug/ShiftOS.vshost.exe.config deleted file mode 100644 index 88fa402..0000000 --- a/source/WindowsFormsApplication1/bin/Debug/ShiftOS.vshost.exe.config +++ /dev/null @@ -1,6 +0,0 @@ -<?xml version="1.0" encoding="utf-8" ?> -<configuration> - <startup> - <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" /> - </startup> -</configuration>
\ No newline at end of file diff --git a/source/WindowsFormsApplication1/bin/Debug/ShiftOS.vshost.exe.manifest b/source/WindowsFormsApplication1/bin/Debug/ShiftOS.vshost.exe.manifest deleted file mode 100644 index 061c9ca..0000000 --- a/source/WindowsFormsApplication1/bin/Debug/ShiftOS.vshost.exe.manifest +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="yes"?> -<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> - <assemblyIdentity version="1.0.0.0" name="MyApplication.app"/> - <trustInfo xmlns="urn:schemas-microsoft-com:asm.v2"> - <security> - <requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3"> - <requestedExecutionLevel level="asInvoker" uiAccess="false"/> - </requestedPrivileges> - </security> - </trustInfo> -</assembly> diff --git a/source/WindowsFormsApplication1/bin/Debug/ShiftOS_Dependencies.zip b/source/WindowsFormsApplication1/bin/Debug/ShiftOS_Dependencies.zip Binary files differdeleted file mode 100644 index a5635ba..0000000 --- a/source/WindowsFormsApplication1/bin/Debug/ShiftOS_Dependencies.zip +++ /dev/null diff --git a/source/WindowsFormsApplication1/bin/Debug/ShiftUI.dll b/source/WindowsFormsApplication1/bin/Debug/ShiftUI.dll Binary files differdeleted file mode 100644 index 4ea1e27..0000000 --- a/source/WindowsFormsApplication1/bin/Debug/ShiftUI.dll +++ /dev/null diff --git a/source/WindowsFormsApplication1/bin/Debug/ShiftUI.pdb b/source/WindowsFormsApplication1/bin/Debug/ShiftUI.pdb Binary files differdeleted file mode 100644 index 7c1d4af..0000000 --- a/source/WindowsFormsApplication1/bin/Debug/ShiftUI.pdb +++ /dev/null diff --git a/source/WindowsFormsApplication1/bin/Debug/Svg.dll b/source/WindowsFormsApplication1/bin/Debug/Svg.dll Binary files differdeleted file mode 100644 index b1e4e94..0000000 --- a/source/WindowsFormsApplication1/bin/Debug/Svg.dll +++ /dev/null diff --git a/source/WindowsFormsApplication1/bin/Debug/Svg.pdb b/source/WindowsFormsApplication1/bin/Debug/Svg.pdb Binary files differdeleted file mode 100644 index 0f62c53..0000000 --- a/source/WindowsFormsApplication1/bin/Debug/Svg.pdb +++ /dev/null diff --git a/source/WindowsFormsApplication1/bin/Debug/Svg.xml b/source/WindowsFormsApplication1/bin/Debug/Svg.xml deleted file mode 100644 index f962b00..0000000 --- a/source/WindowsFormsApplication1/bin/Debug/Svg.xml +++ /dev/null @@ -1,4260 +0,0 @@ -<?xml version="1.0"?> -<doc> - <assembly> - <name>Svg</name> - </assembly> - <members> - <member name="T:Svg.SvgImage"> - <summary> - Represents and SVG image - </summary> - </member> - <member name="M:Svg.SvgImage.#ctor"> - <summary> - Initializes a new instance of the <see cref="T:Svg.SvgImage"/> class. - </summary> - </member> - <member name="P:Svg.SvgImage.Location"> - <summary> - Gets an <see cref="T:Svg.SvgPoint"/> representing the top left point of the rectangle. - </summary> - </member> - <member name="P:Svg.SvgImage.AspectRatio"> - <summary> - Gets or sets the aspect of the viewport. - </summary> - <value></value> - </member> - <member name="P:Svg.SvgImage.Bounds"> - <summary> - Gets the bounds of the element. - </summary> - <value>The bounds.</value> - </member> - <member name="M:Svg.SvgImage.Path(Svg.ISvgRenderer)"> - <summary> - Gets the <see cref="T:System.Drawing.Drawing2D.GraphicsPath"/> for this element. - </summary> - </member> - <member name="M:Svg.SvgImage.Render(Svg.ISvgRenderer)"> - <summary> - Renders the <see cref="T:Svg.SvgElement"/> and contents to the specified <see cref="T:System.Drawing.Graphics"/> object. - </summary> - </member> - <member name="T:Svg.SvgVisualElement"> - <summary> - The class that all SVG elements should derive from when they are to be rendered. - </summary> - </member> - <member name="M:Svg.SvgVisualElement.Path(Svg.ISvgRenderer)"> - <summary> - Gets the <see cref="T:System.Drawing.Drawing2D.GraphicsPath"/> for this element. - </summary> - </member> - <member name="P:Svg.SvgVisualElement.Bounds"> - <summary> - Gets the bounds of the element. - </summary> - <value>The bounds.</value> - </member> - <member name="P:Svg.SvgVisualElement.Clip"> - <summary> - Gets the associated <see cref="T:Svg.SvgClipPath"/> if one has been specified. - </summary> - </member> - <member name="P:Svg.SvgVisualElement.ClipPath"> - <summary> - Gets the associated <see cref="T:Svg.SvgClipPath"/> if one has been specified. - </summary> - </member> - <member name="P:Svg.SvgVisualElement.ClipRule"> - <summary> - Gets or sets the algorithm which is to be used to determine the clipping region. - </summary> - </member> - <member name="P:Svg.SvgVisualElement.Filter"> - <summary> - Gets the associated <see cref="T:Svg.SvgClipPath"/> if one has been specified. - </summary> - </member> - <member name="P:Svg.SvgVisualElement.RequiresSmoothRendering"> - <summary> - Gets or sets a value to determine if anti-aliasing should occur when the element is being rendered. - </summary> - </member> - <member name="M:Svg.SvgVisualElement.#ctor"> - <summary> - Initializes a new instance of the <see cref="!:SvgGraphicsElement"/> class. - </summary> - </member> - <member name="M:Svg.SvgVisualElement.Render(Svg.ISvgRenderer)"> - <summary> - Renders the <see cref="T:Svg.SvgElement"/> and contents to the specified <see cref="T:System.Drawing.Graphics"/> object. - </summary> - <param name="renderer">The <see cref="T:Svg.ISvgRenderer"/> object to render to.</param> - </member> - <member name="M:Svg.SvgVisualElement.RenderFill(Svg.ISvgRenderer)"> - <summary> - Renders the fill of the <see cref="T:Svg.SvgVisualElement"/> to the specified <see cref="T:Svg.ISvgRenderer"/> - </summary> - <param name="renderer">The <see cref="T:Svg.ISvgRenderer"/> object to render to.</param> - </member> - <member name="M:Svg.SvgVisualElement.RenderStroke(Svg.ISvgRenderer)"> - <summary> - Renders the stroke of the <see cref="T:Svg.SvgVisualElement"/> to the specified <see cref="T:Svg.ISvgRenderer"/> - </summary> - <param name="renderer">The <see cref="T:Svg.ISvgRenderer"/> object to render to.</param> - </member> - <member name="M:Svg.SvgVisualElement.SetClip(Svg.ISvgRenderer)"> - <summary> - Sets the clipping region of the specified <see cref="T:Svg.ISvgRenderer"/>. - </summary> - <param name="renderer">The <see cref="T:Svg.ISvgRenderer"/> to have its clipping region set.</param> - </member> - <member name="M:Svg.SvgVisualElement.ResetClip(Svg.ISvgRenderer)"> - <summary> - Resets the clipping region of the specified <see cref="T:Svg.ISvgRenderer"/> back to where it was before the <see cref="M:Svg.SvgVisualElement.SetClip(Svg.ISvgRenderer)"/> method was called. - </summary> - <param name="renderer">The <see cref="T:Svg.ISvgRenderer"/> to have its clipping region reset.</param> - </member> - <member name="M:Svg.SvgVisualElement.Svg#ISvgClipable#SetClip(Svg.ISvgRenderer)"> - <summary> - Sets the clipping region of the specified <see cref="T:Svg.ISvgRenderer"/>. - </summary> - <param name="renderer">The <see cref="T:Svg.ISvgRenderer"/> to have its clipping region set.</param> - </member> - <member name="M:Svg.SvgVisualElement.Svg#ISvgClipable#ResetClip(Svg.ISvgRenderer)"> - <summary> - Resets the clipping region of the specified <see cref="T:Svg.ISvgRenderer"/> back to where it was before the <see cref="M:Svg.SvgVisualElement.SetClip(Svg.ISvgRenderer)"/> method was called. - </summary> - <param name="renderer">The <see cref="T:Svg.ISvgRenderer"/> to have its clipping region reset.</param> - </member> - <member name="P:Svg.SvgVisualElement.Visible"> - <summary> - Gets or sets a value to determine whether the element will be rendered. - </summary> - </member> - <member name="P:Svg.SvgVisualElement.Display"> - <summary> - Gets or sets a value to determine whether the element will be rendered. - Needed to support SVG attribute display="none" - </summary> - </member> - <member name="P:Svg.SvgVisualElement.EnableBackground"> - <summary> - Gets or sets the fill <see cref="T:Svg.SvgPaintServer"/> of this element. - </summary> - </member> - <member name="T:Svg.SvgCircle"> - <summary> - An SVG element to render circles to the document. - </summary> - </member> - <member name="P:Svg.SvgCircle.Center"> - <summary> - Gets the center point of the circle. - </summary> - <value>The center.</value> - </member> - <member name="P:Svg.SvgCircle.Bounds"> - <summary> - Gets the bounds of the circle. - </summary> - <value>The rectangular bounds of the circle.</value> - </member> - <member name="P:Svg.SvgCircle.RequiresSmoothRendering"> - <summary> - Gets a value indicating whether the circle requires anti-aliasing when being rendered. - </summary> - <value> - <c>true</c> if the circle requires anti-aliasing; otherwise, <c>false</c>. - </value> - </member> - <member name="M:Svg.SvgCircle.Path(Svg.ISvgRenderer)"> - <summary> - Gets the <see cref="T:System.Drawing.Drawing2D.GraphicsPath"/> representing this element. - </summary> - </member> - <member name="M:Svg.SvgCircle.Render(Svg.ISvgRenderer)"> - <summary> - Renders the circle to the specified <see cref="T:System.Drawing.Graphics"/> object. - </summary> - <param name="graphics">The graphics object.</param> - </member> - <member name="M:Svg.SvgCircle.#ctor"> - <summary> - Initializes a new instance of the <see cref="T:Svg.SvgCircle"/> class. - </summary> - </member> - <member name="T:Svg.SvgEllipse"> - <summary> - Represents and SVG ellipse element. - </summary> - </member> - <member name="P:Svg.SvgEllipse.RequiresSmoothRendering"> - <summary> - Gets or sets a value to determine if anti-aliasing should occur when the element is being rendered. - </summary> - <value></value> - </member> - <member name="P:Svg.SvgEllipse.Bounds"> - <summary> - Gets the bounds of the element. - </summary> - <value>The bounds.</value> - </member> - <member name="M:Svg.SvgEllipse.Path(Svg.ISvgRenderer)"> - <summary> - Gets the <see cref="T:System.Drawing.Drawing2D.GraphicsPath"/> for this element. - </summary> - <value></value> - </member> - <member name="M:Svg.SvgEllipse.Render(Svg.ISvgRenderer)"> - <summary> - Renders the <see cref="T:Svg.SvgElement"/> and contents to the specified <see cref="T:System.Drawing.Graphics"/> object. - </summary> - <param name="graphics">The <see cref="T:System.Drawing.Graphics"/> object to render to.</param> - </member> - <member name="M:Svg.SvgEllipse.#ctor"> - <summary> - Initializes a new instance of the <see cref="T:Svg.SvgEllipse"/> class. - </summary> - </member> - <member name="T:Svg.SvgLine"> - <summary> - Represents and SVG line element. - </summary> - </member> - <member name="P:Svg.SvgLine.MarkerEnd"> - <summary> - Gets or sets the marker (end cap) of the path. - </summary> - </member> - <member name="P:Svg.SvgLine.MarkerMid"> - <summary> - Gets or sets the marker (start cap) of the path. - </summary> - </member> - <member name="P:Svg.SvgLine.MarkerStart"> - <summary> - Gets or sets the marker (start cap) of the path. - </summary> - </member> - <member name="M:Svg.SvgLine.RenderStroke(Svg.ISvgRenderer)"> - <summary> - Renders the stroke of the <see cref="T:Svg.SvgVisualElement"/> to the specified <see cref="T:Svg.ISvgRenderer"/> - </summary> - <param name="renderer">The <see cref="T:Svg.ISvgRenderer"/> object to render to.</param> - </member> - <member name="T:Svg.SvgPolygon"> - <summary> - SvgPolygon defines a closed shape consisting of a set of connected straight line segments. - </summary> - </member> - <member name="P:Svg.SvgPolygon.Points"> - <summary> - The points that make up the SvgPolygon - </summary> - </member> - <member name="P:Svg.SvgPolygon.MarkerEnd"> - <summary> - Gets or sets the marker (end cap) of the path. - </summary> - </member> - <member name="P:Svg.SvgPolygon.MarkerMid"> - <summary> - Gets or sets the marker (start cap) of the path. - </summary> - </member> - <member name="P:Svg.SvgPolygon.MarkerStart"> - <summary> - Gets or sets the marker (start cap) of the path. - </summary> - </member> - <member name="M:Svg.SvgPolygon.RenderStroke(Svg.ISvgRenderer)"> - <summary> - Renders the stroke of the <see cref="T:Svg.SvgVisualElement"/> to the specified <see cref="T:Svg.ISvgRenderer"/> - </summary> - <param name="renderer">The <see cref="T:Svg.ISvgRenderer"/> object to render to.</param> - </member> - <member name="T:Svg.SvgPolyline"> - <summary> - SvgPolyline defines a set of connected straight line segments. Typically, <see cref="T:Svg.SvgPolyline"/> defines open shapes. - </summary> - </member> - <member name="P:Svg.SvgPolyline.MarkerEnd"> - <summary> - Gets or sets the marker (end cap) of the path. - </summary> - </member> - <member name="P:Svg.SvgPolyline.MarkerMid"> - <summary> - Gets or sets the marker (start cap) of the path. - </summary> - </member> - <member name="P:Svg.SvgPolyline.MarkerStart"> - <summary> - Gets or sets the marker (start cap) of the path. - </summary> - </member> - <member name="M:Svg.SvgPolyline.RenderStroke(Svg.ISvgRenderer)"> - <summary> - Renders the stroke of the <see cref="T:Svg.SvgVisualElement"/> to the specified <see cref="T:Svg.ISvgRenderer"/> - </summary> - <param name="renderer">The <see cref="T:Svg.ISvgRenderer"/> object to render to.</param> - </member> - <member name="T:Svg.ISvgClipable"> - <summary> - Defines the methods and properties that an <see cref="T:Svg.SvgElement"/> must implement to support clipping. - </summary> - </member> - <member name="P:Svg.ISvgClipable.ClipPath"> - <summary> - Gets or sets the ID of the associated <see cref="T:Svg.SvgClipPath"/> if one has been specified. - </summary> - </member> - <member name="P:Svg.ISvgClipable.ClipRule"> - <summary> - Specifies the rule used to define the clipping region when the element is within a <see cref="T:Svg.SvgClipPath"/>. - </summary> - </member> - <member name="M:Svg.ISvgClipable.SetClip(Svg.ISvgRenderer)"> - <summary> - Sets the clipping region of the specified <see cref="T:Svg.ISvgRenderer"/>. - </summary> - <param name="renderer">The <see cref="T:Svg.ISvgRenderer"/> to have its clipping region set.</param> - </member> - <member name="M:Svg.ISvgClipable.ResetClip(Svg.ISvgRenderer)"> - <summary> - Resets the clipping region of the specified <see cref="T:Svg.ISvgRenderer"/> back to where it was before the <see cref="M:Svg.ISvgClipable.SetClip(Svg.ISvgRenderer)"/> method was called. - </summary> - <param name="renderer">The <see cref="T:Svg.ISvgRenderer"/> to have its clipping region reset.</param> - </member> - <member name="T:Svg.SvgClipRule"> - <summary> - Indicates the algorithm which is to be used to determine the clipping region. - </summary> - <remarks> - <para>This rule determines the "insideness" of a point on the canvas by drawing a ray from - that point to infinity in any direction and then examining the places where a segment of the - shape crosses the ray.</para> - </remarks> - </member> - <member name="F:Svg.SvgClipRule.NonZero"> - <summary> - This rule determines the "insideness" of a point on the canvas by drawing a ray from that point to infinity in any direction and then examining the places where a segment of the shape crosses the ray. Starting with a count of zero, add one each time a path segment crosses the ray from left to right and subtract one each time a path segment crosses the ray from right to left. After counting the crossings, if the result is zero then the point is outside the path. Otherwise, it is inside. - </summary> - </member> - <member name="F:Svg.SvgClipRule.EvenOdd"> - <summary> - This rule determines the "insideness" of a point on the canvas by drawing a ray from that point to infinity in any direction and counting the number of path segments from the given shape that the ray crosses. If this number is odd, the point is inside; if even, the point is outside. - </summary> - </member> - <member name="T:Svg.SvgClipPath"> - <summary> - Defines a path that can be used by other <see cref="T:Svg.ISvgClipable"/> elements. - </summary> - </member> - <member name="P:Svg.SvgClipPath.ClipPathUnits"> - <summary> - Specifies the coordinate system for the clipping path. - </summary> - </member> - <member name="M:Svg.SvgClipPath.#ctor"> - <summary> - Initializes a new instance of the <see cref="T:Svg.SvgClipPath"/> class. - </summary> - </member> - <member name="M:Svg.SvgClipPath.GetClipRegion(Svg.SvgVisualElement)"> - <summary> - Gets this <see cref="T:Svg.SvgClipPath"/>'s region to be used as a clipping region. - </summary> - <returns>A new <see cref="T:System.Drawing.Region"/> containing the <see cref="T:System.Drawing.Region"/> to be used for clipping.</returns> - </member> - <member name="M:Svg.SvgClipPath.CombinePaths(System.Drawing.Drawing2D.GraphicsPath,Svg.SvgElement)"> - <summary> - - </summary> - <param name="region"></param> - <param name="element"></param> - </member> - <member name="M:Svg.SvgClipPath.AddElement(Svg.SvgElement,System.Int32)"> - <summary> - Called by the underlying <see cref="T:Svg.SvgElement"/> when an element has been added to the - <see cref="!:Children"/> collection. - </summary> - <param name="child">The <see cref="T:Svg.SvgElement"/> that has been added.</param> - <param name="index">An <see cref="T:System.Int32"/> representing the index where the element was added to the collection.</param> - </member> - <member name="M:Svg.SvgClipPath.RemoveElement(Svg.SvgElement)"> - <summary> - Called by the underlying <see cref="T:Svg.SvgElement"/> when an element has been removed from the - <see cref="P:Svg.SvgElement.Children"/> collection. - </summary> - <param name="child">The <see cref="T:Svg.SvgElement"/> that has been removed.</param> - </member> - <member name="M:Svg.SvgClipPath.Render(Svg.ISvgRenderer)"> - <summary> - Renders the <see cref="T:Svg.SvgElement"/> and contents to the specified <see cref="T:Svg.ISvgRenderer"/> object. - </summary> - <param name="renderer">The <see cref="T:Svg.ISvgRenderer"/> object to render to.</param> - </member> - <member name="T:Svg.SvgPointCollection"> - <summary> - Represents a list of <see cref="!:SvgUnits"/> used with the <see cref="T:Svg.SvgPolyline"/> and <see cref="T:Svg.SvgPolygon"/>. - </summary> - </member> - <member name="T:Svg.SvgPointCollectionConverter"> - <summary> - A class to convert string into <see cref="T:Svg.SvgUnitCollection"/> instances. - </summary> - </member> - <member name="M:Svg.SvgPointCollectionConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)"> - <summary> - Converts the given object to the type of this converter, using the specified context and culture information. - </summary> - <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"/> that provides a format context.</param> - <param name="culture">The <see cref="T:System.Globalization.CultureInfo"/> to use as the current culture.</param> - <param name="value">The <see cref="T:System.Object"/> to convert.</param> - <returns> - An <see cref="T:System.Object"/> that represents the converted value. - </returns> - <exception cref="T:System.NotSupportedException">The conversion cannot be performed. </exception> - </member> - <member name="T:Svg.SvgTextDecoration"> - <summary>This property describes decorations that are added to the text of an element. Conforming SVG Viewers are not required to support the blink value.</summary> - </member> - <member name="F:Svg.SvgTextDecoration.Inherit"> - <summary>The value is inherited from the parent element.</summary> - </member> - <member name="F:Svg.SvgTextDecoration.None"> - <summary>The text is not decorated</summary> - </member> - <member name="F:Svg.SvgTextDecoration.Underline"> - <summary>The text is underlined.</summary> - </member> - <member name="F:Svg.SvgTextDecoration.Overline"> - <summary>The text is overlined.</summary> - </member> - <member name="F:Svg.SvgTextDecoration.LineThrough"> - <summary>The text is struck through.</summary> - </member> - <member name="F:Svg.SvgTextDecoration.Blink"> - <summary>The text will blink.</summary> - </member> - <member name="T:Svg.SvgTextLengthAdjust"> - <summary>Indicates the type of adjustments which the user agent shall make to make the rendered length of the text match the value specified on the ‘textLength’ attribute.</summary> - <remarks> - <para>The user agent is required to achieve correct start and end positions for the text strings, but the locations of intermediate glyphs are not predictable because user agents might employ advanced algorithms to stretch or compress text strings in order to balance correct start and end positioning with optimal typography.</para> - <para>Note that, for a text string that contains n characters, the adjustments to the advance values often occur only for n−1 characters (see description of attribute ‘textLength’), whereas stretching or compressing of the glyphs will be applied to all n characters.</para> - </remarks> - </member> - <member name="F:Svg.SvgTextLengthAdjust.Spacing"> - <summary>Indicates that only the advance values are adjusted. The glyphs themselves are not stretched or compressed.</summary> - </member> - <member name="F:Svg.SvgTextLengthAdjust.SpacingAndGlyphs"> - <summary>Indicates that the advance values are adjusted and the glyphs themselves stretched or compressed in one axis (i.e., a direction parallel to the inline-progression-direction).</summary> - </member> - <member name="T:Svg.SvgTextPathMethod"> - <summary>Indicates the method by which text should be rendered along the path.</summary> - </member> - <member name="F:Svg.SvgTextPathMethod.Align"> - <summary>Indicates that the glyphs should be rendered using simple 2x3 transformations such that there is no stretching/warping of the glyphs. Typically, supplemental rotation, scaling and translation transformations are done for each glyph to be rendered. As a result, with align, fonts where the glyphs are designed to be connected (e.g., cursive fonts), the connections may not align properly when text is rendered along a path.</summary> - </member> - <member name="F:Svg.SvgTextPathMethod.Stretch"> - <summary>Indicates that the glyph outlines will be converted into paths, and then all end points and control points will be adjusted to be along the perpendicular vectors from the path, thereby stretching and possibly warping the glyphs. With this approach, connected glyphs, such as in cursive scripts, will maintain their connections.</summary> - </member> - <member name="T:Svg.SvgTextPathSpacing"> - <summary>Indicates how the user agent should determine the spacing between glyphs that are to be rendered along a path.</summary> - </member> - <member name="F:Svg.SvgTextPathSpacing.Exact"> - <summary>Indicates that the glyphs should be rendered exactly according to the spacing rules as specified in Text on a path layout rules.</summary> - </member> - <member name="F:Svg.SvgTextPathSpacing.Auto"> - <summary>Indicates that the user agent should use text-on-a-path layout algorithms to adjust the spacing between glyphs in order to achieve visually appealing results.</summary> - </member> - <member name="T:Svg.Document_Structure.SvgSymbol"> - <summary> - An element used to group SVG shapes. - </summary> - </member> - <member name="P:Svg.Document_Structure.SvgSymbol.ViewBox"> - <summary> - Gets or sets the viewport of the element. - </summary> - <value></value> - </member> - <member name="P:Svg.Document_Structure.SvgSymbol.AspectRatio"> - <summary> - Gets or sets the aspect of the viewport. - </summary> - <value></value> - </member> - <member name="M:Svg.Document_Structure.SvgSymbol.Path(Svg.ISvgRenderer)"> - <summary> - Gets the <see cref="!:GraphicsPath"/> for this element. - </summary> - <value></value> - </member> - <member name="P:Svg.Document_Structure.SvgSymbol.Bounds"> - <summary> - Gets the bounds of the element. - </summary> - <value>The bounds.</value> - </member> - <member name="M:Svg.Document_Structure.SvgSymbol.PushTransforms(Svg.ISvgRenderer)"> - <summary> - Applies the required transforms to <see cref="T:Svg.ISvgRenderer"/>. - </summary> - <param name="renderer">The <see cref="T:Svg.ISvgRenderer"/> to be transformed.</param> - </member> - <member name="T:Svg.FilterEffects.SvgColourMatrix"> - <summary> - Note: this is not used in calculations to bitmap - used only to allow for svg xml output - </summary> - </member> - <member name="P:Svg.FilterEffects.SvgColourMatrix.Type"> - <summary> - matrix | saturate | hueRotate | luminanceToAlpha - Indicates the type of matrix operation. The keyword 'matrix' indicates that a full 5x4 matrix of values will be provided. The other keywords represent convenience shortcuts to allow commonly used color operations to be performed without specifying a complete matrix. If attribute ‘type’ is not specified, then the effect is as if a value of matrix were specified. - Note: this is not used in calculations to bitmap - used only to allow for svg xml output - </summary> - </member> - <!-- Badly formed XML comment ignored for member "P:Svg.FilterEffects.SvgColourMatrix.Values" --> - <member name="T:Svg.FilterEffects.SvgOffset"> - <summary> - Note: this is not used in calculations to bitmap - used only to allow for svg xml output - </summary> - </member> - <member name="P:Svg.FilterEffects.SvgOffset.Dx"> - <summary> - The amount to offset the input graphic along the x-axis. The offset amount is expressed in the coordinate system established by attribute ‘primitiveUnits’ on the ‘filter’ element. - If the attribute is not specified, then the effect is as if a value of 0 were specified. - Note: this is not used in calculations to bitmap - used only to allow for svg xml output - </summary> - </member> - <member name="P:Svg.FilterEffects.SvgOffset.Dy"> - <summary> - The amount to offset the input graphic along the y-axis. The offset amount is expressed in the coordinate system established by attribute ‘primitiveUnits’ on the ‘filter’ element. - If the attribute is not specified, then the effect is as if a value of 0 were specified. - Note: this is not used in calculations to bitmap - used only to allow for svg xml output - </summary> - </member> - <member name="T:Svg.FilterEffects.SvgFilter"> - <summary> - A filter effect consists of a series of graphics operations that are applied to a given source graphic to produce a modified graphical result. - </summary> - </member> - <member name="P:Svg.FilterEffects.SvgFilter.X"> - <summary> - Gets or sets the position where the left point of the filter. - </summary> - </member> - <member name="P:Svg.FilterEffects.SvgFilter.Y"> - <summary> - Gets or sets the position where the top point of the filter. - </summary> - </member> - <member name="P:Svg.FilterEffects.SvgFilter.Width"> - <summary> - Gets or sets the width of the resulting filter graphic. - </summary> - </member> - <member name="P:Svg.FilterEffects.SvgFilter.Height"> - <summary> - Gets or sets the height of the resulting filter graphic. - </summary> - </member> - <member name="P:Svg.FilterEffects.SvgFilter.ColorInterpolationFilters"> - <summary> - Gets or sets the color-interpolation-filters of the resulting filter graphic. - NOT currently mapped through to bitmap - </summary> - </member> - <member name="M:Svg.FilterEffects.SvgFilter.#ctor"> - <summary> - Initializes a new instance of the <see cref="T:Svg.FilterEffects.SvgFilter"/> class. - </summary> - </member> - <member name="M:Svg.FilterEffects.SvgFilter.Render(Svg.ISvgRenderer)"> - <summary> - Renders the <see cref="T:Svg.SvgElement"/> and contents to the specified <see cref="T:Svg.ISvgRenderer"/> object. - </summary> - <param name="renderer">The <see cref="T:Svg.ISvgRenderer"/> object to render to.</param> - </member> - <member name="M:Svg.FilterEffects.SvgFilter.Clone"> - <summary> - Creates a new object that is a copy of the current instance. - </summary> - <returns> - A new object that is a copy of this instance. - </returns> - </member> - <member name="P:Svg.FilterEffects.SvgGaussianBlur.StdDeviation"> - <summary> - Gets or sets the radius of the blur (only allows for one value - not the two specified in the SVG Spec) - </summary> - </member> - <member name="T:Svg.SvgFallbackPaintServer"> - <summary> - A wrapper for a paint server has a fallback if the primary server doesn't work. - </summary> - </member> - <member name="T:Svg.SvgElement"> - <summary> - The base class of which all SVG elements are derived from. - </summary> - </member> - <member name="P:Svg.SvgElement.IsPathDirty"> - <summary> - Gets or sets a value indicating whether this element's <see cref="!:Path"/> is dirty. - </summary> - <value> - <c>true</c> if the path is dirty; otherwise, <c>false</c>. - </value> - </member> - <member name="P:Svg.SvgElement.Fill"> - <summary> - Gets or sets the fill <see cref="T:Svg.SvgPaintServer"/> of this element. - </summary> - </member> - <member name="P:Svg.SvgElement.Stroke"> - <summary> - Gets or sets the <see cref="T:Svg.SvgPaintServer"/> to be used when rendering a stroke around this element. - </summary> - </member> - <member name="P:Svg.SvgElement.FillOpacity"> - <summary> - Gets or sets the opacity of this element's <see cref="P:Svg.SvgElement.Fill"/>. - </summary> - </member> - <member name="P:Svg.SvgElement.StrokeWidth"> - <summary> - Gets or sets the width of the stroke (if the <see cref="P:Svg.SvgElement.Stroke"/> property has a valid value specified. - </summary> - </member> - <member name="P:Svg.SvgElement.StrokeOpacity"> - <summary> - Gets or sets the opacity of the stroke, if the <see cref="P:Svg.SvgElement.Stroke"/> property has been specified. 1.0 is fully opaque; 0.0 is transparent. - </summary> - </member> - <member name="P:Svg.SvgElement.StopColor"> - <summary> - Gets or sets the colour of the gradient stop. - </summary> - <remarks>Apparently this can be set on non-sensical elements. Don't ask; just check the tests.</remarks> - </member> - <member name="P:Svg.SvgElement.Opacity"> - <summary> - Gets or sets the opacity of the element. 1.0 is fully opaque; 0.0 is transparent. - </summary> - </member> - <member name="P:Svg.SvgElement.FontFamily"> - <summary> - Indicates which font family is to be used to render the text. - </summary> - </member> - <member name="P:Svg.SvgElement.FontSize"> - <summary> - Refers to the size of the font from baseline to baseline when multiple lines of text are set solid in a multiline layout environment. - </summary> - </member> - <member name="P:Svg.SvgElement.FontStyle"> - <summary> - Refers to the style of the font. - </summary> - </member> - <member name="P:Svg.SvgElement.FontVariant"> - <summary> - Refers to the varient of the font. - </summary> - </member> - <member name="P:Svg.SvgElement.TextDecoration"> - <summary> - Refers to the boldness of the font. - </summary> - </member> - <member name="P:Svg.SvgElement.FontWeight"> - <summary> - Refers to the boldness of the font. - </summary> - </member> - <member name="P:Svg.SvgElement.Font"> - <summary> - Set all font information. - </summary> - </member> - <member name="M:Svg.SvgElement.GetFont(Svg.ISvgRenderer)"> - <summary> - Get the font information based on data stored with the text object or inherited from the parent. - </summary> - <returns></returns> - </member> - <member name="P:Svg.SvgElement.ElementName"> - <summary> - Gets the name of the element. - </summary> - </member> - <member name="P:Svg.SvgElement.Color"> - <summary> - Gets or sets the color <see cref="T:Svg.SvgPaintServer"/> of this element which drives the currentColor property. - </summary> - </member> - <member name="F:Svg.SvgElement._content"> - <summary> - Gets or sets the content of the element. - </summary> - </member> - <member name="P:Svg.SvgElement.Events"> - <summary> - Gets an <see cref="T:System.ComponentModel.EventHandlerList"/> of all events belonging to the element. - </summary> - </member> - <member name="E:Svg.SvgElement.Load"> - <summary> - Occurs when the element is loaded. - </summary> - </member> - <member name="P:Svg.SvgElement.Children"> - <summary> - Gets a collection of all child <see cref="!:SvgElements"/>. - </summary> - </member> - <member name="M:Svg.SvgElement.HasChildren"> - <summary> - Gets a value to determine whether the element has children. - </summary> - </member> - <member name="P:Svg.SvgElement.Parent"> - <summary> - Gets the parent <see cref="T:Svg.SvgElement"/>. - </summary> - <value>An <see cref="T:Svg.SvgElement"/> if one exists; otherwise null.</value> - </member> - <member name="P:Svg.SvgElement.OwnerDocument"> - <summary> - Gets the owner <see cref="T:Svg.SvgDocument"/>. - </summary> - </member> - <member name="P:Svg.SvgElement.Attributes"> - <summary> - Gets a collection of element attributes. - </summary> - </member> - <member name="P:Svg.SvgElement.CustomAttributes"> - <summary> - Gets a collection of custom attributes - </summary> - </member> - <member name="M:Svg.SvgElement.PushTransforms(Svg.ISvgRenderer)"> - <summary> - Applies the required transforms to <see cref="T:Svg.ISvgRenderer"/>. - </summary> - <param name="renderer">The <see cref="T:Svg.ISvgRenderer"/> to be transformed.</param> - </member> - <member name="M:Svg.SvgElement.PopTransforms(Svg.ISvgRenderer)"> - <summary> - Removes any previously applied transforms from the specified <see cref="T:Svg.ISvgRenderer"/>. - </summary> - <param name="renderer">The <see cref="T:Svg.ISvgRenderer"/> that should have transforms removed.</param> - </member> - <member name="M:Svg.SvgElement.Svg#ISvgTransformable#PushTransforms(Svg.ISvgRenderer)"> - <summary> - Applies the required transforms to <see cref="T:Svg.ISvgRenderer"/>. - </summary> - <param name="renderer">The <see cref="T:Svg.ISvgRenderer"/> to be transformed.</param> - </member> - <member name="M:Svg.SvgElement.Svg#ISvgTransformable#PopTransforms(Svg.ISvgRenderer)"> - <summary> - Removes any previously applied transforms from the specified <see cref="T:Svg.ISvgRenderer"/>. - </summary> - <param name="renderer">The <see cref="T:Svg.ISvgRenderer"/> that should have transforms removed.</param> - </member> - <member name="P:Svg.SvgElement.Transforms"> - <summary> - Gets or sets the element transforms. - </summary> - <value>The transforms.</value> - </member> - <member name="P:Svg.SvgElement.ID"> - <summary> - Gets or sets the ID of the element. - </summary> - <exception cref="T:Svg.SvgException">The ID is already used within the <see cref="T:Svg.SvgDocument"/>.</exception> - </member> - <member name="P:Svg.SvgElement.SpaceHandling"> - <summary> - Gets or sets the text anchor. - </summary> - <value>The text anchor.</value> - </member> - <member name="M:Svg.SvgElement.ForceUniqueID(System.String)"> - <summary> - Only used by the ID Manager - </summary> - <param name="newID"></param> - </member> - <member name="M:Svg.SvgElement.AddElement(Svg.SvgElement,System.Int32)"> - <summary> - Called by the underlying <see cref="T:Svg.SvgElement"/> when an element has been added to the - <see cref="P:Svg.SvgElement.Children"/> collection. - </summary> - <param name="child">The <see cref="T:Svg.SvgElement"/> that has been added.</param> - <param name="index">An <see cref="T:System.Int32"/> representing the index where the element was added to the collection.</param> - </member> - <member name="E:Svg.SvgElement.ChildAdded"> - <summary> - Fired when an Element was added to the children of this Element - </summary> - </member> - <member name="M:Svg.SvgElement.OnElementAdded(Svg.SvgElement,System.Int32)"> - <summary> - Calls the <see cref="M:Svg.SvgElement.AddElement(Svg.SvgElement,System.Int32)"/> method with the specified parameters. - </summary> - <param name="child">The <see cref="T:Svg.SvgElement"/> that has been added.</param> - <param name="index">An <see cref="T:System.Int32"/> representing the index where the element was added to the collection.</param> - </member> - <member name="M:Svg.SvgElement.RemoveElement(Svg.SvgElement)"> - <summary> - Called by the underlying <see cref="T:Svg.SvgElement"/> when an element has been removed from the - <see cref="P:Svg.SvgElement.Children"/> collection. - </summary> - <param name="child">The <see cref="T:Svg.SvgElement"/> that has been removed.</param> - </member> - <member name="M:Svg.SvgElement.OnElementRemoved(Svg.SvgElement)"> - <summary> - Calls the <see cref="M:Svg.SvgElement.RemoveElement(Svg.SvgElement)"/> method with the specified <see cref="T:Svg.SvgElement"/> as the parameter. - </summary> - <param name="child">The <see cref="T:Svg.SvgElement"/> that has been removed.</param> - </member> - <member name="M:Svg.SvgElement.#ctor"> - <summary> - Initializes a new instance of the <see cref="T:Svg.SvgElement"/> class. - </summary> - </member> - <member name="M:Svg.SvgElement.RenderElement(Svg.ISvgRenderer)"> - <summary> - Renders this element to the <see cref="T:Svg.ISvgRenderer"/>. - </summary> - <param name="renderer">The <see cref="T:Svg.ISvgRenderer"/> that the element should use to render itself.</param> - </member> - <member name="M:Svg.SvgElement.ShouldWriteElement"> - <summary>Derrived classes may decide that the element should not be written. For example, the text element shouldn't be written if it's empty.</summary> - </member> - <member name="M:Svg.SvgElement.Render(Svg.ISvgRenderer)"> - <summary> - Renders the <see cref="T:Svg.SvgElement"/> and contents to the specified <see cref="T:Svg.ISvgRenderer"/> object. - </summary> - <param name="renderer">The <see cref="T:Svg.ISvgRenderer"/> object to render to.</param> - </member> - <member name="M:Svg.SvgElement.RenderChildren(Svg.ISvgRenderer)"> - <summary> - Renders the children of this <see cref="T:Svg.SvgElement"/>. - </summary> - <param name="renderer">The <see cref="T:Svg.ISvgRenderer"/> to render the child <see cref="T:Svg.SvgElement"/>s to.</param> - </member> - <member name="M:Svg.SvgElement.Svg#ISvgElement#Render(Svg.ISvgRenderer)"> - <summary> - Renders the <see cref="T:Svg.SvgElement"/> and contents to the specified <see cref="T:Svg.ISvgRenderer"/> object. - </summary> - <param name="renderer">The <see cref="T:Svg.ISvgRenderer"/> object to render to.</param> - </member> - <member name="M:Svg.SvgElement.AddPaths(Svg.SvgElement,System.Drawing.Drawing2D.GraphicsPath)"> - <summary> - Recursive method to add up the paths of all children - </summary> - <param name="elem"></param> - <param name="path"></param> - </member> - <member name="M:Svg.SvgElement.GetPaths(Svg.SvgElement,Svg.ISvgRenderer)"> - <summary> - Recursive method to add up the paths of all children - </summary> - <param name="elem"></param> - <param name="path"></param> - </member> - <member name="M:Svg.SvgElement.Clone"> - <summary> - Creates a new object that is a copy of the current instance. - </summary> - <returns> - A new object that is a copy of this instance. - </returns> - </member> - <member name="E:Svg.SvgElement.AttributeChanged"> - <summary> - Fired when an Atrribute of this Element has changed - </summary> - </member> - <member name="E:Svg.SvgElement.ContentChanged"> - <summary> - Fired when an Atrribute of this Element has changed - </summary> - </member> - <member name="P:Svg.SvgNodeReader.Value"> - <summary> - Gets the text value of the current node. - </summary> - <value></value> - <returns>The value returned depends on the <see cref="P:System.Xml.XmlTextReader.NodeType"/> of the node. The following table lists node types that have a value to return. All other node types return String.Empty.Node Type Value AttributeThe value of the attribute. CDATAThe content of the CDATA section. CommentThe content of the comment. DocumentTypeThe internal subset. ProcessingInstructionThe entire content, excluding the target. SignificantWhitespaceThe white space within an xml:space= 'preserve' scope. TextThe content of the text node. WhitespaceThe white space between markup. XmlDeclarationThe content of the declaration. </returns> - </member> - <member name="P:Svg.SvgNodeReader.LocalName"> - <summary> - Gets the local name of the current node. - </summary> - <value></value> - <returns>The name of the current node with the prefix removed. For example, LocalName is book for the element <bk:book>.For node types that do not have a name (like Text, Comment, and so on), this property returns String.Empty.</returns> - </member> - <member name="M:Svg.SvgNodeReader.MoveToNextAttribute"> - <summary> - Moves to the next attribute. - </summary> - <returns> - true if there is a next attribute; false if there are no more attributes. - </returns> - </member> - <member name="M:Svg.SvgNodeReader.Read"> - <summary> - Reads the next node from the stream. - </summary> - <returns> - true if the next node was read successfully; false if there are no more nodes to read. - </returns> - <exception cref="T:System.Xml.XmlException">An error occurred while parsing the XML. </exception> - </member> - <member name="M:Svg.SvgNodeReader.ResolveEntity"> - <summary> - Resolves the entity reference for EntityReference nodes. - </summary> - </member> - <member name="T:Svg.DataTypes.SvgMarkerUnits"> - <summary>Defines the coordinate system for attributes ‘markerWidth’, ‘markerHeight’ and the contents of the ‘marker’.</summary> - </member> - <member name="F:Svg.DataTypes.SvgMarkerUnits.StrokeWidth"> - <summary>If markerUnits="strokeWidth", ‘markerWidth’, ‘markerHeight’ and the contents of the ‘marker’ represent values in a coordinate system which has a single unit equal the size in user units of the current stroke width (see the ‘stroke-width’ property) in place for the graphic object referencing the marker.</summary> - </member> - <member name="F:Svg.DataTypes.SvgMarkerUnits.UserSpaceOnUse"> - <summary>If markerUnits="userSpaceOnUse", ‘markerWidth’, ‘markerHeight’ and the contents of the ‘marker’ represent values in the current user coordinate system in place for the graphic object referencing the marker (i.e., the user coordinate system for the element referencing the ‘marker’ element via a ‘marker’, ‘marker-start’, ‘marker-mid’ or ‘marker-end’ property).</summary> - </member> - <member name="T:Svg.DataTypes.SvgColourInterpolation"> - <summary>Specifies the color space for gradient interpolations, color animations and alpha compositing.</summary> - <remarks>When a child element is blended into a background, the value of the ‘color-interpolation’ property on the child determines the type of blending, not the value of the ‘color-interpolation’ on the parent. For gradients which make use of the ‘xlink:href’ attribute to reference another gradient, the gradient uses the ‘color-interpolation’ property value from the gradient element which is directly referenced by the ‘fill’ or ‘stroke’ property. When animating colors, color interpolation is performed according to the value of the ‘color-interpolation’ property on the element being animated.</remarks> - </member> - <member name="F:Svg.DataTypes.SvgColourInterpolation.Auto"> - <summary>Indicates that the user agent can choose either the sRGB or linearRGB spaces for color interpolation. This option indicates that the author doesn't require that color interpolation occur in a particular color space.</summary> - </member> - <member name="F:Svg.DataTypes.SvgColourInterpolation.SRGB"> - <summary>Indicates that color interpolation should occur in the sRGB color space.</summary> - </member> - <member name="F:Svg.DataTypes.SvgColourInterpolation.LinearRGB"> - <summary>Indicates that color interpolation should occur in the linearized RGB color space as described above.</summary> - </member> - <member name="F:Svg.DataTypes.SvgColourInterpolation.Inherit"> - <summary>The value is inherited from the parent element.</summary> - </member> - <member name="T:Svg.SvgFontStyle"> - <summary>This is the descriptor for the style of a font and takes the same values as the 'font-style' property, except that a comma-separated list is permitted.</summary> - </member> - <member name="F:Svg.SvgFontStyle.All"> - <summary>Indicates that the font-face supplies all styles (normal, oblique and italic).</summary> - </member> - <member name="F:Svg.SvgFontStyle.Normal"> - <summary>Specifies a font that is classified as 'normal' in the UA's font database.</summary> - </member> - <member name="F:Svg.SvgFontStyle.Oblique"> - <summary>Specifies a font that is classified as 'oblique' in the UA's font database. Fonts with Oblique, Slanted, or Incline in their names will typically be labeled 'oblique' in the font database. A font that is labeled 'oblique' in the UA's font database may actually have been generated by electronically slanting a normal font.</summary> - </member> - <member name="F:Svg.SvgFontStyle.Italic"> - <summary>Specifies a font that is classified as 'italic' in the UA's font database, or, if that is not available, one labeled 'oblique'. Fonts with Italic, Cursive, or Kursiv in their names will typically be labeled 'italic'</summary> - </member> - <member name="T:Svg.SvgOrient"> - <summary> - Represents an orientation in an Scalable Vector Graphics document. - </summary> - </member> - <member name="P:Svg.SvgOrient.Angle"> - <summary> - Gets the value of the unit. - </summary> - </member> - <member name="P:Svg.SvgOrient.IsAuto"> - <summary> - Gets the value of the unit. - </summary> - </member> - <member name="M:Svg.SvgOrient.Equals(System.Object)"> - <summary> - Indicates whether this instance and a specified object are equal. - </summary> - <param name="obj">Another object to compare to.</param> - <returns> - true if <paramref name="obj"/> and this instance are the same type and represent the same value; otherwise, false. - </returns> - </member> - <member name="M:Svg.SvgOrient.op_Implicit(System.Single)~Svg.SvgOrient"> - <summary> - Performs an implicit conversion from <see cref="T:System.Single"/> to <see cref="T:Svg.SvgOrient"/>. - </summary> - <param name="value">The value.</param> - <returns>The result of the conversion.</returns> - </member> - <member name="T:Svg.ISvgViewPort"> - <summary> - Provides properties and methods to be implemented by view port elements. - </summary> - </member> - <member name="P:Svg.ISvgViewPort.ViewBox"> - <summary> - Gets or sets the viewport of the element. - </summary> - </member> - <member name="T:Svg.SvgAspectRatio"> - <summary> - Description of SvgAspectRatio. - </summary> - </member> - <member name="T:Svg.SvgCoordinateUnits"> - <summary> - Defines the various coordinate units certain SVG elements may use. - </summary> - </member> - <member name="F:Svg.SvgCoordinateUnits.ObjectBoundingBox"> - <summary> - Indicates that the coordinate system of the owner element is to be used. - </summary> - </member> - <member name="F:Svg.SvgCoordinateUnits.UserSpaceOnUse"> - <summary> - Indicates that the coordinate system of the entire document is to be used. - </summary> - </member> - <member name="T:Svg.SvgFontWeight"> - <summary>The weight of a face relative to others in the same font family.</summary> - </member> - <member name="F:Svg.SvgFontWeight.All"> - <summary>All font weights.</summary> - </member> - <member name="F:Svg.SvgFontWeight.Inherit"> - <summary>The value is inherited from the parent element.</summary> - </member> - <member name="F:Svg.SvgFontWeight.Normal"> - <summary>Same as <see cref="F:Svg.SvgFontWeight.W400"/>.</summary> - </member> - <member name="F:Svg.SvgFontWeight.Bold"> - <summary>Same as <see cref="F:Svg.SvgFontWeight.W700"/>.</summary> - </member> - <member name="F:Svg.SvgFontWeight.Bolder"> - <summary>One font weight darker than the parent element.</summary> - </member> - <member name="F:Svg.SvgFontWeight.Lighter"> - <summary>One font weight lighter than the parent element.</summary> - </member> - <member name="F:Svg.SvgFontWeight.W100"> - <summary></summary> - </member> - <member name="F:Svg.SvgFontWeight.W200"> - <summary></summary> - </member> - <member name="F:Svg.SvgFontWeight.W300"> - <summary></summary> - </member> - <member name="F:Svg.SvgFontWeight.W400"> - <summary>Same as <see cref="F:Svg.SvgFontWeight.Normal"/>.</summary> - </member> - <member name="F:Svg.SvgFontWeight.W500"> - <summary></summary> - </member> - <member name="F:Svg.SvgFontWeight.W600"> - <summary></summary> - </member> - <member name="F:Svg.SvgFontWeight.W700"> - <summary>Same as <see cref="F:Svg.SvgFontWeight.Bold"/>.</summary> - </member> - <member name="F:Svg.SvgFontWeight.W800"> - <summary></summary> - </member> - <member name="F:Svg.SvgFontWeight.W900"> - <summary></summary> - </member> - <!-- Badly formed XML comment ignored for member "T:Svg.SvgOverflow" --> - <member name="F:Svg.SvgOverflow.Inherit"> - <summary>The value is inherited from the parent element.</summary> - </member> - <member name="F:Svg.SvgOverflow.Auto"> - <summary>The overflow is rendered - same as "visible".</summary> - </member> - <member name="F:Svg.SvgOverflow.Visible"> - <summary>Overflow is rendered.</summary> - </member> - <member name="F:Svg.SvgOverflow.Hidden"> - <summary>Overflow is not rendered.</summary> - </member> - <member name="F:Svg.SvgOverflow.Scroll"> - <summary>Overflow causes a scrollbar to appear (horizontal, vertical or both).</summary> - </member> - <member name="T:Svg.SvgUnitCollection"> - <summary> - Represents a list of <see cref="!:SvgUnits"/>. - </summary> - </member> - <member name="T:Svg.SvgUnitCollectionConverter"> - <summary> - A class to convert string into <see cref="T:Svg.SvgUnitCollection"/> instances. - </summary> - </member> - <member name="M:Svg.SvgUnitCollectionConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)"> - <summary> - Converts the given object to the type of this converter, using the specified context and culture information. - </summary> - <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"/> that provides a format context.</param> - <param name="culture">The <see cref="T:System.Globalization.CultureInfo"/> to use as the current culture.</param> - <param name="value">The <see cref="T:System.Object"/> to convert.</param> - <returns> - An <see cref="T:System.Object"/> that represents the converted value. - </returns> - <exception cref="T:System.NotSupportedException">The conversion cannot be performed. </exception> - </member> - <member name="T:Svg.SvgViewBox"> - <summary> - It is often desirable to specify that a given set of graphics stretch to fit a particular container element. The viewBox attribute provides this capability. - </summary> - </member> - <member name="P:Svg.SvgViewBox.MinX"> - <summary> - Gets or sets the position where the viewport starts horizontally. - </summary> - </member> - <member name="P:Svg.SvgViewBox.MinY"> - <summary> - Gets or sets the position where the viewport starts vertically. - </summary> - </member> - <member name="P:Svg.SvgViewBox.Width"> - <summary> - Gets or sets the width of the viewport. - </summary> - </member> - <member name="P:Svg.SvgViewBox.Height"> - <summary> - Gets or sets the height of the viewport. - </summary> - </member> - <member name="M:Svg.SvgViewBox.op_Implicit(Svg.SvgViewBox)~System.Drawing.RectangleF"> - <summary> - Performs an implicit conversion from <see cref="T:Svg.SvgViewBox"/> to <see cref="T:System.Drawing.RectangleF"/>. - </summary> - <param name="value">The value.</param> - <returns>The result of the conversion.</returns> - </member> - <member name="M:Svg.SvgViewBox.op_Implicit(System.Drawing.RectangleF)~Svg.SvgViewBox"> - <summary> - Performs an implicit conversion from <see cref="T:System.Drawing.RectangleF"/> to <see cref="T:Svg.SvgViewBox"/>. - </summary> - <param name="value">The value.</param> - <returns>The result of the conversion.</returns> - </member> - <member name="M:Svg.SvgViewBox.#ctor(System.Single,System.Single,System.Single,System.Single)"> - <summary> - Initializes a new instance of the <see cref="T:Svg.SvgViewBox"/> struct. - </summary> - <param name="minX">The min X.</param> - <param name="minY">The min Y.</param> - <param name="width">The width.</param> - <param name="height">The height.</param> - </member> - <member name="M:Svg.SvgViewBoxConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)"> - <summary> - Converts the given object to the type of this converter, using the specified context and culture information. - </summary> - <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"/> that provides a format context.</param> - <param name="culture">The <see cref="T:System.Globalization.CultureInfo"/> to use as the current culture.</param> - <param name="value">The <see cref="T:System.Object"/> to convert.</param> - <returns> - An <see cref="T:System.Object"/> that represents the converted value. - </returns> - <exception cref="T:System.NotSupportedException">The conversion cannot be performed. </exception> - </member> - <member name="T:Svg.SvgSwitch"> - <summary> - The ‘switch’ element evaluates the ‘requiredFeatures’, ‘requiredExtensions’ and ‘systemLanguage’ attributes on its direct child elements in order, and then processes and renders the first child for which these attributes evaluate to true - </summary> - </member> - <member name="M:Svg.SvgSwitch.Path(Svg.ISvgRenderer)"> - <summary> - Gets the <see cref="T:System.Drawing.Drawing2D.GraphicsPath"/> for this element. - </summary> - <value></value> - </member> - <member name="P:Svg.SvgSwitch.Bounds"> - <summary> - Gets the bounds of the element. - </summary> - <value>The bounds.</value> - </member> - <member name="M:Svg.SvgSwitch.Render(Svg.ISvgRenderer)"> - <summary> - Renders the <see cref="T:Svg.SvgElement"/> and contents to the specified <see cref="T:System.Drawing.Graphics"/> object. - </summary> - <param name="renderer">The <see cref="T:System.Drawing.Graphics"/> object to render to.</param> - </member> - <member name="T:Svg.SvgDocumentMetadata"> - <summary> - Represents a list of re-usable SVG components. - </summary> - </member> - <member name="M:Svg.SvgDocumentMetadata.#ctor"> - <summary> - Initializes a new instance of the <see cref="T:Svg.SvgDocumentMetadata"/> class. - </summary> - </member> - <member name="M:Svg.SvgDocumentMetadata.Render(Svg.ISvgRenderer)"> - <summary> - Renders the <see cref="T:Svg.SvgElement"/> and contents to the specified <see cref="T:Svg.ISvgRenderer"/> object. - </summary> - <param name="renderer">The <see cref="T:Svg.ISvgRenderer"/> object to render to.</param> - </member> - <member name="T:Svg.SvgForeignObject"> - <summary> - The ‘foreignObject’ element allows for inclusion of a foreign namespace which has its graphical content drawn by a different user agent - </summary> - </member> - <member name="M:Svg.SvgForeignObject.Path(Svg.ISvgRenderer)"> - <summary> - Gets the <see cref="T:System.Drawing.Drawing2D.GraphicsPath"/> for this element. - </summary> - <value></value> - </member> - <member name="P:Svg.SvgForeignObject.Bounds"> - <summary> - Gets the bounds of the element. - </summary> - <value>The bounds.</value> - </member> - <member name="T:Svg.SvgDeferredPaintServer"> - <summary> - A wrapper for a paint server which isn't defined currently in the parse process, but - should be defined by the time the image needs to render. - </summary> - </member> - <member name="M:Svg.SvgMarker.RenderMarker(Svg.ISvgRenderer,Svg.SvgVisualElement,System.Drawing.PointF,System.Drawing.PointF,System.Drawing.PointF)"> - <summary> - Render this marker using the slope of the given line segment - </summary> - <param name="pRenderer"></param> - <param name="pOwner"></param> - <param name="pMarkerPoint1"></param> - <param name="pMarkerPoint2"></param> - </member> - <member name="M:Svg.SvgMarker.RenderMarker(Svg.ISvgRenderer,Svg.SvgVisualElement,System.Drawing.PointF,System.Drawing.PointF,System.Drawing.PointF,System.Drawing.PointF)"> - <summary> - Render this marker using the average of the slopes of the two given line segments - </summary> - <param name="pRenderer"></param> - <param name="pOwner"></param> - <param name="pMarkerPoint1"></param> - <param name="pMarkerPoint2"></param> - <param name="pMarkerPoint3"></param> - </member> - <member name="M:Svg.SvgMarker.RenderPart2(System.Single,Svg.ISvgRenderer,Svg.SvgVisualElement,System.Drawing.PointF)"> - <summary> - Common code for rendering a marker once the orientation angle has been calculated - </summary> - <param name="fAngle"></param> - <param name="pRenderer"></param> - <param name="pOwner"></param> - <param name="pMarkerPoint"></param> - </member> - <member name="M:Svg.SvgMarker.CreatePen(Svg.SvgVisualElement,Svg.ISvgRenderer)"> - <summary> - Create a pen that can be used to render this marker - </summary> - <param name="pStroke"></param> - <returns></returns> - </member> - <member name="M:Svg.SvgMarker.GetClone(Svg.SvgVisualElement)"> - <summary> - Get a clone of the current path, scaled for the stroke width - </summary> - <returns></returns> - </member> - <member name="M:Svg.SvgMarker.AdjustForViewBoxWidth(System.Single)"> - <summary> - Adjust the given value to account for the width of the viewbox in the viewport - </summary> - <param name="fWidth"></param> - <returns></returns> - </member> - <member name="M:Svg.SvgMarker.AdjustForViewBoxHeight(System.Single)"> - <summary> - Adjust the given value to account for the height of the viewbox in the viewport - </summary> - <param name="fWidth"></param> - <returns></returns> - </member> - <member name="T:Svg.SvgDefinitionList"> - <summary> - Represents a list of re-usable SVG components. - </summary> - </member> - <member name="M:Svg.SvgDefinitionList.#ctor"> - <summary> - Initializes a new instance of the <see cref="T:Svg.SvgDefinitionList"/> class. - </summary> - </member> - <member name="M:Svg.SvgDefinitionList.Render(Svg.ISvgRenderer)"> - <summary> - Renders the <see cref="T:Svg.SvgElement"/> and contents to the specified <see cref="T:Svg.ISvgRenderer"/> object. - </summary> - <param name="renderer">The <see cref="T:Svg.ISvgRenderer"/> object to render to.</param> - </member> - <member name="T:Svg.SvgFragment"> - <summary> - An <see cref="T:Svg.SvgFragment"/> represents an SVG fragment that can be the root element or an embedded fragment of an SVG document. - </summary> - </member> - <member name="F:Svg.SvgFragment.Namespace"> - <summary> - Gets the SVG namespace string. - </summary> - </member> - <member name="P:Svg.SvgFragment.X"> - <summary> - Gets or sets the position where the left point of the svg should start. - </summary> - </member> - <member name="P:Svg.SvgFragment.Y"> - <summary> - Gets or sets the position where the top point of the svg should start. - </summary> - </member> - <member name="P:Svg.SvgFragment.Width"> - <summary> - Gets or sets the width of the fragment. - </summary> - <value>The width.</value> - </member> - <member name="P:Svg.SvgFragment.Height"> - <summary> - Gets or sets the height of the fragment. - </summary> - <value>The height.</value> - </member> - <member name="P:Svg.SvgFragment.ViewBox"> - <summary> - Gets or sets the viewport of the element. - </summary> - <value></value> - </member> - <member name="P:Svg.SvgFragment.AspectRatio"> - <summary> - Gets or sets the aspect of the viewport. - </summary> - <value></value> - </member> - <member name="P:Svg.SvgFragment.FontSize"> - <summary> - Refers to the size of the font from baseline to baseline when multiple lines of text are set solid in a multiline layout environment. - </summary> - </member> - <member name="P:Svg.SvgFragment.FontFamily"> - <summary> - Indicates which font family is to be used to render the text. - </summary> - </member> - <member name="M:Svg.SvgFragment.PushTransforms(Svg.ISvgRenderer)"> - <summary> - Applies the required transforms to <see cref="T:Svg.ISvgRenderer"/>. - </summary> - <param name="renderer">The <see cref="T:Svg.ISvgRenderer"/> to be transformed.</param> - </member> - <member name="P:Svg.SvgFragment.Path"> - <summary> - Gets the <see cref="T:System.Drawing.Drawing2D.GraphicsPath"/> for this element. - </summary> - <value></value> - </member> - <member name="P:Svg.SvgFragment.Bounds"> - <summary> - Gets the bounds of the svg element. - </summary> - <value>The bounds.</value> - </member> - <member name="M:Svg.SvgFragment.#ctor"> - <summary> - Initializes a new instance of the <see cref="T:Svg.SvgFragment"/> class. - </summary> - </member> - <member name="T:Svg.SvgGroup"> - <summary> - An element used to group SVG shapes. - </summary> - </member> - <member name="M:Svg.SvgGroup.Path(Svg.ISvgRenderer)"> - <summary> - Gets the <see cref="T:System.Drawing.Drawing2D.GraphicsPath"/> for this element. - </summary> - <value></value> - </member> - <member name="P:Svg.SvgGroup.Bounds"> - <summary> - Gets the bounds of the element. - </summary> - <value>The bounds.</value> - </member> - <member name="M:Svg.SvgUse.PushTransforms(Svg.ISvgRenderer)"> - <summary> - Applies the required transforms to <see cref="T:Svg.ISvgRenderer"/>. - </summary> - <param name="renderer">The <see cref="T:Svg.ISvgRenderer"/> to be transformed.</param> - </member> - <member name="M:Svg.SvgUse.#ctor"> - <summary> - Initializes a new instance of the <see cref="T:Svg.SvgUse"/> class. - </summary> - </member> - <member name="P:Svg.EnumBaseConverter`1.DefaultValue"> - <summary>If specified, upon conversion, the default value will result in 'null'.</summary> - </member> - <member name="M:Svg.EnumBaseConverter`1.#ctor"> - <summary>Creates a new instance.</summary> - </member> - <member name="M:Svg.EnumBaseConverter`1.#ctor(`0)"> - <summary>Creates a new instance.</summary> - <param name="defaultValue">Specified the default value of the enum.</param> - </member> - <member name="M:Svg.EnumBaseConverter`1.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)"> - <summary>Attempts to convert the provided value to <typeparamref name="T"/>.</summary> - </member> - <member name="M:Svg.EnumBaseConverter`1.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)"> - <summary>Attempts to convert the value to the destination type.</summary> - </member> - <member name="T:Svg.SvgDefaults"> - <summary> - Holds a dictionary of the default values of the SVG specification - </summary> - </member> - <member name="M:Svg.SvgDefaults.IsDefault(System.String,System.String)"> - <summary> - Checks whether the property value is the default value of the svg definition. - </summary> - <param name="attributeName">Name of the svg attribute</param> - <param name="propertyValue">.NET value of the attribute</param> - </member> - <member name="T:Svg.SvgElementAttribute"> - <summary> - Specifies the SVG name of an <see cref="T:Svg.SvgElement"/>. - </summary> - </member> - <member name="P:Svg.SvgElementAttribute.ElementName"> - <summary> - Gets the name of the SVG element. - </summary> - </member> - <member name="M:Svg.SvgElementAttribute.#ctor(System.String)"> - <summary> - Initializes a new instance of the <see cref="T:Svg.SvgElementAttribute"/> class with the specified element name; - </summary> - <param name="elementName">The name of the SVG element.</param> - </member> - <member name="T:Svg.SvgExtentions"> - <summary> - Svg helpers - </summary> - </member> - <member name="T:Svg.SvgRenderer"> - <summary> - Convenience wrapper around a graphics object - </summary> - </member> - <member name="M:Svg.SvgRenderer.#ctor(System.Drawing.Graphics)"> - <summary> - Initializes a new instance of the <see cref="T:Svg.ISvgRenderer"/> class. - </summary> - </member> - <member name="M:Svg.SvgRenderer.FromImage(System.Drawing.Image)"> - <summary> - Creates a new <see cref="T:Svg.ISvgRenderer"/> from the specified <see cref="T:System.Drawing.Image"/>. - </summary> - <param name="image"><see cref="T:System.Drawing.Image"/> from which to create the new <see cref="T:Svg.ISvgRenderer"/>.</param> - </member> - <member name="M:Svg.SvgRenderer.FromGraphics(System.Drawing.Graphics)"> - <summary> - Creates a new <see cref="T:Svg.ISvgRenderer"/> from the specified <see cref="T:System.Drawing.Graphics"/>. - </summary> - <param name="graphics">The <see cref="T:System.Drawing.Graphics"/> to create the renderer from.</param> - </member> - <member name="T:Svg.SvgColourConverter"> - <summary> - Converts string representations of colours into <see cref="T:System.Drawing.Color"/> objects. - </summary> - </member> - <member name="M:Svg.SvgColourConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)"> - <summary> - Converts the given object to the converter's native type. - </summary> - <param name="context">A <see cref="T:System.ComponentModel.TypeDescriptor"/> that provides a format context. You can use this object to get additional information about the environment from which this converter is being invoked.</param> - <param name="culture">A <see cref="T:System.Globalization.CultureInfo"/> that specifies the culture to represent the color.</param> - <param name="value">The object to convert.</param> - <returns> - An <see cref="T:System.Object"/> representing the converted value. - </returns> - <exception cref="T:System.ArgumentException">The conversion cannot be performed.</exception> - <PermissionSet> - <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true"/> - </PermissionSet> - </member> - <member name="M:Svg.SvgColourConverter.Hsl2Rgb(System.Double,System.Double,System.Double)"> - <summary> - Converts HSL color (with HSL specified from 0 to 1) to RGB color. - Taken from http://www.geekymonkey.com/Programming/CSharp/RGB2HSL_HSL2RGB.htm - </summary> - <param name="h"></param> - <param name="sl"></param> - <param name="l"></param> - <returns></returns> - </member> - <member name="T:Svg.SvgGradientSpreadMethod"> - <summary>Indicates what happens if the gradient starts or ends inside the bounds of the target rectangle.</summary> - <remarks> - <para>Possible values are: 'pad', which says to use the terminal colors of the gradient to fill the remainder of the target region, 'reflect', which says to reflect the gradient pattern start-to-end, end-to-start, start-to-end, etc. continuously until the target rectangle is filled, and repeat, which says to repeat the gradient pattern start-to-end, start-to-end, start-to-end, etc. continuously until the target region is filled.</para> - <para>If the attribute is not specified, the effect is as if a value of 'pad' were specified.</para> - </remarks> - </member> - <member name="F:Svg.SvgGradientSpreadMethod.Pad"> - <summary>Use the terminal colors of the gradient to fill the remainder of the target region.</summary> - </member> - <member name="F:Svg.SvgGradientSpreadMethod.Reflect"> - <summary>Reflect the gradient pattern start-to-end, end-to-start, start-to-end, etc. continuously until the target rectangle is filled.</summary> - </member> - <member name="F:Svg.SvgGradientSpreadMethod.Repeat"> - <summary>Repeat the gradient pattern start-to-end, start-to-end, start-to-end, etc. continuously until the target region is filled.</summary> - </member> - <member name="M:Svg.SvgDtdResolver.GetEntity(System.Uri,System.String,System.Type)"> - <summary> - Maps a URI to an object containing the actual resource. - </summary> - <param name="absoluteUri">The URI returned from <see cref="M:System.Xml.XmlResolver.ResolveUri(System.Uri,System.String)"/></param> - <param name="role">The current implementation does not use this parameter when resolving URIs. This is provided for future extensibility purposes. For example, this can be mapped to the xlink:role and used as an implementation specific argument in other scenarios.</param> - <param name="ofObjectToReturn">The type of object to return. The current implementation only returns System.IO.Stream objects.</param> - <returns> - A System.IO.Stream object or null if a type other than stream is specified. - </returns> - <exception cref="T:System.Xml.XmlException"> - <paramref name="ofObjectToReturn"/> is neither null nor a Stream type. </exception> - <exception cref="T:System.UriFormatException">The specified URI is not an absolute URI. </exception> - <exception cref="T:System.NullReferenceException"> - <paramref name="absoluteUri"/> is null. </exception> - <exception cref="T:System.Exception">There is a runtime error (for example, an interrupted server connection). </exception> - </member> - <member name="T:Svg.SvgGradientServer"> - <summary> - Provides the base class for all paint servers that wish to render a gradient. - </summary> - </member> - <member name="M:Svg.SvgGradientServer.#ctor"> - <summary> - Initializes a new instance of the <see cref="T:Svg.SvgGradientServer"/> class. - </summary> - </member> - <member name="M:Svg.SvgGradientServer.AddElement(Svg.SvgElement,System.Int32)"> - <summary> - Called by the underlying <see cref="T:Svg.SvgElement"/> when an element has been added to the - <see cref="!:Children"/> collection. - </summary> - <param name="child">The <see cref="T:Svg.SvgElement"/> that has been added.</param> - <param name="index">An <see cref="T:System.Int32"/> representing the index where the element was added to the collection.</param> - </member> - <member name="M:Svg.SvgGradientServer.RemoveElement(Svg.SvgElement)"> - <summary> - Called by the underlying <see cref="T:Svg.SvgElement"/> when an element has been removed from the - <see cref="!:Children"/> collection. - </summary> - <param name="child">The <see cref="T:Svg.SvgElement"/> that has been removed.</param> - </member> - <member name="P:Svg.SvgGradientServer.Stops"> - <summary> - Gets the ramp of colors to use on a gradient. - </summary> - </member> - <member name="P:Svg.SvgGradientServer.SpreadMethod"> - <summary> - Specifies what happens if the gradient starts or ends inside the bounds of the target rectangle. - </summary> - </member> - <member name="P:Svg.SvgGradientServer.GradientUnits"> - <summary> - Gets or sets the coordinate system of the gradient. - </summary> - </member> - <member name="P:Svg.SvgGradientServer.InheritGradient"> - <summary> - Gets or sets another gradient fill from which to inherit the stops from. - </summary> - </member> - <member name="M:Svg.SvgGradientServer.GetColorBlend(Svg.ISvgRenderer,System.Single,System.Boolean)"> - <summary> - Gets a <see cref="T:System.Drawing.Drawing2D.ColorBlend"/> representing the <see cref="T:Svg.SvgGradientServer"/>'s gradient stops. - </summary> - <param name="owner">The parent <see cref="T:Svg.SvgVisualElement"/>.</param> - <param name="opacity">The opacity of the colour blend.</param> - </member> - <member name="T:Svg.SvgGradientStop"> - <summary> - Represents a colour stop in a gradient. - </summary> - </member> - <member name="P:Svg.SvgGradientStop.Offset"> - <summary> - Gets or sets the offset, i.e. where the stop begins from the beginning, of the gradient stop. - </summary> - </member> - <member name="P:Svg.SvgGradientStop.StopColor"> - <summary> - Gets or sets the colour of the gradient stop. - </summary> - </member> - <member name="P:Svg.SvgGradientStop.Opacity"> - <summary> - Gets or sets the opacity of the gradient stop (0-1). - </summary> - </member> - <member name="M:Svg.SvgGradientStop.#ctor"> - <summary> - Initializes a new instance of the <see cref="T:Svg.SvgGradientStop"/> class. - </summary> - </member> - <member name="M:Svg.SvgGradientStop.#ctor(Svg.SvgUnit,System.Drawing.Color)"> - <summary> - Initializes a new instance of the <see cref="T:Svg.SvgGradientStop"/> class. - </summary> - <param name="offset">The offset.</param> - <param name="colour">The colour.</param> - </member> - <member name="T:Svg.ISvgStylable"> - <summary> - Defines the methods and properties required for an SVG element to be styled. - </summary> - </member> - <member name="F:Svg.SvgColourServer.NotSet"> - <summary> - An unspecified <see cref="T:Svg.SvgPaintServer"/>. - </summary> - </member> - <member name="F:Svg.SvgColourServer.Inherit"> - <summary> - A <see cref="T:Svg.SvgPaintServer"/> that should inherit from its parent. - </summary> - </member> - <!-- Badly formed XML comment ignored for member "M:Svg.SvgLinearGradientServer.LineF.Intersection(Svg.SvgLinearGradientServer.LineF)" --> - <member name="T:Svg.SvgPaintServer"> - <summary> - Represents the base class for all paint servers that are intended to be used as a fill or stroke. - </summary> - </member> - <member name="F:Svg.SvgPaintServer.None"> - <summary> - An unspecified <see cref="T:Svg.SvgPaintServer"/>. - </summary> - </member> - <member name="M:Svg.SvgPaintServer.#ctor"> - <summary> - Initializes a new instance of the <see cref="T:Svg.SvgPaintServer"/> class. - </summary> - </member> - <member name="M:Svg.SvgPaintServer.Render(Svg.ISvgRenderer)"> - <summary> - Renders the <see cref="T:Svg.SvgElement"/> and contents to the specified <see cref="T:Svg.ISvgRenderer"/> object. - </summary> - <param name="renderer">The <see cref="T:Svg.ISvgRenderer"/> object to render to.</param> - </member> - <member name="M:Svg.SvgPaintServer.GetBrush(Svg.SvgVisualElement,Svg.ISvgRenderer,System.Single,System.Boolean)"> - <summary> - Gets a <see cref="T:System.Drawing.Brush"/> representing the current paint server. - </summary> - <param name="styleOwner">The owner <see cref="T:Svg.SvgVisualElement"/>.</param> - <param name="opacity">The opacity of the brush.</param> - </member> - <member name="M:Svg.SvgPaintServer.ToString"> - <summary> - Returns a <see cref="T:System.String"/> that represents the current <see cref="T:System.Object"/>. - </summary> - <returns> - A <see cref="T:System.String"/> that represents the current <see cref="T:System.Object"/>. - </returns> - </member> - <member name="T:Svg.SvgPatternServer"> - <summary> - A pattern is used to fill or stroke an object using a pre-defined graphic object which can be replicated ("tiled") at fixed intervals in x and y to cover the areas to be painted. - </summary> - </member> - <member name="P:Svg.SvgPatternServer.ViewBox"> - <summary> - Specifies a supplemental transformation which is applied on top of any - transformations necessary to create a new pattern coordinate system. - </summary> - </member> - <member name="P:Svg.SvgPatternServer.AspectRatio"> - <summary> - Gets or sets the aspect of the viewport. - </summary> - <value></value> - </member> - <member name="P:Svg.SvgPatternServer.Width"> - <summary> - Gets or sets the width of the pattern. - </summary> - </member> - <member name="P:Svg.SvgPatternServer.PatternUnits"> - <summary> - Gets or sets the width of the pattern. - </summary> - </member> - <member name="P:Svg.SvgPatternServer.PatternContentUnits"> - <summary> - Gets or sets the width of the pattern. - </summary> - </member> - <member name="P:Svg.SvgPatternServer.Height"> - <summary> - Gets or sets the height of the pattern. - </summary> - </member> - <member name="P:Svg.SvgPatternServer.X"> - <summary> - Gets or sets the X-axis location of the pattern. - </summary> - </member> - <member name="P:Svg.SvgPatternServer.Y"> - <summary> - Gets or sets the Y-axis location of the pattern. - </summary> - </member> - <member name="P:Svg.SvgPatternServer.InheritGradient"> - <summary> - Gets or sets another gradient fill from which to inherit the stops from. - </summary> - </member> - <member name="M:Svg.SvgPatternServer.#ctor"> - <summary> - Initializes a new instance of the <see cref="T:Svg.SvgPatternServer"/> class. - </summary> - </member> - <member name="M:Svg.SvgPatternServer.GetBrush(Svg.SvgVisualElement,Svg.ISvgRenderer,System.Single,System.Boolean)"> - <summary> - Gets a <see cref="T:System.Drawing.Brush"/> representing the current paint server. - </summary> - <param name="renderingElement">The owner <see cref="T:Svg.SvgVisualElement"/>.</param> - <param name="opacity">The opacity of the brush.</param> - </member> - <member name="M:Svg.SvgRadialGradientServer.CalcScale(System.Drawing.RectangleF,System.Drawing.Drawing2D.GraphicsPath,System.Drawing.Graphics)"> - <summary> - Determine how much (approximately) the path must be scaled to contain the rectangle - </summary> - <param name="bounds">Bounds that the path must contain</param> - <param name="path">Path of the gradient</param> - <returns>Scale factor</returns> - <remarks> - This method continually transforms the rectangle (fewer points) until it is contained by the path - and returns the result of the search. The scale factor is set to a constant 95% - </remarks> - </member> - <member name="T:Svg.SvgStrokeLineCap"> - <summary>Specifies the shape to be used at the end of open subpaths when they are stroked.</summary> - </member> - <member name="F:Svg.SvgStrokeLineCap.Inherit"> - <summary>The value is inherited from the parent element.</summary> - </member> - <member name="F:Svg.SvgStrokeLineCap.Butt"> - <summary>The ends of the subpaths are square but do not extend past the end of the subpath.</summary> - </member> - <member name="F:Svg.SvgStrokeLineCap.Round"> - <summary>The ends of the subpaths are rounded.</summary> - </member> - <member name="F:Svg.SvgStrokeLineCap.Square"> - <summary>The ends of the subpaths are square.</summary> - </member> - <member name="T:Svg.SvgStrokeLineJoin"> - <summary>Specifies the shape to be used at the corners of paths or basic shapes when they are stroked.</summary> - </member> - <member name="F:Svg.SvgStrokeLineJoin.Inherit"> - <summary>The value is inherited from the parent element.</summary> - </member> - <member name="F:Svg.SvgStrokeLineJoin.Miter"> - <summary>The corners of the paths are joined sharply.</summary> - </member> - <member name="F:Svg.SvgStrokeLineJoin.Round"> - <summary>The corners of the paths are rounded off.</summary> - </member> - <member name="F:Svg.SvgStrokeLineJoin.Bevel"> - <summary>The corners of the paths are "flattened".</summary> - </member> - <member name="T:Svg.SvgPath"> - <summary> - Represents an SVG path element. - </summary> - </member> - <member name="P:Svg.SvgPath.PathData"> - <summary> - Gets or sets a <see cref="T:Svg.Pathing.SvgPathSegmentList"/> of path data. - </summary> - </member> - <member name="P:Svg.SvgPath.PathLength"> - <summary> - Gets or sets the length of the path. - </summary> - </member> - <member name="P:Svg.SvgPath.MarkerEnd"> - <summary> - Gets or sets the marker (end cap) of the path. - </summary> - </member> - <member name="P:Svg.SvgPath.MarkerMid"> - <summary> - Gets or sets the marker (start cap) of the path. - </summary> - </member> - <member name="P:Svg.SvgPath.MarkerStart"> - <summary> - Gets or sets the marker (start cap) of the path. - </summary> - </member> - <member name="M:Svg.SvgPath.Path(Svg.ISvgRenderer)"> - <summary> - Gets the <see cref="T:System.Drawing.Drawing2D.GraphicsPath"/> for this element. - </summary> - </member> - <member name="P:Svg.SvgPath.RequiresSmoothRendering"> - <summary> - Gets or sets a value to determine if anti-aliasing should occur when the element is being rendered. - </summary> - </member> - <member name="P:Svg.SvgPath.Bounds"> - <summary> - Gets the bounds of the element. - </summary> - <value>The bounds.</value> - </member> - <member name="M:Svg.SvgPath.#ctor"> - <summary> - Initializes a new instance of the <see cref="T:Svg.SvgPath"/> class. - </summary> - </member> - <member name="M:Svg.SvgPath.RenderStroke(Svg.ISvgRenderer)"> - <summary> - Renders the stroke of the <see cref="T:Svg.SvgVisualElement"/> to the specified <see cref="T:Svg.ISvgRenderer"/> - </summary> - <param name="renderer">The <see cref="T:Svg.ISvgRenderer"/> object to render to.</param> - </member> - <member name="T:Svg.SvgRectangle"> - <summary> - Represents an SVG rectangle that could also have rounded edges. - </summary> - </member> - <member name="M:Svg.SvgRectangle.#ctor"> - <summary> - Initializes a new instance of the <see cref="T:Svg.SvgRectangle"/> class. - </summary> - </member> - <member name="P:Svg.SvgRectangle.Location"> - <summary> - Gets an <see cref="T:Svg.SvgPoint"/> representing the top left point of the rectangle. - </summary> - </member> - <member name="P:Svg.SvgRectangle.X"> - <summary> - Gets or sets the position where the left point of the rectangle should start. - </summary> - </member> - <member name="P:Svg.SvgRectangle.Y"> - <summary> - Gets or sets the position where the top point of the rectangle should start. - </summary> - </member> - <member name="P:Svg.SvgRectangle.Width"> - <summary> - Gets or sets the width of the rectangle. - </summary> - </member> - <member name="P:Svg.SvgRectangle.Height"> - <summary> - Gets or sets the height of the rectangle. - </summary> - </member> - <member name="P:Svg.SvgRectangle.CornerRadiusX"> - <summary> - Gets or sets the X-radius of the rounded edges of this rectangle. - </summary> - </member> - <member name="P:Svg.SvgRectangle.CornerRadiusY"> - <summary> - Gets or sets the Y-radius of the rounded edges of this rectangle. - </summary> - </member> - <member name="P:Svg.SvgRectangle.RequiresSmoothRendering"> - <summary> - Gets or sets a value to determine if anti-aliasing should occur when the element is being rendered. - </summary> - </member> - <member name="P:Svg.SvgRectangle.Bounds"> - <summary> - Gets the bounds of the element. - </summary> - <value>The bounds.</value> - </member> - <member name="M:Svg.SvgRectangle.Path(Svg.ISvgRenderer)"> - <summary> - Gets the <see cref="T:System.Drawing.Drawing2D.GraphicsPath"/> for this element. - </summary> - </member> - <member name="M:Svg.SvgRectangle.Render(Svg.ISvgRenderer)"> - <summary> - Renders the <see cref="T:Svg.SvgElement"/> and contents to the specified <see cref="T:System.Drawing.Graphics"/> object. - </summary> - </member> - <member name="T:Svg.SvgDocument"> - <summary> - The class used to create and load SVG documents. - </summary> - </member> - <member name="M:Svg.SvgDocument.#ctor"> - <summary> - Initializes a new instance of the <see cref="T:Svg.SvgDocument"/> class. - </summary> - </member> - <member name="P:Svg.SvgDocument.IdManager"> - <summary> - Gets an <see cref="T:Svg.SvgElementIdManager"/> for this document. - </summary> - </member> - <member name="M:Svg.SvgDocument.OverwriteIdManager(Svg.SvgElementIdManager)"> - <summary> - Overwrites the current IdManager with a custom implementation. - Be careful with this: If elements have been inserted into the document before, - you have to take care that the new IdManager also knows of them. - </summary> - <param name="manager"></param> - </member> - <member name="P:Svg.SvgDocument.Ppi"> - <summary> - Gets or sets the Pixels Per Inch of the rendered image. - </summary> - </member> - <member name="P:Svg.SvgDocument.ExternalCSSHref"> - <summary> - Gets or sets an external Cascading Style Sheet (CSS) - </summary> - </member> - <member name="M:Svg.SvgDocument.GetElementById(System.String)"> - <summary> - Retrieves the <see cref="T:Svg.SvgElement"/> with the specified ID. - </summary> - <param name="id">A <see cref="T:System.String"/> containing the ID of the element to find.</param> - <returns>An <see cref="T:Svg.SvgElement"/> of one exists with the specified ID; otherwise false.</returns> - </member> - <member name="M:Svg.SvgDocument.GetElementById``1(System.String)"> - <summary> - Retrieves the <see cref="T:Svg.SvgElement"/> with the specified ID. - </summary> - <param name="id">A <see cref="T:System.String"/> containing the ID of the element to find.</param> - <returns>An <see cref="T:Svg.SvgElement"/> of one exists with the specified ID; otherwise false.</returns> - </member> - <member name="M:Svg.SvgDocument.Open(System.String)"> - <summary> - Opens the document at the specified path and loads the SVG contents. - </summary> - <param name="path">A <see cref="T:System.String"/> containing the path of the file to open.</param> - <returns>An <see cref="T:Svg.SvgDocument"/> with the contents loaded.</returns> - <exception cref="T:System.IO.FileNotFoundException">The document at the specified <paramref name="path"/> cannot be found.</exception> - </member> - <member name="M:Svg.SvgDocument.Open``1(System.String)"> - <summary> - Opens the document at the specified path and loads the SVG contents. - </summary> - <param name="path">A <see cref="T:System.String"/> containing the path of the file to open.</param> - <returns>An <see cref="T:Svg.SvgDocument"/> with the contents loaded.</returns> - <exception cref="T:System.IO.FileNotFoundException">The document at the specified <paramref name="path"/> cannot be found.</exception> - </member> - <member name="M:Svg.SvgDocument.Open``1(System.String,System.Collections.Generic.Dictionary{System.String,System.String})"> - <summary> - Opens the document at the specified path and loads the SVG contents. - </summary> - <param name="path">A <see cref="T:System.String"/> containing the path of the file to open.</param> - <param name="entities">A dictionary of custom entity definitions to be used when resolving XML entities within the document.</param> - <returns>An <see cref="T:Svg.SvgDocument"/> with the contents loaded.</returns> - <exception cref="T:System.IO.FileNotFoundException">The document at the specified <paramref name="path"/> cannot be found.</exception> - </member> - <member name="M:Svg.SvgDocument.Open``1(System.IO.Stream)"> - <summary> - Attempts to open an SVG document from the specified <see cref="T:System.IO.Stream"/>. - </summary> - <param name="stream">The <see cref="T:System.IO.Stream"/> containing the SVG document to open.</param> - </member> - <member name="M:Svg.SvgDocument.FromSvg``1(System.String)"> - <summary> - Attempts to create an SVG document from the specified string data. - </summary> - <param name="svg">The SVG data.</param> - </member> - <member name="M:Svg.SvgDocument.Open``1(System.IO.Stream,System.Collections.Generic.Dictionary{System.String,System.String})"> - <summary> - Opens an SVG document from the specified <see cref="T:System.IO.Stream"/> and adds the specified entities. - </summary> - <param name="stream">The <see cref="T:System.IO.Stream"/> containing the SVG document to open.</param> - <param name="entities">Custom entity definitions.</param> - <exception cref="T:System.ArgumentNullException">The <paramref name="stream"/> parameter cannot be <c>null</c>.</exception> - </member> - <member name="M:Svg.SvgDocument.Open(System.Xml.XmlDocument)"> - <summary> - Opens an SVG document from the specified <see cref="T:System.Xml.XmlDocument"/>. - </summary> - <param name="document">The <see cref="T:System.Xml.XmlDocument"/> containing the SVG document XML.</param> - <exception cref="T:System.ArgumentNullException">The <paramref name="document"/> parameter cannot be <c>null</c>.</exception> - </member> - <member name="M:Svg.SvgDocument.Draw(Svg.ISvgRenderer)"> - <summary> - Renders the <see cref="T:Svg.SvgDocument"/> to the specified <see cref="T:Svg.ISvgRenderer"/>. - </summary> - <param name="renderer">The <see cref="T:Svg.ISvgRenderer"/> to render the document with.</param> - <exception cref="T:System.ArgumentNullException">The <paramref name="renderer"/> parameter cannot be <c>null</c>.</exception> - </member> - <member name="M:Svg.SvgDocument.Draw(System.Drawing.Graphics)"> - <summary> - Renders the <see cref="T:Svg.SvgDocument"/> to the specified <see cref="T:System.Drawing.Graphics"/>. - </summary> - <param name="graphics">The <see cref="T:System.Drawing.Graphics"/> to be rendered to.</param> - <exception cref="T:System.ArgumentNullException">The <paramref name="graphics"/> parameter cannot be <c>null</c>.</exception> - </member> - <member name="M:Svg.SvgDocument.Draw"> - <summary> - Renders the <see cref="T:Svg.SvgDocument"/> and returns the image as a <see cref="T:System.Drawing.Bitmap"/>. - </summary> - <returns>A <see cref="T:System.Drawing.Bitmap"/> containing the rendered document.</returns> - </member> - <member name="M:Svg.SvgDocument.Draw(System.Drawing.Bitmap)"> - <summary> - Renders the <see cref="T:Svg.SvgDocument"/> into a given Bitmap <see cref="T:System.Drawing.Bitmap"/>. - </summary> - </member> - <member name="M:Svg.SvgDocument.Draw(System.Int32,System.Int32)"> - <summary> - Renders the <see cref="T:Svg.SvgDocument"/> in given size and returns the image as a <see cref="T:System.Drawing.Bitmap"/>. - </summary> - <returns>A <see cref="T:System.Drawing.Bitmap"/> containing the rendered document.</returns> - </member> - <member name="M:Svg.SvgDocument.RasterizeDimensions(System.Drawing.SizeF@,System.Int32,System.Int32)"> - <summary> - If both or one of raster height and width is not given (0), calculate that missing value from original SVG size - while keeping original SVG size ratio - </summary> - <param name="size"></param> - <param name="rasterWidth"></param> - <param name="rasterHeight"></param> - </member> - <member name="T:Svg.SvgAttributeAttribute"> - <summary> - Specifies the SVG attribute name of the associated property. - </summary> - </member> - <member name="F:Svg.SvgAttributeAttribute.SvgNamespace"> - <summary> - Gets a <see cref="T:System.String"/> containing the XLink namespace (http://www.w3.org/1999/xlink). - </summary> - </member> - <member name="M:Svg.SvgAttributeAttribute.Match(System.Object)"> - <summary> - When overridden in a derived class, returns a value that indicates whether this instance equals a specified object. - </summary> - <param name="obj">An <see cref="T:System.Object"/> to compare with this instance of <see cref="T:System.Attribute"/>.</param> - <returns> - true if this instance equals <paramref name="obj"/>; otherwise, false. - </returns> - </member> - <member name="P:Svg.SvgAttributeAttribute.NamespaceAndName"> - <summary> - Gets the name of the SVG attribute. - </summary> - </member> - <member name="P:Svg.SvgAttributeAttribute.Name"> - <summary> - Gets the name of the SVG attribute. - </summary> - </member> - <member name="P:Svg.SvgAttributeAttribute.NameSpace"> - <summary> - Gets the namespace of the SVG attribute. - </summary> - </member> - <member name="M:Svg.SvgAttributeAttribute.#ctor"> - <summary> - Initializes a new instance of the <see cref="T:Svg.SvgAttributeAttribute"/> class. - </summary> - </member> - <member name="M:Svg.SvgAttributeAttribute.#ctor(System.String)"> - <summary> - Initializes a new instance of the <see cref="T:Svg.SvgAttributeAttribute"/> class with the specified attribute name. - </summary> - <param name="name">The name of the SVG attribute.</param> - </member> - <member name="M:Svg.SvgAttributeAttribute.#ctor(System.String,System.String)"> - <summary> - Initializes a new instance of the <see cref="T:Svg.SvgAttributeAttribute"/> class with the specified SVG attribute name and namespace. - </summary> - <param name="name">The name of the SVG attribute.</param> - <param name="nameSpace">The namespace of the SVG attribute (e.g. http://www.w3.org/2000/svg).</param> - </member> - <member name="T:Svg.SvgAttributeCollection"> - <summary> - A collection of Scalable Vector Attributes that can be inherited from the owner elements ancestors. - </summary> - </member> - <member name="M:Svg.SvgAttributeCollection.#ctor(Svg.SvgElement)"> - <summary> - Initialises a new instance of a <see cref="T:Svg.SvgAttributeCollection"/> with the given <see cref="T:Svg.SvgElement"/> as the owner. - </summary> - <param name="owner">The <see cref="T:Svg.SvgElement"/> owner of the collection.</param> - </member> - <member name="M:Svg.SvgAttributeCollection.GetAttribute``1(System.String)"> - <summary> - Gets the attribute with the specified name. - </summary> - <typeparam name="TAttributeType">The type of the attribute value.</typeparam> - <param name="attributeName">A <see cref="T:System.String"/> containing the name of the attribute.</param> - <returns>The attribute value if available; otherwise the default value of <typeparamref name="TAttributeType"/>.</returns> - </member> - <member name="M:Svg.SvgAttributeCollection.GetAttribute``1(System.String,``0)"> - <summary> - Gets the attribute with the specified name. - </summary> - <typeparam name="T">The type of the attribute value.</typeparam> - <param name="attributeName">A <see cref="T:System.String"/> containing the name of the attribute.</param> - <param name="defaultValue">The value to return if a value hasn't already been specified.</param> - <returns>The attribute value if available; otherwise the default value of <typeparamref name="T"/>.</returns> - </member> - <member name="M:Svg.SvgAttributeCollection.GetInheritedAttribute``1(System.String)"> - <summary> - Gets the attribute with the specified name and inherits from ancestors if there is no attribute set. - </summary> - <typeparam name="TAttributeType">The type of the attribute value.</typeparam> - <param name="attributeName">A <see cref="T:System.String"/> containing the name of the attribute.</param> - <returns>The attribute value if available; otherwise the ancestors value for the same attribute; otherwise the default value of <typeparamref name="TAttributeType"/>.</returns> - </member> - <member name="P:Svg.SvgAttributeCollection.Item(System.String)"> - <summary> - Gets the attribute with the specified name. - </summary> - <param name="attributeName">A <see cref="T:System.String"/> containing the attribute name.</param> - <returns>The attribute value associated with the specified name; If there is no attribute the parent's value will be inherited.</returns> - </member> - <member name="E:Svg.SvgAttributeCollection.AttributeChanged"> - <summary> - Fired when an Atrribute has changed - </summary> - </member> - <member name="T:Svg.SvgCustomAttributeCollection"> - <summary> - A collection of Custom Attributes - </summary> - </member> - <member name="M:Svg.SvgCustomAttributeCollection.#ctor(Svg.SvgElement)"> - <summary> - Initialises a new instance of a <see cref="T:Svg.SvgAttributeCollection"/> with the given <see cref="T:Svg.SvgElement"/> as the owner. - </summary> - <param name="owner">The <see cref="T:Svg.SvgElement"/> owner of the collection.</param> - </member> - <member name="P:Svg.SvgCustomAttributeCollection.Item(System.String)"> - <summary> - Gets the attribute with the specified name. - </summary> - <param name="attributeName">A <see cref="T:System.String"/> containing the attribute name.</param> - <returns>The attribute value associated with the specified name; If there is no attribute the parent's value will be inherited.</returns> - </member> - <member name="E:Svg.SvgCustomAttributeCollection.AttributeChanged"> - <summary> - Fired when an Atrribute has changed - </summary> - </member> - <member name="T:Svg.AttributeEventArgs"> - <summary> - Describes the Attribute which was set - </summary> - </member> - <member name="T:Svg.ContentEventArgs"> - <summary> - Content of this whas was set - </summary> - </member> - <member name="T:Svg.ChildAddedEventArgs"> - <summary> - Describes the Attribute which was set - </summary> - </member> - <member name="T:Svg.MouseArg"> - <summary> - Represents the state of the mouse at the moment the event occured. - </summary> - </member> - <member name="F:Svg.MouseArg.Button"> - <summary> - 1 = left, 2 = middle, 3 = right - </summary> - </member> - <member name="F:Svg.MouseArg.ClickCount"> - <summary> - Amount of mouse clicks, e.g. 2 for double click - </summary> - </member> - <member name="F:Svg.MouseArg.AltKey"> - <summary> - Alt modifier key pressed - </summary> - </member> - <member name="F:Svg.MouseArg.ShiftKey"> - <summary> - Shift modifier key pressed - </summary> - </member> - <member name="F:Svg.MouseArg.CtrlKey"> - <summary> - Control modifier key pressed - </summary> - </member> - <member name="T:Svg.StringArg"> - <summary> - Represents a string argument - </summary> - </member> - <member name="F:Svg.MouseScrollArg.AltKey"> - <summary> - Alt modifier key pressed - </summary> - </member> - <member name="F:Svg.MouseScrollArg.ShiftKey"> - <summary> - Shift modifier key pressed - </summary> - </member> - <member name="F:Svg.MouseScrollArg.CtrlKey"> - <summary> - Control modifier key pressed - </summary> - </member> - <member name="T:Svg.ISvgDescriptiveElement"> - <summary>This interface mostly indicates that a node is not to be drawn when rendering the SVG.</summary> - </member> - <member name="T:Svg.SvgElementCollection"> - <summary> - Represents a collection of <see cref="T:Svg.SvgElement"/>s. - </summary> - </member> - <member name="M:Svg.SvgElementCollection.#ctor(Svg.SvgElement)"> - <summary> - Initialises a new instance of an <see cref="T:Svg.SvgElementCollection"/> class. - </summary> - <param name="owner">The owner <see cref="T:Svg.SvgElement"/> of the collection.</param> - </member> - <member name="M:Svg.SvgElementCollection.IndexOf(Svg.SvgElement)"> - <summary> - Returns the index of the specified <see cref="T:Svg.SvgElement"/> in the collection. - </summary> - <param name="item">The <see cref="T:Svg.SvgElement"/> to search for.</param> - <returns>The index of the element if it is present; otherwise -1.</returns> - </member> - <member name="M:Svg.SvgElementCollection.Insert(System.Int32,Svg.SvgElement)"> - <summary> - Inserts the given <see cref="T:Svg.SvgElement"/> to the collection at the specified index. - </summary> - <param name="index">The index that the <paramref name="item"/> should be added at.</param> - <param name="item">The <see cref="T:Svg.SvgElement"/> to be added.</param> - </member> - <member name="M:Svg.SvgElementCollection.FindSvgElementsOf``1"> - <summary> - expensive recursive search for nodes of type T - </summary> - <typeparam name="T"></typeparam> - <returns></returns> - </member> - <member name="M:Svg.SvgElementCollection.FindSvgElementOf``1"> - <summary> - expensive recursive search for first node of type T - </summary> - <typeparam name="T"></typeparam> - <returns></returns> - </member> - <member name="T:Svg.SvgElementFactory"> - <summary> - Provides the methods required in order to parse and create <see cref="T:Svg.SvgElement"/> instances from XML. - </summary> - </member> - <member name="P:Svg.SvgElementFactory.AvailableElements"> - <summary> - Gets a list of available types that can be used when creating an <see cref="T:Svg.SvgElement"/>. - </summary> - </member> - <member name="M:Svg.SvgElementFactory.CreateDocument``1(System.Xml.XmlReader)"> - <summary> - Creates an <see cref="T:Svg.SvgDocument"/> from the current node in the specified <see cref="T:System.Xml.XmlTextReader"/>. - </summary> - <param name="reader">The <see cref="T:System.Xml.XmlTextReader"/> containing the node to parse into an <see cref="T:Svg.SvgDocument"/>.</param> - <exception cref="T:System.ArgumentNullException">The <paramref name="reader"/> parameter cannot be <c>null</c>.</exception> - <exception cref="T:System.InvalidOperationException">The CreateDocument method can only be used to parse root <svg> elements.</exception> - </member> - <member name="M:Svg.SvgElementFactory.CreateElement(System.Xml.XmlReader,Svg.SvgDocument)"> - <summary> - Creates an <see cref="T:Svg.SvgElement"/> from the current node in the specified <see cref="T:System.Xml.XmlTextReader"/>. - </summary> - <param name="reader">The <see cref="T:System.Xml.XmlTextReader"/> containing the node to parse into a subclass of <see cref="T:Svg.SvgElement"/>.</param> - <param name="document">The <see cref="T:Svg.SvgDocument"/> that the created element belongs to.</param> - <exception cref="T:System.ArgumentNullException">The <paramref name="reader"/> and <paramref name="document"/> parameters cannot be <c>null</c>.</exception> - </member> - <member name="T:Svg.SvgElementFactory.ElementInfo"> - <summary> - Contains information about a type inheriting from <see cref="T:Svg.SvgElement"/>. - </summary> - </member> - <member name="P:Svg.SvgElementFactory.ElementInfo.ElementName"> - <summary> - Gets the SVG name of the <see cref="T:Svg.SvgElement"/>. - </summary> - </member> - <member name="P:Svg.SvgElementFactory.ElementInfo.ElementType"> - <summary> - Gets the <see cref="T:System.Type"/> of the <see cref="T:Svg.SvgElement"/> subclass. - </summary> - </member> - <member name="M:Svg.SvgElementFactory.ElementInfo.#ctor(System.String,System.Type)"> - <summary> - Initializes a new instance of the <see cref="T:Svg.SvgElementFactory.ElementInfo"/> struct. - </summary> - <param name="elementName">Name of the element.</param> - <param name="elementType">Type of the element.</param> - </member> - <member name="M:Svg.SvgElementFactory.ElementInfo.#ctor"> - <summary> - Initializes a new instance of the <see cref="T:Svg.SvgElementFactory.ElementInfo"/> class. - </summary> - </member> - <member name="M:Svg.SvgPathBuilder.Parse(System.String)"> - <summary> - Parses the specified string into a collection of path segments. - </summary> - <param name="path">A <see cref="T:System.String"/> containing path data.</param> - </member> - <member name="M:Svg.SvgPathBuilder.ToAbsolute(System.Single,System.Single,Svg.Pathing.SvgPathSegmentList,System.Boolean)"> - <summary> - Creates point with absolute coorindates. - </summary> - <param name="x">Raw X-coordinate value.</param> - <param name="y">Raw Y-coordinate value.</param> - <param name="segments">Current path segments.</param> - <param name="isRelativeBoth"><b>true</b> if <paramref name="x"/> and <paramref name="y"/> contains relative coordinate values, otherwise <b>false</b>.</param> - <returns><see cref="T:System.Drawing.PointF"/> that contains absolute coordinates.</returns> - </member> - <member name="M:Svg.SvgPathBuilder.ToAbsolute(System.Single,System.Single,Svg.Pathing.SvgPathSegmentList,System.Boolean,System.Boolean)"> - <summary> - Creates point with absolute coorindates. - </summary> - <param name="x">Raw X-coordinate value.</param> - <param name="y">Raw Y-coordinate value.</param> - <param name="segments">Current path segments.</param> - <param name="isRelativeX"><b>true</b> if <paramref name="x"/> contains relative coordinate value, otherwise <b>false</b>.</param> - <param name="isRelativeY"><b>true</b> if <paramref name="y"/> contains relative coordinate value, otherwise <b>false</b>.</param> - <returns><see cref="T:System.Drawing.PointF"/> that contains absolute coordinates.</returns> - </member> - <member name="T:Svg.SvgElementIdManager"> - <summary> - Provides methods to ensure element ID's are valid and unique. - </summary> - </member> - <member name="M:Svg.SvgElementIdManager.GetElementById(System.String)"> - <summary> - Retrieves the <see cref="T:Svg.SvgElement"/> with the specified ID. - </summary> - <param name="id">A <see cref="T:System.String"/> containing the ID of the element to find.</param> - <returns>An <see cref="T:Svg.SvgElement"/> of one exists with the specified ID; otherwise false.</returns> - </member> - <member name="M:Svg.SvgElementIdManager.Add(Svg.SvgElement)"> - <summary> - Adds the specified <see cref="T:Svg.SvgElement"/> for ID management. - </summary> - <param name="element">The <see cref="T:Svg.SvgElement"/> to be managed.</param> - </member> - <member name="M:Svg.SvgElementIdManager.AddAndForceUniqueID(Svg.SvgElement,Svg.SvgElement,System.Boolean,System.Action{Svg.SvgElement,System.String,System.String})"> - <summary> - Adds the specified <see cref="T:Svg.SvgElement"/> for ID management. - And can auto fix the ID if it already exists or it starts with a number. - </summary> - <param name="element">The <see cref="T:Svg.SvgElement"/> to be managed.</param> - <param name="autoForceUniqueID">Pass true here, if you want the ID to be fixed</param> - <param name="logElementOldIDNewID">If not null, the action is called before the id is fixed</param> - <returns>true, if ID was altered</returns> - </member> - <member name="M:Svg.SvgElementIdManager.Remove(Svg.SvgElement)"> - <summary> - Removed the specified <see cref="T:Svg.SvgElement"/> from ID management. - </summary> - <param name="element">The <see cref="T:Svg.SvgElement"/> to be removed from ID management.</param> - </member> - <member name="M:Svg.SvgElementIdManager.EnsureValidId(System.String,System.Boolean)"> - <summary> - Ensures that the specified ID is valid within the containing <see cref="T:Svg.SvgDocument"/>. - </summary> - <param name="id">A <see cref="T:System.String"/> containing the ID to validate.</param> - <param name="autoForceUniqueID">Creates a new unique id <see cref="T:System.String"/>.</param> - <exception cref="T:Svg.SvgException"> - <para>The ID cannot start with a digit.</para> - <para>An element with the same ID already exists within the containing <see cref="T:Svg.SvgDocument"/>.</para> - </exception> - </member> - <member name="M:Svg.SvgElementIdManager.#ctor(Svg.SvgDocument)"> - <summary> - Initialises a new instance of an <see cref="T:Svg.SvgElementIdManager"/>. - </summary> - <param name="document">The <see cref="T:Svg.SvgDocument"/> containing the <see cref="T:Svg.SvgElement"/>s to manage.</param> - </member> - <member name="T:Svg.SvgUnit"> - <summary> - Represents a unit in an Scalable Vector Graphics document. - </summary> - </member> - <member name="F:Svg.SvgUnit.Empty"> - <summary> - Gets and empty <see cref="T:Svg.SvgUnit"/>. - </summary> - </member> - <member name="F:Svg.SvgUnit.None"> - <summary> - Gets an <see cref="T:Svg.SvgUnit"/> with a value of none. - </summary> - </member> - <member name="P:Svg.SvgUnit.IsEmpty"> - <summary> - Gets a value to determine whether the unit is empty. - </summary> - </member> - <member name="P:Svg.SvgUnit.IsNone"> - <summary> - Gets whether this unit is none. - </summary> - </member> - <member name="P:Svg.SvgUnit.Value"> - <summary> - Gets the value of the unit. - </summary> - </member> - <member name="P:Svg.SvgUnit.Type"> - <summary> - Gets the <see cref="T:Svg.SvgUnitType"/> of unit. - </summary> - </member> - <member name="M:Svg.SvgUnit.ToDeviceValue(Svg.ISvgRenderer,Svg.UnitRenderingType,Svg.SvgElement)"> - <summary> - Converts the current unit to one that can be used at render time. - </summary> - <param name="boundable">The container element used as the basis for calculations</param> - <returns>The representation of the current unit in a device value (usually pixels).</returns> - </member> - <member name="M:Svg.SvgUnit.ToPercentage"> - <summary> - Converts the current unit to a percentage, if applicable. - </summary> - <returns>An <see cref="T:Svg.SvgUnit"/> of type <see cref="!:SvgUnitType.Perscentage"/>.</returns> - </member> - <member name="M:Svg.SvgUnit.op_Implicit(Svg.SvgUnit)~System.Single"> - <summary> - Performs an implicit conversion from <see cref="T:Svg.SvgUnit"/> to <see cref="T:System.Single"/>. - </summary> - <param name="value">The value.</param> - <returns>The result of the conversion.</returns> - </member> - <member name="M:Svg.SvgUnit.op_Implicit(System.Single)~Svg.SvgUnit"> - <summary> - Performs an implicit conversion from <see cref="T:System.Single"/> to <see cref="T:Svg.SvgUnit"/>. - </summary> - <param name="value">The value.</param> - <returns>The result of the conversion.</returns> - </member> - <member name="M:Svg.SvgUnit.#ctor(Svg.SvgUnitType,System.Single)"> - <summary> - Initializes a new instance of the <see cref="T:Svg.SvgUnit"/> struct. - </summary> - <param name="type">The type.</param> - <param name="value">The value.</param> - </member> - <member name="M:Svg.SvgUnit.#ctor(System.Single)"> - <summary> - Initializes a new instance of the <see cref="T:Svg.SvgUnit"/> struct. - </summary> - <param name="value">The value.</param> - </member> - <member name="T:Svg.SvgUnitType"> - <summary> - Defines the various types of unit an <see cref="T:Svg.SvgUnit"/> can be. - </summary> - </member> - <member name="F:Svg.SvgUnitType.None"> - <summary> - Indicates that the unit holds no value. - </summary> - </member> - <member name="F:Svg.SvgUnitType.Pixel"> - <summary> - Indicates that the unit is in pixels. - </summary> - </member> - <member name="F:Svg.SvgUnitType.Em"> - <summary> - Indicates that the unit is equal to the pt size of the current font. - </summary> - </member> - <member name="F:Svg.SvgUnitType.Ex"> - <summary> - Indicates that the unit is equal to the x-height of the current font. - </summary> - </member> - <member name="F:Svg.SvgUnitType.Percentage"> - <summary> - Indicates that the unit is a percentage. - </summary> - </member> - <member name="F:Svg.SvgUnitType.User"> - <summary> - Indicates that the unit has no unit identifier and is a value in the current user coordinate system. - </summary> - </member> - <member name="F:Svg.SvgUnitType.Inch"> - <summary> - Indicates the the unit is in inches. - </summary> - </member> - <member name="F:Svg.SvgUnitType.Centimeter"> - <summary> - Indicates that the unit is in centimeters. - </summary> - </member> - <member name="F:Svg.SvgUnitType.Millimeter"> - <summary> - Indicates that the unit is in millimeters. - </summary> - </member> - <member name="F:Svg.SvgUnitType.Pica"> - <summary> - Indicates that the unit is in picas. - </summary> - </member> - <member name="F:Svg.SvgUnitType.Point"> - <summary> - Indicates that the unit is in points, the smallest unit of measure, being a subdivision of the larger <see cref="F:Svg.SvgUnitType.Pica"/>. There are 12 points in the <see cref="F:Svg.SvgUnitType.Pica"/>. - </summary> - </member> - <member name="P:Svg.SvgTextReader.Value"> - <summary> - Gets the text value of the current node. - </summary> - <value></value> - <returns>The value returned depends on the <see cref="P:System.Xml.XmlTextReader.NodeType"/> of the node. The following table lists node types that have a value to return. All other node types return String.Empty.Node Type Value AttributeThe value of the attribute. CDATAThe content of the CDATA section. CommentThe content of the comment. DocumentTypeThe internal subset. ProcessingInstructionThe entire content, excluding the target. SignificantWhitespaceThe white space within an xml:space= 'preserve' scope. TextThe content of the text node. WhitespaceThe white space between markup. XmlDeclarationThe content of the declaration. </returns> - </member> - <member name="P:Svg.SvgTextReader.LocalName"> - <summary> - Gets the local name of the current node. - </summary> - <value></value> - <returns>The name of the current node with the prefix removed. For example, LocalName is book for the element <bk:book>.For node types that do not have a name (like Text, Comment, and so on), this property returns String.Empty.</returns> - </member> - <member name="M:Svg.SvgTextReader.MoveToNextAttribute"> - <summary> - Moves to the next attribute. - </summary> - <returns> - true if there is a next attribute; false if there are no more attributes. - </returns> - </member> - <member name="M:Svg.SvgTextReader.Read"> - <summary> - Reads the next node from the stream. - </summary> - <returns> - true if the next node was read successfully; false if there are no more nodes to read. - </returns> - <exception cref="T:System.Xml.XmlException">An error occurred while parsing the XML. </exception> - </member> - <member name="M:Svg.SvgTextReader.ResolveEntity"> - <summary> - Resolves the entity reference for EntityReference nodes. - </summary> - </member> - <member name="T:Svg.Text.FontFamily"> - <summary> - http://stackoverflow.com/questions/3633000/net-enumerate-winforms-font-styles - </summary> - </member> - <member name="P:Svg.SvgFontFace.FontFamily"> - <summary> - Indicates which font family is to be used to render the text. - </summary> - </member> - <member name="P:Svg.SvgFontFace.FontSize"> - <summary> - Refers to the size of the font from baseline to baseline when multiple lines of text are set solid in a multiline layout environment. - </summary> - </member> - <member name="P:Svg.SvgFontFace.FontStyle"> - <summary> - Refers to the style of the font. - </summary> - </member> - <member name="P:Svg.SvgFontFace.FontVariant"> - <summary> - Refers to the varient of the font. - </summary> - </member> - <member name="P:Svg.SvgFontFace.FontWeight"> - <summary> - Refers to the boldness of the font. - </summary> - </member> - <member name="P:Svg.SvgGlyph.PathData"> - <summary> - Gets or sets a <see cref="T:Svg.Pathing.SvgPathSegmentList"/> of path data. - </summary> - </member> - <member name="M:Svg.SvgGlyph.Path(Svg.ISvgRenderer)"> - <summary> - Gets the <see cref="T:System.Drawing.Drawing2D.GraphicsPath"/> for this element. - </summary> - </member> - <member name="P:Svg.SvgGlyph.RequiresSmoothRendering"> - <summary> - Gets or sets a value to determine if anti-aliasing should occur when the element is being rendered. - </summary> - </member> - <member name="P:Svg.SvgGlyph.Bounds"> - <summary> - Gets the bounds of the element. - </summary> - <value>The bounds.</value> - </member> - <member name="M:Svg.SvgGlyph.#ctor"> - <summary> - Initializes a new instance of the <see cref="T:Svg.SvgGlyph"/> class. - </summary> - </member> - <member name="T:Svg.SvgText"> - <summary> - The <see cref="T:Svg.SvgText"/> element defines a graphics element consisting of text. - </summary> - </member> - <member name="M:Svg.SvgText.#ctor"> - <summary> - Initializes the <see cref="T:Svg.SvgText"/> class. - </summary> - </member> - <member name="M:Svg.SvgText.#ctor(System.String)"> - <summary> - Initializes a new instance of the <see cref="T:Svg.SvgText"/> class. - </summary> - <param name="text">The text.</param> - </member> - <member name="P:Svg.SvgTextBase.Text"> - <summary> - Gets or sets the text to be rendered. - </summary> - </member> - <member name="P:Svg.SvgTextBase.TextAnchor"> - <summary> - Gets or sets the text anchor. - </summary> - <value>The text anchor.</value> - </member> - <member name="P:Svg.SvgTextBase.X"> - <summary> - Gets or sets the X. - </summary> - <value>The X.</value> - </member> - <member name="P:Svg.SvgTextBase.Dx"> - <summary> - Gets or sets the dX. - </summary> - <value>The dX.</value> - </member> - <member name="P:Svg.SvgTextBase.Y"> - <summary> - Gets or sets the Y. - </summary> - <value>The Y.</value> - </member> - <member name="P:Svg.SvgTextBase.Dy"> - <summary> - Gets or sets the dY. - </summary> - <value>The dY.</value> - </member> - <member name="P:Svg.SvgTextBase.Rotate"> - <summary> - Gets or sets the rotate. - </summary> - <value>The rotate.</value> - </member> - <member name="P:Svg.SvgTextBase.TextLength"> - <summary> - The pre-calculated length of the text - </summary> - </member> - <member name="P:Svg.SvgTextBase.LengthAdjust"> - <summary> - Gets or sets the text anchor. - </summary> - <value>The text anchor.</value> - </member> - <member name="P:Svg.SvgTextBase.LetterSpacing"> - <summary> - Specifies spacing behavior between text characters. - </summary> - </member> - <member name="P:Svg.SvgTextBase.WordSpacing"> - <summary> - Specifies spacing behavior between words. - </summary> - </member> - <member name="P:Svg.SvgTextBase.Fill"> - <summary> - Gets or sets the fill. - </summary> - <remarks> - <para>Unlike other <see cref="!:SvgGraphicsElement"/>s, <see cref="T:Svg.SvgText"/> has a default fill of black rather than transparent.</para> - </remarks> - <value>The fill.</value> - </member> - <member name="M:Svg.SvgTextBase.ToString"> - <summary> - Returns a <see cref="T:System.String"/> that represents the current <see cref="T:System.Object"/>. - </summary> - <returns> - A <see cref="T:System.String"/> that represents the current <see cref="T:System.Object"/>. - </returns> - </member> - <member name="P:Svg.SvgTextBase.RequiresSmoothRendering"> - <summary> - Gets or sets a value to determine if anti-aliasing should occur when the element is being rendered. - </summary> - <value></value> - </member> - <member name="P:Svg.SvgTextBase.Bounds"> - <summary> - Gets the bounds of the element. - </summary> - <value>The bounds.</value> - </member> - <member name="M:Svg.SvgTextBase.Render(Svg.ISvgRenderer)"> - <summary> - Renders the <see cref="T:Svg.SvgElement"/> and contents to the specified <see cref="T:System.Drawing.Graphics"/> object. - </summary> - <param name="renderer">The <see cref="T:Svg.ISvgRenderer"/> object to render to.</param> - <remarks>Necessary to make sure that any internal tspan elements get rendered as well</remarks> - </member> - <member name="M:Svg.SvgTextBase.Path(Svg.ISvgRenderer)"> - <summary> - Gets the <see cref="T:System.Drawing.Drawing2D.GraphicsPath"/> for this element. - </summary> - <value></value> - </member> - <member name="M:Svg.SvgTextBase.SetPath(Svg.SvgTextBase.TextDrawingState,System.Boolean)"> - <summary> - Sets the path on this element and all child elements. Uses the state - object to track the state of the drawing - </summary> - <param name="state">State of the drawing operation</param> - </member> - <member name="M:Svg.SvgTextBase.PrepareText(System.String)"> - <summary> - Prepare the text according to the whitespace handling rules. <see href="http://www.w3.org/TR/SVG/text.html">SVG Spec</see>. - </summary> - <param name="value">Text to be prepared</param> - <returns>Prepared text</returns> - </member> - <member name="M:Svg.SvgTextBase.ShouldWriteElement"> - <summary>Empty text elements are not legal - only write this element if it has children.</summary> - </member> - <member name="T:Svg.SvgTextAnchor"> - <summary> - Text anchor is used to align (start-, middle- or end-alignment) a string of text relative to a given point. - </summary> - </member> - <member name="F:Svg.SvgTextAnchor.Inherit"> - <summary>The value is inherited from the parent element.</summary> - </member> - <member name="F:Svg.SvgTextAnchor.Start"> - <summary> - The rendered characters are aligned such that the start of the text string is at the initial current text position. - </summary> - </member> - <member name="F:Svg.SvgTextAnchor.Middle"> - <summary> - The rendered characters are aligned such that the middle of the text string is at the current text position. - </summary> - </member> - <member name="F:Svg.SvgTextAnchor.End"> - <summary> - The rendered characters are aligned such that the end of the text string is at the initial current text position. - </summary> - </member> - <member name="T:Svg.SvgTextPath"> - <summary> - The <see cref="T:Svg.SvgText"/> element defines a graphics element consisting of text. - </summary> - </member> - <member name="M:Svg.PathStatistics.CubicBezierSegment.GaussianQuadrature(System.Func{System.Double,System.Double},System.Double,System.Double,System.Int32)"> - <summary> - Evaluates the integral of the function over the integral using the specified number of points - </summary> - <param name="func"></param> - <param name="a"></param> - <param name="b"></param> - <param name="points"></param> - </member> - <member name="M:Svg.PathStatistics.CubicBezierSegment.CubicBezierCurve(System.Drawing.PointF,System.Drawing.PointF,System.Drawing.PointF,System.Drawing.PointF,System.Double)"> - <remarks>http://en.wikipedia.org/wiki/B%C3%A9zier_curve</remarks> - </member> - <member name="M:Svg.PathStatistics.CubicBezierSegment.CubicBezierDerivative(System.Drawing.PointF,System.Drawing.PointF,System.Drawing.PointF,System.Drawing.PointF,System.Double)"> - <remarks>http://www.cs.mtu.edu/~shene/COURSES/cs3621/NOTES/spline/Bezier/bezier-der.html</remarks> - </member> - <member name="T:Svg.ISvgTransformable"> - <summary> - Represents and element that may be transformed. - </summary> - </member> - <member name="P:Svg.ISvgTransformable.Transforms"> - <summary> - Gets or sets an <see cref="T:Svg.Transforms.SvgTransformCollection"/> of element transforms. - </summary> - </member> - <member name="M:Svg.ISvgTransformable.PushTransforms(Svg.ISvgRenderer)"> - <summary> - Applies the required transforms to <see cref="T:Svg.ISvgRenderer"/>. - </summary> - <param name="renderer">The <see cref="T:Svg.ISvgRenderer"/> to be transformed.</param> - </member> - <member name="M:Svg.ISvgTransformable.PopTransforms(Svg.ISvgRenderer)"> - <summary> - Removes any previously applied transforms from the specified <see cref="T:Svg.ISvgRenderer"/>. - </summary> - <param name="renderer">The <see cref="T:Svg.ISvgRenderer"/> that should have transforms removed.</param> - </member> - <member name="T:Svg.Transforms.SvgMatrix"> - <summary> - The class which applies custom transform to this Matrix (Required for projects created by the Inkscape). - </summary> - </member> - <member name="T:Svg.Transforms.SvgShear"> - <summary> - The class which applies the specified shear vector to this Matrix. - </summary> - </member> - <member name="T:Svg.Transforms.SvgSkew"> - <summary> - The class which applies the specified skew vector to this Matrix. - </summary> - </member> - <member name="M:Svg.Transforms.SvgTransformCollection.GetMatrix"> - <summary> - Multiplies all matrices - </summary> - <returns>The result of all transforms</returns> - </member> - <member name="E:Svg.Transforms.SvgTransformCollection.TransformChanged"> - <summary> - Fired when an SvgTransform has changed - </summary> - </member> - <member name="M:Svg.Transforms.SvgTransformConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)"> - <summary> - Converts the given object to the type of this converter, using the specified context and culture information. - </summary> - <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"/> that provides a format context.</param> - <param name="culture">The <see cref="T:System.Globalization.CultureInfo"/> to use as the current culture.</param> - <param name="value">The <see cref="T:System.Object"/> to convert.</param> - <returns> - An <see cref="T:System.Object"/> that represents the converted value. - </returns> - <exception cref="T:System.NotSupportedException">The conversion cannot be performed. </exception> - </member> - <member name="T:Svg.Web.SvgHandler"> - <summary> - A handler to asynchronously render Scalable Vector Graphics files (usually *.svg or *.xml file extensions). - </summary> - <remarks> - <para>If a crawler requests the SVG file the raw XML will be returned rather than the image to allow crawlers to better read the image.</para> - <para>Adding "?raw=true" to the querystring will alos force the handler to render the raw SVG.</para> - </remarks> - </member> - <member name="P:Svg.Web.SvgHandler.IsReusable"> - <summary> - Gets a value indicating whether another request can use the <see cref="T:System.Web.IHttpHandler"/> instance. - </summary> - <value></value> - <returns>true if the <see cref="T:System.Web.IHttpHandler"/> instance is reusable; otherwise, false.</returns> - </member> - <member name="M:Svg.Web.SvgHandler.ProcessRequest(System.Web.HttpContext)"> - <summary> - Enables processing of HTTP Web requests by a custom HttpHandler that implements the <see cref="T:System.Web.IHttpHandler"/> interface. - </summary> - <param name="context">An <see cref="T:System.Web.HttpContext"/> object that provides references to the intrinsic server objects (for example, Request, Response, Session, and Server) used to service HTTP requests.</param> - </member> - <member name="M:Svg.Web.SvgHandler.BeginProcessRequest(System.Web.HttpContext,System.AsyncCallback,System.Object)"> - <summary> - Initiates an asynchronous call to the HTTP handler. - </summary> - <param name="context">An <see cref="T:System.Web.HttpContext"/> object that provides references to intrinsic server objects (for example, Request, Response, Session, and Server) used to service HTTP requests.</param> - <param name="cb">The <see cref="T:System.AsyncCallback"/> to call when the asynchronous method call is complete. If <paramref name="cb"/> is null, the delegate is not called.</param> - <param name="extraData">Any extra data needed to process the request.</param> - <returns> - An <see cref="T:System.IAsyncResult"/> that contains information about the status of the process. - </returns> - </member> - <member name="M:Svg.Web.SvgHandler.EndProcessRequest(System.IAsyncResult)"> - <summary> - Provides an asynchronous process End method when the process ends. - </summary> - <param name="result">An <see cref="T:System.IAsyncResult"/> that contains information about the status of the process.</param> - </member> - <member name="T:Svg.Web.SvgHandler.SvgAsyncRender"> - <summary> - The class to be used when - </summary> - </member> - <member name="T:Svg.Web.SvgHandler.SvgAsyncRenderState"> - <summary> - Represents the state of a request for SVG rendering. - </summary> - </member> - <member name="M:Svg.Web.SvgHandler.SvgAsyncRenderState.#ctor(System.Web.HttpContext,System.AsyncCallback,System.Object)"> - <summary> - Initializes a new instance of the <see cref="T:Svg.Web.SvgHandler.SvgAsyncRenderState"/> class. - </summary> - <param name="context">The <see cref="T:System.Web.HttpContext"/> of the request.</param> - <param name="callback">The delegate to be called when the rendering is complete.</param> - <param name="extraData">The extra data.</param> - </member> - <member name="M:Svg.Web.SvgHandler.SvgAsyncRenderState.CompleteRequest"> - <summary> - Indicates that the rendering is complete and the waiting thread may proceed. - </summary> - </member> - <member name="P:Svg.Web.SvgHandler.SvgAsyncRenderState.AsyncState"> - <summary> - Gets a user-defined object that qualifies or contains information about an asynchronous operation. - </summary> - <value></value> - <returns>A user-defined object that qualifies or contains information about an asynchronous operation.</returns> - </member> - <member name="P:Svg.Web.SvgHandler.SvgAsyncRenderState.CompletedSynchronously"> - <summary> - Gets an indication of whether the asynchronous operation completed synchronously. - </summary> - <value></value> - <returns>true if the asynchronous operation completed synchronously; otherwise, false.</returns> - </member> - <member name="P:Svg.Web.SvgHandler.SvgAsyncRenderState.IsCompleted"> - <summary> - Gets an indication whether the asynchronous operation has completed. - </summary> - <value></value> - <returns>true if the operation is complete; otherwise, false.</returns> - </member> - <member name="P:Svg.Web.SvgHandler.SvgAsyncRenderState.AsyncWaitHandle"> - <summary> - Gets a <see cref="T:System.Threading.WaitHandle"/> that is used to wait for an asynchronous operation to complete. - </summary> - <value></value> - <returns>A <see cref="T:System.Threading.WaitHandle"/> that is used to wait for an asynchronous operation to complete.</returns> - </member> - <member name="M:ExCSS.Model.Specification.IsNonPrintable(System.Char)"> - The maximum allowed codepoint (defined in Unicode). - </member> - <member name="M:ExCSS.HtmlColor.ToCss(System.Boolean)"> - <summary> - Return the shortest form possible - </summary> - </member> - <member name="T:ExCSS.TermList.TermSeparator"> - <summary> - exposed enumeration for the adding of separators into term lists - </summary> - </member> - <member name="T:Fizzler.HumanReadableSelectorGenerator"> - <summary> - An <see cref="T:Fizzler.ISelectorGenerator"/> implementation that generates - human-readable description of the selector. - </summary> - </member> - <member name="M:Fizzler.HumanReadableSelectorGenerator.OnInit"> - <summary> - Initializes the text. - </summary> - </member> - <member name="P:Fizzler.HumanReadableSelectorGenerator.Text"> - <summary> - Gets the generated human-readable description text. - </summary> - </member> - <member name="M:Fizzler.HumanReadableSelectorGenerator.OnSelector"> - <summary> - Generates human-readable for a selector in a group. - </summary> - </member> - <member name="M:Fizzler.HumanReadableSelectorGenerator.OnClose"> - <summary> - Concludes the text. - </summary> - </member> - <member name="M:Fizzler.HumanReadableSelectorGenerator.Add(System.String)"> - <summary> - Adds to the generated human-readable text. - </summary> - </member> - <member name="M:Fizzler.HumanReadableSelectorGenerator.Type(Fizzler.NamespacePrefix,System.String)"> - <summary> - Generates human-readable text of this type selector. - </summary> - </member> - <member name="M:Fizzler.HumanReadableSelectorGenerator.Universal(Fizzler.NamespacePrefix)"> - <summary> - Generates human-readable text of this universal selector. - </summary> - </member> - <member name="M:Fizzler.HumanReadableSelectorGenerator.Id(System.String)"> - <summary> - Generates human-readable text of this ID selector. - </summary> - </member> - <member name="M:Fizzler.HumanReadableSelectorGenerator.Fizzler#ISelectorGenerator#Class(System.String)"> - <summary> - Generates human-readable text of this class selector. - </summary> - </member> - <member name="M:Fizzler.HumanReadableSelectorGenerator.AttributeExists(Fizzler.NamespacePrefix,System.String)"> - <summary> - Generates human-readable text of this attribute selector. - </summary> - </member> - <member name="M:Fizzler.HumanReadableSelectorGenerator.AttributeExact(Fizzler.NamespacePrefix,System.String,System.String)"> - <summary> - Generates human-readable text of this attribute selector. - </summary> - </member> - <member name="M:Fizzler.HumanReadableSelectorGenerator.AttributeIncludes(Fizzler.NamespacePrefix,System.String,System.String)"> - <summary> - Generates human-readable text of this attribute selector. - </summary> - </member> - <member name="M:Fizzler.HumanReadableSelectorGenerator.AttributeDashMatch(Fizzler.NamespacePrefix,System.String,System.String)"> - <summary> - Generates human-readable text of this attribute selector. - </summary> - </member> - <member name="M:Fizzler.HumanReadableSelectorGenerator.AttributePrefixMatch(Fizzler.NamespacePrefix,System.String,System.String)"> - <summary> - Generates human-readable text of this attribute selector. - </summary> - </member> - <member name="M:Fizzler.HumanReadableSelectorGenerator.AttributeSuffixMatch(Fizzler.NamespacePrefix,System.String,System.String)"> - <summary> - Generates human-readable text of this attribute selector. - </summary> - </member> - <member name="M:Fizzler.HumanReadableSelectorGenerator.AttributeSubstring(Fizzler.NamespacePrefix,System.String,System.String)"> - <summary> - Generates human-readable text of this attribute selector. - </summary> - </member> - <member name="M:Fizzler.HumanReadableSelectorGenerator.FirstChild"> - <summary> - Generates human-readable text of this pseudo-class selector. - </summary> - </member> - <member name="M:Fizzler.HumanReadableSelectorGenerator.LastChild"> - <summary> - Generates human-readable text of this pseudo-class selector. - </summary> - </member> - <member name="M:Fizzler.HumanReadableSelectorGenerator.NthChild(System.Int32,System.Int32)"> - <summary> - Generates human-readable text of this pseudo-class selector. - </summary> - </member> - <member name="M:Fizzler.HumanReadableSelectorGenerator.OnlyChild"> - <summary> - Generates human-readable text of this pseudo-class selector. - </summary> - </member> - <member name="M:Fizzler.HumanReadableSelectorGenerator.Empty"> - <summary> - Generates human-readable text of this pseudo-class selector. - </summary> - </member> - <member name="M:Fizzler.HumanReadableSelectorGenerator.Child"> - <summary> - Generates human-readable text of this combinator. - </summary> - </member> - <member name="M:Fizzler.HumanReadableSelectorGenerator.Descendant"> - <summary> - Generates human-readable text of this combinator. - </summary> - </member> - <member name="M:Fizzler.HumanReadableSelectorGenerator.Adjacent"> - <summary> - Generates human-readable text of this combinator. - </summary> - </member> - <member name="M:Fizzler.HumanReadableSelectorGenerator.GeneralSibling"> - <summary> - Generates a <a href="http://www.w3.org/TR/css3-selectors/#combinators">combinator</a>, - which separates two sequences of simple selectors. The elements represented - by the two sequences share the same parent in the document tree and the - element represented by the first sequence precedes (not necessarily - immediately) the element represented by the second one. - </summary> - </member> - <member name="M:Fizzler.HumanReadableSelectorGenerator.NthLastChild(System.Int32,System.Int32)"> - <summary> - Generates human-readable text of this combinator. - </summary> - </member> - <member name="T:Fizzler.IElementOps`1"> - <summary> - Represents a selectors implementation for an arbitrary document/node system. - </summary> - </member> - <member name="M:Fizzler.IElementOps`1.Type(Fizzler.NamespacePrefix,System.String)"> - <summary> - Generates a <a href="http://www.w3.org/TR/css3-selectors/#type-selectors">type selector</a>, - which represents an instance of the element type in the document tree. - </summary> - </member> - <member name="M:Fizzler.IElementOps`1.Universal(Fizzler.NamespacePrefix)"> - <summary> - Generates a <a href="http://www.w3.org/TR/css3-selectors/#universal-selector">universal selector</a>, - any single element in the document tree in any namespace - (including those without a namespace) if no default namespace - has been specified for selectors. - </summary> - </member> - <member name="M:Fizzler.IElementOps`1.Id(System.String)"> - <summary> - Generates a <a href="http://www.w3.org/TR/css3-selectors/#Id-selectors">ID selector</a>, - which represents an element instance that has an identifier that - matches the identifier in the ID selector. - </summary> - </member> - <member name="M:Fizzler.IElementOps`1.Class(System.String)"> - <summary> - Generates a <a href="http://www.w3.org/TR/css3-selectors/#class-html">class selector</a>, - which is an alternative <see cref="M:Fizzler.IElementOps`1.AttributeIncludes(Fizzler.NamespacePrefix,System.String,System.String)"/> when - representing the <c>class</c> attribute. - </summary> - </member> - <member name="M:Fizzler.IElementOps`1.AttributeExists(Fizzler.NamespacePrefix,System.String)"> - <summary> - Generates an <a href="http://www.w3.org/TR/css3-selectors/#attribute-selectors">attribute selector</a> - that represents an element with the given attribute <paramref name="name"/> - whatever the values of the attribute. - </summary> - </member> - <member name="M:Fizzler.IElementOps`1.AttributeExact(Fizzler.NamespacePrefix,System.String,System.String)"> - <summary> - Generates an <a href="http://www.w3.org/TR/css3-selectors/#attribute-selectors">attribute selector</a> - that represents an element with the given attribute <paramref name="name"/> - and whose value is exactly <paramref name="value"/>. - </summary> - </member> - <member name="M:Fizzler.IElementOps`1.AttributeIncludes(Fizzler.NamespacePrefix,System.String,System.String)"> - <summary> - Generates an <a href="http://www.w3.org/TR/css3-selectors/#attribute-selectors">attribute selector</a> - that represents an element with the given attribute <paramref name="name"/> - and whose value is a whitespace-separated list of words, one of - which is exactly <paramref name="value"/>. - </summary> - </member> - <member name="M:Fizzler.IElementOps`1.AttributeDashMatch(Fizzler.NamespacePrefix,System.String,System.String)"> - <summary> - Generates an <a href="http://www.w3.org/TR/css3-selectors/#attribute-selectors">attribute selector</a> - that represents an element with the given attribute <paramref name="name"/>, - its value either being exactly <paramref name="value"/> or beginning - with <paramref name="value"/> immediately followed by "-" (U+002D). - </summary> - </member> - <member name="M:Fizzler.IElementOps`1.AttributePrefixMatch(Fizzler.NamespacePrefix,System.String,System.String)"> - <summary> - Generates an <a href="http://www.w3.org/TR/css3-selectors/#attribute-selectors">attribute selector</a> - that represents an element with the attribute <paramref name="name"/> - whose value begins with the prefix <paramref name="value"/>. - </summary> - </member> - <member name="M:Fizzler.IElementOps`1.AttributeSuffixMatch(Fizzler.NamespacePrefix,System.String,System.String)"> - <summary> - Generates an <a href="http://www.w3.org/TR/css3-selectors/#attribute-selectors">attribute selector</a> - that represents an element with the attribute <paramref name="name"/> - whose value ends with the suffix <paramref name="value"/>. - </summary> - </member> - <member name="M:Fizzler.IElementOps`1.AttributeSubstring(Fizzler.NamespacePrefix,System.String,System.String)"> - <summary> - Generates an <a href="http://www.w3.org/TR/css3-selectors/#attribute-selectors">attribute selector</a> - that represents an element with the attribute <paramref name="name"/> - whose value contains at least one instance of the substring <paramref name="value"/>. - </summary> - </member> - <member name="M:Fizzler.IElementOps`1.FirstChild"> - <summary> - Generates a <a href="http://www.w3.org/TR/css3-selectors/#pseudo-classes">pseudo-class selector</a>, - which represents an element that is the first child of some other element. - </summary> - </member> - <member name="M:Fizzler.IElementOps`1.LastChild"> - <summary> - Generates a <a href="http://www.w3.org/TR/css3-selectors/#pseudo-classes">pseudo-class selector</a>, - which represents an element that is the last child of some other element. - </summary> - </member> - <member name="M:Fizzler.IElementOps`1.NthChild(System.Int32,System.Int32)"> - <summary> - Generates a <a href="http://www.w3.org/TR/css3-selectors/#pseudo-classes">pseudo-class selector</a>, - which represents an element that is the N-th child of some other element. - </summary> - </member> - <member name="M:Fizzler.IElementOps`1.OnlyChild"> - <summary> - Generates a <a href="http://www.w3.org/TR/css3-selectors/#pseudo-classes">pseudo-class selector</a>, - which represents an element that has a parent element and whose parent - element has no other element children. - </summary> - </member> - <member name="M:Fizzler.IElementOps`1.Empty"> - <summary> - Generates a <a href="http://www.w3.org/TR/css3-selectors/#pseudo-classes">pseudo-class selector</a>, - which represents an element that has no children at all. - </summary> - </member> - <member name="M:Fizzler.IElementOps`1.Child"> - <summary> - Generates a <a href="http://www.w3.org/TR/css3-selectors/#combinators">combinator</a>, - which represents a childhood relationship between two elements. - </summary> - </member> - <member name="M:Fizzler.IElementOps`1.Descendant"> - <summary> - Generates a <a href="http://www.w3.org/TR/css3-selectors/#combinators">combinator</a>, - which represents a relationship between two elements where one element is an - arbitrary descendant of some ancestor element. - </summary> - </member> - <member name="M:Fizzler.IElementOps`1.Adjacent"> - <summary> - Generates a <a href="http://www.w3.org/TR/css3-selectors/#combinators">combinator</a>, - which represents elements that share the same parent in the document tree and - where the first element immediately precedes the second element. - </summary> - </member> - <member name="M:Fizzler.IElementOps`1.GeneralSibling"> - <summary> - Generates a <a href="http://www.w3.org/TR/css3-selectors/#combinators">combinator</a>, - which separates two sequences of simple selectors. The elements represented - by the two sequences share the same parent in the document tree and the - element represented by the first sequence precedes (not necessarily - immediately) the element represented by the second one. - </summary> - </member> - <member name="M:Fizzler.IElementOps`1.NthLastChild(System.Int32,System.Int32)"> - <summary> - Generates a <a href="http://www.w3.org/TR/css3-selectors/#pseudo-classes">pseudo-class selector</a>, - which represents an element that is the N-th child from bottom up of some other element. - </summary> - </member> - <member name="T:Fizzler.ISelectorGenerator"> - <summary> - Represent an implementation that is responsible for generating - an implementation for a selector. - </summary> - </member> - <member name="M:Fizzler.ISelectorGenerator.OnInit"> - <summary> - Delimits the initialization of a generation. - </summary> - </member> - <member name="M:Fizzler.ISelectorGenerator.OnClose"> - <summary> - Delimits the closing/conclusion of a generation. - </summary> - </member> - <member name="M:Fizzler.ISelectorGenerator.OnSelector"> - <summary> - Delimits a selector generation in a group of selectors. - </summary> - </member> - <member name="M:Fizzler.ISelectorGenerator.Type(Fizzler.NamespacePrefix,System.String)"> - <summary> - Generates a <a href="http://www.w3.org/TR/css3-selectors/#type-selectors">type selector</a>, - which represents an instance of the element type in the document tree. - </summary> - </member> - <member name="M:Fizzler.ISelectorGenerator.Universal(Fizzler.NamespacePrefix)"> - <summary> - Generates a <a href="http://www.w3.org/TR/css3-selectors/#universal-selector">universal selector</a>, - any single element in the document tree in any namespace - (including those without a namespace) if no default namespace - has been specified for selectors. - </summary> - </member> - <member name="M:Fizzler.ISelectorGenerator.Id(System.String)"> - <summary> - Generates a <a href="http://www.w3.org/TR/css3-selectors/#Id-selectors">ID selector</a>, - which represents an element instance that has an identifier that - matches the identifier in the ID selector. - </summary> - </member> - <member name="M:Fizzler.ISelectorGenerator.Class(System.String)"> - <summary> - Generates a <a href="http://www.w3.org/TR/css3-selectors/#class-html">class selector</a>, - which is an alternative <see cref="M:Fizzler.ISelectorGenerator.AttributeIncludes(Fizzler.NamespacePrefix,System.String,System.String)"/> when - representing the <c>class</c> attribute. - </summary> - </member> - <member name="M:Fizzler.ISelectorGenerator.AttributeExists(Fizzler.NamespacePrefix,System.String)"> - <summary> - Generates an <a href="http://www.w3.org/TR/css3-selectors/#attribute-selectors">attribute selector</a> - that represents an element with the given attribute <paramref name="name"/> - whatever the values of the attribute. - </summary> - </member> - <member name="M:Fizzler.ISelectorGenerator.AttributeExact(Fizzler.NamespacePrefix,System.String,System.String)"> - <summary> - Generates an <a href="http://www.w3.org/TR/css3-selectors/#attribute-selectors">attribute selector</a> - that represents an element with the given attribute <paramref name="name"/> - and whose value is exactly <paramref name="value"/>. - </summary> - </member> - <member name="M:Fizzler.ISelectorGenerator.AttributeIncludes(Fizzler.NamespacePrefix,System.String,System.String)"> - <summary> - Generates an <a href="http://www.w3.org/TR/css3-selectors/#attribute-selectors">attribute selector</a> - that represents an element with the given attribute <paramref name="name"/> - and whose value is a whitespace-separated list of words, one of - which is exactly <paramref name="value"/>. - </summary> - </member> - <member name="M:Fizzler.ISelectorGenerator.AttributeDashMatch(Fizzler.NamespacePrefix,System.String,System.String)"> - <summary> - Generates an <a href="http://www.w3.org/TR/css3-selectors/#attribute-selectors">attribute selector</a> - that represents an element with the given attribute <paramref name="name"/>, - its value either being exactly <paramref name="value"/> or beginning - with <paramref name="value"/> immediately followed by "-" (U+002D). - </summary> - </member> - <member name="M:Fizzler.ISelectorGenerator.AttributePrefixMatch(Fizzler.NamespacePrefix,System.String,System.String)"> - <summary> - Generates an <a href="http://www.w3.org/TR/css3-selectors/#attribute-selectors">attribute selector</a> - that represents an element with the attribute <paramref name="name"/> - whose value begins with the prefix <paramref name="value"/>. - </summary> - </member> - <member name="M:Fizzler.ISelectorGenerator.AttributeSuffixMatch(Fizzler.NamespacePrefix,System.String,System.String)"> - <summary> - Generates an <a href="http://www.w3.org/TR/css3-selectors/#attribute-selectors">attribute selector</a> - that represents an element with the attribute <paramref name="name"/> - whose value ends with the suffix <paramref name="value"/>. - </summary> - </member> - <member name="M:Fizzler.ISelectorGenerator.AttributeSubstring(Fizzler.NamespacePrefix,System.String,System.String)"> - <summary> - Generates an <a href="http://www.w3.org/TR/css3-selectors/#attribute-selectors">attribute selector</a> - that represents an element with the attribute <paramref name="name"/> - whose value contains at least one instance of the substring <paramref name="value"/>. - </summary> - </member> - <member name="M:Fizzler.ISelectorGenerator.FirstChild"> - <summary> - Generates a <a href="http://www.w3.org/TR/css3-selectors/#pseudo-classes">pseudo-class selector</a>, - which represents an element that is the first child of some other element. - </summary> - </member> - <member name="M:Fizzler.ISelectorGenerator.LastChild"> - <summary> - Generates a <a href="http://www.w3.org/TR/css3-selectors/#pseudo-classes">pseudo-class selector</a>, - which represents an element that is the last child of some other element. - </summary> - </member> - <member name="M:Fizzler.ISelectorGenerator.NthChild(System.Int32,System.Int32)"> - <summary> - Generates a <a href="http://www.w3.org/TR/css3-selectors/#pseudo-classes">pseudo-class selector</a>, - which represents an element that is the N-th child of some other element. - </summary> - </member> - <member name="M:Fizzler.ISelectorGenerator.OnlyChild"> - <summary> - Generates a <a href="http://www.w3.org/TR/css3-selectors/#pseudo-classes">pseudo-class selector</a>, - which represents an element that has a parent element and whose parent - element has no other element children. - </summary> - </member> - <member name="M:Fizzler.ISelectorGenerator.Empty"> - <summary> - Generates a <a href="http://www.w3.org/TR/css3-selectors/#pseudo-classes">pseudo-class selector</a>, - which represents an element that has no children at all. - </summary> - </member> - <member name="M:Fizzler.ISelectorGenerator.Child"> - <summary> - Generates a <a href="http://www.w3.org/TR/css3-selectors/#combinators">combinator</a>, - which represents a childhood relationship between two elements. - </summary> - </member> - <member name="M:Fizzler.ISelectorGenerator.Descendant"> - <summary> - Generates a <a href="http://www.w3.org/TR/css3-selectors/#combinators">combinator</a>, - which represents a relationship between two elements where one element is an - arbitrary descendant of some ancestor element. - </summary> - </member> - <member name="M:Fizzler.ISelectorGenerator.Adjacent"> - <summary> - Generates a <a href="http://www.w3.org/TR/css3-selectors/#combinators">combinator</a>, - which represents elements that share the same parent in the document tree and - where the first element immediately precedes the second element. - </summary> - </member> - <member name="M:Fizzler.ISelectorGenerator.GeneralSibling"> - <summary> - Generates a <a href="http://www.w3.org/TR/css3-selectors/#combinators">combinator</a>, - which separates two sequences of simple selectors. The elements represented - by the two sequences share the same parent in the document tree and the - element represented by the first sequence precedes (not necessarily - immediately) the element represented by the second one. - </summary> - </member> - <member name="M:Fizzler.ISelectorGenerator.NthLastChild(System.Int32,System.Int32)"> - <summary> - Generates a <a href="http://www.w3.org/TR/css3-selectors/#pseudo-classes">pseudo-class selector</a>, - which represents an element that is the N-th child from bottom up of some other element. - </summary> - </member> - <member name="T:Fizzler.NamespacePrefix"> - <summary> - Represent a type or attribute name. - </summary> - </member> - <member name="F:Fizzler.NamespacePrefix.None"> - <summary> - Represents a name from either the default or any namespace - in a target document, depending on whether a default namespace is - in effect or not. - </summary> - </member> - <member name="F:Fizzler.NamespacePrefix.Empty"> - <summary> - Represents an empty namespace. - </summary> - </member> - <member name="F:Fizzler.NamespacePrefix.Any"> - <summary> - Represents any namespace. - </summary> - </member> - <member name="M:Fizzler.NamespacePrefix.#ctor(System.String)"> - <summary> - Initializes an instance with a namespace prefix specification. - </summary> - </member> - <member name="P:Fizzler.NamespacePrefix.Text"> - <summary> - Gets the raw text value of this instance. - </summary> - </member> - <member name="P:Fizzler.NamespacePrefix.IsNone"> - <summary> - Indicates whether this instance represents a name - from either the default or any namespace in a target - document, depending on whether a default namespace is - in effect or not. - </summary> - </member> - <member name="P:Fizzler.NamespacePrefix.IsAny"> - <summary> - Indicates whether this instance represents a name - from any namespace (including one without one) - in a target document. - </summary> - </member> - <member name="P:Fizzler.NamespacePrefix.IsEmpty"> - <summary> - Indicates whether this instance represents a name - without a namespace in a target document. - </summary> - </member> - <member name="P:Fizzler.NamespacePrefix.IsSpecific"> - <summary> - Indicates whether this instance represents a name from a - specific namespace or not. - </summary> - </member> - <member name="M:Fizzler.NamespacePrefix.Equals(System.Object)"> - <summary> - Indicates whether this instance and a specified object are equal. - </summary> - </member> - <member name="M:Fizzler.NamespacePrefix.Equals(Fizzler.NamespacePrefix)"> - <summary> - Indicates whether this instance and another are equal. - </summary> - </member> - <member name="M:Fizzler.NamespacePrefix.GetHashCode"> - <summary> - Returns the hash code for this instance. - </summary> - </member> - <member name="M:Fizzler.NamespacePrefix.ToString"> - <summary> - Returns a string representation of this instance. - </summary> - </member> - <member name="M:Fizzler.NamespacePrefix.Format(System.String)"> - <summary> - Formats this namespace together with a name. - </summary> - </member> - <member name="T:Fizzler.Parser"> - <summary> - Semantic parser for CSS selector grammar. - </summary> - </member> - <member name="M:Fizzler.Parser.Parse``1(System.String,``0)"> - <summary> - Parses a CSS selector group and generates its implementation. - </summary> - </member> - <member name="M:Fizzler.Parser.Parse``2(System.String,``0,System.Func{``0,``1})"> - <summary> - Parses a CSS selector group and generates its implementation. - </summary> - </member> - <member name="M:Fizzler.Parser.Parse``1(System.Collections.Generic.IEnumerable{Fizzler.Token},``0)"> - <summary> - Parses a tokenized stream representing a CSS selector group and - generates its implementation. - </summary> - </member> - <member name="M:Fizzler.Parser.Parse``2(System.Collections.Generic.IEnumerable{Fizzler.Token},``0,System.Func{``0,``1})"> - <summary> - Parses a tokenized stream representing a CSS selector group and - generates its implementation. - </summary> - </member> - <member name="T:Fizzler.Reader`1"> - <summary> - Adds reading semantics to a base <see cref="T:System.Collections.Generic.IEnumerator`1"/> with the - option to un-read and insert new elements while consuming the source. - </summary> - </member> - <member name="M:Fizzler.Reader`1.#ctor(System.Collections.Generic.IEnumerable{`0})"> - <summary> - Initialize a new <see cref="T:Fizzler.Reader`1"/> with a base - <see cref="T:System.Collections.Generic.IEnumerable`1"/> object. - </summary> - </member> - <member name="M:Fizzler.Reader`1.#ctor(System.Collections.Generic.IEnumerator{`0})"> - <summary> - Initialize a new <see cref="T:Fizzler.Reader`1"/> with a base - <see cref="T:System.Collections.Generic.IEnumerator`1"/> object. - </summary> - </member> - <member name="P:Fizzler.Reader`1.HasMore"> - <summary> - Indicates whether there is, at least, one value waiting to be read or not. - </summary> - </member> - <member name="M:Fizzler.Reader`1.Unread(`0)"> - <summary> - Pushes back a new value that will be returned on the next read. - </summary> - </member> - <member name="M:Fizzler.Reader`1.Read"> - <summary> - Reads and returns the next value. - </summary> - </member> - <member name="M:Fizzler.Reader`1.Peek"> - <summary> - Peeks the next value waiting to be read. - </summary> - <exception cref="T:System.InvalidOperationException"> - Thrown if there is no value waiting to be read. - </exception> - </member> - <member name="M:Fizzler.Reader`1.GetEnumerator"> - <summary> - Returns an enumerator that iterates through the remaining - values to be read. - </summary> - </member> - <member name="M:Fizzler.Reader`1.Close"> - <summary> - Disposes the enumerator used to initialize this object - if that enumerator supports <see cref="T:System.IDisposable"/>. - </summary> - </member> - <member name="T:Fizzler.Selector`1"> - <summary> - Represents a selector implementation over an arbitrary type of elements. - </summary> - </member> - <member name="T:Fizzler.SelectorGenerator`1"> - <summary> - A selector generator implementation for an arbitrary document/element system. - </summary> - </member> - <member name="M:Fizzler.SelectorGenerator`1.#ctor(Fizzler.IElementOps{`0})"> - <summary> - Initializes a new instance of this object with an instance - of <see cref="T:Fizzler.IElementOps`1"/> and the default equality - comparer that is used for determining if two elements are equal. - </summary> - </member> - <member name="M:Fizzler.SelectorGenerator`1.#ctor(Fizzler.IElementOps{`0},System.Collections.Generic.IEqualityComparer{`0})"> - <summary> - Initializes a new instance of this object with an instance - of <see cref="T:Fizzler.IElementOps`1"/> and an equality comparer - used for determining if two elements are equal. - </summary> - </member> - <member name="P:Fizzler.SelectorGenerator`1.Selector"> - <summary> - Gets the selector implementation. - </summary> - <remarks> - If the generation is not complete, this property returns the - last generated selector. - </remarks> - </member> - <member name="P:Fizzler.SelectorGenerator`1.Ops"> - <summary> - Gets the <see cref="T:Fizzler.IElementOps`1"/> instance that this object - was initialized with. - </summary> - </member> - <member name="M:Fizzler.SelectorGenerator`1.GetSelectors"> - <summary> - Returns the collection of selector implementations representing - a group. - </summary> - <remarks> - If the generation is not complete, this method return the - selectors generated so far in a group. - </remarks> - </member> - <member name="M:Fizzler.SelectorGenerator`1.Add(Fizzler.Selector{`0})"> - <summary> - Adds a generated selector. - </summary> - </member> - <member name="M:Fizzler.SelectorGenerator`1.OnInit"> - <summary> - Delimits the initialization of a generation. - </summary> - </member> - <member name="M:Fizzler.SelectorGenerator`1.OnSelector"> - <summary> - Delimits a selector generation in a group of selectors. - </summary> - </member> - <member name="M:Fizzler.SelectorGenerator`1.OnClose"> - <summary> - Delimits the closing/conclusion of a generation. - </summary> - </member> - <member name="M:Fizzler.SelectorGenerator`1.Id(System.String)"> - <summary> - Generates a <a href="http://www.w3.org/TR/css3-selectors/#Id-selectors">ID selector</a>, - which represents an element instance that has an identifier that - matches the identifier in the ID selector. - </summary> - </member> - <member name="M:Fizzler.SelectorGenerator`1.Class(System.String)"> - <summary> - Generates a <a href="http://www.w3.org/TR/css3-selectors/#class-html">class selector</a>, - which is an alternative <see cref="M:Fizzler.ISelectorGenerator.AttributeIncludes(Fizzler.NamespacePrefix,System.String,System.String)"/> when - representing the <c>class</c> attribute. - </summary> - </member> - <member name="M:Fizzler.SelectorGenerator`1.Type(Fizzler.NamespacePrefix,System.String)"> - <summary> - Generates a <a href="http://www.w3.org/TR/css3-selectors/#type-selectors">type selector</a>, - which represents an instance of the element type in the document tree. - </summary> - </member> - <member name="M:Fizzler.SelectorGenerator`1.Universal(Fizzler.NamespacePrefix)"> - <summary> - Generates a <a href="http://www.w3.org/TR/css3-selectors/#universal-selector">universal selector</a>, - any single element in the document tree in any namespace - (including those without a namespace) if no default namespace - has been specified for selectors. - </summary> - </member> - <member name="M:Fizzler.SelectorGenerator`1.AttributeExists(Fizzler.NamespacePrefix,System.String)"> - <summary> - Generates an <a href="http://www.w3.org/TR/css3-selectors/#attribute-selectors">attribute selector</a> - that represents an element with the given attribute <paramref name="name"/> - whatever the values of the attribute. - </summary> - </member> - <member name="M:Fizzler.SelectorGenerator`1.AttributeExact(Fizzler.NamespacePrefix,System.String,System.String)"> - <summary> - Generates an <a href="http://www.w3.org/TR/css3-selectors/#attribute-selectors">attribute selector</a> - that represents an element with the given attribute <paramref name="name"/> - and whose value is exactly <paramref name="value"/>. - </summary> - </member> - <member name="M:Fizzler.SelectorGenerator`1.AttributeIncludes(Fizzler.NamespacePrefix,System.String,System.String)"> - <summary> - Generates an <a href="http://www.w3.org/TR/css3-selectors/#attribute-selectors">attribute selector</a> - that represents an element with the given attribute <paramref name="name"/> - and whose value is a whitespace-separated list of words, one of - which is exactly <paramref name="value"/>. - </summary> - </member> - <member name="M:Fizzler.SelectorGenerator`1.AttributeDashMatch(Fizzler.NamespacePrefix,System.String,System.String)"> - <summary> - Generates an <a href="http://www.w3.org/TR/css3-selectors/#attribute-selectors">attribute selector</a> - that represents an element with the given attribute <paramref name="name"/>, - its value either being exactly <paramref name="value"/> or beginning - with <paramref name="value"/> immediately followed by "-" (U+002D). - </summary> - </member> - <member name="M:Fizzler.SelectorGenerator`1.AttributePrefixMatch(Fizzler.NamespacePrefix,System.String,System.String)"> - <summary> - Generates an <a href="http://www.w3.org/TR/css3-selectors/#attribute-selectors">attribute selector</a> - that represents an element with the attribute <paramref name="name"/> - whose value begins with the prefix <paramref name="value"/>. - </summary> - </member> - <member name="M:Fizzler.SelectorGenerator`1.AttributeSuffixMatch(Fizzler.NamespacePrefix,System.String,System.String)"> - <summary> - Generates an <a href="http://www.w3.org/TR/css3-selectors/#attribute-selectors">attribute selector</a> - that represents an element with the attribute <paramref name="name"/> - whose value ends with the suffix <paramref name="value"/>. - </summary> - </member> - <member name="M:Fizzler.SelectorGenerator`1.AttributeSubstring(Fizzler.NamespacePrefix,System.String,System.String)"> - <summary> - Generates an <a href="http://www.w3.org/TR/css3-selectors/#attribute-selectors">attribute selector</a> - that represents an element with the attribute <paramref name="name"/> - whose value contains at least one instance of the substring <paramref name="value"/>. - </summary> - </member> - <member name="M:Fizzler.SelectorGenerator`1.FirstChild"> - <summary> - Generates a <a href="http://www.w3.org/TR/css3-selectors/#pseudo-classes">pseudo-class selector</a>, - which represents an element that is the first child of some other element. - </summary> - </member> - <member name="M:Fizzler.SelectorGenerator`1.LastChild"> - <summary> - Generates a <a href="http://www.w3.org/TR/css3-selectors/#pseudo-classes">pseudo-class selector</a>, - which represents an element that is the last child of some other element. - </summary> - </member> - <member name="M:Fizzler.SelectorGenerator`1.NthChild(System.Int32,System.Int32)"> - <summary> - Generates a <a href="http://www.w3.org/TR/css3-selectors/#pseudo-classes">pseudo-class selector</a>, - which represents an element that is the N-th child of some other element. - </summary> - </member> - <member name="M:Fizzler.SelectorGenerator`1.OnlyChild"> - <summary> - Generates a <a href="http://www.w3.org/TR/css3-selectors/#pseudo-classes">pseudo-class selector</a>, - which represents an element that has a parent element and whose parent - element has no other element children. - </summary> - </member> - <member name="M:Fizzler.SelectorGenerator`1.Empty"> - <summary> - Generates a <a href="http://www.w3.org/TR/css3-selectors/#pseudo-classes">pseudo-class selector</a>, - which represents an element that has no children at all. - </summary> - </member> - <member name="M:Fizzler.SelectorGenerator`1.Child"> - <summary> - Generates a <a href="http://www.w3.org/TR/css3-selectors/#combinators">combinator</a>, - which represents a childhood relationship between two elements. - </summary> - </member> - <member name="M:Fizzler.SelectorGenerator`1.Descendant"> - <summary> - Generates a <a href="http://www.w3.org/TR/css3-selectors/#combinators">combinator</a>, - which represents a relationship between two elements where one element is an - arbitrary descendant of some ancestor element. - </summary> - </member> - <member name="M:Fizzler.SelectorGenerator`1.Adjacent"> - <summary> - Generates a <a href="http://www.w3.org/TR/css3-selectors/#combinators">combinator</a>, - which represents elements that share the same parent in the document tree and - where the first element immediately precedes the second element. - </summary> - </member> - <member name="M:Fizzler.SelectorGenerator`1.GeneralSibling"> - <summary> - Generates a <a href="http://www.w3.org/TR/css3-selectors/#combinators">combinator</a>, - which separates two sequences of simple selectors. The elements represented - by the two sequences share the same parent in the document tree and the - element represented by the first sequence precedes (not necessarily - immediately) the element represented by the second one. - </summary> - </member> - <member name="M:Fizzler.SelectorGenerator`1.NthLastChild(System.Int32,System.Int32)"> - <summary> - Generates a <a href="http://www.w3.org/TR/css3-selectors/#pseudo-classes">pseudo-class selector</a>, - which represents an element that is the N-th child from bottom up of some other element. - </summary> - </member> - <member name="T:Fizzler.SelectorGeneratorTee"> - <summary> - An <see cref="T:Fizzler.ISelectorGenerator"/> implementation that delegates - to two other <see cref="T:Fizzler.ISelectorGenerator"/> objects, which - can be useful for doing work in a single pass. - </summary> - </member> - <member name="P:Fizzler.SelectorGeneratorTee.Primary"> - <summary> - Gets the first generator used to initialize this generator. - </summary> - </member> - <member name="P:Fizzler.SelectorGeneratorTee.Secondary"> - <summary> - Gets the second generator used to initialize this generator. - </summary> - </member> - <member name="M:Fizzler.SelectorGeneratorTee.#ctor(Fizzler.ISelectorGenerator,Fizzler.ISelectorGenerator)"> - <summary> - Initializes a new instance of <see cref="T:Fizzler.SelectorGeneratorTee"/> - with the two other <see cref="T:Fizzler.ISelectorGenerator"/> objects - it delegates to. - </summary> - </member> - <member name="M:Fizzler.SelectorGeneratorTee.OnInit"> - <summary> - Delegates to <see cref="P:Fizzler.SelectorGeneratorTee.Primary"/> then <see cref="P:Fizzler.SelectorGeneratorTee.Secondary"/> generator. - </summary> - </member> - <member name="M:Fizzler.SelectorGeneratorTee.OnClose"> - <summary> - Delegates to <see cref="P:Fizzler.SelectorGeneratorTee.Primary"/> then <see cref="P:Fizzler.SelectorGeneratorTee.Secondary"/> generator. - </summary> - </member> - <member name="M:Fizzler.SelectorGeneratorTee.OnSelector"> - <summary> - Delegates to <see cref="P:Fizzler.SelectorGeneratorTee.Primary"/> then <see cref="P:Fizzler.SelectorGeneratorTee.Secondary"/> generator. - </summary> - </member> - <member name="M:Fizzler.SelectorGeneratorTee.Type(Fizzler.NamespacePrefix,System.String)"> - <summary> - Delegates to <see cref="P:Fizzler.SelectorGeneratorTee.Primary"/> then <see cref="P:Fizzler.SelectorGeneratorTee.Secondary"/> generator. - </summary> - </member> - <member name="M:Fizzler.SelectorGeneratorTee.Universal(Fizzler.NamespacePrefix)"> - <summary> - Delegates to <see cref="P:Fizzler.SelectorGeneratorTee.Primary"/> then <see cref="P:Fizzler.SelectorGeneratorTee.Secondary"/> generator. - </summary> - </member> - <member name="M:Fizzler.SelectorGeneratorTee.Id(System.String)"> - <summary> - Delegates to <see cref="P:Fizzler.SelectorGeneratorTee.Primary"/> then <see cref="P:Fizzler.SelectorGeneratorTee.Secondary"/> generator. - </summary> - </member> - <member name="M:Fizzler.SelectorGeneratorTee.Class(System.String)"> - <summary> - Delegates to <see cref="P:Fizzler.SelectorGeneratorTee.Primary"/> then <see cref="P:Fizzler.SelectorGeneratorTee.Secondary"/> generator. - </summary> - </member> - <member name="M:Fizzler.SelectorGeneratorTee.AttributeExists(Fizzler.NamespacePrefix,System.String)"> - <summary> - Delegates to <see cref="P:Fizzler.SelectorGeneratorTee.Primary"/> then <see cref="P:Fizzler.SelectorGeneratorTee.Secondary"/> generator. - </summary> - </member> - <member name="M:Fizzler.SelectorGeneratorTee.AttributeExact(Fizzler.NamespacePrefix,System.String,System.String)"> - <summary> - Delegates to <see cref="P:Fizzler.SelectorGeneratorTee.Primary"/> then <see cref="P:Fizzler.SelectorGeneratorTee.Secondary"/> generator. - </summary> - </member> - <member name="M:Fizzler.SelectorGeneratorTee.AttributeIncludes(Fizzler.NamespacePrefix,System.String,System.String)"> - <summary> - Delegates to <see cref="P:Fizzler.SelectorGeneratorTee.Primary"/> then <see cref="P:Fizzler.SelectorGeneratorTee.Secondary"/> generator. - </summary> - </member> - <member name="M:Fizzler.SelectorGeneratorTee.AttributeDashMatch(Fizzler.NamespacePrefix,System.String,System.String)"> - <summary> - Delegates to <see cref="P:Fizzler.SelectorGeneratorTee.Primary"/> then <see cref="P:Fizzler.SelectorGeneratorTee.Secondary"/> generator. - </summary> - </member> - <member name="M:Fizzler.SelectorGeneratorTee.AttributePrefixMatch(Fizzler.NamespacePrefix,System.String,System.String)"> - <summary> - Delegates to <see cref="P:Fizzler.SelectorGeneratorTee.Primary"/> then <see cref="P:Fizzler.SelectorGeneratorTee.Secondary"/> generator. - </summary> - </member> - <member name="M:Fizzler.SelectorGeneratorTee.AttributeSuffixMatch(Fizzler.NamespacePrefix,System.String,System.String)"> - <summary> - Delegates to <see cref="P:Fizzler.SelectorGeneratorTee.Primary"/> then <see cref="P:Fizzler.SelectorGeneratorTee.Secondary"/> generator. - </summary> - </member> - <member name="M:Fizzler.SelectorGeneratorTee.AttributeSubstring(Fizzler.NamespacePrefix,System.String,System.String)"> - <summary> - Delegates to <see cref="P:Fizzler.SelectorGeneratorTee.Primary"/> then <see cref="P:Fizzler.SelectorGeneratorTee.Secondary"/> generator. - </summary> - </member> - <member name="M:Fizzler.SelectorGeneratorTee.FirstChild"> - <summary> - Delegates to <see cref="P:Fizzler.SelectorGeneratorTee.Primary"/> then <see cref="P:Fizzler.SelectorGeneratorTee.Secondary"/> generator. - </summary> - </member> - <member name="M:Fizzler.SelectorGeneratorTee.LastChild"> - <summary> - Delegates to <see cref="P:Fizzler.SelectorGeneratorTee.Primary"/> then <see cref="P:Fizzler.SelectorGeneratorTee.Secondary"/> generator. - </summary> - </member> - <member name="M:Fizzler.SelectorGeneratorTee.NthChild(System.Int32,System.Int32)"> - <summary> - Delegates to <see cref="P:Fizzler.SelectorGeneratorTee.Primary"/> then <see cref="P:Fizzler.SelectorGeneratorTee.Secondary"/> generator. - </summary> - </member> - <member name="M:Fizzler.SelectorGeneratorTee.OnlyChild"> - <summary> - Delegates to <see cref="P:Fizzler.SelectorGeneratorTee.Primary"/> then <see cref="P:Fizzler.SelectorGeneratorTee.Secondary"/> generator. - </summary> - </member> - <member name="M:Fizzler.SelectorGeneratorTee.Empty"> - <summary> - Delegates to <see cref="P:Fizzler.SelectorGeneratorTee.Primary"/> then <see cref="P:Fizzler.SelectorGeneratorTee.Secondary"/> generator. - </summary> - </member> - <member name="M:Fizzler.SelectorGeneratorTee.Child"> - <summary> - Delegates to <see cref="P:Fizzler.SelectorGeneratorTee.Primary"/> then <see cref="P:Fizzler.SelectorGeneratorTee.Secondary"/> generator. - </summary> - </member> - <member name="M:Fizzler.SelectorGeneratorTee.Descendant"> - <summary> - Delegates to <see cref="P:Fizzler.SelectorGeneratorTee.Primary"/> then <see cref="P:Fizzler.SelectorGeneratorTee.Secondary"/> generator. - </summary> - </member> - <member name="M:Fizzler.SelectorGeneratorTee.Adjacent"> - <summary> - Delegates to <see cref="P:Fizzler.SelectorGeneratorTee.Primary"/> then <see cref="P:Fizzler.SelectorGeneratorTee.Secondary"/> generator. - </summary> - </member> - <member name="M:Fizzler.SelectorGeneratorTee.GeneralSibling"> - <summary> - Delegates to <see cref="P:Fizzler.SelectorGeneratorTee.Primary"/> then <see cref="P:Fizzler.SelectorGeneratorTee.Secondary"/> generator. - </summary> - </member> - <member name="M:Fizzler.SelectorGeneratorTee.NthLastChild(System.Int32,System.Int32)"> - <summary> - Delegates to <see cref="P:Fizzler.SelectorGeneratorTee.Primary"/> then <see cref="P:Fizzler.SelectorGeneratorTee.Secondary"/> generator. - </summary> - </member> - <member name="T:Fizzler.SelectorsCachingCompiler"> - <summary> - Implementation for a selectors compiler that supports caching. - </summary> - <remarks> - This class is primarily targeted for developers of selection - over an arbitrary document model. - </remarks> - </member> - <member name="M:Fizzler.SelectorsCachingCompiler.Create``1(System.Func{System.String,``0})"> - <summary> - Creates a caching selectors compiler on top on an existing compiler. - </summary> - </member> - <member name="M:Fizzler.SelectorsCachingCompiler.Create``1(System.Func{System.String,``0},System.Collections.Generic.IDictionary{System.String,``0})"> - <summary> - Creates a caching selectors compiler on top on an existing compiler. - An addition parameter specified a dictionary to use as the cache. - </summary> - <remarks> - If <paramref name="cache"/> is <c>null</c> then this method uses a - the <see cref="T:System.Collections.Generic.Dictionary`2"/> implementation with an - ordinally case-insensitive selectors text comparer. - </remarks> - </member> - <member name="T:Fizzler.Token"> - <summary> - Represent a token and optionally any text associated with it. - </summary> - </member> - <member name="P:Fizzler.Token.Kind"> - <summary> - Gets the kind/type/class of the token. - </summary> - </member> - <member name="P:Fizzler.Token.Text"> - <summary> - Gets text, if any, associated with the token. - </summary> - </member> - <member name="M:Fizzler.Token.Eoi"> - <summary> - Creates an end-of-input token. - </summary> - </member> - <member name="M:Fizzler.Token.Star"> - <summary> - Creates a star token. - </summary> - </member> - <member name="M:Fizzler.Token.Dot"> - <summary> - Creates a dot token. - </summary> - </member> - <member name="M:Fizzler.Token.Colon"> - <summary> - Creates a colon token. - </summary> - </member> - <member name="M:Fizzler.Token.Comma"> - <summary> - Creates a comma token. - </summary> - </member> - <member name="M:Fizzler.Token.RightParenthesis"> - <summary> - Creates a right parenthesis token. - </summary> - </member> - <member name="M:Fizzler.Token.Equals"> - <summary> - Creates an equals token. - </summary> - </member> - <member name="M:Fizzler.Token.LeftBracket"> - <summary> - Creates a left bracket token. - </summary> - </member> - <member name="M:Fizzler.Token.RightBracket"> - <summary> - Creates a right bracket token. - </summary> - </member> - <member name="M:Fizzler.Token.Pipe"> - <summary> - Creates a pipe (vertical line) token. - </summary> - </member> - <member name="M:Fizzler.Token.Plus"> - <summary> - Creates a plus token. - </summary> - </member> - <member name="M:Fizzler.Token.Greater"> - <summary> - Creates a greater token. - </summary> - </member> - <member name="M:Fizzler.Token.Includes"> - <summary> - Creates an includes token. - </summary> - </member> - <member name="M:Fizzler.Token.DashMatch"> - <summary> - Creates a dash-match token. - </summary> - </member> - <member name="M:Fizzler.Token.PrefixMatch"> - <summary> - Creates a prefix-match token. - </summary> - </member> - <member name="M:Fizzler.Token.SuffixMatch"> - <summary> - Creates a suffix-match token. - </summary> - </member> - <member name="M:Fizzler.Token.SubstringMatch"> - <summary> - Creates a substring-match token. - </summary> - </member> - <member name="M:Fizzler.Token.Tilde"> - <summary> - Creates a general sibling token. - </summary> - </member> - <member name="M:Fizzler.Token.Ident(System.String)"> - <summary> - Creates an identifier token. - </summary> - </member> - <member name="M:Fizzler.Token.Integer(System.String)"> - <summary> - Creates an integer token. - </summary> - </member> - <member name="M:Fizzler.Token.Hash(System.String)"> - <summary> - Creates a hash-name token. - </summary> - </member> - <member name="M:Fizzler.Token.WhiteSpace(System.String)"> - <summary> - Creates a white-space token. - </summary> - </member> - <member name="M:Fizzler.Token.String(System.String)"> - <summary> - Creates a string token. - </summary> - </member> - <member name="M:Fizzler.Token.Function(System.String)"> - <summary> - Creates a function token. - </summary> - </member> - <member name="M:Fizzler.Token.Char(System.Char)"> - <summary> - Creates an arbitrary character token. - </summary> - </member> - <member name="M:Fizzler.Token.Equals(System.Object)"> - <summary> - Indicates whether this instance and a specified object are equal. - </summary> - </member> - <member name="M:Fizzler.Token.GetHashCode"> - <summary> - Returns the hash code for this instance. - </summary> - </member> - <member name="M:Fizzler.Token.Equals(Fizzler.Token)"> - <summary> - Indicates whether the current object is equal to another object of the same type. - </summary> - </member> - <member name="M:Fizzler.Token.ToString"> - <summary> - Gets a string representation of the token. - </summary> - </member> - <member name="M:Fizzler.Token.op_Equality(Fizzler.Token,Fizzler.Token)"> - <summary> - Performs a logical comparison of the two tokens to determine - whether they are equal. - </summary> - </member> - <member name="M:Fizzler.Token.op_Inequality(Fizzler.Token,Fizzler.Token)"> - <summary> - Performs a logical comparison of the two tokens to determine - whether they are inequal. - </summary> - </member> - <member name="T:Fizzler.Tokener"> - <summary> - Lexer for tokens in CSS selector grammar. - </summary> - </member> - <member name="M:Fizzler.Tokener.Tokenize(System.IO.TextReader)"> - <summary> - Parses tokens from a given text source. - </summary> - </member> - <member name="M:Fizzler.Tokener.Tokenize(System.String)"> - <summary> - Parses tokens from a given string. - </summary> - </member> - <member name="T:Fizzler.TokenKind"> - <summary> - Represents the classification of a token. - </summary> - </member> - <member name="F:Fizzler.TokenKind.Eoi"> - <summary> - Represents end of input/file/stream - </summary> - </member> - <member name="F:Fizzler.TokenKind.Ident"> - <summary> - Represents {ident} - </summary> - </member> - <member name="F:Fizzler.TokenKind.Hash"> - <summary> - Represents "#" {name} - </summary> - </member> - <member name="F:Fizzler.TokenKind.Includes"> - <summary> - Represents "~=" - </summary> - </member> - <member name="F:Fizzler.TokenKind.DashMatch"> - <summary> - Represents "|=" - </summary> - </member> - <member name="F:Fizzler.TokenKind.PrefixMatch"> - <summary> - Represents "^=" - </summary> - </member> - <member name="F:Fizzler.TokenKind.SuffixMatch"> - <summary> - Represents "$=" - </summary> - </member> - <member name="F:Fizzler.TokenKind.SubstringMatch"> - <summary> - Represents "*=" - </summary> - </member> - <member name="F:Fizzler.TokenKind.String"> - <summary> - Represents {string} - </summary> - </member> - <member name="F:Fizzler.TokenKind.Plus"> - <summary> - Represents S* "+" - </summary> - </member> - <member name="F:Fizzler.TokenKind.Greater"> - <summary> - Represents S* ">" - </summary> - </member> - <member name="F:Fizzler.TokenKind.WhiteSpace"> - <summary> - Represents [ \t\r\n\f]+ - </summary> - </member> - <member name="F:Fizzler.TokenKind.Function"> - <summary> - Represents {ident} ")" - </summary> - </member> - <member name="F:Fizzler.TokenKind.Integer"> - <summary> - Represents [0-9]+ - </summary> - </member> - <member name="F:Fizzler.TokenKind.Tilde"> - <summary> - Represents S* "~" - </summary> - </member> - <member name="F:Fizzler.TokenKind.Char"> - <summary> - Represents an arbitrary character - </summary> - </member> - </members> -</doc> diff --git a/source/WindowsFormsApplication1/bin/Debug/breakpadinjector.dll b/source/WindowsFormsApplication1/bin/Debug/breakpadinjector.dll Binary files differdeleted file mode 100644 index b0ed144..0000000 --- a/source/WindowsFormsApplication1/bin/Debug/breakpadinjector.dll +++ /dev/null diff --git a/source/WindowsFormsApplication1/bin/Debug/d3dcompiler_47.dll b/source/WindowsFormsApplication1/bin/Debug/d3dcompiler_47.dll Binary files differdeleted file mode 100644 index e5bf5cf..0000000 --- a/source/WindowsFormsApplication1/bin/Debug/d3dcompiler_47.dll +++ /dev/null diff --git a/source/WindowsFormsApplication1/bin/Debug/freebl3.dll b/source/WindowsFormsApplication1/bin/Debug/freebl3.dll Binary files differdeleted file mode 100644 index 5ef3202..0000000 --- a/source/WindowsFormsApplication1/bin/Debug/freebl3.dll +++ /dev/null diff --git a/source/WindowsFormsApplication1/bin/Debug/icudt56.dll b/source/WindowsFormsApplication1/bin/Debug/icudt56.dll Binary files differdeleted file mode 100644 index 3262cd8..0000000 --- a/source/WindowsFormsApplication1/bin/Debug/icudt56.dll +++ /dev/null diff --git a/source/WindowsFormsApplication1/bin/Debug/icuin56.dll b/source/WindowsFormsApplication1/bin/Debug/icuin56.dll Binary files differdeleted file mode 100644 index e9978d9..0000000 --- a/source/WindowsFormsApplication1/bin/Debug/icuin56.dll +++ /dev/null diff --git a/source/WindowsFormsApplication1/bin/Debug/icuuc56.dll b/source/WindowsFormsApplication1/bin/Debug/icuuc56.dll Binary files differdeleted file mode 100644 index e37c3df..0000000 --- a/source/WindowsFormsApplication1/bin/Debug/icuuc56.dll +++ /dev/null diff --git a/source/WindowsFormsApplication1/bin/Debug/lgpllibs.dll b/source/WindowsFormsApplication1/bin/Debug/lgpllibs.dll Binary files differdeleted file mode 100644 index 0111ad1..0000000 --- a/source/WindowsFormsApplication1/bin/Debug/lgpllibs.dll +++ /dev/null diff --git a/source/WindowsFormsApplication1/bin/Debug/libEGL.dll b/source/WindowsFormsApplication1/bin/Debug/libEGL.dll Binary files differdeleted file mode 100644 index 35b18a8..0000000 --- a/source/WindowsFormsApplication1/bin/Debug/libEGL.dll +++ /dev/null diff --git a/source/WindowsFormsApplication1/bin/Debug/libGLESv2.dll b/source/WindowsFormsApplication1/bin/Debug/libGLESv2.dll Binary files differdeleted file mode 100644 index 439e197..0000000 --- a/source/WindowsFormsApplication1/bin/Debug/libGLESv2.dll +++ /dev/null diff --git a/source/WindowsFormsApplication1/bin/Debug/mozglue.dll b/source/WindowsFormsApplication1/bin/Debug/mozglue.dll Binary files differdeleted file mode 100644 index 37e4654..0000000 --- a/source/WindowsFormsApplication1/bin/Debug/mozglue.dll +++ /dev/null diff --git a/source/WindowsFormsApplication1/bin/Debug/msvcp120.dll b/source/WindowsFormsApplication1/bin/Debug/msvcp120.dll Binary files differdeleted file mode 100644 index a237d2d..0000000 --- a/source/WindowsFormsApplication1/bin/Debug/msvcp120.dll +++ /dev/null diff --git a/source/WindowsFormsApplication1/bin/Debug/msvcr120.dll b/source/WindowsFormsApplication1/bin/Debug/msvcr120.dll Binary files differdeleted file mode 100644 index 8c36149..0000000 --- a/source/WindowsFormsApplication1/bin/Debug/msvcr120.dll +++ /dev/null diff --git a/source/WindowsFormsApplication1/bin/Debug/nss3.dll b/source/WindowsFormsApplication1/bin/Debug/nss3.dll Binary files differdeleted file mode 100644 index e999167..0000000 --- a/source/WindowsFormsApplication1/bin/Debug/nss3.dll +++ /dev/null diff --git a/source/WindowsFormsApplication1/bin/Debug/nssckbi.dll b/source/WindowsFormsApplication1/bin/Debug/nssckbi.dll Binary files differdeleted file mode 100644 index 47b36e3..0000000 --- a/source/WindowsFormsApplication1/bin/Debug/nssckbi.dll +++ /dev/null diff --git a/source/WindowsFormsApplication1/bin/Debug/nssdbm3.dll b/source/WindowsFormsApplication1/bin/Debug/nssdbm3.dll Binary files differdeleted file mode 100644 index 0161e98..0000000 --- a/source/WindowsFormsApplication1/bin/Debug/nssdbm3.dll +++ /dev/null diff --git a/source/WindowsFormsApplication1/bin/Debug/omni.ja b/source/WindowsFormsApplication1/bin/Debug/omni.ja Binary files differdeleted file mode 100644 index d0bc6ed..0000000 --- a/source/WindowsFormsApplication1/bin/Debug/omni.ja +++ /dev/null diff --git a/source/WindowsFormsApplication1/bin/Debug/plugin-container.exe b/source/WindowsFormsApplication1/bin/Debug/plugin-container.exe Binary files differdeleted file mode 100644 index cd47e6a..0000000 --- a/source/WindowsFormsApplication1/bin/Debug/plugin-container.exe +++ /dev/null diff --git a/source/WindowsFormsApplication1/bin/Debug/plugin-hang-ui.exe b/source/WindowsFormsApplication1/bin/Debug/plugin-hang-ui.exe Binary files differdeleted file mode 100644 index f9148af..0000000 --- a/source/WindowsFormsApplication1/bin/Debug/plugin-hang-ui.exe +++ /dev/null diff --git a/source/WindowsFormsApplication1/bin/Debug/sandboxbroker.dll b/source/WindowsFormsApplication1/bin/Debug/sandboxbroker.dll Binary files differdeleted file mode 100644 index 920ae2b..0000000 --- a/source/WindowsFormsApplication1/bin/Debug/sandboxbroker.dll +++ /dev/null diff --git a/source/WindowsFormsApplication1/bin/Debug/softokn3.dll b/source/WindowsFormsApplication1/bin/Debug/softokn3.dll Binary files differdeleted file mode 100644 index 47e3b97..0000000 --- a/source/WindowsFormsApplication1/bin/Debug/softokn3.dll +++ /dev/null diff --git a/source/WindowsFormsApplication1/bin/Debug/xul.dll b/source/WindowsFormsApplication1/bin/Debug/xul.dll Binary files differdeleted file mode 100644 index 77f3864..0000000 --- a/source/WindowsFormsApplication1/bin/Debug/xul.dll +++ /dev/null diff --git a/source/WindowsFormsApplication1/obj/Debug/ShiftOS.csproj.FileListAbsolute.txt b/source/WindowsFormsApplication1/obj/Debug/ShiftOS.csproj.FileListAbsolute.txt index 39f7162..97a3d5e 100644 --- a/source/WindowsFormsApplication1/obj/Debug/ShiftOS.csproj.FileListAbsolute.txt +++ b/source/WindowsFormsApplication1/obj/Debug/ShiftOS.csproj.FileListAbsolute.txt @@ -235,4 +235,8 @@ C:\Users\mikey\Documents\ShiftOS-C-\source\WindowsFormsApplication1\bin\Debug\Sv C:\Users\mikey\Documents\ShiftOS-C-\source\WindowsFormsApplication1\bin\Debug\Svg.xml C:\Users\mikey\Documents\ShiftOS-C-\source\WindowsFormsApplication1\bin\Debug\Interop.WMPLib.dll C:\Users\mikey\Documents\ShiftOS-C-\source\WindowsFormsApplication1\bin\Debug\AxInterop.WMPLib.dll +<<<<<<< HEAD C:\Users\wiggl\Documents\GitHub\ShiftOS-C-\source\WindowsFormsApplication1\obj\Debug\ShiftOS.Apps.About.resources +======= +C:\Users\mikey\Documents\ShiftOS-C-\source\WindowsFormsApplication1\obj\Debug\ShiftOS.Apps.About.resources +>>>>>>> origin/master |
