您最多选择25个主题
主题必须以中文或者字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
10607 行
1.0 MiB
10607 行
1.0 MiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<doc>
|
|
<assembly>
|
|
<name>System.Core</name>
|
|
</assembly>
|
|
<members>
|
|
<member name="T:Microsoft.Win32.SafeHandles.SafeNCryptHandle">
|
|
<summary>Provides a safe handle that can be used by Cryptography Next Generation (CNG) objects.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.Win32.SafeHandles.SafeNCryptHandle.#ctor">
|
|
<summary>Initializes a new instance of the <see cref="T:Microsoft.Win32.SafeHandles.SafeNCryptHandle" /> class.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.Win32.SafeHandles.SafeNCryptHandle.ReleaseHandle">
|
|
<summary>Releases a handle used by a Cryptography Next Generation (CNG) object.</summary>
|
|
<returns>true if the handle is released successfully; otherwise, false.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.Win32.SafeHandles.SafeNCryptHandle.ReleaseNativeHandle">
|
|
<summary>Releases a native handle used by a Cryptography Next Generation (CNG) object.</summary>
|
|
<returns>true if the handle is released successfully; otherwise, false.</returns>
|
|
</member>
|
|
<member name="T:Microsoft.Win32.SafeHandles.SafeNCryptKeyHandle">
|
|
<summary>Provides a safe handle that represents a key (NCRYPT_KEY_HANDLE).</summary>
|
|
</member>
|
|
<member name="M:Microsoft.Win32.SafeHandles.SafeNCryptKeyHandle.#ctor">
|
|
<summary>Initializes a new instance of the <see cref="T:Microsoft.Win32.SafeHandles.SafeNCryptKeyHandle" /> class.</summary>
|
|
</member>
|
|
<member name="T:Microsoft.Win32.SafeHandles.SafeNCryptProviderHandle">
|
|
<summary>Provides a safe handle that represents a key storage provider (NCRYPT_PROV_HANDLE).</summary>
|
|
</member>
|
|
<member name="M:Microsoft.Win32.SafeHandles.SafeNCryptProviderHandle.#ctor">
|
|
<summary>Initializes a new instance of the <see cref="T:Microsoft.Win32.SafeHandles.SafeNCryptProviderHandle" /> class.</summary>
|
|
</member>
|
|
<member name="T:Microsoft.Win32.SafeHandles.SafeNCryptSecretHandle">
|
|
<summary>Provides a safe handle that represents a secret agreement value (NCRYPT_SECRET_HANDLE).</summary>
|
|
</member>
|
|
<member name="M:Microsoft.Win32.SafeHandles.SafeNCryptSecretHandle.#ctor">
|
|
<summary>Initializes a new instance of the <see cref="T:Microsoft.Win32.SafeHandles.SafeNCryptSecretHandle" /> class.</summary>
|
|
</member>
|
|
<member name="T:Microsoft.Win32.SafeHandles.SafePipeHandle">
|
|
<summary>Represents a wrapper class for a pipe handle. </summary>
|
|
</member>
|
|
<member name="M:Microsoft.Win32.SafeHandles.SafePipeHandle.#ctor(System.IntPtr,System.Boolean)">
|
|
<summary>Initializes a new instance of the <see cref="T:Microsoft.Win32.SafeHandles.SafePipeHandle" /> class.</summary>
|
|
<param name="preexistingHandle">An <see cref="T:System.IntPtr" /> object that represents the pre-existing handle to use.</param>
|
|
<param name="ownsHandle">true to reliably release the handle during the finalization phase; false to prevent reliable release (not recommended).</param>
|
|
</member>
|
|
<member name="T:System.Action">
|
|
<summary>Encapsulates a method that takes no parameters and does not return a value.</summary>
|
|
</member>
|
|
<member name="T:System.Action`2">
|
|
<summary>Encapsulates a method that has two parameters and does not return a value.</summary>
|
|
<param name="arg1">The first parameter of the method that this delegate encapsulates.</param>
|
|
<param name="arg2">The second parameter of the method that this delegate encapsulates.</param>
|
|
<typeparam name="T1">The type of the first parameter of the method that this delegate encapsulates.</typeparam>
|
|
<typeparam name="T2">The type of the second parameter of the method that this delegate encapsulates.</typeparam>
|
|
</member>
|
|
<member name="T:System.Action`3">
|
|
<summary>Encapsulates a method that takes three parameters and does not return a value.</summary>
|
|
<param name="arg1">The first parameter of the method that this delegate encapsulates.</param>
|
|
<param name="arg2">The second parameter of the method that this delegate encapsulates.</param>
|
|
<param name="arg3">The third parameter of the method that this delegate encapsulates.</param>
|
|
<typeparam name="T1">The type of the first parameter of the method that this delegate encapsulates.</typeparam>
|
|
<typeparam name="T2">The type of the second parameter of the method that this delegate encapsulates.</typeparam>
|
|
<typeparam name="T3">The type of the third parameter of the method that this delegate encapsulates.</typeparam>
|
|
</member>
|
|
<member name="T:System.Action`4">
|
|
<summary>Encapsulates a method that has four parameters and does not return a value.</summary>
|
|
<param name="arg1">The first parameter of the method that this delegate encapsulates.</param>
|
|
<param name="arg2">The second parameter of the method that this delegate encapsulates.</param>
|
|
<param name="arg3">The third parameter of the method that this delegate encapsulates.</param>
|
|
<param name="arg4">The fourth parameter of the method that this delegate encapsulates.</param>
|
|
<typeparam name="T1">The type of the first parameter of the method that this delegate encapsulates.</typeparam>
|
|
<typeparam name="T2">The type of the second parameter of the method that this delegate encapsulates.</typeparam>
|
|
<typeparam name="T3">The type of the third parameter of the method that this delegate encapsulates.</typeparam>
|
|
<typeparam name="T4">The type of the fourth parameter of the method that this delegate encapsulates.</typeparam>
|
|
</member>
|
|
<member name="T:System.Func`1">
|
|
<summary>Encapsulates a method that has no parameters and returns a value of the type specified by the <paramref name="TResult" /> parameter.</summary>
|
|
<returns>The return value of the method that this delegate encapsulates.</returns>
|
|
<typeparam name="TResult">The type of the return value of the method that this delegate encapsulates.</typeparam>
|
|
</member>
|
|
<member name="T:System.Func`2">
|
|
<summary>Encapsulates a method that has one parameter and returns a value of the type specified by the <paramref name="TResult" /> parameter.</summary>
|
|
<returns>The return value of the method that this delegate encapsulates.</returns>
|
|
<param name="arg">The parameter of the method that this delegate encapsulates.</param>
|
|
<typeparam name="T">The type of the parameter of the method that this delegate encapsulates.</typeparam>
|
|
<typeparam name="TResult">The type of the return value of the method that this delegate encapsulates.</typeparam>
|
|
</member>
|
|
<member name="T:System.Func`3">
|
|
<summary>Encapsulates a method that has two parameters and returns a value of the type specified by the <paramref name="TResult" /> parameter.</summary>
|
|
<returns>The return value of the method that this delegate encapsulates.</returns>
|
|
<param name="arg1">The first parameter of the method that this delegate encapsulates.</param>
|
|
<param name="arg2">The second parameter of the method that this delegate encapsulates.</param>
|
|
<typeparam name="T1">The type of the first parameter of the method that this delegate encapsulates.</typeparam>
|
|
<typeparam name="T2">The type of the second parameter of the method that this delegate encapsulates.</typeparam>
|
|
<typeparam name="TResult">The type of the return value of the method that this delegate encapsulates.</typeparam>
|
|
</member>
|
|
<member name="T:System.Func`4">
|
|
<summary>Encapsulates a method that has three parameters and returns a value of the type specified by the <paramref name="TResult" /> parameter.</summary>
|
|
<returns>The return value of the method that this delegate encapsulates.</returns>
|
|
<param name="arg1">The first parameter of the method that this delegate encapsulates.</param>
|
|
<param name="arg2">The second parameter of the method that this delegate encapsulates.</param>
|
|
<param name="arg3">The third parameter of the method that this delegate encapsulates.</param>
|
|
<typeparam name="T1">The type of the first parameter of the method that this delegate encapsulates.</typeparam>
|
|
<typeparam name="T2">The type of the second parameter of the method that this delegate encapsulates.</typeparam>
|
|
<typeparam name="T3">The type of the third parameter of the method that this delegate encapsulates.</typeparam>
|
|
<typeparam name="TResult">The type of the return value of the method that this delegate encapsulates.</typeparam>
|
|
</member>
|
|
<member name="T:System.Func`5">
|
|
<summary>Encapsulates a method that has four parameters and returns a value of the type specified by the <paramref name="TResult" /> parameter.</summary>
|
|
<returns>The return value of the method that this delegate encapsulates.</returns>
|
|
<param name="arg1">The first parameter of the method that this delegate encapsulates.</param>
|
|
<param name="arg2">The second parameter of the method that this delegate encapsulates.</param>
|
|
<param name="arg3">The third parameter of the method that this delegate encapsulates.</param>
|
|
<param name="arg4">The fourth parameter of the method that this delegate encapsulates.</param>
|
|
<typeparam name="T1">The type of the first parameter of the method that this delegate encapsulates.</typeparam>
|
|
<typeparam name="T2">The type of the second parameter of the method that this delegate encapsulates.</typeparam>
|
|
<typeparam name="T3">The type of the third parameter of the method that this delegate encapsulates.</typeparam>
|
|
<typeparam name="T4">The type of the fourth parameter of the method that this delegate encapsulates.</typeparam>
|
|
<typeparam name="TResult">The type of the return value of the method that this delegate encapsulates.</typeparam>
|
|
</member>
|
|
<member name="T:System.InvalidTimeZoneException">
|
|
<summary>The exception that is thrown when time zone information is invalid.</summary>
|
|
</member>
|
|
<member name="M:System.InvalidTimeZoneException.#ctor">
|
|
<summary>Initializes a new instance of the <see cref="T:System.InvalidTimeZoneException" /> class with a system-supplied message.</summary>
|
|
</member>
|
|
<member name="M:System.InvalidTimeZoneException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
|
|
<summary>Initializes a new instance of the <see cref="T:System.InvalidTimeZoneException" /> class from serialized data.</summary>
|
|
<param name="info">The object that contains the serialized data. </param>
|
|
<param name="context">The stream that contains the serialized data.</param>
|
|
<exception cref="T:System.ArgumentNullException">The <paramref name="info" /> parameter is null.-or-The <paramref name="context" /> parameter is null.</exception>
|
|
</member>
|
|
<member name="M:System.InvalidTimeZoneException.#ctor(System.String)">
|
|
<summary>Initializes a new instance of the <see cref="T:System.InvalidTimeZoneException" /> class with the specified message string.</summary>
|
|
<param name="message">A string that describes the exception.</param>
|
|
</member>
|
|
<member name="M:System.InvalidTimeZoneException.#ctor(System.String,System.Exception)">
|
|
<summary>Initializes a new instance of the <see cref="T:System.InvalidTimeZoneException" /> class with a specified error message and a reference to the inner exception that is the cause of this exception.</summary>
|
|
<param name="message">A string that describes the exception. </param>
|
|
<param name="innerException">The exception that is the cause of the current exception. </param>
|
|
</member>
|
|
<member name="T:System.TimeZoneInfo">
|
|
<summary>Represents any time zone in the world.</summary>
|
|
</member>
|
|
<member name="P:System.TimeZoneInfo.BaseUtcOffset">
|
|
<summary>Gets the time difference between the current time zone's standard time and Coordinated Universal Time (UTC).</summary>
|
|
<returns>A <see cref="T:System.TimeSpan" /> object that indicates the time difference between the current time zone's standard time and Coordinated Universal Time (UTC).</returns>
|
|
</member>
|
|
<member name="M:System.TimeZoneInfo.ClearCachedData">
|
|
<summary>Clears cached time zone data.</summary>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.TimeZoneInfo.ConvertTime(System.DateTime,System.TimeZoneInfo)">
|
|
<summary>Converts a time to the time in a particular time zone.</summary>
|
|
<returns>A <see cref="T:System.DateTime" /> value that represents the date and time in the destination time zone.</returns>
|
|
<param name="dateTime">The date and time to convert. </param>
|
|
<param name="destinationTimeZone">The time zone to convert <paramref name="dateTime" /> to.</param>
|
|
<exception cref="T:System.ArgumentException">The value of the <paramref name="dateTime" /> parameter represents an invalid time.</exception>
|
|
<exception cref="T:System.ArgumentNullException">The value of the <paramref name="destinationTimeZone" /> parameter is null.</exception>
|
|
</member>
|
|
<member name="M:System.TimeZoneInfo.ConvertTime(System.DateTime,System.TimeZoneInfo,System.TimeZoneInfo)">
|
|
<summary>Converts a time from one time zone to another.</summary>
|
|
<returns>A <see cref="T:System.DateTime" /> value that represents the date and time in the destination time zone that corresponds to the <paramref name="dateTime" /> parameter in the source time zone.</returns>
|
|
<param name="dateTime">The date and time to convert.</param>
|
|
<param name="sourceTimeZone">The time zone of <paramref name="dateTime" />.</param>
|
|
<param name="destinationTimeZone">The time zone to convert <paramref name="dateTime" /> to.</param>
|
|
<exception cref="T:System.ArgumentException">The <see cref="P:System.DateTime.Kind" /> property of the <paramref name="dateTime" /> parameter is <see cref="F:System.DateTimeKind.Local" />, but the <paramref name="sourceTimeZone" /> parameter does not equal <see cref="F:System.DateTimeKind.Local" />.-or-The <see cref="P:System.DateTime.Kind" /> property of the <paramref name="dateTime" /> parameter is <see cref="F:System.DateTimeKind.Utc" />, but the <paramref name="sourceTimeZone" /> parameter does not equal <see cref="P:System.TimeZoneInfo.Utc" />.-or-The <paramref name="dateTime" /> parameter is an invalid time (that is, it represents a time that does not exist because of a time zone's adjustment rules).</exception>
|
|
<exception cref="T:System.ArgumentNullException">The <paramref name="sourceTimeZone" /> parameter is null.-or-The <paramref name="destinationTimeZone" /> parameter is null.</exception>
|
|
</member>
|
|
<member name="M:System.TimeZoneInfo.ConvertTime(System.DateTimeOffset,System.TimeZoneInfo)">
|
|
<summary>Converts a time to the time in a particular time zone.</summary>
|
|
<returns>A <see cref="T:System.DateTimeOffset" /> value that represents the date and time in the destination time zone.</returns>
|
|
<param name="dateTimeOffset">The date and time to convert. </param>
|
|
<param name="destinationTimeZone">The time zone to convert <paramref name="dateTime" /> to.</param>
|
|
<exception cref="T:System.ArgumentNullException">The value of the <paramref name="destinationTimeZone" /> parameter is null.</exception>
|
|
</member>
|
|
<member name="M:System.TimeZoneInfo.ConvertTimeBySystemTimeZoneId(System.DateTime,System.String)">
|
|
<summary>Converts a time to the time in another time zone based on the time zone's identifier.</summary>
|
|
<returns>A <see cref="T:System.DateTime" /> value that represents the date and time in the destination time zone.</returns>
|
|
<param name="dateTime">The date and time to convert.</param>
|
|
<param name="destinationTimeZoneId">The identifier of the destination time zone.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="destinationTimeZoneId" /> is null.</exception>
|
|
<exception cref="T:System.InvalidTimeZoneException">The time zone identifier was found, but the registry data is corrupted.</exception>
|
|
<exception cref="T:System.Security.SecurityException">The process does not have the permissions required to read from the registry key that contains the time zone information.</exception>
|
|
<exception cref="T:System.TimeZoneNotFoundException">The <paramref name="destinationTimeZoneId" /> identifier was not found on the local system.</exception>
|
|
</member>
|
|
<member name="M:System.TimeZoneInfo.ConvertTimeBySystemTimeZoneId(System.DateTime,System.String,System.String)">
|
|
<summary>Converts a time from one time zone to another based on time zone identifiers.</summary>
|
|
<returns>A <see cref="T:System.DateTime" /> value that represents the date and time in the destination time zone that corresponds to the <paramref name="dateTime" /> parameter in the source time zone.</returns>
|
|
<param name="dateTime">The date and time to convert.</param>
|
|
<param name="sourceTimeZoneId">The identifier of the source time zone. </param>
|
|
<param name="destinationTimeZoneId">The identifier of the destination time zone.</param>
|
|
<exception cref="T:System.ArgumentException">The <see cref="P:System.DateTime.Kind" /> property of the <paramref name="dateTime" /> parameter does not correspond to the source time zone.-or-<paramref name="dateTime" /> is an invalid time in the source time zone.</exception>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="sourceTimeZoneId" /> is null.-or-<paramref name="destinationTimeZoneId" /> is null.</exception>
|
|
<exception cref="T:System.InvalidTimeZoneException">The time zone identifier was found, but the registry data is corrupted.</exception>
|
|
<exception cref="T:System.Security.SecurityException">The process does not have the permissions required to read from the registry key that contains the time zone information.</exception>
|
|
<exception cref="T:System.TimeZoneNotFoundException">The <paramref name="sourceTimeZoneId" /> identifier was not found on the local system.-or-The <paramref name="destinationTimeZoneId" /> identifier was not found on the local system.</exception>
|
|
<exception cref="T:System.Security.SecurityException">The user does not have the permissions required to read from the registry keys that hold time zone data.</exception>
|
|
</member>
|
|
<member name="M:System.TimeZoneInfo.ConvertTimeBySystemTimeZoneId(System.DateTimeOffset,System.String)">
|
|
<summary>Converts a time to the time in another time zone based on the time zone's identifier.</summary>
|
|
<returns>A <see cref="T:System.DateTimeOffset" /> value that represents the date and time in the destination time zone.</returns>
|
|
<param name="dateTimeOffset">The date and time to convert.</param>
|
|
<param name="destinationTimeZoneId">The identifier of the destination time zone.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="destinationTimeZoneId" /> is null.</exception>
|
|
<exception cref="T:System.InvalidTimeZoneException">The time zone identifier was found but the registry data is corrupted.</exception>
|
|
<exception cref="T:System.Security.SecurityException">The process does not have the permissions required to read from the registry key that contains the time zone information.</exception>
|
|
<exception cref="T:System.TimeZoneNotFoundException">The <paramref name="destinationTimeZoneId" /> identifier was not found on the local system.</exception>
|
|
</member>
|
|
<member name="M:System.TimeZoneInfo.ConvertTimeFromUtc(System.DateTime,System.TimeZoneInfo)">
|
|
<summary>Converts a Coordinated Universal Time (UTC) to the time in a specified time zone.</summary>
|
|
<returns>A <see cref="T:System.DateTime" /> value that represents the date and time in the destination time zone. Its <see cref="P:System.DateTime.Kind" /> property is <see cref="F:System.DateTimeKind.Utc" /> if <paramref name="destinationTimeZone" /> is <see cref="P:System.TimeZoneInfo.Utc" />; otherwise, its <see cref="P:System.DateTime.Kind" /> property is <see cref="F:System.DateTimeKind.Unspecified" />.</returns>
|
|
<param name="dateTime">The Coordinated Universal Time (UTC).</param>
|
|
<param name="destinationTimeZone">The time zone to convert <paramref name="dateTime" /> to.</param>
|
|
<exception cref="T:System.ArgumentException">The <see cref="P:System.DateTime.Kind" /> property of <paramref name="dateTime" /> is <see cref="F:System.DateTimeKind.Local" />.</exception>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="destinationTimeZone" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.TimeZoneInfo.ConvertTimeToUtc(System.DateTime)">
|
|
<summary>Converts the current date and time to Coordinated Universal Time (UTC).</summary>
|
|
<returns>A <see cref="T:System.DateTime" /> value that represents the Coordinated Universal Time (UTC) that corresponds to the <paramref name="dateTime" /> parameter. The <see cref="T:System.DateTime" /> value's <see cref="P:System.DateTime.Kind" /> property is always set to <see cref="F:System.DateTimeKind.Utc" />.</returns>
|
|
<param name="dateTime">The date and time to convert.</param>
|
|
<exception cref="T:System.ArgumentException">TimeZoneInfo.Local.IsInvalidDateTime(<paramref name="dateTime" />) returns true.</exception>
|
|
</member>
|
|
<member name="M:System.TimeZoneInfo.ConvertTimeToUtc(System.DateTime,System.TimeZoneInfo)">
|
|
<summary>Converts the time in a specified time zone to Coordinated Universal Time (UTC).</summary>
|
|
<returns>A <see cref="T:System.DateTime" /> object that represents the Coordinated Universal Time (UTC) that corresponds to the <paramref name="dateTime" /> parameter. The <see cref="T:System.DateTime" /> object's <see cref="P:System.DateTime.Kind" /> property is always set to <see cref="F:System.DateTimeKind.Utc" />.</returns>
|
|
<param name="dateTime">The date and time to convert.</param>
|
|
<param name="sourceTimeZone">The time zone of <paramref name="dateTime" />.</param>
|
|
<exception cref="T:System.ArgumentException">
|
|
<paramref name="dateTime" />.Kind is <see cref="F:System.DateTimeKind.Utc" /> and <paramref name="sourceTimeZone" /> does not equal <see cref="P:System.TimeZoneInfo.Utc" />.-or-<paramref name="dateTime" />.Kind is <see cref="F:System.DateTimeKind.Local" /> and <paramref name="sourceTimeZone" /> does not equal <see cref="P:System.TimeZoneInfo.Local" />.-or-<paramref name="sourceTimeZone" />.IsInvalidDateTime(<paramref name="dateTime" />) returns true.</exception>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="sourceTimeZone" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.TimeZoneInfo.CreateCustomTimeZone(System.String,System.TimeSpan,System.String,System.String)">
|
|
<summary>Creates a custom time zone with a specified identifier, an offset from Coordinated Universal Time (UTC), a display name, and a standard time display name.</summary>
|
|
<returns>A <see cref="T:System.TimeZoneInfo" /> object that represents the new time zone.</returns>
|
|
<param name="id">The time zone's identifier.</param>
|
|
<param name="baseUtcOffset">A <see cref="T:System.TimeSpan" /> object that represents the time difference between this time zone and Coordinated Universal Time (UTC).</param>
|
|
<param name="displayName">The display name of the new time zone. </param>
|
|
<param name="standardDisplayName">The name of the new time zone's standard time.</param>
|
|
<exception cref="T:System.ArgumentNullException">The <paramref name="id" /> parameter is null.</exception>
|
|
<exception cref="T:System.ArgumentException">The <paramref name="id" /> parameter is an empty string ("").-or-The <paramref name="baseUtcOffset" /> parameter does not represent a whole number of minutes.</exception>
|
|
<exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="baseUtcOffset" /> parameter is greater than 14 hours or less than -14 hours.</exception>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.TimeZoneInfo.CreateCustomTimeZone(System.String,System.TimeSpan,System.String,System.String,System.String,System.TimeZoneInfo.AdjustmentRule[])">
|
|
<summary>Creates a custom time zone with a specified identifier, an offset from Coordinated Universal Time (UTC), a display name, a standard time name, a daylight saving time name, and daylight saving time rules.</summary>
|
|
<returns>A <see cref="T:System.TimeZoneInfo" /> object that represents the new time zone.</returns>
|
|
<param name="id">The time zone's identifier.</param>
|
|
<param name="baseUtcOffset">A <see cref="T:System.TimeSpan" /> object that represents the time difference between this time zone and Coordinated Universal Time (UTC).</param>
|
|
<param name="displayName">The display name of the new time zone. </param>
|
|
<param name="standardDisplayName">The new time zone's standard time name.</param>
|
|
<param name="daylightDisplayName">The daylight saving time name of the new time zone. </param>
|
|
<param name="adjustmentRules">An array of <see cref="T:System.TimeZoneInfo.AdjustmentRule" /> objects that augment the base UTC offset for a particular period. </param>
|
|
<exception cref="T:System.ArgumentNullException">The <paramref name="id" /> parameter is null.</exception>
|
|
<exception cref="T:System.ArgumentException">The <paramref name="id" /> parameter is an empty string ("").-or-The <paramref name="baseUtcOffset" /> parameter does not represent a whole number of minutes.</exception>
|
|
<exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="baseUtcOffset" /> parameter is greater than 14 hours or less than -14 hours.</exception>
|
|
<exception cref="T:System.InvalidTimeZoneException">The adjustment rules specified in the <paramref name="adjustmentRules" /> parameter overlap.-or-The adjustment rules specified in the <paramref name="adjustmentRules" /> parameter are not in chronological order.-or-One or more elements in <paramref name="adjustmentRules" /> are null.-or-A date can have multiple adjustment rules applied to it.-or-The sum of the <paramref name="baseUtcOffset" /> parameter and the <see cref="P:System.TimeZoneInfo.AdjustmentRule.DaylightDelta" /> value of one or more objects in the <paramref name="adjustmentRules" /> array is greater than 14 hours or less than -14 hours.</exception>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.TimeZoneInfo.CreateCustomTimeZone(System.String,System.TimeSpan,System.String,System.String,System.String,System.TimeZoneInfo.AdjustmentRule[],System.Boolean)">
|
|
<summary>Creates a custom time zone with a specified identifier, an offset from Coordinated Universal Time (UTC), a display name, a standard time name, a daylight saving time name, daylight saving time rules, and a value that indicates whether the returned object reflects daylight saving time information.</summary>
|
|
<returns>A <see cref="T:System.TimeZoneInfo" /> object that represents the new time zone. If the <paramref name="disableDaylightSavingTime" /> parameter is true, the returned object has no daylight saving time data.</returns>
|
|
<param name="id">The time zone's identifier.</param>
|
|
<param name="baseUtcOffset">A <see cref="T:System.TimeSpan" /> object that represents the time difference between this time zone and Coordinated Universal Time (UTC).</param>
|
|
<param name="displayName">The display name of the new time zone. </param>
|
|
<param name="standardDisplayName">The standard time name of the new time zone.</param>
|
|
<param name="daylightDisplayName">The daylight saving time name of the new time zone. </param>
|
|
<param name="adjustmentRules">An array of <see cref="T:System.TimeZoneInfo.AdjustmentRule" /> objects that augment the base UTC offset for a particular period.</param>
|
|
<param name="disableDaylightSavingTime">true to discard any daylight saving time-related information present in <paramref name="adjustmentRules" /> with the new object; otherwise, false.</param>
|
|
<exception cref="T:System.ArgumentNullException">The <paramref name="id" /> parameter is null.</exception>
|
|
<exception cref="T:System.ArgumentException">The <paramref name="id" /> parameter is an empty string ("").-or-The <paramref name="baseUtcOffset" /> parameter does not represent a whole number of minutes.</exception>
|
|
<exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="baseUtcOffset" /> parameter is greater than 14 hours or less than -14 hours.</exception>
|
|
<exception cref="T:System.InvalidTimeZoneException">The adjustment rules specified in the <paramref name="adjustmentRules" /> parameter overlap.-or-The adjustment rules specified in the <paramref name="adjustmentRules" /> parameter are not in chronological order.-or-One or more elements in <paramref name="adjustmentRules" /> are null.-or-A date can have multiple adjustment rules applied to it.-or-The sum of the <paramref name="baseUtcOffset" /> parameter and the <see cref="P:System.TimeZoneInfo.AdjustmentRule.DaylightDelta" /> value of one or more objects in the <paramref name="adjustmentRules" /> array is greater than 14 hours or less than -14 hours.</exception>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.TimeZoneInfo.DaylightName">
|
|
<summary>Gets the localized display name for the current time zone's daylight saving time.</summary>
|
|
<returns>The display name for the time zone's localized daylight saving time.</returns>
|
|
</member>
|
|
<member name="P:System.TimeZoneInfo.DisplayName">
|
|
<summary>Gets the localized general display name that represents the time zone.</summary>
|
|
<returns>The time zone's localized general display name.</returns>
|
|
</member>
|
|
<member name="M:System.TimeZoneInfo.Equals(System.TimeZoneInfo)">
|
|
<summary>Determines whether the current <see cref="T:System.TimeZoneInfo" /> object and another <see cref="T:System.TimeZoneInfo" /> object are equal.</summary>
|
|
<returns>true if the two <see cref="T:System.TimeZoneInfo" /> objects are equal; otherwise, false.</returns>
|
|
<param name="other">A second <see cref="T:System.TimeZoneInfo" /> object to compare with the current <see cref="T:System.TimeZoneInfo" /> object. </param>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.TimeZoneInfo.FindSystemTimeZoneById(System.String)">
|
|
<summary>Retrieves a <see cref="T:System.TimeZoneInfo" /> object from the registry based on its identifier.</summary>
|
|
<returns>A <see cref="T:System.TimeZoneInfo" /> object whose identifier is the value of the <paramref name="id" /> parameter.</returns>
|
|
<param name="id">The time zone identifier, which corresponds to the <see cref="P:System.TimeZoneInfo.Id" /> property. </param>
|
|
<exception cref="T:System.OutOfMemoryException">The system does not have enough memory to hold information about the time zone.</exception>
|
|
<exception cref="T:System.ArgumentNullException">The <paramref name="id" /> parameter is null.</exception>
|
|
<exception cref="T:System.TimeZoneNotFoundException">The time zone identifier specified by <paramref name="id" /> was not found. This means that a registry key whose name matches <paramref name="id" /> does not exist, or that the key exists but does not contain any time zone data.</exception>
|
|
<exception cref="T:System.Security.SecurityException">The process does not have the permissions required to read from the registry key that contains the time zone information.</exception>
|
|
<exception cref="T:System.InvalidTimeZoneException">The time zone identifier was found, but the registry data is corrupted.</exception>
|
|
</member>
|
|
<member name="M:System.TimeZoneInfo.FromSerializedString(System.String)">
|
|
<summary>Deserializes a string to re-create an original serialized <see cref="T:System.TimeZoneInfo" /> object.</summary>
|
|
<returns>A <see cref="T:System.TimeZoneInfo" /> object.</returns>
|
|
<param name="source">The string representation of the serialized <see cref="T:System.TimeZoneInfo" /> object. </param>
|
|
<exception cref="T:System.ArgumentException">The <paramref name="source" /> parameter is <see cref="F:System.String.Empty" />.</exception>
|
|
<exception cref="T:System.ArgumentNullException">The <paramref name="source" /> parameter is a null string.</exception>
|
|
<exception cref="T:System.Runtime.Serialization.SerializationException">The source parameter cannot be deserialized back into a <see cref="T:System.TimeZoneInfo" /> object.</exception>
|
|
</member>
|
|
<member name="M:System.TimeZoneInfo.GetAdjustmentRules">
|
|
<summary>Retrieves an array of <see cref="T:System.TimeZoneInfo.AdjustmentRule" /> objects that apply to the current <see cref="T:System.TimeZoneInfo" /> object.</summary>
|
|
<returns>An array of <see cref="T:System.TimeZoneInfo.AdjustmentRule" /> objects for this time zone.</returns>
|
|
<exception cref="T:System.OutOfMemoryException">The system does not have enough memory to make an in-memory copy of the adjustment rules.</exception>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.TimeZoneInfo.GetAmbiguousTimeOffsets(System.DateTime)">
|
|
<summary>Returns information about the possible dates and times that an ambiguous date and time can be mapped to.</summary>
|
|
<returns>An array of <see cref="T:System.TimeSpan" /> objects that represents possible Coordinated Universal Time (UTC) offsets that a particular date and time can be mapped to.</returns>
|
|
<param name="dateTime">A date and time.</param>
|
|
<exception cref="T:System.ArgumentException">
|
|
<paramref name="dateTime" /> is not an ambiguous time.</exception>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.TimeZoneInfo.GetAmbiguousTimeOffsets(System.DateTimeOffset)">
|
|
<summary>Returns information about the possible dates and times that an ambiguous date and time can be mapped to.</summary>
|
|
<returns>An array of <see cref="T:System.TimeSpan" /> objects that represents possible Coordinated Universal Time (UTC) offsets that a particular date and time can be mapped to.</returns>
|
|
<param name="dateTimeOffset">A date and time.</param>
|
|
<exception cref="T:System.ArgumentException">
|
|
<paramref name="dateTime" /> is not an ambiguous time.</exception>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.TimeZoneInfo.GetHashCode">
|
|
<summary>Serves as a hash function for hashing algorithms and data structures such as hash tables.</summary>
|
|
<returns>A 32-bit signed integer that serves as the hash code for this <see cref="T:System.TimeZoneInfo" /> object.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.TimeZoneInfo.GetSystemTimeZones">
|
|
<summary>Returns a sorted collection of all the time zones about which information is available on the local system.</summary>
|
|
<returns>A read-only collection of <see cref="T:System.TimeZoneInfo" /> objects.</returns>
|
|
<exception cref="T:System.OutOfMemoryException">There is insufficient memory to store all time zone information.</exception>
|
|
<exception cref="T:System.Security.SecurityException">The user does not have permission to read from the registry keys that contain time zone information.</exception>
|
|
</member>
|
|
<member name="M:System.TimeZoneInfo.GetUtcOffset(System.DateTime)">
|
|
<summary>Calculates the offset or difference between the time in this time zone and Coordinated Universal Time (UTC) for a particular date and time.</summary>
|
|
<returns>A <see cref="T:System.TimeSpan" /> object that indicates the time difference between the two time zones.</returns>
|
|
<param name="dateTime">The date and time to determine the offset for. </param>
|
|
</member>
|
|
<member name="M:System.TimeZoneInfo.GetUtcOffset(System.DateTimeOffset)">
|
|
<summary>Calculates the offset or difference between the time in this time zone and Coordinated Universal Time (UTC) for a particular date and time.</summary>
|
|
<returns>A <see cref="T:System.TimeSpan" /> object that indicates the time difference between Coordinated Universal Time (UTC) and the current time zone.</returns>
|
|
<param name="dateTimeOffset">The date and time to determine the offset for.</param>
|
|
</member>
|
|
<member name="M:System.TimeZoneInfo.HasSameRules(System.TimeZoneInfo)">
|
|
<summary>Indicates whether the current object and another <see cref="T:System.TimeZoneInfo" /> object have the same adjustment rules.</summary>
|
|
<returns>true if the two time zones have identical adjustment rules and an identical base offset; otherwise, false.</returns>
|
|
<param name="other">A second <see cref="T:System.TimeZoneInfo" /> object to compare with the current <see cref="T:System.TimeZoneInfo" /> object. </param>
|
|
<exception cref="T:System.ArgumentNullException">The <paramref name="other" /> parameter is null.</exception>
|
|
</member>
|
|
<member name="P:System.TimeZoneInfo.Id">
|
|
<summary>Gets the time zone identifier.</summary>
|
|
<returns>The time zone identifier.</returns>
|
|
</member>
|
|
<member name="M:System.TimeZoneInfo.IsAmbiguousTime(System.DateTime)">
|
|
<summary>Determines whether a particular date and time in a particular time zone is ambiguous and can be mapped to two or more Coordinated Universal Time (UTC) times.</summary>
|
|
<returns>true if the <paramref name="dateTime" /> parameter is ambiguous; otherwise, false.</returns>
|
|
<param name="dateTime">A date and time value. </param>
|
|
<exception cref="T:System.ArgumentException">The <see cref="P:System.DateTime.Kind" /> property of the <paramref name="dateTime" /> value is <see cref="F:System.DateTimeKind.Local" /> and <paramref name="dateTime" /> is an invalid time.</exception>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.TimeZoneInfo.IsAmbiguousTime(System.DateTimeOffset)">
|
|
<summary>Determines whether a particular date and time in a particular time zone is ambiguous and can be mapped to two or more Coordinated Universal Time (UTC) times.</summary>
|
|
<returns>true if the <paramref name="dateTimeOffset" /> parameter is ambiguous in the current time zone; otherwise, false.</returns>
|
|
<param name="dateTimeOffset">A date and time.</param>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.TimeZoneInfo.IsDaylightSavingTime(System.DateTime)">
|
|
<summary>Indicates whether a specified date and time falls in the range of daylight saving time for the time zone of the current <see cref="T:System.TimeZoneInfo" /> object.</summary>
|
|
<returns>true if the <paramref name="dateTime" /> parameter is a daylight saving time; otherwise, false.</returns>
|
|
<param name="dateTime">A date and time value. </param>
|
|
<exception cref="T:System.ArgumentException">The <see cref="P:System.DateTime.Kind" /> property of the <paramref name="dateTime" /> value is <see cref="F:System.DateTimeKind.Local" /> and <paramref name="dateTime" /> is an invalid time.</exception>
|
|
</member>
|
|
<member name="M:System.TimeZoneInfo.IsDaylightSavingTime(System.DateTimeOffset)">
|
|
<summary>Indicates whether a specified date and time falls in the range of daylight saving time for the time zone of the current <see cref="T:System.TimeZoneInfo" /> object.</summary>
|
|
<returns>true if the <paramref name="dateTimeOffset" /> parameter is a daylight saving time; otherwise, false.</returns>
|
|
<param name="dateTimeOffset">A date and time value.</param>
|
|
</member>
|
|
<member name="M:System.TimeZoneInfo.IsInvalidTime(System.DateTime)">
|
|
<summary>Indicates whether a particular date and time is invalid.</summary>
|
|
<returns>true if <paramref name="dateTime" /> is invalid; otherwise, false.</returns>
|
|
<param name="dateTime">A date and time value. </param>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.TimeZoneInfo.Local">
|
|
<summary>Gets a <see cref="T:System.TimeZoneInfo" /> object that represents the local time zone.</summary>
|
|
<returns>A <see cref="T:System.TimeZoneInfo" /> object that represents the local time zone.</returns>
|
|
</member>
|
|
<member name="P:System.TimeZoneInfo.StandardName">
|
|
<summary>Gets the localized display name for the time zone's standard time.</summary>
|
|
<returns>The localized display name of the time zone's standard time.</returns>
|
|
</member>
|
|
<member name="P:System.TimeZoneInfo.SupportsDaylightSavingTime">
|
|
<summary>Gets a value indicating whether the time zone has any daylight saving time rules.</summary>
|
|
<returns>true if the time zone supports daylight saving time; otherwise, false.</returns>
|
|
</member>
|
|
<member name="M:System.TimeZoneInfo.System#Runtime#Serialization#IDeserializationCallback#OnDeserialization(System.Object)">
|
|
<summary>Runs when the deserialization of an object has been completed.</summary>
|
|
<param name="sender">The object that initiated the callback. The functionality for this parameter is not currently implemented.</param>
|
|
<exception cref="T:System.Runtime.Serialization.SerializationException">The <see cref="T:System.TimeZoneInfo" /> object contains invalid or corrupted data.</exception>
|
|
</member>
|
|
<member name="M:System.TimeZoneInfo.System#Runtime#Serialization#ISerializable#GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
|
|
<summary>Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object with the data needed to serialize the current <see cref="T:System.TimeZoneInfo" /> object.</summary>
|
|
<param name="info">The object to populate with data.</param>
|
|
<param name="context">The destination for this serialization (see <see cref="T:System.Runtime.Serialization.StreamingContext" />).</param>
|
|
<exception cref="T:System.ArgumentNullException">The <paramref name="info" /> parameter is null.</exception>
|
|
</member>
|
|
<member name="M:System.TimeZoneInfo.ToSerializedString">
|
|
<summary>Converts the current <see cref="T:System.TimeZoneInfo" /> object to a serialized string.</summary>
|
|
<returns>A string that represents the current <see cref="T:System.TimeZoneInfo" /> object.</returns>
|
|
</member>
|
|
<member name="M:System.TimeZoneInfo.ToString">
|
|
<summary>Returns the current <see cref="T:System.TimeZoneInfo" /> object's display name.</summary>
|
|
<returns>The value of the <see cref="P:System.TimeZoneInfo.DisplayName" /> property of the current <see cref="T:System.TimeZoneInfo" /> object.</returns>
|
|
</member>
|
|
<member name="P:System.TimeZoneInfo.Utc">
|
|
<summary>Gets a <see cref="T:System.TimeZoneInfo" /> object that represents the Coordinated Universal Time (UTC) zone.</summary>
|
|
<returns>A <see cref="T:System.TimeZoneInfo" /> object that represents the Coordinated Universal Time (UTC) zone.</returns>
|
|
</member>
|
|
<member name="T:System.TimeZoneInfo.AdjustmentRule">
|
|
<summary>Provides information about a time zone adjustment, such as the transition to and from daylight saving time.</summary>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.TimeZoneInfo.AdjustmentRule.CreateAdjustmentRule(System.DateTime,System.DateTime,System.TimeSpan,System.TimeZoneInfo.TransitionTime,System.TimeZoneInfo.TransitionTime)">
|
|
<summary>Creates a new adjustment rule for a particular time zone.</summary>
|
|
<returns>A <see cref="T:System.TimeZoneInfo.AdjustmentRule" /> object that represents the new adjustment rule.</returns>
|
|
<param name="dateStart">The effective date of the adjustment rule. If the value of the <paramref name="dateStart" /> parameter is DateTime.MinValue.Date, this is the first adjustment rule in effect for a time zone. </param>
|
|
<param name="dateEnd">The last date that the adjustment rule is in force. If the value of the <paramref name="dateEnd" /> parameter is DateTime.MaxValue.Date, the adjustment rule has no end date.</param>
|
|
<param name="daylightDelta">The time change that results from the adjustment. This value is added to the time zone's <see cref="P:System.TimeZoneInfo.BaseUtcOffset" /> property to obtain the correct daylight offset from Coordinated Universal Time (UTC). This value can range from -14 to 14. </param>
|
|
<param name="daylightTransitionStart">A <see cref="T:System.TimeZoneInfo.TransitionTime" /> object that defines the start of daylight saving time.</param>
|
|
<param name="daylightTransitionEnd">A <see cref="T:System.TimeZoneInfo.TransitionTime" /> object that defines the end of daylight saving time. </param>
|
|
<exception cref="T:System.ArgumentException">The <see cref="P:System.DateTime.Kind" /> property of the <paramref name="dateStart" /> or <paramref name="dateEnd" /> parameter does not equal <see cref="F:System.DateTimeKind.Unspecified" />.-or-The <paramref name="daylightTransitionStart" /> parameter is equal to the <paramref name="daylightTransitionEnd" /> parameter.-or-The <paramref name="dateStart" /> or <paramref name="dateEnd" /> parameter includes a time of day value.</exception>
|
|
<exception cref="T:System.ArgumentOutOfRangeException">
|
|
<paramref name="dateEnd" /> is earlier than <paramref name="dateStart" />.-or-<paramref name="daylightDelta" /> is less than -14 or greater than 14.-or-The <see cref="P:System.TimeSpan.Milliseconds" /> property of the <paramref name="daylightDelta" /> parameter is not equal to 0.-or-The <see cref="P:System.TimeSpan.Ticks" /> property of the <paramref name="daylightDelta" /> parameter does not equal a whole number of seconds.</exception>
|
|
</member>
|
|
<member name="P:System.TimeZoneInfo.AdjustmentRule.DateEnd">
|
|
<summary>Gets the date when the adjustment rule ceases to be in effect.</summary>
|
|
<returns>A <see cref="T:System.DateTime" /> value that indicates the end date of the adjustment rule.</returns>
|
|
</member>
|
|
<member name="P:System.TimeZoneInfo.AdjustmentRule.DateStart">
|
|
<summary>Gets the date when the adjustment rule takes effect.</summary>
|
|
<returns>A <see cref="T:System.DateTime" /> value that indicates when the adjustment rule takes effect.</returns>
|
|
</member>
|
|
<member name="P:System.TimeZoneInfo.AdjustmentRule.DaylightDelta">
|
|
<summary>Gets the amount of time that is required to form the time zone's daylight saving time. This amount of time is added to the time zone's offset from Coordinated Universal Time (UTC).</summary>
|
|
<returns>A <see cref="T:System.TimeSpan" /> object that indicates the amount of time to add to the standard time changes as a result of the adjustment rule.</returns>
|
|
</member>
|
|
<member name="P:System.TimeZoneInfo.AdjustmentRule.DaylightTransitionEnd">
|
|
<summary>Gets information about the annual transition from daylight saving time back to standard time.</summary>
|
|
<returns>A <see cref="T:System.TimeZoneInfo.TransitionTime" /> object that defines the annual transition from daylight saving time back to the time zone's standard time.</returns>
|
|
</member>
|
|
<member name="P:System.TimeZoneInfo.AdjustmentRule.DaylightTransitionStart">
|
|
<summary>Gets information about the annual transition from standard time to daylight saving time.</summary>
|
|
<returns>A <see cref="T:System.TimeZoneInfo.TransitionTime" /> object that defines the annual transition from a time zone's standard time to daylight saving time.</returns>
|
|
</member>
|
|
<member name="M:System.TimeZoneInfo.AdjustmentRule.Equals(System.TimeZoneInfo.AdjustmentRule)">
|
|
<summary>Determines whether the current <see cref="T:System.TimeZoneInfo.AdjustmentRule" /> object is equal to a second <see cref="T:System.TimeZoneInfo.AdjustmentRule" /> object.</summary>
|
|
<returns>true if both <see cref="T:System.TimeZoneInfo.AdjustmentRule" /> objects have equal values; otherwise, false.</returns>
|
|
<param name="other">A second <see cref="T:System.TimeZoneInfo.AdjustmentRule" /> object.</param>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.TimeZoneInfo.AdjustmentRule.GetHashCode">
|
|
<summary>Serves as a hash function for hashing algorithms and data structures such as hash tables.</summary>
|
|
<returns>A 32-bit signed integer that serves as the hash code for the current <see cref="T:System.TimeZoneInfo.AdjustmentRule" /> object.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.TimeZoneInfo.AdjustmentRule.System#Runtime#Serialization#IDeserializationCallback#OnDeserialization(System.Object)">
|
|
<summary>Runs when the deserialization of a <see cref="T:System.TimeZoneInfo.AdjustmentRule" /> object is completed.</summary>
|
|
<param name="sender">The object that initiated the callback. The functionality for this parameter is not currently implemented. </param>
|
|
</member>
|
|
<member name="M:System.TimeZoneInfo.AdjustmentRule.System#Runtime#Serialization#ISerializable#GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
|
|
<summary>Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object with the data that is required to serialize this object.</summary>
|
|
<param name="info">The object to populate with data.</param>
|
|
<param name="context">The destination for this serialization (see <see cref="T:System.Runtime.Serialization.StreamingContext" />).</param>
|
|
</member>
|
|
<member name="T:System.TimeZoneInfo.TransitionTime">
|
|
<summary>Provides information about a specific time change, such as the change from daylight saving time to standard time or vice versa, in a particular time zone.</summary>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.TimeZoneInfo.TransitionTime.CreateFixedDateRule(System.DateTime,System.Int32,System.Int32)">
|
|
<summary>Defines a time change that uses a fixed-date rule.</summary>
|
|
<returns>A <see cref="T:System.TimeZoneInfo.TransitionTime" /> object that contains data about the time change.</returns>
|
|
<param name="timeOfDay">The time at which the time change occurs.</param>
|
|
<param name="month">The month in which the time change occurs.</param>
|
|
<param name="day">The day of the month on which the time change occurs.</param>
|
|
<exception cref="T:System.ArgumentException">The <paramref name="timeOfDay" /> parameter has a non-default date component.-or-The <paramref name="timeOfDay" /> parameter's <see cref="P:System.DateTime.Kind" /> property is not <see cref="F:System.DateTimeKind.Unspecified" />.-or-The <paramref name="timeOfDay" /> parameter does not represent a whole number of milliseconds.</exception>
|
|
<exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="month" /> parameter is less than 1 or greater than 12.-or-The <paramref name="day" /> parameter is less than 1 or greater than 31.</exception>
|
|
</member>
|
|
<member name="M:System.TimeZoneInfo.TransitionTime.CreateFloatingDateRule(System.DateTime,System.Int32,System.Int32,System.DayOfWeek)">
|
|
<summary>Defines a time change that uses a floating-date rule.</summary>
|
|
<returns>A <see cref="T:System.TimeZoneInfo.TransitionTime" /> object that contains data about the time change.</returns>
|
|
<param name="timeOfDay">The time at which the time change occurs.</param>
|
|
<param name="month">The month in which the time change occurs.</param>
|
|
<param name="week">The week of the month in which the time change occurs.</param>
|
|
<param name="dayOfWeek">The day of the week on which the time change occurs.</param>
|
|
<exception cref="T:System.ArgumentException">The <paramref name="timeOfDay" /> parameter has a non-default date component.-or-The <paramref name="timeOfDay" /> parameter does not represent a whole number of milliseconds.-or-The <paramref name="timeOfDay" /> parameter's <see cref="P:System.DateTime.Kind" /> property is not <see cref="F:System.DateTimeKind.Unspecified" />.</exception>
|
|
<exception cref="T:System.ArgumentOutOfRangeException">
|
|
<paramref name="month" /> is less than 1 or greater than 12.-or-<paramref name="week" /> is less than 1 or greater than 5.-or-The <paramref name="dayOfWeek" /> parameter is not a member of the <see cref="T:System.DayOfWeek" /> enumeration.</exception>
|
|
</member>
|
|
<member name="P:System.TimeZoneInfo.TransitionTime.Day">
|
|
<summary>Gets the day on which the time change occurs.</summary>
|
|
<returns>The day on which the time change occurs.</returns>
|
|
</member>
|
|
<member name="P:System.TimeZoneInfo.TransitionTime.DayOfWeek">
|
|
<summary>Gets the day of the week on which the time change occurs.</summary>
|
|
<returns>The day of the week on which the time change occurs.</returns>
|
|
</member>
|
|
<member name="M:System.TimeZoneInfo.TransitionTime.Equals(System.Object)">
|
|
<summary>Determines whether an object has identical values to the current <see cref="T:System.TimeZoneInfo.TransitionTime" /> object.</summary>
|
|
<returns>true if the two objects are equal; otherwise, false.</returns>
|
|
<param name="obj">An object to compare with the current <see cref="T:System.TimeZoneInfo.TransitionTime" /> object. </param>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.TimeZoneInfo.TransitionTime.Equals(System.TimeZoneInfo.TransitionTime)">
|
|
<summary>Determines whether the current <see cref="T:System.TimeZoneInfo.TransitionTime" /> object has identical values to a second <see cref="T:System.TimeZoneInfo.TransitionTime" /> object.</summary>
|
|
<returns>true if the two objects have identical property values; otherwise, false.</returns>
|
|
<param name="other">The second <see cref="T:System.TimeZoneInfo.TransitionTime" /> object. </param>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.TimeZoneInfo.TransitionTime.GetHashCode">
|
|
<summary>Serves as a hash function for hashing algorithms and data structures such as hash tables.</summary>
|
|
<returns>A 32-bit signed integer that serves as the hash code for this <see cref="T:System.TimeZoneInfo.TransitionTime" /> object.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.TimeZoneInfo.TransitionTime.IsFixedDateRule">
|
|
<summary>Gets a value indicating whether the time change occurs at a fixed date and time (such as November 1) or a floating date and time (such as the last Sunday of October).</summary>
|
|
<returns>true if the time change rule is fixed-date; false if the time change rule is floating-date.</returns>
|
|
</member>
|
|
<member name="P:System.TimeZoneInfo.TransitionTime.Month">
|
|
<summary>Gets the month in which the time change occurs.</summary>
|
|
<returns>The month in which the time change occurs.</returns>
|
|
</member>
|
|
<member name="M:System.TimeZoneInfo.TransitionTime.op_Equality(System.TimeZoneInfo.TransitionTime,System.TimeZoneInfo.TransitionTime)">
|
|
<summary>Determines whether two specified <see cref="T:System.TimeZoneInfo.TransitionTime" /> objects are equal.</summary>
|
|
<returns>true if <paramref name="left" /> and <paramref name="right" /> have identical values; otherwise, false.</returns>
|
|
<param name="left">The first <see cref="T:System.TimeZoneInfo.TransitionTime" /> object.</param>
|
|
<param name="right">The second <see cref="T:System.TimeZoneInfo.TransitionTime" /> object.</param>
|
|
</member>
|
|
<member name="M:System.TimeZoneInfo.TransitionTime.op_Inequality(System.TimeZoneInfo.TransitionTime,System.TimeZoneInfo.TransitionTime)">
|
|
<summary>Determines whether two specified <see cref="T:System.TimeZoneInfo.TransitionTime" /> objects are not equal.</summary>
|
|
<returns>true if <paramref name="left" /> and <paramref name="right" /> have any different member values; otherwise, false.</returns>
|
|
<param name="left">The first <see cref="T:System.TimeZoneInfo.TransitionTime" /> object.</param>
|
|
<param name="right">The second <see cref="T:System.TimeZoneInfo.TransitionTime" /> object.</param>
|
|
</member>
|
|
<member name="M:System.TimeZoneInfo.TransitionTime.System#Runtime#Serialization#IDeserializationCallback#OnDeserialization(System.Object)">
|
|
<summary>Runs when the deserialization of an object has been completed.</summary>
|
|
<param name="sender">The object that initiated the callback. The functionality for this parameter is not currently implemented. </param>
|
|
</member>
|
|
<member name="M:System.TimeZoneInfo.TransitionTime.System#Runtime#Serialization#ISerializable#GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
|
|
<summary>Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object with the data that is required to serialize this object.</summary>
|
|
<param name="info">The object to populate with data.</param>
|
|
<param name="context">The destination for this serialization (see <see cref="T:System.Runtime.Serialization.StreamingContext" />).</param>
|
|
</member>
|
|
<member name="P:System.TimeZoneInfo.TransitionTime.TimeOfDay">
|
|
<summary>Gets the hour, minute, and second at which the time change occurs.</summary>
|
|
<returns>A <see cref="T:System.DateTime" /> value that indicates the time of day at which the time change occurs.</returns>
|
|
</member>
|
|
<member name="P:System.TimeZoneInfo.TransitionTime.Week">
|
|
<summary>Gets the week of the month in which a time change occurs.</summary>
|
|
<returns>The week of the month in which the time change occurs.</returns>
|
|
</member>
|
|
<member name="T:System.TimeZoneNotFoundException">
|
|
<summary>The exception that is thrown when a time zone cannot be found.</summary>
|
|
</member>
|
|
<member name="M:System.TimeZoneNotFoundException.#ctor">
|
|
<summary>Initializes a new instance of the <see cref="T:System.TimeZoneNotFoundException" /> class with a system-supplied message.</summary>
|
|
</member>
|
|
<member name="M:System.TimeZoneNotFoundException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
|
|
<summary>Initializes a new instance of the <see cref="T:System.TimeZoneNotFoundException" /> class from serialized data.</summary>
|
|
<param name="info">The object that contains the serialized data.</param>
|
|
<param name="context">The stream that contains the serialized data.</param>
|
|
<exception cref="T:System.ArgumentNullException">The <paramref name="info" /> parameter is null.-or-The <paramref name="context" /> parameter is null.</exception>
|
|
</member>
|
|
<member name="M:System.TimeZoneNotFoundException.#ctor(System.String)">
|
|
<summary>Initializes a new instance of the <see cref="T:System.TimeZoneNotFoundException" /> class with the specified message string.</summary>
|
|
<param name="message">A string that describes the exception.</param>
|
|
</member>
|
|
<member name="M:System.TimeZoneNotFoundException.#ctor(System.String,System.Exception)">
|
|
<summary>Initializes a new instance of the <see cref="T:System.TimeZoneNotFoundException" /> class with a specified error message and a reference to the inner exception that is the cause of this exception.</summary>
|
|
<param name="message">A string that describes the exception. </param>
|
|
<param name="innerException">The exception that is the cause of the current exception. </param>
|
|
</member>
|
|
<member name="T:System.Collections.Generic.HashSet`1">
|
|
<summary>Represents a set of values.</summary>
|
|
<typeparam name="T">The type of elements in the hash set.</typeparam>
|
|
</member>
|
|
<member name="M:System.Collections.Generic.HashSet`1.#ctor">
|
|
<summary>Initializes a new instance of the <see cref="T:System.Collections.Generic.HashSet`1" /> class that is empty and uses the default equality comparer for the set type.</summary>
|
|
</member>
|
|
<member name="M:System.Collections.Generic.HashSet`1.#ctor(System.Collections.Generic.IEnumerable{`0})">
|
|
<summary>Initializes a new instance of the <see cref="T:System.Collections.Generic.HashSet`1" /> class that uses the default equality comparer for the set type, contains elements copied from the specified collection, and has sufficient capacity to accommodate the number of elements copied.</summary>
|
|
<param name="collection">The collection whose elements are copied to the new set.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="collection" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Collections.Generic.HashSet`1.#ctor(System.Collections.Generic.IEnumerable{`0},System.Collections.Generic.IEqualityComparer{`0})">
|
|
<summary>Initializes a new instance of the <see cref="T:System.Collections.Generic.HashSet`1" /> class that uses the specified equality comparer for the set type, contains elements copied from the specified collection, and has sufficient capacity to accommodate the number of elements copied.</summary>
|
|
<param name="collection">The collection whose elements are copied to the new set.</param>
|
|
<param name="comparer">The <see cref="T:System.Collections.Generic.IEqualityComparer`1" /> implementation to use when comparing values in the set, or null to use the default <see cref="T:System.Collections.Generic.EqualityComparer`1" /> implementation for the set type.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="collection" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Collections.Generic.HashSet`1.#ctor(System.Collections.Generic.IEqualityComparer{`0})">
|
|
<summary>Initializes a new instance of the <see cref="T:System.Collections.Generic.HashSet`1" /> class that is empty and uses the specified equality comparer for the set type.</summary>
|
|
<param name="comparer">The <see cref="T:System.Collections.Generic.IEqualityComparer`1" /> implementation to use when comparing values in the set, or null to use the default <see cref="T:System.Collections.Generic.EqualityComparer`1" /> implementation for the set type.</param>
|
|
</member>
|
|
<member name="M:System.Collections.Generic.HashSet`1.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
|
|
<summary>Initializes a new instance of the <see cref="T:System.Collections.Generic.HashSet`1" /> class with serialized data.</summary>
|
|
<param name="info">A <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object that contains the information required to serialize the <see cref="T:System.Collections.Generic.HashSet`1" /> object.</param>
|
|
<param name="context">A <see cref="T:System.Runtime.Serialization.StreamingContext" /> structure that contains the source and destination of the serialized stream associated with the <see cref="T:System.Collections.Generic.HashSet`1" /> object.</param>
|
|
</member>
|
|
<member name="M:System.Collections.Generic.HashSet`1.Add(`0)">
|
|
<summary>Adds the specified element to a set.</summary>
|
|
<returns>true if the element is added to the <see cref="T:System.Collections.Generic.HashSet`1" /> object; false if the element is already present.</returns>
|
|
<param name="item">The element to add to the set.</param>
|
|
</member>
|
|
<member name="M:System.Collections.Generic.HashSet`1.Clear">
|
|
<summary>Removes all elements from a <see cref="T:System.Collections.Generic.HashSet`1" /> object.</summary>
|
|
</member>
|
|
<member name="P:System.Collections.Generic.HashSet`1.Comparer">
|
|
<summary>Gets the <see cref="T:System.Collections.Generic.IEqualityComparer`1" /> object that is used to determine equality for the values in the set.</summary>
|
|
<returns>The <see cref="T:System.Collections.Generic.IEqualityComparer`1" /> object that is used to determine equality for the values in the set.</returns>
|
|
</member>
|
|
<member name="M:System.Collections.Generic.HashSet`1.Contains(`0)">
|
|
<summary>Determines whether a <see cref="T:System.Collections.Generic.HashSet`1" /> object contains the specified element.</summary>
|
|
<returns>true if the <see cref="T:System.Collections.Generic.HashSet`1" /> object contains the specified element; otherwise, false.</returns>
|
|
<param name="item">The element to locate in the <see cref="T:System.Collections.Generic.HashSet`1" /> object.</param>
|
|
</member>
|
|
<member name="M:System.Collections.Generic.HashSet`1.CopyTo(`0[])">
|
|
<summary>Copies the elements of a <see cref="T:System.Collections.Generic.HashSet`1" /> object to an array.</summary>
|
|
<param name="array">The one-dimensional array that is the destination of the elements copied from the <see cref="T:System.Collections.Generic.HashSet`1" /> object. The array must have zero-based indexing.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="array" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Collections.Generic.HashSet`1.CopyTo(`0[],System.Int32)">
|
|
<summary>Copies the elements of a <see cref="T:System.Collections.Generic.HashSet`1" /> object to an array, starting at the specified array index.</summary>
|
|
<param name="array">The one-dimensional array that is the destination of the elements copied from the <see cref="T:System.Collections.Generic.HashSet`1" /> object. 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 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 <paramref name="array" />.-or-<paramref name="count" /> is larger than the size of the destination <paramref name="array" />.</exception>
|
|
</member>
|
|
<member name="M:System.Collections.Generic.HashSet`1.CopyTo(`0[],System.Int32,System.Int32)">
|
|
<summary>Copies the specified number of elements of a <see cref="T:System.Collections.Generic.HashSet`1" /> object to an array, starting at the specified array index.</summary>
|
|
<param name="array">The one-dimensional array that is the destination of the elements copied from the <see cref="T:System.Collections.Generic.HashSet`1" /> object. The array must have zero-based indexing.</param>
|
|
<param name="arrayIndex">The zero-based index in <paramref name="array" /> at which copying begins.</param>
|
|
<param name="count">The number of elements to copy to <paramref name="array" />.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="array" /> is null.</exception>
|
|
<exception cref="T:System.ArgumentOutOfRangeException">
|
|
<paramref name="arrayIndex" /> is less than 0.-or-<paramref name="count" /> is less than 0.</exception>
|
|
<exception cref="T:System.ArgumentException">
|
|
<paramref name="arrayIndex" /> is greater than the length of the destination <paramref name="array" />.-or-<paramref name="count" /> is greater than the available space from the <paramref name="index" /> to the end of the destination <paramref name="array" />.</exception>
|
|
</member>
|
|
<member name="P:System.Collections.Generic.HashSet`1.Count">
|
|
<summary>Gets the number of elements that are contained in a set.</summary>
|
|
<returns>The number of elements that are contained in the set.</returns>
|
|
</member>
|
|
<member name="M:System.Collections.Generic.HashSet`1.CreateSetComparer">
|
|
<summary>Returns an <see cref="T:System.Collections.IEqualityComparer" /> object that can be used for equality testing of a <see cref="T:System.Collections.Generic.HashSet`1" /> object.</summary>
|
|
<returns>An <see cref="T:System.Collections.IEqualityComparer" /> object that can be used for deep equality testing of the <see cref="T:System.Collections.Generic.HashSet`1" /> object.</returns>
|
|
</member>
|
|
<member name="M:System.Collections.Generic.HashSet`1.ExceptWith(System.Collections.Generic.IEnumerable{`0})">
|
|
<summary>Removes all elements in the specified collection from the current <see cref="T:System.Collections.Generic.HashSet`1" /> object.</summary>
|
|
<param name="other">The collection of items to remove from the <see cref="T:System.Collections.Generic.HashSet`1" /> object.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="other" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Collections.Generic.HashSet`1.GetEnumerator">
|
|
<summary>Returns an enumerator that iterates through a <see cref="T:System.Collections.Generic.HashSet`1" /> object.</summary>
|
|
<returns>A <see cref="T:System.Collections.Generic.HashSet`1.Enumerator" /> object for the <see cref="T:System.Collections.Generic.HashSet`1" /> object.</returns>
|
|
</member>
|
|
<member name="M:System.Collections.Generic.HashSet`1.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
|
|
<summary>Implements the <see cref="T:System.Runtime.Serialization.ISerializable" /> interface and returns the data needed to serialize a <see cref="T:System.Collections.Generic.HashSet`1" /> object.</summary>
|
|
<param name="info">A <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object that contains the information required to serialize the <see cref="T:System.Collections.Generic.HashSet`1" /> object.</param>
|
|
<param name="context">A <see cref="T:System.Runtime.Serialization.StreamingContext" /> structure that contains the source and destination of the serialized stream associated with the <see cref="T:System.Collections.Generic.HashSet`1" /> object.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="info" /> is null.</exception>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Collections.Generic.HashSet`1.IntersectWith(System.Collections.Generic.IEnumerable{`0})">
|
|
<summary>Modifies the current <see cref="T:System.Collections.Generic.HashSet`1" /> object to contain only elements that are present in that object and in the specified collection.</summary>
|
|
<param name="other">The collection to compare to the current <see cref="T:System.Collections.Generic.HashSet`1" /> object.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="other" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Collections.Generic.HashSet`1.IsProperSubsetOf(System.Collections.Generic.IEnumerable{`0})">
|
|
<summary>Determines whether a <see cref="T:System.Collections.Generic.HashSet`1" /> object is a proper subset of the specified collection.</summary>
|
|
<returns>true if the <see cref="T:System.Collections.Generic.HashSet`1" /> object is a proper subset of <paramref name="other" />; otherwise, false.</returns>
|
|
<param name="other">The collection to compare to the current <see cref="T:System.Collections.Generic.HashSet`1" /> object.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="other" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Collections.Generic.HashSet`1.IsProperSupersetOf(System.Collections.Generic.IEnumerable{`0})">
|
|
<summary>Determines whether a <see cref="T:System.Collections.Generic.HashSet`1" /> object is a proper superset of the specified collection.</summary>
|
|
<returns>true if the <see cref="T:System.Collections.Generic.HashSet`1" /> object is a proper superset of <paramref name="other" />; otherwise, false.</returns>
|
|
<param name="other">The collection to compare to the current <see cref="T:System.Collections.Generic.HashSet`1" /> object. </param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="other" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Collections.Generic.HashSet`1.IsSubsetOf(System.Collections.Generic.IEnumerable{`0})">
|
|
<summary>Determines whether a <see cref="T:System.Collections.Generic.HashSet`1" /> object is a subset of the specified collection.</summary>
|
|
<returns>true if the <see cref="T:System.Collections.Generic.HashSet`1" /> object is a subset of <paramref name="other" />; otherwise, false.</returns>
|
|
<param name="other">The collection to compare to the current <see cref="T:System.Collections.Generic.HashSet`1" /> object.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="other" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Collections.Generic.HashSet`1.IsSupersetOf(System.Collections.Generic.IEnumerable{`0})">
|
|
<summary>Determines whether a <see cref="T:System.Collections.Generic.HashSet`1" /> object is a superset of the specified collection.</summary>
|
|
<returns>true if the <see cref="T:System.Collections.Generic.HashSet`1" /> object is a superset of <paramref name="other" />; otherwise, false.</returns>
|
|
<param name="other">The collection to compare to the current <see cref="T:System.Collections.Generic.HashSet`1" /> object.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="other" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Collections.Generic.HashSet`1.OnDeserialization(System.Object)">
|
|
<summary>Implements the <see cref="T:System.Runtime.Serialization.ISerializable" /> interface and raises the deserialization event when the deserialization is complete.</summary>
|
|
<param name="sender">The source of the deserialization event.</param>
|
|
<exception cref="T:System.Runtime.Serialization.SerializationException">The <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object associated with the current <see cref="T:System.Collections.Generic.HashSet`1" /> object is invalid.</exception>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Collections.Generic.HashSet`1.Overlaps(System.Collections.Generic.IEnumerable{`0})">
|
|
<summary>Determines whether the current <see cref="T:System.Collections.Generic.HashSet`1" /> object and a specified collection share common elements.</summary>
|
|
<returns>true if the <see cref="T:System.Collections.Generic.HashSet`1" /> object and <paramref name="other" /> share at least one common element; otherwise, false.</returns>
|
|
<param name="other">The collection to compare to the current <see cref="T:System.Collections.Generic.HashSet`1" /> object.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="other" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Collections.Generic.HashSet`1.Remove(`0)">
|
|
<summary>Removes the specified element from a <see cref="T:System.Collections.Generic.HashSet`1" /> object.</summary>
|
|
<returns>true if the element is successfully found and removed; otherwise, false. This method returns false if <paramref name="item" /> is not found in the <see cref="T:System.Collections.Generic.HashSet`1" /> object.</returns>
|
|
<param name="item">The element to remove.</param>
|
|
</member>
|
|
<member name="M:System.Collections.Generic.HashSet`1.RemoveWhere(System.Predicate{`0})">
|
|
<summary>Removes all elements that match the conditions defined by the specified predicate from a <see cref="T:System.Collections.Generic.HashSet`1" /> collection.</summary>
|
|
<returns>The number of elements that were removed from the <see cref="T:System.Collections.Generic.HashSet`1" /> collection.</returns>
|
|
<param name="match">The <see cref="T:System.Predicate`1" /> delegate that defines the conditions of the elements to remove.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="match" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Collections.Generic.HashSet`1.SetEquals(System.Collections.Generic.IEnumerable{`0})">
|
|
<summary>Determines whether a <see cref="T:System.Collections.Generic.HashSet`1" /> object and the specified collection contain the same elements.</summary>
|
|
<returns>true if the <see cref="T:System.Collections.Generic.HashSet`1" /> object is equal to <paramref name="other" />; otherwise, false.</returns>
|
|
<param name="other">The collection to compare to the current <see cref="T:System.Collections.Generic.HashSet`1" /> object.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="other" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Collections.Generic.HashSet`1.SymmetricExceptWith(System.Collections.Generic.IEnumerable{`0})">
|
|
<summary>Modifies the current <see cref="T:System.Collections.Generic.HashSet`1" /> object to contain only elements that are present either in that object or in the specified collection, but not both.</summary>
|
|
<param name="other">The collection to compare to the current <see cref="T:System.Collections.Generic.HashSet`1" /> object.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="other" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Collections.Generic.HashSet`1.System#Collections#Generic#ICollection{T}#Add(`0)">
|
|
<summary>Adds an item to an <see cref="T:System.Collections.Generic.ICollection`1" /> object.</summary>
|
|
<param name="item">The object to add to the <see cref="T:System.Collections.Generic.ICollection`1" /> object.</param>
|
|
<exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.Generic.ICollection`1" /> is read-only.</exception>
|
|
</member>
|
|
<member name="P:System.Collections.Generic.HashSet`1.System#Collections#Generic#ICollection{T}#IsReadOnly">
|
|
<summary>Gets a value indicating whether a collection is read-only.</summary>
|
|
<returns>true if the collection is read-only; otherwise, false.</returns>
|
|
</member>
|
|
<member name="M:System.Collections.Generic.HashSet`1.System#Collections#Generic#IEnumerable{T}#GetEnumerator">
|
|
<summary>Returns an enumerator that iterates through a collection.</summary>
|
|
<returns>An <see cref="T:System.Collections.Generic.IEnumerator`1" /> object that can be used to iterate through the collection.</returns>
|
|
</member>
|
|
<member name="M:System.Collections.Generic.HashSet`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="M:System.Collections.Generic.HashSet`1.TrimExcess">
|
|
<summary>Sets the capacity of a <see cref="T:System.Collections.Generic.HashSet`1" /> object to the actual number of elements it contains, rounded up to a nearby, implementation-specific value.</summary>
|
|
</member>
|
|
<member name="M:System.Collections.Generic.HashSet`1.UnionWith(System.Collections.Generic.IEnumerable{`0})">
|
|
<summary>Modifies the current <see cref="T:System.Collections.Generic.HashSet`1" /> object to contain all elements that are present in both itself and in the specified collection.</summary>
|
|
<param name="other">The collection to compare to the current <see cref="T:System.Collections.Generic.HashSet`1" /> object.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="other" /> is null.</exception>
|
|
</member>
|
|
<member name="T:System.Collections.Generic.HashSet`1.Enumerator">
|
|
<summary>Enumerates the elements of a <see cref="T:System.Collections.Generic.HashSet`1" /> object.</summary>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Collections.Generic.HashSet`1.Enumerator.Current">
|
|
<summary>Gets the element at the current position of the enumerator.</summary>
|
|
<returns>The element in the <see cref="T:System.Collections.Generic.HashSet`1" /> collection at the current position of the enumerator.</returns>
|
|
</member>
|
|
<member name="M:System.Collections.Generic.HashSet`1.Enumerator.Dispose">
|
|
<summary>Releases all resources used by a <see cref="T:System.Collections.Generic.HashSet`1.Enumerator" /> object.</summary>
|
|
</member>
|
|
<member name="M:System.Collections.Generic.HashSet`1.Enumerator.MoveNext">
|
|
<summary>Advances the enumerator to the next element of the <see cref="T:System.Collections.Generic.HashSet`1" /> collection.</summary>
|
|
<returns>true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.</returns>
|
|
<exception cref="T:System.InvalidOperationException">The collection was modified after the enumerator was created. </exception>
|
|
</member>
|
|
<member name="P:System.Collections.Generic.HashSet`1.Enumerator.System#Collections#IEnumerator#Current">
|
|
<summary>Gets the element at the current position of the enumerator.</summary>
|
|
<returns>The element in the collection at the current position of the enumerator, as an <see cref="T:System.Object" />.</returns>
|
|
<exception cref="T:System.InvalidOperationException">The enumerator is positioned before the first element of the collection or after the last element. </exception>
|
|
</member>
|
|
<member name="M:System.Collections.Generic.HashSet`1.Enumerator.System#Collections#IEnumerator#Reset">
|
|
<summary>Sets the enumerator to its initial position, which is before the first element in the collection.</summary>
|
|
<exception cref="T:System.InvalidOperationException">The collection was modified after the enumerator was created. </exception>
|
|
</member>
|
|
<member name="T:System.Diagnostics.EventSchemaTraceListener">
|
|
<summary>Directs tracing or debugging output of end-to-end events to an XML-encoded, schema-compliant log file.</summary>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Diagnostics.EventSchemaTraceListener.#ctor(System.String)">
|
|
<summary>Initializes a new instance of the <see cref="T:System.Diagnostics.EventSchemaTraceListener" /> class, using the specified file as the recipient of debugging and tracing output.</summary>
|
|
<param name="fileName">The path for the log file.</param>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Diagnostics.EventSchemaTraceListener.#ctor(System.String,System.String)">
|
|
<summary>Initializes a new instance of the <see cref="T:System.Diagnostics.EventSchemaTraceListener" /> class with the specified name, using the specified file as the recipient of debugging and tracing output.</summary>
|
|
<param name="fileName">The path for the log file.</param>
|
|
<param name="name">The name of the listener.</param>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Diagnostics.EventSchemaTraceListener.#ctor(System.String,System.String,System.Int32)">
|
|
<summary>Initializes a new instance of the <see cref="T:System.Diagnostics.EventSchemaTraceListener" /> class with the specified name and specified buffer size, using the specified file as the recipient of debugging and tracing output.</summary>
|
|
<param name="fileName">The path for the log file.</param>
|
|
<param name="name">The name of the listener.</param>
|
|
<param name="bufferSize">The size of the output buffer, in bytes.</param>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Diagnostics.EventSchemaTraceListener.#ctor(System.String,System.String,System.Int32,System.Diagnostics.TraceLogRetentionOption)">
|
|
<summary>Initializes a new instance of the <see cref="T:System.Diagnostics.EventSchemaTraceListener" /> class with the specified name and specified buffer size, using the specified file with the specified log retention policy as the recipient of the debugging and tracing output.</summary>
|
|
<param name="fileName">The path for the log file.</param>
|
|
<param name="name">The name of the listener.</param>
|
|
<param name="bufferSize">The size of the output buffer, in bytes.</param>
|
|
<param name="logRetentionOption">One of the <see cref="T:System.Diagnostics.TraceLogRetentionOption" /> values. </param>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Diagnostics.EventSchemaTraceListener.#ctor(System.String,System.String,System.Int32,System.Diagnostics.TraceLogRetentionOption,System.Int64)">
|
|
<summary>Initializes a new instance of the <see cref="T:System.Diagnostics.EventSchemaTraceListener" /> class with the specified name and specified buffer size, using the specified file with the specified log retention policy and maximum size as the recipient of the debugging and tracing output.</summary>
|
|
<param name="fileName">The path for the log file.</param>
|
|
<param name="name">The name of the listener.</param>
|
|
<param name="bufferSize">The size of the output buffer, in bytes.</param>
|
|
<param name="logRetentionOption">One of the <see cref="T:System.Diagnostics.TraceLogRetentionOption" /> values.</param>
|
|
<param name="maximumFileSize">The maximum file size, in bytes.</param>
|
|
<exception cref="T:System.ArgumentOutOfRangeException">
|
|
<paramref name="maximumFileSize" /> is less than <paramref name="bufferSize" />.</exception>
|
|
<exception cref="T:System.ArgumentOutOfRangeException">
|
|
<paramref name="maximumFileSize" /> is a negative number.</exception>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Diagnostics.EventSchemaTraceListener.#ctor(System.String,System.String,System.Int32,System.Diagnostics.TraceLogRetentionOption,System.Int64,System.Int32)">
|
|
<summary>Initializes a new instance of the <see cref="T:System.Diagnostics.EventSchemaTraceListener" /> class with the specified name and specified buffer size, using the specified file with the specified log retention policy, maximum size, and file count as the recipient of the debugging and tracing output.</summary>
|
|
<param name="fileName">The path for the log file.</param>
|
|
<param name="name">The name of the listener.</param>
|
|
<param name="bufferSize">The size of the output buffer, in bytes.</param>
|
|
<param name="logRetentionOption">One of the <see cref="T:System.Diagnostics.TraceLogRetentionOption" /> values.</param>
|
|
<param name="maximumFileSize">The maximum file size, in bytes.</param>
|
|
<param name="maximumNumberOfFiles">The maximum number of output log files.</param>
|
|
<exception cref="T:System.ArgumentOutOfRangeException">
|
|
<paramref name="maximumFileSize" /> is less than <paramref name="bufferSize" />.</exception>
|
|
<exception cref="T:System.ArgumentOutOfRangeException">
|
|
<paramref name="maximumFileSize" /> is a negative number.</exception>
|
|
<exception cref="T:System.ArgumentOutOfRangeException">
|
|
<paramref name="maximumNumberOfFiles" /> is less than 1, and <paramref name="logRetentionOption" /> is <see cref="F:System.Diagnostics.TraceLogRetentionOption.LimitedSequentialFiles" />.</exception>
|
|
<exception cref="T:System.ArgumentOutOfRangeException">
|
|
<paramref name="maximumNumberOfFiles" /> is less than 2, and <paramref name="logRetentionOption" /> is <see cref="F:System.Diagnostics.TraceLogRetentionOption.LimitedCircularFiles" />.</exception>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.EventSchemaTraceListener.BufferSize">
|
|
<summary>Gets the size of the output buffer.</summary>
|
|
<returns>The size of the output buffer, in bytes. </returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Diagnostics.EventSchemaTraceListener.Close">
|
|
<summary>Closes the log file for this listener so that it no longer receives tracing or debugging output.</summary>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Diagnostics.EventSchemaTraceListener.Fail(System.String,System.String)">
|
|
<summary>Writes error information, including a basic error message and a detailed error message, to the log file.</summary>
|
|
<param name="message">The basic error message to write.</param>
|
|
<param name="detailMessage">The detailed error message to append to the basic error message.</param>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Diagnostics.EventSchemaTraceListener.Flush">
|
|
<summary>Causes buffered data to be written to the log for this listener.</summary>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Diagnostics.EventSchemaTraceListener.GetSupportedAttributes">
|
|
<summary>Gets the custom XML configuration attributes that the trace listener supports.</summary>
|
|
<returns>A <see cref="T:System.String" /> array that contains the XML configuration attributes recognized by this listener.</returns>
|
|
</member>
|
|
<member name="P:System.Diagnostics.EventSchemaTraceListener.IsThreadSafe">
|
|
<summary>Gets a value indicating whether the trace listener is thread safe.</summary>
|
|
<returns>Always returns true.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.EventSchemaTraceListener.MaximumFileSize">
|
|
<summary>Gets the maximum size of the log file.</summary>
|
|
<returns>The maximum file size, in bytes.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.EventSchemaTraceListener.MaximumNumberOfFiles">
|
|
<summary>Gets the maximum number of log files.</summary>
|
|
<returns>The maximum number of log files, determined by the value of the <see cref="P:System.Diagnostics.EventSchemaTraceListener.TraceLogRetentionOption" /> property for the file.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Diagnostics.EventSchemaTraceListener.TraceData(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.Object)">
|
|
<summary>Writes trace information, a single data object, and event information to the log file.</summary>
|
|
<param name="eventCache">A <see cref="T:System.Diagnostics.TraceEventCache" /> that contains the current process ID, thread ID, and stack trace information.</param>
|
|
<param name="source">The source name. </param>
|
|
<param name="eventType">One of the <see cref="T:System.Diagnostics.TraceEventType" /> values.</param>
|
|
<param name="id">A numeric identifier for the event.</param>
|
|
<param name="data">A data object to emit.</param>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Diagnostics.EventSchemaTraceListener.TraceData(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.Object[])">
|
|
<summary>Writes trace information, multiple data objects, and event information to the log file.</summary>
|
|
<param name="eventCache">A <see cref="T:System.Diagnostics.TraceEventCache" /> that contains the current process ID, thread ID, and stack trace information.</param>
|
|
<param name="source">The source name. </param>
|
|
<param name="eventType">One of the <see cref="T:System.Diagnostics.TraceEventType" /> values.</param>
|
|
<param name="id">A numeric identifier for the event.</param>
|
|
<param name="data">An array of data objects to emit.</param>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Diagnostics.EventSchemaTraceListener.TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String)">
|
|
<summary>Writes trace information, a message, and event information to the log file.</summary>
|
|
<param name="eventCache">A <see cref="T:System.Diagnostics.TraceEventCache" /> that contains the current process ID, thread ID, and stack trace information.</param>
|
|
<param name="source">The source name. </param>
|
|
<param name="eventType">One of the <see cref="T:System.Diagnostics.TraceEventType" /> values.</param>
|
|
<param name="id">A numeric identifier for the event.</param>
|
|
<param name="message">The message to write.</param>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Diagnostics.EventSchemaTraceListener.TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[])">
|
|
<summary>Writes trace information, a formatted message, and event information to the log file.</summary>
|
|
<param name="eventCache">A <see cref="T:System.Diagnostics.TraceEventCache" /> that contains the current process ID, thread ID, and stack trace information.</param>
|
|
<param name="source">The source name. </param>
|
|
<param name="eventType">One of the <see cref="T:System.Diagnostics.TraceEventType" /> values.</param>
|
|
<param name="id">A numeric identifier for the event.</param>
|
|
<param name="format">A format string that contains zero or more format items that correspond to objects in the <paramref name="args" /> array.</param>
|
|
<param name="args">An object array that contains zero or more objects to format.</param>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.EventSchemaTraceListener.TraceLogRetentionOption">
|
|
<summary>Gets the trace log retention option for the file.</summary>
|
|
<returns>One of the <see cref="T:System.Diagnostics.TraceLogRetentionOption" /> values. The default is <see cref="F:System.Diagnostics.TraceLogRetentionOption.SingleFileUnboundedSize" />. </returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Diagnostics.EventSchemaTraceListener.TraceTransfer(System.Diagnostics.TraceEventCache,System.String,System.Int32,System.String,System.Guid)">
|
|
<summary>Writes trace information, including the identity of a related activity, a message, and event information, to the log file.</summary>
|
|
<param name="eventCache">A <see cref="T:System.Diagnostics.TraceEventCache" /> that contains the current process ID, thread ID, and stack trace information.</param>
|
|
<param name="source">The source name. </param>
|
|
<param name="id">A numeric identifier for the event.</param>
|
|
<param name="message">A trace message to write.</param>
|
|
<param name="relatedActivityId">A <see cref="T:System.Guid" /> structure that identifies a related activity.</param>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Diagnostics.EventSchemaTraceListener.Write(System.String)">
|
|
<summary>Writes a message to the log file without providing any additional context information.</summary>
|
|
<param name="message">The message to write.</param>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Diagnostics.EventSchemaTraceListener.WriteLine(System.String)">
|
|
<summary>Writes a message followed by the current line terminator to the log file without providing any additional context information.</summary>
|
|
<param name="message">The message to write.</param>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.EventSchemaTraceListener.Writer">
|
|
<summary>Gets or sets the underlying text writer that writes to the log file.</summary>
|
|
<returns>A <see cref="T:System.IO.TextWriter" /> object.</returns>
|
|
<exception cref="T:System.NotSupportedException">An attempt was made to assign a value to the <see cref="P:System.Diagnostics.EventSchemaTraceListener.Writer" /> property.</exception>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="T:System.Diagnostics.TraceLogRetentionOption">
|
|
<summary>Specifies the file structure that will be used for the <see cref="T:System.Diagnostics.EventSchemaTraceListener" /> log.</summary>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="F:System.Diagnostics.TraceLogRetentionOption.SingleFileUnboundedSize">
|
|
<summary>One file with no maximum file size restriction.</summary>
|
|
</member>
|
|
<member name="F:System.Diagnostics.TraceLogRetentionOption.SingleFileBoundedSize">
|
|
<summary>One file with a maximum file size that is determined by the <see cref="P:System.Diagnostics.EventSchemaTraceListener.MaximumFileSize" /> property.</summary>
|
|
</member>
|
|
<member name="F:System.Diagnostics.TraceLogRetentionOption.UnlimitedSequentialFiles">
|
|
<summary>An unlimited number of sequential files, each with a maximum file size that is determined by the <see cref="P:System.Diagnostics.EventSchemaTraceListener.MaximumFileSize" /> property. There is no logical bound to the number or size of the files, but it is limited by the physical constraints imposed by the computer.</summary>
|
|
</member>
|
|
<member name="F:System.Diagnostics.TraceLogRetentionOption.LimitedSequentialFiles">
|
|
<summary>A finite number of sequential files, each with a maximum file size. When the <see cref="P:System.Diagnostics.EventSchemaTraceListener.MaximumFileSize" /> property value is reached, writing starts in a new file with an incremented integer suffix.</summary>
|
|
</member>
|
|
<member name="F:System.Diagnostics.TraceLogRetentionOption.LimitedCircularFiles">
|
|
<summary>A finite number of sequential files, each with a maximum file size. When the <see cref="P:System.Diagnostics.EventSchemaTraceListener.MaximumFileSize" /> property value is reached, writing starts in a new file with an incremented integer suffix. When the <see cref="P:System.Diagnostics.EventSchemaTraceListener.MaximumNumberOfFiles" /> property value is reached, the first file is cleared and overwritten. Files are then incrementally overwritten in a circular manner.</summary>
|
|
</member>
|
|
<member name="T:System.Diagnostics.UnescapedXmlDiagnosticData">
|
|
<summary>Provides unescaped XML data for the logging of user-provided trace data.</summary>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Diagnostics.UnescapedXmlDiagnosticData.#ctor(System.String)">
|
|
<summary>Initializes a new instance of the <see cref="T:System.Diagnostics.UnescapedXmlDiagnosticData" /> class by using the specified XML data string.</summary>
|
|
<param name="xmlPayload">The XML data to be logged in the UserData node of the event schema. </param>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Diagnostics.UnescapedXmlDiagnosticData.ToString">
|
|
<summary>Returns a string representation of the <see cref="T:System.Diagnostics.UnescapedXmlDiagnosticData" /> object.</summary>
|
|
<returns>A string representation of the <see cref="T:System.Diagnostics.UnescapedXmlDiagnosticData" /> object. If the object is null, this method returns an empty string.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.UnescapedXmlDiagnosticData.UnescapedXml">
|
|
<summary>Gets or sets the unescaped XML data string.</summary>
|
|
<returns>An unescaped XML string.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="T:System.Diagnostics.Eventing.EventDescriptor">
|
|
<summary>Contains the metadata that defines an event.</summary>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Diagnostics.Eventing.EventDescriptor.#ctor(System.Int32,System.Byte,System.Byte,System.Byte,System.Byte,System.Int32,System.Int64)">
|
|
<summary>Initializes a new instance of the <see cref="T:System.Diagnostics.Eventing.EventDescriptor" /> class.</summary>
|
|
<param name="id">The event identifier.</param>
|
|
<param name="version">Version of the event. The version indicates a revision to the event definition. You can use this member and the Id member to identify a unique event.</param>
|
|
<param name="channel">Defines a potential target for the event.</param>
|
|
<param name="level">Specifies the level of detail included in the event.</param>
|
|
<param name="opcode">Operation being performed at the time the event is written.</param>
|
|
<param name="task">Identifies a logical component of the application that is writing the event.</param>
|
|
<param name="keywords">Bit mask that specifies the event category. The keyword can contain one or more provider-defined keywords, standard keywords, or both.</param>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.EventDescriptor.Channel">
|
|
<summary>Retrieves the channel value from the event descriptor.</summary>
|
|
<returns>The channel that defines a potential target for the event.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.EventDescriptor.EventId">
|
|
<summary>Retrieves the event identifier value from the event descriptor.</summary>
|
|
<returns>The event identifier.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.EventDescriptor.Keywords">
|
|
<summary>Retrieves the keyword value from the event descriptor.</summary>
|
|
<returns>The keyword, which is a bit mask, that specifies the event category.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.EventDescriptor.Level">
|
|
<summary>Retrieves the level value from the event descriptor.</summary>
|
|
<returns>The level of detail included in the event.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.EventDescriptor.Opcode">
|
|
<summary>Retrieves the operation code value from the event descriptor.</summary>
|
|
<returns>The operation being performed at the time the event is written.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.EventDescriptor.Task">
|
|
<summary>Retrieves the task value from the event descriptor.</summary>
|
|
<returns>The task that identifies the logical component of the application that is writing the event.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.EventDescriptor.Version">
|
|
<summary>Retrieves the version value from the event descriptor.</summary>
|
|
<returns>The version of the event. </returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="T:System.Diagnostics.Eventing.EventProvider">
|
|
<summary>Use this class to write events.</summary>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Diagnostics.Eventing.EventProvider.#ctor(System.Guid)">
|
|
<summary>Initializes a new instance of the <see cref="T:System.Diagnostics.Eventing.EventProvider" /> class.</summary>
|
|
<param name="providerGuid">Guid that uniquely identifies the provider.</param>
|
|
<exception cref="T:System.InsufficientMemoryException">There is not enough memory to complete the operation.</exception>
|
|
<exception cref="T:System.PlatformNotSupportedException">The classes in the <see cref="N:System.Diagnostics.Eventing" /> namespace work only on Windows Vista.</exception>
|
|
<exception cref="T:System.ArgumentException">The <paramref name="providerGuid" /> parameter cannot be null.</exception>
|
|
<exception cref="T:System.ComponentModel.Win32Exception">An error returned by the ETW subsystem. </exception>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Diagnostics.Eventing.EventProvider.Close">
|
|
<summary>Removes the provider's registration from the ETW subsystem and releases all unmanaged resources.</summary>
|
|
<exception cref="T:System.ComponentModel.Win32Exception">An error returned by the ETW subsystem. </exception>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Diagnostics.Eventing.EventProvider.CreateActivityId">
|
|
<summary>Creates a unique activity identifier for the provider.</summary>
|
|
<returns>A unique Guid that you use when calling the <see cref="M:System.Diagnostics.Eventing.EventProvider.SetActivityId(System.Guid@)" /> method to set the activity identifier for the provider.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Diagnostics.Eventing.EventProvider.Dispose">
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Diagnostics.Eventing.EventProvider.Dispose(System.Boolean)">
|
|
<param name="disposing"></param>
|
|
</member>
|
|
<member name="M:System.Diagnostics.Eventing.EventProvider.Finalize"></member>
|
|
<member name="M:System.Diagnostics.Eventing.EventProvider.GetLastWriteEventError">
|
|
<summary>Gets the last error associated with an event write failure.</summary>
|
|
<returns>Use the value to determine the cause of an event write failure.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Diagnostics.Eventing.EventProvider.IsEnabled">
|
|
<summary>Determines whether any session enabled the provider, regardless of the level and keyword values used to enable the provider.</summary>
|
|
<returns>Is true if the provider is enabled to any session; otherwise, false.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Diagnostics.Eventing.EventProvider.IsEnabled(System.Byte,System.Int64)">
|
|
<summary>Determines whether any session is requesting the specified event from the provider.</summary>
|
|
<returns>Is true if any session is requesting the specified event; otherwise, false.</returns>
|
|
<param name="level">Level of detail included in the event.</param>
|
|
<param name="keywords">Bit mask that specifies the event category. This mask should be the same keyword mask that is defined in the manifest for the event.</param>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Diagnostics.Eventing.EventProvider.SetActivityId(System.Guid@)">
|
|
<summary>Sets the current activity identifier used by the <see cref="Overload:System.Diagnostics.Eventing.EventProvider.WriteTransferEvent" /> method.</summary>
|
|
<param name="id">A unique activity identifier that the <see cref="M:System.Diagnostics.Eventing.EventProvider.CreateActivityId" /> method returns.</param>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Diagnostics.Eventing.EventProvider.WriteEvent(System.Diagnostics.Eventing.EventDescriptor@,System.Int32,System.IntPtr)">
|
|
<summary>Writes an event. The event data is specified as a block of memory.</summary>
|
|
<returns>Is true if the event is written; otherwise, false. If false, call the <see cref="M:System.Diagnostics.Eventing.EventProvider.GetLastWriteEventError" /> method to determine the cause of the failure.</returns>
|
|
<param name="eventDescriptor">An instance of <see cref="T:System.Diagnostics.Eventing.EventDescriptor" /> that identifies the event to write.</param>
|
|
<param name="dataCount">Size of the event data to which the <paramref name="data" /> parameter points. The maximum event data size is limited to 64 KB minus the size of the event headers. The event size is less if the session's buffer size is less and the session includes extended data items with the event.</param>
|
|
<param name="data">Pointer to the event data to write.</param>
|
|
</member>
|
|
<member name="M:System.Diagnostics.Eventing.EventProvider.WriteEvent(System.Diagnostics.Eventing.EventDescriptor@,System.Object[])">
|
|
<summary>Writes an event. The event data is specified as an array of objects.</summary>
|
|
<returns>Is true if the event is written; otherwise, false. If false, call the <see cref="M:System.Diagnostics.Eventing.EventProvider.GetLastWriteEventError" /> method to determine the cause of the failure.</returns>
|
|
<param name="eventDescriptor">An instance of <see cref="T:System.Diagnostics.Eventing.EventDescriptor" /> that identifies the event to write.</param>
|
|
<param name="eventPayload">An array of objects that contain the event data to write. The object must be in the order specified in the manifest. The array is limited to 32 objects, of which only eight may be strings. The maximum data size for the event is limited to 64 KB minus the size of the event headers. The event size is less if the session's buffer size is less and the session includes extended data items with the event.This parameter can be null.</param>
|
|
<exception cref="T:System.ArgumentException">The <paramref name="eventPayload" /> parameter contains too many objects or strings.</exception>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Diagnostics.Eventing.EventProvider.WriteEvent(System.Diagnostics.Eventing.EventDescriptor@,System.String)">
|
|
<summary>Writes an event. The event data is specified as a string.</summary>
|
|
<returns>Is true if the event is written; otherwise, false. If false, call the <see cref="M:System.Diagnostics.Eventing.EventProvider.GetLastWriteEventError" /> method to determine the cause of the failure.</returns>
|
|
<param name="eventDescriptor">An instance of <see cref="T:System.Diagnostics.Eventing.EventDescriptor" /> that identifies the event to write.</param>
|
|
<param name="data">The string to write as the event data.</param>
|
|
<exception cref="T:System.ArgumentException">If <paramref name="data" /> is null.</exception>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Diagnostics.Eventing.EventProvider.WriteMessageEvent(System.String)">
|
|
<summary>Writes an event that contains a string as its data.</summary>
|
|
<returns>Is true if the event is written; otherwise, false. If false, call the <see cref="M:System.Diagnostics.Eventing.EventProvider.GetLastWriteEventError" /> method to determine the cause of the failure.</returns>
|
|
<param name="eventMessage">String to write as the event data.</param>
|
|
<exception cref="T:System.ArgumentException">If <paramref name="eventMessage" /> is null.</exception>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Diagnostics.Eventing.EventProvider.WriteMessageEvent(System.String,System.Byte,System.Int64)">
|
|
<summary>Writes an event that contains a string as its data if the level and keyword value match the events requested by the session.</summary>
|
|
<returns>Is true if the event is written; otherwise, false. If false, call the <see cref="M:System.Diagnostics.Eventing.EventProvider.GetLastWriteEventError" /> method to determine the cause of the failure.</returns>
|
|
<param name="eventMessage">String to write as the event data.</param>
|
|
<param name="eventLevel">Level of detail included in the event. If the provider uses a manifest to define the event, set this value to the same level defined in the manifest.</param>
|
|
<param name="eventKeywords">Bit mask that specifies the event category. If the provider uses a manifest to define the event, set this value to the same keyword mask defined in the manifest.</param>
|
|
<exception cref="T:System.ArgumentException">If <paramref name="eventMessage" /> is null.</exception>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Diagnostics.Eventing.EventProvider.WriteTransferEvent(System.Diagnostics.Eventing.EventDescriptor@,System.Guid,System.Int32,System.IntPtr)">
|
|
<summary>Links events together when tracing events in an end-to-end scenario. The event data is specified as a block of memory.</summary>
|
|
<returns>Is true if the event is written; otherwise, false. If false, call the <see cref="M:System.Diagnostics.Eventing.EventProvider.GetLastWriteEventError" /> method to determine the cause of the failure.</returns>
|
|
<param name="eventDescriptor">An instance of <see cref="T:System.Diagnostics.Eventing.EventDescriptor" /> that identifies the event to write.</param>
|
|
<param name="relatedActivityId">Activity identifier from the previous component. Use this parameter to link your component's events to the previous component's events.</param>
|
|
<param name="dataCount">Size of the event data to which the <paramref name="data" /> parameter points. The maximum event data size is limited to 64 KB minus the size of the event headers. The event size is less if the session's buffer size is less and the session includes extended data items with the event.</param>
|
|
<param name="data">Pointer to the event data to write.</param>
|
|
</member>
|
|
<member name="M:System.Diagnostics.Eventing.EventProvider.WriteTransferEvent(System.Diagnostics.Eventing.EventDescriptor@,System.Guid,System.Object[])">
|
|
<summary>Links events together when tracing events in an end-to-end scenario. The event data is specified as an array of objects.</summary>
|
|
<returns>Is true if the event is written; otherwise, false. If false, call the <see cref="M:System.Diagnostics.Eventing.EventProvider.GetLastWriteEventError" /> method to determine the cause of the failure.</returns>
|
|
<param name="eventDescriptor">An instance of <see cref="T:System.Diagnostics.Eventing.EventDescriptor" /> that identifies the event to write.</param>
|
|
<param name="relatedActivityId">Activity identifier from the previous component. Use this parameter to link your component's events to the previous component's events.</param>
|
|
<param name="eventPayload">An array of objects that contain the event data to write. The data must be in the order specified in the manifest. The array is limited to 32 objects, of which only eight may be strings. The maximum data size for the event is limited to 64 KB minus the size of the event headers. The event size is less if the session's buffer size is less and the session includes extended data items with the event.</param>
|
|
<exception cref="T:System.ArgumentException">If <paramref name="eventPayload" /> contains too many objects or strings.</exception>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="T:System.Diagnostics.Eventing.EventProvider.WriteEventErrorCode">
|
|
<summary>Defines the possible states of the last write operation.</summary>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="F:System.Diagnostics.Eventing.EventProvider.WriteEventErrorCode.NoError">
|
|
<summary>The write was successful.</summary>
|
|
</member>
|
|
<member name="F:System.Diagnostics.Eventing.EventProvider.WriteEventErrorCode.NoFreeBuffers">
|
|
<summary>The session ran out of free buffers to write to. This can occur during high event rates because the disk subsystem is overloaded or the number of buffers is too small. Rather than blocking until more buffers become available, the event is dropped. Consider increasing the number and size of the buffers for the session, or reducing the number of events written or the size of the events.</summary>
|
|
</member>
|
|
<member name="F:System.Diagnostics.Eventing.EventProvider.WriteEventErrorCode.EventTooBig">
|
|
<summary>The event is larger than the session buffer size; events cannot span buffers.</summary>
|
|
</member>
|
|
<member name="T:System.Diagnostics.Eventing.EventProviderTraceListener">
|
|
<summary>A listener for <see cref="T:System.Diagnostics.TraceSource" /> that writes events to the ETW subsytem. </summary>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Diagnostics.Eventing.EventProviderTraceListener.#ctor(System.String)">
|
|
<summary>Initializes a new instance of the <see cref="T:System.Diagnostics.Eventing.EventProviderTraceListener" /> class using the specified provider identifier.</summary>
|
|
<param name="providerId">A unique string <see cref="T:System.Guid" /> that identifies the provider.</param>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Diagnostics.Eventing.EventProviderTraceListener.#ctor(System.String,System.String)">
|
|
<summary>Initializes a new instance of the <see cref="T:System.Diagnostics.Eventing.EventProviderTraceListener" /> class using the specified provider identifier and name of the listener.</summary>
|
|
<param name="providerId">A unique string <see cref="T:System.Guid" /> that identifies the provider.</param>
|
|
<param name="name">Name of the listener.</param>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Diagnostics.Eventing.EventProviderTraceListener.#ctor(System.String,System.String,System.String)">
|
|
<summary>Initializes a new instance of the <see cref="T:System.Diagnostics.Eventing.EventProviderTraceListener" /> class using the specified provider identifier, name of the listener, and delimiter.</summary>
|
|
<param name="providerId">A unique string <see cref="T:System.Guid" /> that identifies the provider.</param>
|
|
<param name="name">Name of the listener.</param>
|
|
<param name="delimiter">Delimiter used to delimit the event data. (For more details, see the <see cref="P:System.Diagnostics.Eventing.EventProviderTraceListener.Delimiter" /> property.)</param>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Diagnostics.Eventing.EventProviderTraceListener.Close">
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.EventProviderTraceListener.Delimiter">
|
|
<summary>Gets and sets the delimiter used to delimit the event data that is written to the ETW subsystem.</summary>
|
|
<returns>The delimiter used to delimit the event data. The default delimiter is a comma.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Diagnostics.Eventing.EventProviderTraceListener.Fail(System.String,System.String)">
|
|
<param name="message"></param>
|
|
<param name="detailMessage"></param>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Diagnostics.Eventing.EventProviderTraceListener.Flush">
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Diagnostics.Eventing.EventProviderTraceListener.GetSupportedAttributes"></member>
|
|
<member name="P:System.Diagnostics.Eventing.EventProviderTraceListener.IsThreadSafe">
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Diagnostics.Eventing.EventProviderTraceListener.TraceData(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.Object)">
|
|
<param name="eventCache"></param>
|
|
<param name="source"></param>
|
|
<param name="eventType"></param>
|
|
<param name="id"></param>
|
|
<param name="data"></param>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Diagnostics.Eventing.EventProviderTraceListener.TraceData(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.Object[])">
|
|
<param name="eventCache"></param>
|
|
<param name="source"></param>
|
|
<param name="eventType"></param>
|
|
<param name="id"></param>
|
|
<param name="data"></param>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Diagnostics.Eventing.EventProviderTraceListener.TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32)">
|
|
<param name="eventCache"></param>
|
|
<param name="source"></param>
|
|
<param name="eventType"></param>
|
|
<param name="id"></param>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Diagnostics.Eventing.EventProviderTraceListener.TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String)">
|
|
<param name="eventCache"></param>
|
|
<param name="source"></param>
|
|
<param name="eventType"></param>
|
|
<param name="id"></param>
|
|
<param name="message"></param>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Diagnostics.Eventing.EventProviderTraceListener.TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[])">
|
|
<param name="eventCache"></param>
|
|
<param name="source"></param>
|
|
<param name="eventType"></param>
|
|
<param name="id"></param>
|
|
<param name="format"></param>
|
|
<param name="args"></param>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Diagnostics.Eventing.EventProviderTraceListener.TraceTransfer(System.Diagnostics.TraceEventCache,System.String,System.Int32,System.String,System.Guid)">
|
|
<param name="eventCache"></param>
|
|
<param name="source"></param>
|
|
<param name="id"></param>
|
|
<param name="message"></param>
|
|
<param name="relatedActivityId"></param>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Diagnostics.Eventing.EventProviderTraceListener.Write(System.String)">
|
|
<param name="message"></param>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Diagnostics.Eventing.EventProviderTraceListener.WriteLine(System.String)">
|
|
<param name="message"></param>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="T:System.Diagnostics.Eventing.Reader.EventBookmark">
|
|
<summary>Represents a placeholder (bookmark) within an event stream. You can use the placeholder to mark a position and return to this position in a stream of events. An instance of this object can be obtained from an <see cref="T:System.Diagnostics.Eventing.Reader.EventRecord" /> object, in which case it corresponds to the position of that event record.</summary>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Diagnostics.Eventing.Reader.EventBookmark.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
|
|
<summary>Initializes a new instance of the <see cref="T:System.Diagnostics.Eventing.Reader.EventBookmark" /> class from the specified <see cref="T:System.Runtime.Serialization.SerializationInfo" /> and <see cref="T:System.Runtime.Serialization.StreamingContext" /> instances.</summary>
|
|
<param name="info">A <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object that contains the information required to serialize the new <see cref="T:System.Diagnostics.Eventing.Reader.EventBookmark" /> object.</param>
|
|
<param name="context">A <see cref="T:System.Runtime.Serialization.StreamingContext" /> object that contains the source of the serialized stream that is associated with the new <see cref="T:System.Diagnostics.Eventing.Reader.EventBookmark" />.</param>
|
|
</member>
|
|
<member name="M:System.Diagnostics.Eventing.Reader.EventBookmark.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
|
|
<summary>Populates a <see cref="T:System.Runtime.Serialization." /><see cref="SerializationInfo" /> object with the data required to serialize the target object.</summary>
|
|
<param name="info">The <see cref="T:System.Runtime.Serialization." />SerializationInfo object to populate with data.</param>
|
|
<param name="context">The destination for this serialization.</param>
|
|
</member>
|
|
<member name="M:System.Diagnostics.Eventing.Reader.EventBookmark.System#Runtime#Serialization#ISerializable#GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
|
|
<summary>Populates a <see cref="T:System.Runtime.Serialization." /><see cref="SerializationInfo" /> object with the data needed to serialize the target object.</summary>
|
|
<param name="info">The <see cref="T:System.Runtime.Serialization." />SerializationInfo object to populate with data.</param>
|
|
<param name="context">The destination for this serialization.</param>
|
|
</member>
|
|
<member name="T:System.Diagnostics.Eventing.Reader.EventKeyword">
|
|
<summary>Represents a keyword for an event. Keywords are defined in an event provider and are used to group the event with other similar events (based on the usage of the events).</summary>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.Reader.EventKeyword.DisplayName">
|
|
<summary>Gets the localized name of the keyword.</summary>
|
|
<returns>Returns a string that contains a localized name for this keyword.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.Reader.EventKeyword.Name">
|
|
<summary>Gets the non-localized name of the keyword.</summary>
|
|
<returns>Returns a string that contains the non-localized name of this keyword.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.Reader.EventKeyword.Value">
|
|
<summary>Gets the numeric value associated with the keyword.</summary>
|
|
<returns>Returns a long value.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="T:System.Diagnostics.Eventing.Reader.EventLevel">
|
|
<summary>Contains an event level that is defined in an event provider. The level signifies the severity of the event.</summary>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.Reader.EventLevel.DisplayName">
|
|
<summary>Gets the localized name for the event level. The name describes what severity level of events this level is used for.</summary>
|
|
<returns>Returns a string that contains the localized name for the event level.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.Reader.EventLevel.Name">
|
|
<summary>Gets the non-localized name of the event level.</summary>
|
|
<returns>Returns a string that contains the non-localized name of the event level.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.Reader.EventLevel.Value">
|
|
<summary>Gets the numeric value of the event level.</summary>
|
|
<returns>Returns an integer value.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="T:System.Diagnostics.Eventing.Reader.EventLogConfiguration">
|
|
<summary>Contains static information and configuration settings for an event log. Many of the configurations settings were defined by the event provider that created the log.</summary>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Diagnostics.Eventing.Reader.EventLogConfiguration.#ctor(System.String)">
|
|
<summary>Initializes a new <see cref="T:System.Diagnostics.Eventing.Reader.EventLogConfiguration" /> object by specifying the local event log for which to get information and configuration settings. </summary>
|
|
<param name="logName">The name of the local event log for which to get information and configuration settings.</param>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Diagnostics.Eventing.Reader.EventLogConfiguration.#ctor(System.String,System.Diagnostics.Eventing.Reader.EventLogSession)">
|
|
<summary>Initializes a new <see cref="T:System.Diagnostics.Eventing.Reader.EventLogConfiguration" /> object by specifying the name of the log for which to get information and configuration settings. The log can be on the local computer or a remote computer, based on the event log session specified.</summary>
|
|
<param name="logName">The name of the event log for which to get information and configuration settings.</param>
|
|
<param name="session">The event log session used to determine the event log service that the specified log belongs to. The session is either connected to the event log service on the local computer or a remote computer.</param>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Diagnostics.Eventing.Reader.EventLogConfiguration.Dispose">
|
|
<summary>Releases all the resources used by this object.</summary>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Diagnostics.Eventing.Reader.EventLogConfiguration.Dispose(System.Boolean)">
|
|
<summary>Releases the unmanaged resources used by this object, and optionally releases the managed resources.</summary>
|
|
<param name="disposing">true to release both managed and unmanaged resources; false to release only unmanaged resources.</param>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.Reader.EventLogConfiguration.IsClassicLog">
|
|
<summary>Gets the flag that indicates if the event log is a classic event log. A classic event log is one that has its events defined in a .mc file instead of a manifest (.xml file) used by the event provider.</summary>
|
|
<returns>Returns true if the event log is a classic log, and returns false if the event log is not a classic log.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.Reader.EventLogConfiguration.IsEnabled">
|
|
<summary>Gets or sets a Boolean value that determines whether the event log is enabled or disabled. An enabled log is one in which events can be logged, and a disabled log is one in which events cannot be logged.</summary>
|
|
<returns>Returns true if the log is enabled, and returns false if the log is disabled.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.Reader.EventLogConfiguration.LogFilePath">
|
|
<summary>Gets or sets the file directory path to the location of the file where the events are stored for the log.</summary>
|
|
<returns>Returns a string that contains the path to the event log file.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.Reader.EventLogConfiguration.LogIsolation">
|
|
<summary>Gets an <see cref="T:System.Diagnostics.Eventing.Reader.EventLogIsolation" /> value that specifies whether the event log is an application, system, or custom event log. </summary>
|
|
<returns>Returns an <see cref="T:System.Diagnostics.Eventing.Reader.EventLogIsolation" /> value.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.Reader.EventLogConfiguration.LogMode">
|
|
<summary>Gets or sets an <see cref="T:System.Diagnostics.Eventing.Reader.EventLogMode" /> value that determines how events are handled when the event log becomes full.</summary>
|
|
<returns>Returns an <see cref="T:System.Diagnostics.Eventing.Reader.EventLogMode" /> value.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.Reader.EventLogConfiguration.LogName">
|
|
<summary>Gets the name of the event log.</summary>
|
|
<returns>Returns a string that contains the name of the event log.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.Reader.EventLogConfiguration.LogType">
|
|
<summary>Gets an <see cref="T:System.Diagnostics.Eventing.Reader.EventLogType" /> value that determines the type of the event log.</summary>
|
|
<returns>Returns an <see cref="T:System.Diagnostics.Eventing.Reader.EventLogType" /> value.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.Reader.EventLogConfiguration.MaximumSizeInBytes">
|
|
<summary>Gets or sets the maximum size, in bytes, that the event log file is allowed to be. When the file reaches this maximum size, it is considered full.</summary>
|
|
<returns>Returns a long value that represents the maximum size, in bytes, that the event log file is allowed to be.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.Reader.EventLogConfiguration.OwningProviderName">
|
|
<summary>Gets the name of the event provider that created this event log.</summary>
|
|
<returns>Returns a string that contains the name of the event provider that created this event log.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.Reader.EventLogConfiguration.ProviderBufferSize">
|
|
<summary>Gets the size of the buffer that the event provider uses for publishing events to the log.</summary>
|
|
<returns>Returns an integer value that can be null.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.Reader.EventLogConfiguration.ProviderControlGuid">
|
|
<summary>Gets the control globally unique identifier (GUID) for the event log if the log is a debug log. If this log is not a debug log, this value will be null. </summary>
|
|
<returns>Returns a GUID value or null.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.Reader.EventLogConfiguration.ProviderKeywords">
|
|
<summary>Gets or sets keyword mask used by the event provider.</summary>
|
|
<returns>Returns a long value that can be null if the event provider did not define any keywords.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.Reader.EventLogConfiguration.ProviderLatency">
|
|
<summary>Gets the maximum latency time used by the event provider when publishing events to the log.</summary>
|
|
<returns>Returns an integer value that can be null if no latency time was specified by the event provider.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.Reader.EventLogConfiguration.ProviderLevel">
|
|
<summary>Gets or sets the maximum event level (which defines the severity of the event) that is allowed to be logged in the event log. This value is defined by the event provider.</summary>
|
|
<returns>Returns an integer value that can be null if the maximum event level was not defined in the event provider.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.Reader.EventLogConfiguration.ProviderMaximumNumberOfBuffers">
|
|
<summary>Gets the maximum number of buffers used by the event provider to publish events to the event log.</summary>
|
|
<returns>Returns an integer value that is the maximum number of buffers used by the event provider to publish events to the event log. This value can be null.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.Reader.EventLogConfiguration.ProviderMinimumNumberOfBuffers">
|
|
<summary>Gets the minimum number of buffers used by the event provider to publish events to the event log.</summary>
|
|
<returns>Returns an integer value that is the minimum number of buffers used by the event provider to publish events to the event log. This value can be null.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.Reader.EventLogConfiguration.ProviderNames">
|
|
<summary>Gets an enumerable collection of the names of all the event providers that can publish events to this event log.</summary>
|
|
<returns>Returns an enumerable collection of strings that contain the event provider names.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Diagnostics.Eventing.Reader.EventLogConfiguration.SaveChanges">
|
|
<summary>Saves the configuration settings that </summary>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.Reader.EventLogConfiguration.SecurityDescriptor">
|
|
<summary>Gets or sets the security descriptor of the event log. The security descriptor defines the users and groups of users that can read and write to the event log.</summary>
|
|
<returns>Returns a string that contains the security descriptor for the event log.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="T:System.Diagnostics.Eventing.Reader.EventLogException">
|
|
<summary>Represents the base class for all the exceptions that are thrown when an error occurs while reading event log related information. </summary>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Diagnostics.Eventing.Reader.EventLogException.#ctor">
|
|
<summary>Initializes a new instance of the <see cref="T:System.Diagnostics.Eventing.Reader.EventLogException" /> class.</summary>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Diagnostics.Eventing.Reader.EventLogException.#ctor(System.Int32)">
|
|
<summary>Initializes a new instance of the <see cref="T:System.Diagnostics.Eventing.Reader.EventLogException" /> class with the error code for the exception.</summary>
|
|
<param name="errorCode">The error code for the error that occurred while reading or configuring event log related information. For more information and a list of event log related error codes, see http://go.microsoft.com/fwlink/?LinkId=82629.</param>
|
|
</member>
|
|
<member name="M:System.Diagnostics.Eventing.Reader.EventLogException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
|
|
<summary>Initializes a new instance of the <see cref="T:System.Diagnostics.Eventing.Reader.EventLogException" /> class with serialized data.</summary>
|
|
<param name="serializationInfo">The <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object that holds the serialized object data about the exception being thrown.</param>
|
|
<param name="streamingContext">The <see cref="T:System.Runtime.Serialization.StreamingContext" /> object that contains contextual information about the source or destination.</param>
|
|
</member>
|
|
<member name="M:System.Diagnostics.Eventing.Reader.EventLogException.#ctor(System.String)">
|
|
<summary>Initializes a new instance of the <see cref="T:System.Diagnostics.Eventing.Reader.EventLogException" /> class by specifying the error message that describes the current exception.</summary>
|
|
<param name="message">The error message that describes the current exception.</param>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Diagnostics.Eventing.Reader.EventLogException.#ctor(System.String,System.Exception)">
|
|
<summary>Initializes a new instance of the <see cref="T:System.Diagnostics.Eventing.Reader.EventLogException" /> class with an error message and inner exception.</summary>
|
|
<param name="message">The error message that describes the current exception.</param>
|
|
<param name="innerException">The Exception instance that caused the current exception.</param>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Diagnostics.Eventing.Reader.EventLogException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
|
|
<summary>Sets the SerializationInfo object with information about the exception.</summary>
|
|
<param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object that holds the serialized object data about the exception thrown.</param>
|
|
<param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext" /> object that contains contextual information about the source or destination.</param>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.Reader.EventLogException.Message">
|
|
<summary>Gets the error message that describes the current exception.</summary>
|
|
<returns>Returns a string that contains the error message that describes the current exception.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="T:System.Diagnostics.Eventing.Reader.EventLogInformation">
|
|
<summary>Allows you to access the run-time properties of active event logs and event log files. These properties include the number of events in the log, the size of the log, a value that determines whether the log is full, and the last time the log was written to or accessed.</summary>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.Reader.EventLogInformation.Attributes">
|
|
<summary>Gets the file attributes of the log file associated with the log.</summary>
|
|
<returns>Returns an integer value. This value can be null.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.Reader.EventLogInformation.CreationTime">
|
|
<summary>Gets the time that the log file associated with the event log was created.</summary>
|
|
<returns>Returns a <see cref="T:System.DateTime" /> object. This value can be null.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.Reader.EventLogInformation.FileSize">
|
|
<summary>Gets the size of the file, in bytes, associated with the event log.</summary>
|
|
<returns>Returns a long value.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.Reader.EventLogInformation.IsLogFull">
|
|
<summary>Gets a Boolean value that determines whether the log file has reached its maximum size (the log is full).</summary>
|
|
<returns>Returns true if the log is full, and returns false if the log is not full.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.Reader.EventLogInformation.LastAccessTime">
|
|
<summary>Gets the last time the log file associated with the event log was accessed.</summary>
|
|
<returns>Returns a <see cref="T:System.DateTime" /> object. This value can be null.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.Reader.EventLogInformation.LastWriteTime">
|
|
<summary>Gets the last time data was written to the log file associated with the event log.</summary>
|
|
<returns>Returns a <see cref="T:System.DateTime" /> object. This value can be null.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.Reader.EventLogInformation.OldestRecordNumber">
|
|
<summary>Gets the number of the oldest event record in the event log.</summary>
|
|
<returns>Returns a long value that represents the number of the oldest event record in the event log. This value can be null.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.Reader.EventLogInformation.RecordCount">
|
|
<summary>Gets the number of event records in the event log.</summary>
|
|
<returns>Returns a long value that represents the number of event records in the event log. This value can be null.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="T:System.Diagnostics.Eventing.Reader.EventLogInvalidDataException">
|
|
<summary>Represents the exception thrown when an event provider publishes invalid data in an event.</summary>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Diagnostics.Eventing.Reader.EventLogInvalidDataException.#ctor">
|
|
<summary>Initializes a new instance of the <see cref="T:System.Diagnostics.Eventing.Reader.EventLogInvalidDataException" /> class.</summary>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Diagnostics.Eventing.Reader.EventLogInvalidDataException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
|
|
<summary>Initializes a new instance of the <see cref="T:System.Diagnostics.Eventing.Reader.EventLogInvalidDataException" /> class with serialized data.</summary>
|
|
<param name="serializationInfo">The <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object that holds the serialized object data about the exception thrown.</param>
|
|
<param name="streamingContext">The <see cref="T:System.Runtime.Serialization.StreamingContext" /> object that contains contextual information about the source or destination.</param>
|
|
</member>
|
|
<member name="M:System.Diagnostics.Eventing.Reader.EventLogInvalidDataException.#ctor(System.String)">
|
|
<summary>Initializes a new instance of the <see cref="T:System.Diagnostics.Eventing.Reader.EventLogInvalidDataException" /> class by specifying the error message that describes the current exception.</summary>
|
|
<param name="message">The error message that describes the current exception.</param>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Diagnostics.Eventing.Reader.EventLogInvalidDataException.#ctor(System.String,System.Exception)">
|
|
<summary>Initializes a new instance of the <see cref="T:System.Diagnostics.Eventing.Reader.EventLogInvalidDataException" /> class with an error message and inner exception.</summary>
|
|
<param name="message">The error message that describes the current exception.</param>
|
|
<param name="innerException">The Exception instance that caused the current exception.</param>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="T:System.Diagnostics.Eventing.Reader.EventLogIsolation">
|
|
<summary>Defines the default access permissions for the event log. The Application and System values indicate that the log shares the access control list (ACL) with the appropriate Windows log (the Application or System event logs) and share the Event Tracing for Windows (ETW) session with other logs of the same isolation. All channels with Custom isolation use a private ETW session.</summary>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="F:System.Diagnostics.Eventing.Reader.EventLogIsolation.Application">
|
|
<summary>The log shares the access control list with the Application event log and shares the ETW session with other logs that have Application isolation.</summary>
|
|
</member>
|
|
<member name="F:System.Diagnostics.Eventing.Reader.EventLogIsolation.System">
|
|
<summary>The log shares the access control list with the System event log and shares the ETW session with other logs that have System isolation.</summary>
|
|
</member>
|
|
<member name="F:System.Diagnostics.Eventing.Reader.EventLogIsolation.Custom">
|
|
<summary>The event log is a custom event log that uses its own private ETW session.</summary>
|
|
</member>
|
|
<member name="T:System.Diagnostics.Eventing.Reader.EventLogLink">
|
|
<summary>Represents a link between an event provider and an event log that the provider publishes events into. This object cannot be instantiated.</summary>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.Reader.EventLogLink.DisplayName">
|
|
<summary>Gets the localized name of the event log.</summary>
|
|
<returns>Returns a string that contains the localized name of the event log.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.Reader.EventLogLink.IsImported">
|
|
<summary>Gets a Boolean value that determines whether the event log is imported, rather than defined in the event provider. An imported event log is defined in a different provider.</summary>
|
|
<returns>Returns true if the event log is imported by the event provider, and returns false if the event log is not imported by the event provider.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.Reader.EventLogLink.LogName">
|
|
<summary>Gets the non-localized name of the event log associated with this object.</summary>
|
|
<returns>Returns a string that contains the non-localized name of the event log associated with this object.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="T:System.Diagnostics.Eventing.Reader.EventLogMode">
|
|
<summary>Determines the behavior for the event log service handles an event log when the log reaches its maximum allowed size (when the event log is full).</summary>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="F:System.Diagnostics.Eventing.Reader.EventLogMode.Circular">
|
|
<summary>New events continue to be stored when the log file is full. Each new incoming event replaces the oldest event in the log.</summary>
|
|
</member>
|
|
<member name="F:System.Diagnostics.Eventing.Reader.EventLogMode.AutoBackup">
|
|
<summary>Archive the log when full, do not overwrite events. The log is automatically archived when necessary. No events are overwritten. </summary>
|
|
</member>
|
|
<member name="F:System.Diagnostics.Eventing.Reader.EventLogMode.Retain">
|
|
<summary>Do not overwrite events. Clear the log manually rather than automatically.</summary>
|
|
</member>
|
|
<member name="T:System.Diagnostics.Eventing.Reader.EventLogNotFoundException">
|
|
<summary>Represents the exception that is thrown when a requested event log (usually specified by the name of the event log or the path to the event log file) does not exist.</summary>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Diagnostics.Eventing.Reader.EventLogNotFoundException.#ctor">
|
|
<summary>Initializes a new instance of the <see cref="T:System.Diagnostics.Eventing.Reader.EventLogNotFoundException" /> class.</summary>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Diagnostics.Eventing.Reader.EventLogNotFoundException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
|
|
<summary>Initializes a new instance of the <see cref="T:System.Diagnostics.Eventing.Reader.EventLogNotFoundException" /> class with serialized data.</summary>
|
|
<param name="serializationInfo">The <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object that holds the serialized object data about the exception thrown.</param>
|
|
<param name="streamingContext">The <see cref="T:System.Runtime.Serialization.StreamingContext" /> object that contains contextual information about the source or destination.</param>
|
|
</member>
|
|
<member name="M:System.Diagnostics.Eventing.Reader.EventLogNotFoundException.#ctor(System.String)">
|
|
<summary>Initializes a new instance of the <see cref="T:System.Diagnostics.Eventing.Reader.EventLogNotFoundException" /> class by specifying the error message that describes the current exception.</summary>
|
|
<param name="message">The error message that describes the current exception.</param>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Diagnostics.Eventing.Reader.EventLogNotFoundException.#ctor(System.String,System.Exception)">
|
|
<summary>Initializes a new instance of the <see cref="T:System.Diagnostics.Eventing.Reader.EventLogNotFoundException" /> class with an error message and inner exception.</summary>
|
|
<param name="message">The error message that describes the current exception.</param>
|
|
<param name="innerException">The Exception instance that caused the current exception.</param>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="T:System.Diagnostics.Eventing.Reader.EventLogPropertySelector">
|
|
<summary>Contains an array of strings that represent XPath queries for elements in the XML representation of an event, which is based on the Event Schema. The queries in this object are used to extract values from the event.</summary>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Diagnostics.Eventing.Reader.EventLogPropertySelector.#ctor(System.Collections.Generic.IEnumerable{System.String})">
|
|
<summary>Initializes a new <see cref="T:System.Diagnostics.Eventing.Reader.EventLogPropertySelector" /> class instance.</summary>
|
|
<param name="propertyQueries">XPath queries used to extract values from the XML representation of the event.</param>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Diagnostics.Eventing.Reader.EventLogPropertySelector.Dispose">
|
|
<summary>Releases all the resources used by this object.</summary>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Diagnostics.Eventing.Reader.EventLogPropertySelector.Dispose(System.Boolean)">
|
|
<summary>Releases the unmanaged resources used by this object, and optionally releases the managed resources.</summary>
|
|
<param name="disposing">true to release both managed and unmanaged resources; false to release only unmanaged resources.</param>
|
|
</member>
|
|
<member name="T:System.Diagnostics.Eventing.Reader.EventLogProviderDisabledException">
|
|
<summary>Represents the exception that is thrown when a specified event provider name references a disabled event provider. A disabled event provider cannot publish events.</summary>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Diagnostics.Eventing.Reader.EventLogProviderDisabledException.#ctor">
|
|
<summary>Initializes a new instance of the <see cref="T:System.Diagnostics.Eventing.Reader.EventLogProviderDisabledException" /> class.</summary>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Diagnostics.Eventing.Reader.EventLogProviderDisabledException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
|
|
<summary>Initializes a new instance of the <see cref="T:System.Diagnostics.Eventing.Reader.EventLogProviderDisabledException" /> class with serialized data.</summary>
|
|
<param name="serializationInfo">The <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object that holds the serialized object data about the exception thrown.</param>
|
|
<param name="streamingContext">The <see cref="T:System.Runtime.Serialization.StreamingContext" /> object that contains contextual information about the source or destination.</param>
|
|
</member>
|
|
<member name="M:System.Diagnostics.Eventing.Reader.EventLogProviderDisabledException.#ctor(System.String)">
|
|
<summary>Initializes a new instance of the <see cref="T:System.Diagnostics.Eventing.Reader.EventLogProviderDisabledException" /> class by specifying the error message that describes the current exception.</summary>
|
|
<param name="message">The error message that describes the current exception.</param>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Diagnostics.Eventing.Reader.EventLogProviderDisabledException.#ctor(System.String,System.Exception)">
|
|
<summary>Initializes a new instance of the <see cref="T:System.Diagnostics.Eventing.Reader.EventLogProviderDisabledException" /> class with an error message and inner exception.</summary>
|
|
<param name="message">The error message that describes the current exception.</param>
|
|
<param name="innerException">The Exception instance that caused the current exception.</param>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="T:System.Diagnostics.Eventing.Reader.EventLogQuery">
|
|
<summary>Represents a query for events in an event log and the settings that define how the query is executed and on what computer the query is executed on.</summary>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Diagnostics.Eventing.Reader.EventLogQuery.#ctor(System.String,System.Diagnostics.Eventing.Reader.PathType)">
|
|
<summary>Initializes a new instance of the <see cref="T:System.Diagnostics.Eventing.Reader.EventLogQuery" /> class by specifying the target of the query. The target can be an active event log or a log file.</summary>
|
|
<param name="path">The name of the event log to query, or the path to the event log file to query.</param>
|
|
<param name="pathType">Specifies whether the string used in the path parameter specifies the name of an event log, or the path to an event log file.</param>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Diagnostics.Eventing.Reader.EventLogQuery.#ctor(System.String,System.Diagnostics.Eventing.Reader.PathType,System.String)">
|
|
<summary>Initializes a new instance of the <see cref="T:System.Diagnostics.Eventing.Reader.EventLogQuery" /> class by specifying the target of the query and the event query. The target can be an active event log or a log file.</summary>
|
|
<param name="path">The name of the event log to query, or the path to the event log file to query.</param>
|
|
<param name="pathType">Specifies whether the string used in the path parameter specifies the name of an event log, or the path to an event log file.</param>
|
|
<param name="query">The event query used to retrieve events that match the query conditions.</param>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.Reader.EventLogQuery.ReverseDirection">
|
|
<summary>Gets or sets the Boolean value that determines whether to read events from the newest event in an event log to the oldest event in the log.</summary>
|
|
<returns>Returns true if events are read from the newest event in the log to the oldest event, and returns false if events are read from the oldest event in the log to the newest event.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.Reader.EventLogQuery.Session">
|
|
<summary>Gets or sets the session that access the Event Log service on the local computer or a remote computer. This object can be set to access a remote event log by creating a <see cref="T:System.Diagnostics.Eventing.Reader.EventLogReader" /> object or an <see cref="T:System.Diagnostics.Eventing.Reader.EventLogWatcher" /> object with this <see cref="T:System.Diagnostics.Eventing.Reader.EventLogQuery" /> object.</summary>
|
|
<returns>Returns an <see cref="T:System.Diagnostics.Eventing.Reader.EventLogSession" /> object.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.Reader.EventLogQuery.TolerateQueryErrors">
|
|
<summary>Gets or sets a Boolean value that determines whether this query will continue to retrieve events when the query has an error.</summary>
|
|
<returns>true indicates that the query will continue to retrieve events even if the query fails for some logs, and false indicates that this query will not continue to retrieve events when the query fails.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="T:System.Diagnostics.Eventing.Reader.EventLogReader">
|
|
<summary>Enables you to read events from an event log based on an event query. The events that are read by this object are returned as <see cref="T:System.Diagnostics.Eventing.Reader.EventRecord" /> objects.</summary>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Diagnostics.Eventing.Reader.EventLogReader.#ctor(System.Diagnostics.Eventing.Reader.EventLogQuery)">
|
|
<summary>Initializes a new instance of the <see cref="T:System.Diagnostics.Eventing.Reader.EventLogReader" /> class by specifying an event query.</summary>
|
|
<param name="eventQuery">The event query used to retrieve events.</param>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Diagnostics.Eventing.Reader.EventLogReader.#ctor(System.Diagnostics.Eventing.Reader.EventLogQuery,System.Diagnostics.Eventing.Reader.EventBookmark)">
|
|
<summary>Initializes a new instance of the <see cref="T:System.Diagnostics.Eventing.Reader.EventLogReader" /> class by specifying an event query and a bookmark that is used as starting position for the query.</summary>
|
|
<param name="eventQuery">The event query used to retrieve events.</param>
|
|
<param name="bookmark">The bookmark (placeholder) used as a starting position in the event log or stream of events. Only events logged after the bookmark event will be returned by the query.</param>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Diagnostics.Eventing.Reader.EventLogReader.#ctor(System.String)">
|
|
<summary>Initializes a new instance of the <see cref="T:System.Diagnostics.Eventing.Reader.EventLogReader" /> class by specifying an active event log to retrieve events from.</summary>
|
|
<param name="path">The name of the event log to retrieve events from.</param>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Diagnostics.Eventing.Reader.EventLogReader.#ctor(System.String,System.Diagnostics.Eventing.Reader.PathType)">
|
|
<summary>Initializes a new instance of the <see cref="T:System.Diagnostics.Eventing.Reader.EventLogReader" /> class by specifying the name of an event log to retrieve events from or the path to a log file to retrieve events from.</summary>
|
|
<param name="path">The name of the event log to retrieve events from, or the path to the event log file to retrieve events from.</param>
|
|
<param name="pathType">Specifies whether the string used in the path parameter specifies the name of an event log, or the path to an event log file.</param>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.Reader.EventLogReader.BatchSize">
|
|
<summary>Gets or sets the number of events retrieved from the stream of events on every read operation.</summary>
|
|
<returns>Returns an integer value.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Diagnostics.Eventing.Reader.EventLogReader.CancelReading">
|
|
<summary>Cancels the current query operation.</summary>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Diagnostics.Eventing.Reader.EventLogReader.Dispose">
|
|
<summary>Releases all the resources used by this object.</summary>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Diagnostics.Eventing.Reader.EventLogReader.Dispose(System.Boolean)">
|
|
<summary>Releases the unmanaged resources used by this object, and optionally releases the managed resources.</summary>
|
|
<param name="disposing">true to release both managed and unmanaged resources; false to release only unmanaged resources.</param>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.Reader.EventLogReader.LogStatus">
|
|
<summary>Gets the status of each event log or log file associated with the event query in this object.</summary>
|
|
<returns>Returns a list of <see cref="T:System.Diagnostics.Eventing.Reader.EventLogStatus" /> objects that each contain status information about an event log associated with the event query in this object.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Diagnostics.Eventing.Reader.EventLogReader.ReadEvent">
|
|
<summary>Reads the next event that is returned from the event query in this object.</summary>
|
|
<returns>Returns an <see cref="T:System.Diagnostics.Eventing.Reader.EventRecord" /> object.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Diagnostics.Eventing.Reader.EventLogReader.ReadEvent(System.TimeSpan)">
|
|
<summary>Reads the next event that is returned from the event query in this object.</summary>
|
|
<returns>Returns an <see cref="T:System.Diagnostics.Eventing.Reader.EventRecord" /> object.</returns>
|
|
<param name="timeout">The maximum time to allow the read operation to run before canceling the operation.</param>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Diagnostics.Eventing.Reader.EventLogReader.Seek(System.Diagnostics.Eventing.Reader.EventBookmark)">
|
|
<summary>Changes the position in the event stream where the next event that is read will come from by specifying a bookmark event. No events logged before the bookmark event will be retrieved.</summary>
|
|
<param name="bookmark">The bookmark (placeholder) used as a starting position in the event log or stream of events. Only events that have been logged after the bookmark event will be returned by the query.</param>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Diagnostics.Eventing.Reader.EventLogReader.Seek(System.Diagnostics.Eventing.Reader.EventBookmark,System.Int64)">
|
|
<summary>Changes the position in the event stream where the next event that is read will come from by specifying a bookmark event and an offset number of events from the bookmark. No events logged before the bookmark plus the offset will be retrieved.</summary>
|
|
<param name="bookmark">The bookmark (placeholder) used as a starting position in the event log or stream of events. Only events that have been logged after the bookmark event will be returned by the query.</param>
|
|
<param name="offset">The offset number of events to change the position of the bookmark.</param>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Diagnostics.Eventing.Reader.EventLogReader.Seek(System.IO.SeekOrigin,System.Int64)">
|
|
<summary>Changes the position in the event stream where the next event that is read will come from by specifying a starting position and an offset from the starting position. No events logged before the starting position plus the offset will be retrieved.</summary>
|
|
<param name="origin">A value from the <see cref="T:System.IO.SeekOrigin" /> enumeration defines where in the stream of events to start querying for events.</param>
|
|
<param name="offset">The offset number of events to add to the origin.</param>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="T:System.Diagnostics.Eventing.Reader.EventLogReadingException">
|
|
<summary>Represents an exception that is thrown when an error occurred while reading, querying, or subscribing to the events in an event log. </summary>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Diagnostics.Eventing.Reader.EventLogReadingException.#ctor">
|
|
<summary>Initializes a new instance of the <see cref="T:System.Diagnostics.Eventing.Reader.EventLogReadingException" /> class.</summary>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Diagnostics.Eventing.Reader.EventLogReadingException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
|
|
<summary>Initializes a new instance of the <see cref="T:System.Diagnostics.Eventing.Reader.EventLogReadingException" /> class with serialized data.</summary>
|
|
<param name="serializationInfo">The <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object that holds the serialized object data about the exception thrown.</param>
|
|
<param name="streamingContext">The <see cref="T:System.Runtime.Serialization.StreamingContext" /> object that contains contextual information about the source or destination.</param>
|
|
</member>
|
|
<member name="M:System.Diagnostics.Eventing.Reader.EventLogReadingException.#ctor(System.String)">
|
|
<summary>Initializes a new instance of the <see cref="T:System.Diagnostics.Eventing.Reader.EventLogReadingException" /> class by specifying the error message that describes the current exception.</summary>
|
|
<param name="message">The error message that describes the current exception.</param>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Diagnostics.Eventing.Reader.EventLogReadingException.#ctor(System.String,System.Exception)">
|
|
<summary>Initializes a new instance of the <see cref="T:System.Diagnostics.Eventing.Reader.EventLogReadingException" /> class with an error message and inner exception.</summary>
|
|
<param name="message">The error message that describes the current exception.</param>
|
|
<param name="innerException">The Exception instance that caused the current exception.</param>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="T:System.Diagnostics.Eventing.Reader.EventLogRecord">
|
|
<summary>Contains the properties of an event instance for an event that is received from an <see cref="T:System.Diagnostics.Eventing.Reader.EventLogReader" /> object. The event properties provide information about the event such as the name of the computer where the event was logged and the time that the event was created.</summary>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.Reader.EventLogRecord.ActivityId">
|
|
<summary>Gets the globally unique identifier (GUID) for the activity in process for which the event is involved. This allows consumers to group related activities.</summary>
|
|
<returns>Returns a GUID value.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.Reader.EventLogRecord.Bookmark">
|
|
<summary>Gets a placeholder (bookmark) that corresponds to this event. This can be used as a placeholder in a stream of events.</summary>
|
|
<returns>Returns a <see cref="T:System.Diagnostics.Eventing.Reader.EventBookmark" /> object.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.Reader.EventLogRecord.ContainerLog">
|
|
<summary>Gets the name of the event log or the event log file in which the event is stored.</summary>
|
|
<returns>Returns a string that contains the name of the event log or the event log file in which the event is stored.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Diagnostics.Eventing.Reader.EventLogRecord.Dispose(System.Boolean)">
|
|
<summary>Releases the unmanaged resources used by this object, and optionally releases the managed resources.</summary>
|
|
<param name="disposing">true to release both managed and unmanaged resources; false to release only unmanaged resources.</param>
|
|
</member>
|
|
<member name="M:System.Diagnostics.Eventing.Reader.EventLogRecord.FormatDescription">
|
|
<summary>Gets the event message in the current locale.</summary>
|
|
<returns>Returns a string that contains the event message in the current locale.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Diagnostics.Eventing.Reader.EventLogRecord.FormatDescription(System.Collections.Generic.IEnumerable{System.Object})">
|
|
<summary>Gets the event message, replacing variables in the message with the specified values.</summary>
|
|
<returns>Returns a string that contains the event message in the current locale.</returns>
|
|
<param name="values">The values used to replace variables in the event message. Variables are represented by %n, where n is a number.</param>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Diagnostics.Eventing.Reader.EventLogRecord.GetPropertyValues(System.Diagnostics.Eventing.Reader.EventLogPropertySelector)">
|
|
<summary>Gets the enumeration of the values of the user-supplied event properties, or the results of XPath-based data if the event has XML representation.</summary>
|
|
<returns>Returns a list of objects.</returns>
|
|
<param name="propertySelector">Selects the property values to return.</param>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.Reader.EventLogRecord.Id">
|
|
<summary>Gets the identifier for this event. All events with this identifier value represent the same type of event.</summary>
|
|
<returns>Returns an integer value. This value can be null.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.Reader.EventLogRecord.Keywords">
|
|
<summary>Gets the keyword mask of the event. Get the value of the <see cref="P:System.Diagnostics.Eventing.Reader.EventLogRecord.KeywordsDisplayNames" /> property to get the name of the keywords used in this mask.</summary>
|
|
<returns>Returns a long value. This value can be null.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.Reader.EventLogRecord.KeywordsDisplayNames">
|
|
<summary>Gets the display names of the keywords used in the keyword mask for this event.</summary>
|
|
<returns>Returns an enumerable collection of strings that contain the display names of the keywords used in the keyword mask for this event.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.Reader.EventLogRecord.Level">
|
|
<summary>Gets the level of the event. The level signifies the severity of the event. For the name of the level, get the value of the <see cref="P:System.Diagnostics.Eventing.Reader.EventLogRecord.LevelDisplayName" /> property.</summary>
|
|
<returns>Returns a byte value. This value can be null.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.Reader.EventLogRecord.LevelDisplayName">
|
|
<summary>Gets the display name of the level for this event.</summary>
|
|
<returns>Returns a string that contains the display name of the level for this event.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.Reader.EventLogRecord.LogName">
|
|
<summary>Gets the name of the event log where this event is logged.</summary>
|
|
<returns>Returns a string that contains a name of the event log that contains this event.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.Reader.EventLogRecord.MachineName">
|
|
<summary>Gets the name of the computer on which this event was logged.</summary>
|
|
<returns>Returns a string that contains the name of the computer on which this event was logged.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.Reader.EventLogRecord.MatchedQueryIds">
|
|
<summary>Gets a list of query identifiers that this event matches. This event matches a query if the query would return this event.</summary>
|
|
<returns>Returns an enumerable collection of integer values.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.Reader.EventLogRecord.Opcode">
|
|
<summary>Gets the opcode of the event. The opcode defines a numeric value that identifies the activity or a point within an activity that the application was performing when it raised the event. For the name of the opcode, get the value of the <see cref="P:System.Diagnostics.Eventing.Reader.EventLogRecord.OpcodeDisplayName" /> property.</summary>
|
|
<returns>Returns a short value. This value can be null.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.Reader.EventLogRecord.OpcodeDisplayName">
|
|
<summary>Gets the display name of the opcode for this event.</summary>
|
|
<returns>Returns a string that contains the display name of the opcode for this event.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.Reader.EventLogRecord.ProcessId">
|
|
<summary>Gets the process identifier for the event provider that logged this event.</summary>
|
|
<returns>Returns an integer value. This value can be null.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.Reader.EventLogRecord.Properties">
|
|
<summary>Gets the user-supplied properties of the event.</summary>
|
|
<returns>Returns a list of <see cref="T:System.Diagnostics.Eventing.Reader.EventProperty" /> objects.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.Reader.EventLogRecord.ProviderId">
|
|
<summary>Gets the globally unique identifier (GUID) of the event provider that published this event.</summary>
|
|
<returns>Returns a GUID value. This value can be null.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.Reader.EventLogRecord.ProviderName">
|
|
<summary>Gets the name of the event provider that published this event.</summary>
|
|
<returns>Returns a string that contains the name of the event provider that published this event.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.Reader.EventLogRecord.Qualifiers">
|
|
<summary>Gets qualifier numbers that are used for event identification.</summary>
|
|
<returns>Returns an integer value. This value can be null.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.Reader.EventLogRecord.RecordId">
|
|
<summary>Gets the event record identifier of the event in the log.</summary>
|
|
<returns>Returns a long value. This value can be null.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.Reader.EventLogRecord.RelatedActivityId">
|
|
<summary>Gets a globally unique identifier (GUID) for a related activity in a process for which an event is involved.</summary>
|
|
<returns>Returns a GUID value. This value can be null.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.Reader.EventLogRecord.Task">
|
|
<summary>Gets a task identifier for a portion of an application or a component that publishes an event. A task is a 16-bit value with 16 top values reserved. This type allows any value between 0x0000 and 0xffef to be used. For the name of the task, get the value of the <see cref="P:System.Diagnostics.Eventing.Reader.EventLogRecord.TaskDisplayName" /> property.</summary>
|
|
<returns>Returns an integer value. This value can be null.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.Reader.EventLogRecord.TaskDisplayName">
|
|
<summary>Gets the display name of the task for the event.</summary>
|
|
<returns>Returns a string that contains the display name of the task for the event.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.Reader.EventLogRecord.ThreadId">
|
|
<summary>Gets the thread identifier for the thread that the event provider is running in.</summary>
|
|
<returns>Returns an integer value. This value can be null.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.Reader.EventLogRecord.TimeCreated">
|
|
<summary>Gets the time, in <see cref="T:System.DateTime" /> format, that the event was created.</summary>
|
|
<returns>Returns a <see cref="T:System.DateTime" /> value. The value can be null.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Diagnostics.Eventing.Reader.EventLogRecord.ToXml">
|
|
<summary>Gets the XML representation of the event. All of the event properties are represented in the event's XML. The XML conforms to the event schema.</summary>
|
|
<returns>Returns a string that contains the XML representation of the event.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.Reader.EventLogRecord.UserId">
|
|
<summary>Gets the security descriptor of the user whose context is used to publish the event.</summary>
|
|
<returns>Returns a <see cref="T:System.Security.Principal.SecurityIdentifier" /> value.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.Reader.EventLogRecord.Version">
|
|
<summary>Gets the version number for the event.</summary>
|
|
<returns>Returns a byte value. This value can be null.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="T:System.Diagnostics.Eventing.Reader.EventLogSession">
|
|
<summary>Used to access the Event Log service on the local computer or a remote computer so you can manage and gather information about the event logs and event providers on the computer.</summary>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Diagnostics.Eventing.Reader.EventLogSession.#ctor">
|
|
<summary>Initializes a new <see cref="T:System.Diagnostics.Eventing.Reader.EventLogSession" /> object, establishes a connection with the local Event Log service.</summary>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Diagnostics.Eventing.Reader.EventLogSession.#ctor(System.String)">
|
|
<summary>Initializes a new <see cref="T:System.Diagnostics.Eventing.Reader.EventLogSession" /> object, and establishes a connection with the Event Log service on the specified computer. The credentials (user name and password) of the user who calls the method is used for the credentials to access the remote computer.</summary>
|
|
<param name="server">The name of the computer on which to connect to the Event Log service.</param>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Diagnostics.Eventing.Reader.EventLogSession.#ctor(System.String,System.String,System.String,System.Security.SecureString,System.Diagnostics.Eventing.Reader.SessionAuthentication)">
|
|
<summary>Initializes a new <see cref="T:System.Diagnostics.Eventing.Reader.EventLogSession" /> object, and establishes a connection with the Event Log service on the specified computer. The specified credentials (user name and password) are used for the credentials to access the remote computer.</summary>
|
|
<param name="server">The name of the computer on which to connect to the Event Log service.</param>
|
|
<param name="domain">The domain of the specified user.</param>
|
|
<param name="user">The user name used to connect to the remote computer.</param>
|
|
<param name="password">The password used to connect to the remote computer.</param>
|
|
<param name="logOnType">The type of connection to use for the connection to the remote computer.</param>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Diagnostics.Eventing.Reader.EventLogSession.CancelCurrentOperations">
|
|
<summary>Cancels any operations (such as reading an event log or subscribing to an event log) that are currently active for the Event Log service that this session object is connected to.</summary>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Diagnostics.Eventing.Reader.EventLogSession.ClearLog(System.String)">
|
|
<summary>Clears events from the specified event log.</summary>
|
|
<param name="logName">The name of the event log to clear all the events from.</param>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Diagnostics.Eventing.Reader.EventLogSession.ClearLog(System.String,System.String)">
|
|
<summary>Clears events from the specified event log, and saves the cleared events to the specified file.</summary>
|
|
<param name="logName">The name of the event log to clear all the events from.</param>
|
|
<param name="backupPath">The path to the file in which the cleared events will be saved. The file should end in .evtx.</param>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Diagnostics.Eventing.Reader.EventLogSession.Dispose">
|
|
<summary>Releases all the resources used by this object.</summary>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Diagnostics.Eventing.Reader.EventLogSession.Dispose(System.Boolean)">
|
|
<summary>Releases the unmanaged resources used by this object, and optionally releases the managed resources.</summary>
|
|
<param name="disposing">true to release both managed and unmanaged resources; false to release only unmanaged resources.</param>
|
|
</member>
|
|
<member name="M:System.Diagnostics.Eventing.Reader.EventLogSession.ExportLog(System.String,System.Diagnostics.Eventing.Reader.PathType,System.String,System.String)">
|
|
<summary>Exports events into an external log file. The events are stored without the event messages.</summary>
|
|
<param name="path">The name of the event log to export events from, or the path to the event log file to export events from.</param>
|
|
<param name="pathType">Specifies whether the string used in the path parameter specifies the name of an event log, or the path to an event log file.</param>
|
|
<param name="query">The query used to select the events to export. Only the events returned from the query will be exported.</param>
|
|
<param name="targetFilePath">The path to the log file (ends in .evtx) in which the exported events will be stored after this method is executed.</param>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Diagnostics.Eventing.Reader.EventLogSession.ExportLog(System.String,System.Diagnostics.Eventing.Reader.PathType,System.String,System.String,System.Boolean)">
|
|
<summary>Exports events into an external log file. A flag can be set to indicate that the method will continue exporting events even if the specified query fails for some logs. The events are stored without the event messages.</summary>
|
|
<param name="path">The name of the event log to export events from, or the path to the event log file to export events from.</param>
|
|
<param name="pathType">Specifies whether the string used in the path parameter specifies the name of an event log, or the path to an event log file.</param>
|
|
<param name="query">The query used to select the events to export. Only the events returned from the query will be exported.</param>
|
|
<param name="targetFilePath">The path to the log file (ends in .evtx) in which the exported events will be stored after this method is executed.</param>
|
|
<param name="tolerateQueryErrors">true indicates that the method will continue exporting events even if the specified query fails for some logs, and false indicates that this method will not continue to export events when the specified query fails.</param>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Diagnostics.Eventing.Reader.EventLogSession.ExportLogAndMessages(System.String,System.Diagnostics.Eventing.Reader.PathType,System.String,System.String)">
|
|
<summary>Exports events and their messages into an external log file.</summary>
|
|
<param name="path">The name of the event log to export events from, or the path to the event log file to export events from.</param>
|
|
<param name="pathType">Specifies whether the string used in the path parameter specifies the name of an event log, or the path to an event log file.</param>
|
|
<param name="query">The query used to select the events to export. Only the events returned from the query will be exported.</param>
|
|
<param name="targetFilePath">The path to the log file (ends in .evtx) in which the exported events will be stored after this method is executed.</param>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Diagnostics.Eventing.Reader.EventLogSession.ExportLogAndMessages(System.String,System.Diagnostics.Eventing.Reader.PathType,System.String,System.String,System.Boolean,System.Globalization.CultureInfo)">
|
|
<summary>Exports events and their messages into an external log file. A flag can be set to indicate that the method will continue exporting events even if the specified query fails for some logs. The event messages are exported in the specified language.</summary>
|
|
<param name="path">The name of the event log to export events from, or the path to the event log file to export events from.</param>
|
|
<param name="pathType">Specifies whether the string used in the path parameter specifies the name of an event log, or the path to an event log file.</param>
|
|
<param name="query">The query used to select the events to export. Only the events returned from the query will be exported.</param>
|
|
<param name="targetFilePath">The path to the log file (ends in .evtx) in which the exported events will be stored after this method is executed.</param>
|
|
<param name="tolerateQueryErrors">true indicates that the method will continue exporting events even if the specified query fails for some logs, and false indicates that this method will not continue to export events when the specified query fails.</param>
|
|
<param name="targetCultureInfo">The culture that specifies which language that the exported event messages will be in.</param>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Diagnostics.Eventing.Reader.EventLogSession.GetLogInformation(System.String,System.Diagnostics.Eventing.Reader.PathType)">
|
|
<summary>Gets an object that contains runtime information for the specified event log.</summary>
|
|
<returns>Returns an <see cref="T:System.Diagnostics.Eventing.Reader.EventLogInformation" /> object that contains information about the specified log.</returns>
|
|
<param name="logName">The name of the event log to get information about, or the path to the event log file to get information about.</param>
|
|
<param name="pathType">Specifies whether the string used in the path parameter specifies the name of an event log, or the path to an event log file.</param>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Diagnostics.Eventing.Reader.EventLogSession.GetLogNames">
|
|
<summary>Gets an enumerable collection of all the event log names that are registered with the Event Log service.</summary>
|
|
<returns>Returns an enumerable collection of strings that contain the event log names.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Diagnostics.Eventing.Reader.EventLogSession.GetProviderNames">
|
|
<summary>Gets an enumerable collection of all the event provider names that are registered with the Event Log service. An event provider is an application that publishes events to an event log.</summary>
|
|
<returns>Returns an enumerable collection of strings that contain the event provider names.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.Reader.EventLogSession.GlobalSession">
|
|
<summary>Gets a static predefined session object that is connected to the Event Log service on the local computer.</summary>
|
|
<returns>Returns an <see cref="T:System.Diagnostics.Eventing.Reader.EventLogSession" /> object that is a predefined session object that is connected to the Event Log service on the local computer.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="T:System.Diagnostics.Eventing.Reader.EventLogStatus">
|
|
<summary>Contains the status code or error code for a specific event log. This status can be used to determine if the event log is available for an operation.</summary>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.Reader.EventLogStatus.LogName">
|
|
<summary>Gets the name of the event log for which the status code is obtained.</summary>
|
|
<returns>Returns a string that contains the name of the event log for which the status code is obtained.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.Reader.EventLogStatus.StatusCode">
|
|
<summary>Gets the status code or error code for the event log. This status or error is the result of a read or subscription operation on the event log.</summary>
|
|
<returns>Returns an integer value.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="T:System.Diagnostics.Eventing.Reader.EventLogType">
|
|
<summary>Defines the type of events that are logged in an event log. Each log can only contain one type of event.</summary>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="F:System.Diagnostics.Eventing.Reader.EventLogType.Administrative">
|
|
<summary>These events are primarily for end users, administrators, and support. The events that are found in the Administrative type logs indicate a problem and a well-defined solution that an administrator can act on. An example of an administrative event is an event that occurs when an application fails to connect to a printer. </summary>
|
|
</member>
|
|
<member name="F:System.Diagnostics.Eventing.Reader.EventLogType.Operational">
|
|
<summary>Events in an operational type event log are used for analyzing and diagnosing a problem or occurrence. They can be used to trigger tools or tasks based on the problem or occurrence. An example of an operational event is an event that occurs when a printer is added or removed from a system.</summary>
|
|
</member>
|
|
<member name="F:System.Diagnostics.Eventing.Reader.EventLogType.Analytical">
|
|
<summary>Events in an analytic event log are published in high volume. They describe program operation and indicate problems that cannot be handled by user intervention.</summary>
|
|
</member>
|
|
<member name="F:System.Diagnostics.Eventing.Reader.EventLogType.Debug">
|
|
<summary>Events in a debug type event log are used solely by developers to diagnose a problem for debugging.</summary>
|
|
</member>
|
|
<member name="T:System.Diagnostics.Eventing.Reader.EventLogWatcher">
|
|
<summary>Allows you to subscribe to incoming events. Each time a desired event is published to an event log, the <see cref="E:System.Diagnostics.Eventing.Reader.EventLogWatcher.EventRecordWritten" /> event is raised, and the method that handles this event will be executed. </summary>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Diagnostics.Eventing.Reader.EventLogWatcher.#ctor(System.Diagnostics.Eventing.Reader.EventLogQuery)">
|
|
<summary>Initializes a new instance of the <see cref="T:System.Diagnostics.Eventing.Reader.EventLogWatcher" /> class by specifying an event query.</summary>
|
|
<param name="eventQuery">Specifies a query for the event subscription. When an event is logged that matches the criteria expressed in the query, then the <see cref="E:System.Diagnostics.Eventing.Reader.EventLogWatcher.EventRecordWritten" /> event is raised. </param>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Diagnostics.Eventing.Reader.EventLogWatcher.#ctor(System.Diagnostics.Eventing.Reader.EventLogQuery,System.Diagnostics.Eventing.Reader.EventBookmark)">
|
|
<summary>Initializes a new instance of the <see cref="T:System.Diagnostics.Eventing.Reader.EventLogWatcher" /> class by specifying an event query and a bookmark that is used as starting position for the query.</summary>
|
|
<param name="eventQuery">Specifies a query for the event subscription. When an event is logged that matches the criteria expressed in the query, then the <see cref="E:System.Diagnostics.Eventing.Reader.EventLogWatcher.EventRecordWritten" /> event is raised.</param>
|
|
<param name="bookmark">The bookmark (placeholder) used as a starting position in the event log or stream of events. Only events that have been logged after the bookmark event will be returned by the query.</param>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Diagnostics.Eventing.Reader.EventLogWatcher.#ctor(System.Diagnostics.Eventing.Reader.EventLogQuery,System.Diagnostics.Eventing.Reader.EventBookmark,System.Boolean)">
|
|
<summary>Initializes a new instance of the <see cref="T:System.Diagnostics.Eventing.Reader.EventLogWatcher" /> class by specifying an event query, a bookmark that is used as starting position for the query, and a Boolean value that determines whether to read the events that already exist in the event log.</summary>
|
|
<param name="eventQuery">Specifies a query for the event subscription. When an event is logged that matches the criteria expressed in the query, then the <see cref="E:System.Diagnostics.Eventing.Reader.EventLogWatcher.EventRecordWritten" /> event is raised.</param>
|
|
<param name="bookmark">The bookmark (placeholder) used as a starting position in the event log or stream of events. Only events that have been logged after the bookmark event will be returned by the query.</param>
|
|
<param name="readExistingEvents">A Boolean value that determines whether to read the events that already exist in the event log. If this value is true, then the existing events are read and if this value is false, then the existing events are not read.</param>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Diagnostics.Eventing.Reader.EventLogWatcher.#ctor(System.String)">
|
|
<summary>Initializes a new instance of the <see cref="T:System.Diagnostics.Eventing.Reader.EventLogWatcher" /> class by specifying the name or path to an event log.</summary>
|
|
<param name="path">The path or name of the event log monitor for events. If any event is logged in this event log, then the <see cref="E:System.Diagnostics.Eventing.Reader.EventLogWatcher.EventRecordWritten" /> event is raised.</param>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Diagnostics.Eventing.Reader.EventLogWatcher.Dispose">
|
|
<summary>Releases all the resources used by this object.</summary>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Diagnostics.Eventing.Reader.EventLogWatcher.Dispose(System.Boolean)">
|
|
<summary>Releases the unmanaged resources used by this object, and optionally releases the managed resources.</summary>
|
|
<param name="disposing">true to release both managed and unmanaged resources; false to release only unmanaged resources.</param>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.Reader.EventLogWatcher.Enabled">
|
|
<summary>Determines whether this object starts delivering events to the event delegate.</summary>
|
|
<returns>Returns true when this object can deliver events to the event delegate, and returns false when this object has stopped delivery.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="E:System.Diagnostics.Eventing.Reader.EventLogWatcher.EventRecordWritten">
|
|
<summary>Allows setting a delegate (event handler method) that gets called every time an event is published that matches the criteria specified in the event query for this object. </summary>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="T:System.Diagnostics.Eventing.Reader.EventMetadata">
|
|
<summary>Contains the metadata (properties and settings) for an event that is defined in an event provider. </summary>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.Reader.EventMetadata.Description">
|
|
<summary>Gets the description template associated with the event using the current thread locale for the description language.</summary>
|
|
<returns>Returns a string that contains the description template associated with the event.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.Reader.EventMetadata.Id">
|
|
<summary>Gets the identifier of the event that is defined in the event provider.</summary>
|
|
<returns>Returns a long value that is the event identifier.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.Reader.EventMetadata.Keywords">
|
|
<summary>Gets the keywords associated with the event that is defined in the even provider.</summary>
|
|
<returns>Returns an enumerable collection of <see cref="T:System.Diagnostics.Eventing.Reader.EventKeyword" /> objects.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.Reader.EventMetadata.Level">
|
|
<summary>Gets the level associated with the event that is defined in the event provider. The level defines the severity of the event.</summary>
|
|
<returns>Returns an <see cref="T:System.Diagnostics.Eventing.Reader.EventLevel" /> object.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.Reader.EventMetadata.LogLink">
|
|
<summary>Gets a link to the event log that receives this event when the provider publishes this event.</summary>
|
|
<returns>Returns a <see cref="T:System.Diagnostics.Eventing.Reader.EventLogLink" /> object.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.Reader.EventMetadata.Opcode">
|
|
<summary>Gets the opcode associated with this event that is defined by an event provider. The opcode defines a numeric value that identifies the activity or a point within an activity that the application was performing when it raised the event.</summary>
|
|
<returns>Returns a <see cref="T:System.Diagnostics.Eventing.Reader.EventOpcode" /> object.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.Reader.EventMetadata.Task">
|
|
<summary>Gets the task associated with the event. A task identifies a portion of an application or a component that publishes an event. </summary>
|
|
<returns>Returns a <see cref="T:System.Diagnostics.Eventing.Reader.EventTask" /> object.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.Reader.EventMetadata.Template">
|
|
<summary>Gets the template string for the event. Templates are used to describe data that is used by a provider when an event is published. Templates optionally specify XML that provides the structure of an event. The XML allows values that the event publisher provides to be inserted during the rendering of an event.</summary>
|
|
<returns>Returns a string that contains the template for the event.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.Reader.EventMetadata.Version">
|
|
<summary>Gets the version of the event that qualifies the event identifier.</summary>
|
|
<returns>Returns a byte value.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="T:System.Diagnostics.Eventing.Reader.EventOpcode">
|
|
<summary>Contains an event opcode that is defined in an event provider. An opcode defines a numeric value that identifies the activity or a point within an activity that the application was performing when it raised the event.</summary>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.Reader.EventOpcode.DisplayName">
|
|
<summary>Gets the localized name for an event opcode.</summary>
|
|
<returns>Returns a string that contains the localized name for an event opcode.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.Reader.EventOpcode.Name">
|
|
<summary>Gets the non-localized name for an event opcode.</summary>
|
|
<returns>Returns a string that contains the non-localized name for an event opcode.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.Reader.EventOpcode.Value">
|
|
<summary>Gets the numeric value associated with the event opcode.</summary>
|
|
<returns>Returns an integer value.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="T:System.Diagnostics.Eventing.Reader.EventProperty">
|
|
<summary>Contains the value of an event property that is specified by the event provider when the event is published.</summary>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.Reader.EventProperty.Value">
|
|
<summary>Gets the value of the event property that is specified by the event provider when the event is published.</summary>
|
|
<returns>Returns an object.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="T:System.Diagnostics.Eventing.Reader.EventRecord">
|
|
<summary>Defines the properties of an event instance for an event that is received from an <see cref="T:System.Diagnostics.Eventing.Reader.EventLogReader" /> object. The event properties provide information about the event such as the name of the computer where the event was logged and the time the event was created. This class is an abstract class. The <see cref="T:System.Diagnostics.Eventing.Reader.EventLogRecord" /> class implements this class.</summary>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Diagnostics.Eventing.Reader.EventRecord.#ctor">
|
|
<summary>Initializes a new instance of the <see cref="T:System.Diagnostics.Eventing.Reader.EventRecord" /> class.</summary>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.Reader.EventRecord.ActivityId">
|
|
<summary>Gets the globally unique identifier (GUID) for the activity in process for which the event is involved. This allows consumers to group related activities.</summary>
|
|
<returns>Returns a GUID value.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.Reader.EventRecord.Bookmark">
|
|
<summary>Gets a placeholder (bookmark) that corresponds to this event. This can be used as a placeholder in a stream of events.</summary>
|
|
<returns>Returns a <see cref="T:System.Diagnostics.Eventing.Reader.EventBookmark" /> object.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Diagnostics.Eventing.Reader.EventRecord.Dispose">
|
|
<summary>Releases all the resources used by this object.</summary>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Diagnostics.Eventing.Reader.EventRecord.Dispose(System.Boolean)">
|
|
<summary>Releases the unmanaged resources used by this object, and optionally releases the managed resources.</summary>
|
|
<param name="disposing">true to release both managed and unmanaged resources; false to release only unmanaged resources.</param>
|
|
</member>
|
|
<member name="M:System.Diagnostics.Eventing.Reader.EventRecord.FormatDescription">
|
|
<summary>Gets the event message in the current locale.</summary>
|
|
<returns>Returns a string that contains the event message in the current locale.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Diagnostics.Eventing.Reader.EventRecord.FormatDescription(System.Collections.Generic.IEnumerable{System.Object})">
|
|
<summary>Gets the event message, replacing variables in the message with the specified values.</summary>
|
|
<returns>Returns a string that contains the event message in the current locale.</returns>
|
|
<param name="values">The values used to replace variables in the event message. Variables are represented by %n, where n is a number.</param>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.Reader.EventRecord.Id">
|
|
<summary>Gets the identifier for this event. All events with this identifier value represent the same type of event.</summary>
|
|
<returns>Returns an integer value. This value can be null.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.Reader.EventRecord.Keywords">
|
|
<summary>Gets the keyword mask of the event. Get the value of the <see cref="P:System.Diagnostics.Eventing.Reader.EventRecord.KeywordsDisplayNames" /> property to get the name of the keywords used in this mask.</summary>
|
|
<returns>Returns a long value. This value can be null.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.Reader.EventRecord.KeywordsDisplayNames">
|
|
<summary>Gets the display names of the keywords used in the keyword mask for this event. </summary>
|
|
<returns>Returns an enumerable collection of strings that contain the display names of the keywords used in the keyword mask for this event.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.Reader.EventRecord.Level">
|
|
<summary>Gets the level of the event. The level signifies the severity of the event. For the name of the level, get the value of the <see cref="P:System.Diagnostics.Eventing.Reader.EventRecord.LevelDisplayName" /> property.</summary>
|
|
<returns>Returns a byte value. This value can be null.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.Reader.EventRecord.LevelDisplayName">
|
|
<summary>Gets the display name of the level for this event.</summary>
|
|
<returns>Returns a string that contains the display name of the level for this event.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.Reader.EventRecord.LogName">
|
|
<summary>Gets the name of the event log where this event is logged.</summary>
|
|
<returns>Returns a string that contains a name of the event log that contains this event.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.Reader.EventRecord.MachineName">
|
|
<summary>Gets the name of the computer on which this event was logged.</summary>
|
|
<returns>Returns a string that contains the name of the computer on which this event was logged.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.Reader.EventRecord.Opcode">
|
|
<summary>Gets the opcode of the event. The opcode defines a numeric value that identifies the activity or a point within an activity that the application was performing when it raised the event. For the name of the opcode, get the value of the <see cref="P:System.Diagnostics.Eventing.Reader.EventRecord.OpcodeDisplayName" /> property.</summary>
|
|
<returns>Returns a short value. This value can be null.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.Reader.EventRecord.OpcodeDisplayName">
|
|
<summary>Gets the display name of the opcode for this event.</summary>
|
|
<returns>Returns a string that contains the display name of the opcode for this event.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.Reader.EventRecord.ProcessId">
|
|
<summary>Gets the process identifier for the event provider that logged this event.</summary>
|
|
<returns>Returns an integer value. This value can be null.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.Reader.EventRecord.Properties">
|
|
<summary>Gets the user-supplied properties of the event.</summary>
|
|
<returns>Returns a list of <see cref="T:System.Diagnostics.Eventing.Reader.EventProperty" /> objects.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.Reader.EventRecord.ProviderId">
|
|
<summary>Gets the globally unique identifier (GUID) of the event provider that published this event.</summary>
|
|
<returns>Returns a GUID value. This value can be null.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.Reader.EventRecord.ProviderName">
|
|
<summary>Gets the name of the event provider that published this event.</summary>
|
|
<returns>Returns a string that contains the name of the event provider that published this event.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.Reader.EventRecord.Qualifiers">
|
|
<summary>Gets qualifier numbers that are used for event identification.</summary>
|
|
<returns>Returns an integer value. This value can be null.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.Reader.EventRecord.RecordId">
|
|
<summary>Gets the event record identifier of the event in the log.</summary>
|
|
<returns>Returns a long value. This value can be null.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.Reader.EventRecord.RelatedActivityId">
|
|
<summary>Gets a globally unique identifier (GUID) for a related activity in a process for which an event is involved.</summary>
|
|
<returns>Returns a GUID value. This value can be null.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.Reader.EventRecord.Task">
|
|
<summary>Gets a task identifier for a portion of an application or a component that publishes an event. A task is a 16-bit value with 16 top values reserved. This type allows any value between 0x0000 and 0xffef to be used. To obtain the task name, get the value of the <see cref="P:System.Diagnostics.Eventing.Reader.EventRecord.TaskDisplayName" /> property.</summary>
|
|
<returns>Returns an integer value. This value can be null.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.Reader.EventRecord.TaskDisplayName">
|
|
<summary>Gets the display name of the task for the event.</summary>
|
|
<returns>Returns a string that contains the display name of the task for the event.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.Reader.EventRecord.ThreadId">
|
|
<summary>Gets the thread identifier for the thread that the event provider is running in.</summary>
|
|
<returns>Returns an integer value. This value can be null.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.Reader.EventRecord.TimeCreated">
|
|
<summary>Gets the time, in <see cref="T:System.DateTime" /> format, that the event was created.</summary>
|
|
<returns>Returns a <see cref="T:System.DateTime" /> value. The value can be null.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Diagnostics.Eventing.Reader.EventRecord.ToXml">
|
|
<summary>Gets the XML representation of the event. All of the event properties are represented in the event XML. The XML conforms to the event schema.</summary>
|
|
<returns>Returns a string that contains the XML representation of the event.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.Reader.EventRecord.UserId">
|
|
<summary>Gets the security descriptor of the user whose context is used to publish the event.</summary>
|
|
<returns>Returns a <see cref="T:System.Security.Principal.SecurityIdentifier" /> value.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.Reader.EventRecord.Version">
|
|
<summary>Gets the version number for the event.</summary>
|
|
<returns>Returns a byte value. This value can be null.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="T:System.Diagnostics.Eventing.Reader.EventRecordWrittenEventArgs">
|
|
<summary>When the <see cref="E:System.Diagnostics.Eventing.Reader.EventLogWatcher.EventRecordWritten" /> event is raised, an instance of this object is passed to the delegate method that handles the event. This object contains the event that was published to the event log or the exception that occurred when the event subscription failed. </summary>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.Reader.EventRecordWrittenEventArgs.EventException">
|
|
<summary>Gets the exception that occurred when the event subscription failed. The exception has a description of why the subscription failed.</summary>
|
|
<returns>Returns an <see cref="T:System.Exception" /> object.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.Reader.EventRecordWrittenEventArgs.EventRecord">
|
|
<summary>Gets the event record that is published to the event log. This event matches the criteria from the query specified in the event subscription.</summary>
|
|
<returns>Returns a <see cref="T:System.Diagnostics.Eventing.Reader.EventRecord" /> object.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="T:System.Diagnostics.Eventing.Reader.EventTask">
|
|
<summary>Contains an event task that is defined in an event provider. The task identifies a portion of an application or a component that publishes an event. A task is a 16-bit value with 16 top values reserved.</summary>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.Reader.EventTask.DisplayName">
|
|
<summary>Gets the localized name for the event task.</summary>
|
|
<returns>Returns a string that contains the localized name for the event task.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.Reader.EventTask.EventGuid">
|
|
<summary>Gets the event globally unique identifier (GUID) associated with the task. </summary>
|
|
<returns>Returns a GUID value.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.Reader.EventTask.Name">
|
|
<summary>Gets the non-localized name of the event task.</summary>
|
|
<returns>Returns a string that contains the non-localized name of the event task.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.Reader.EventTask.Value">
|
|
<summary>Gets the numeric value associated with the task.</summary>
|
|
<returns>Returns an integer value.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="T:System.Diagnostics.Eventing.Reader.PathType">
|
|
<summary>Specifies that a string contains a name of an event log or the file system path to an event log file.</summary>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="F:System.Diagnostics.Eventing.Reader.PathType.LogName">
|
|
<summary>A path parameter contains the name of the event log.</summary>
|
|
</member>
|
|
<member name="F:System.Diagnostics.Eventing.Reader.PathType.FilePath">
|
|
<summary>A path parameter contains the file system path to an event log file.</summary>
|
|
</member>
|
|
<member name="T:System.Diagnostics.Eventing.Reader.ProviderMetadata">
|
|
<summary>Contains static information about an event provider, such as the name and id of the provider, and the collection of events defined in the provider.</summary>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Diagnostics.Eventing.Reader.ProviderMetadata.#ctor(System.String)">
|
|
<summary>Initializes a new instance of the <see cref="T:System.Diagnostics.Eventing.Reader.ProviderMetadata" /> class by specifying the name of the provider that you want to retrieve information about.</summary>
|
|
<param name="providerName">The name of the event provider that you want to retrieve information about.</param>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Diagnostics.Eventing.Reader.ProviderMetadata.#ctor(System.String,System.Diagnostics.Eventing.Reader.EventLogSession,System.Globalization.CultureInfo)">
|
|
<summary>Initializes a new instance of the <see cref="T:System.Diagnostics.Eventing.Reader.ProviderMetadata" /> class by specifying the name of the provider that you want to retrieve information about, the event log service that the provider is registered with, and the language that you want to return the information in.</summary>
|
|
<param name="providerName">The name of the event provider that you want to retrieve information about.</param>
|
|
<param name="session">The <see cref="T:System.Diagnostics.Eventing.Reader.EventLogSession" /> object that specifies whether to get the provider information from a provider on the local computer or a provider on a remote computer.</param>
|
|
<param name="targetCultureInfo">The culture that specifies the language that the information should be returned in.</param>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.Reader.ProviderMetadata.DisplayName">
|
|
<summary>Gets the localized name of the event provider.</summary>
|
|
<returns>Returns a string that contains the localized name of the event provider.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Diagnostics.Eventing.Reader.ProviderMetadata.Dispose">
|
|
<summary>Releases all the resources used by this object.</summary>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Diagnostics.Eventing.Reader.ProviderMetadata.Dispose(System.Boolean)">
|
|
<summary>Releases the unmanaged resources used by this object, and optionally releases the managed resources.</summary>
|
|
<param name="disposing">true to release both managed and unmanaged resources; false to release only unmanaged resources.</param>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.Reader.ProviderMetadata.Events">
|
|
<summary>Gets an enumerable collection of <see cref="T:System.Diagnostics.Eventing.Reader.EventMetadata" /> objects, each of which represents an event that is defined in the provider.</summary>
|
|
<returns>Returns an enumerable collection of <see cref="T:System.Diagnostics.Eventing.Reader.EventMetadata" /> objects.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.Reader.ProviderMetadata.HelpLink">
|
|
<summary>Gets the base of the URL used to form help requests for the events in this event provider.</summary>
|
|
<returns>Returns a <see cref="T:System.Uri" /> value.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.Reader.ProviderMetadata.Id">
|
|
<summary>Gets the globally unique identifier (GUID) for the event provider.</summary>
|
|
<returns>Returns the GUID value for the event provider.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.Reader.ProviderMetadata.Keywords">
|
|
<summary>Gets an enumerable collection of <see cref="T:System.Diagnostics.Eventing.Reader.EventKeyword" /> objects, each of which represent an event keyword that is defined in the event provider.</summary>
|
|
<returns>Returns an enumerable collection of <see cref="T:System.Diagnostics.Eventing.Reader.EventKeyword" /> objects.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.Reader.ProviderMetadata.Levels">
|
|
<summary>Gets an enumerable collection of <see cref="T:System.Diagnostics.Eventing.Reader.EventLevel" /> objects, each of which represent a level that is defined in the event provider.</summary>
|
|
<returns>Returns an enumerable collection of <see cref="T:System.Diagnostics.Eventing.Reader.EventLevel" /> objects.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.Reader.ProviderMetadata.LogLinks">
|
|
<summary>Gets an enumerable collection of <see cref="T:System.Diagnostics.Eventing.Reader.EventLogLink" /> objects, each of which represent a link to an event log that is used by the event provider.</summary>
|
|
<returns>Returns an enumerable collection of <see cref="T:System.Diagnostics.Eventing.Reader.EventLogLink" /> objects.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.Reader.ProviderMetadata.MessageFilePath">
|
|
<summary>Gets the path of the file that contains the message table resource that has the strings associated with the provider metadata.</summary>
|
|
<returns>Returns a string that contains the path of the provider message file.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.Reader.ProviderMetadata.Name">
|
|
<summary>Gets the unique name of the event provider.</summary>
|
|
<returns>Returns a string that contains the unique name of the event provider.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.Reader.ProviderMetadata.Opcodes">
|
|
<summary>Gets an enumerable collection of <see cref="T:System.Diagnostics.Eventing.Reader.EventOpcode" /> objects, each of which represent an opcode that is defined in the event provider.</summary>
|
|
<returns>Returns an enumerable collection of <see cref="T:System.Diagnostics.Eventing.Reader.EventOpcode" /> objects.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.Reader.ProviderMetadata.ParameterFilePath">
|
|
<summary>Gets the path of the file that contains the message table resource that has the strings used for parameter substitutions in event descriptions.</summary>
|
|
<returns>Returns a string that contains the path of the file that contains the message table resource that has the strings used for parameter substitutions in event descriptions.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.Reader.ProviderMetadata.ResourceFilePath">
|
|
<summary>Gets the path to the file that contains the metadata associated with the provider.</summary>
|
|
<returns>Returns a string that contains the path to the file that contains the metadata associated with the provider.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.Eventing.Reader.ProviderMetadata.Tasks">
|
|
<summary>Gets an enumerable collection of <see cref="T:System.Diagnostics.Eventing.Reader.EventTask" /> objects, each of which represent a task that is defined in the event provider.</summary>
|
|
<returns>Returns an enumerable collection of <see cref="T:System.Diagnostics.Eventing.Reader.EventTask" /> objects.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="T:System.Diagnostics.Eventing.Reader.SessionAuthentication">
|
|
<summary>Defines values for the type of authentication used during a Remote Procedure Call (RPC) login to a server. This login occurs when you create a <see cref="T:System.Diagnostics.Eventing.Reader.EventLogSession" /> object that specifies a connection to a remote computer.</summary>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="F:System.Diagnostics.Eventing.Reader.SessionAuthentication.Default">
|
|
<summary>Use the default authentication method during RPC login. The default authentication is equivalent to Negotiate.</summary>
|
|
</member>
|
|
<member name="F:System.Diagnostics.Eventing.Reader.SessionAuthentication.Negotiate">
|
|
<summary>Use the Negotiate authentication method during RPC login. This allows the client application to select the most appropriate authentication method (NTLM or Kerberos) for the situation. </summary>
|
|
</member>
|
|
<member name="F:System.Diagnostics.Eventing.Reader.SessionAuthentication.Kerberos">
|
|
<summary>Use Kerberos authentication during RPC login. </summary>
|
|
</member>
|
|
<member name="F:System.Diagnostics.Eventing.Reader.SessionAuthentication.Ntlm">
|
|
<summary>Use Windows NT LAN Manager (NTLM) authentication during RPC login.</summary>
|
|
</member>
|
|
<member name="T:System.Diagnostics.Eventing.Reader.StandardEventKeywords">
|
|
<summary>Defines the standard keywords that are attached to events by the event provider. For more information about keywords, see <see cref="T:System.Diagnostics.Eventing.Reader.EventKeyword" />.</summary>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="F:System.Diagnostics.Eventing.Reader.StandardEventKeywords.None">
|
|
<summary>This value indicates that no filtering on keyword is performed when the event is published.</summary>
|
|
</member>
|
|
<member name="F:System.Diagnostics.Eventing.Reader.StandardEventKeywords.WdiContext">
|
|
<summary>Attached to all Windows Diagnostic Infrastructure (WDI) context events.</summary>
|
|
</member>
|
|
<member name="F:System.Diagnostics.Eventing.Reader.StandardEventKeywords.WdiDiagnostic">
|
|
<summary>Attached to all Windows Diagnostic Infrastructure (WDI) diagnostic events.</summary>
|
|
</member>
|
|
<member name="F:System.Diagnostics.Eventing.Reader.StandardEventKeywords.Sqm">
|
|
<summary>Attached to all Service Quality Mechanism (SQM) events.</summary>
|
|
</member>
|
|
<member name="F:System.Diagnostics.Eventing.Reader.StandardEventKeywords.AuditFailure">
|
|
<summary>Attached to all failed security audit events. This keyword should only be used for events in the Security log.</summary>
|
|
</member>
|
|
<member name="F:System.Diagnostics.Eventing.Reader.StandardEventKeywords.AuditSuccess">
|
|
<summary>Attached to all successful security audit events. This keyword should only be used for events in the Security log.</summary>
|
|
</member>
|
|
<member name="F:System.Diagnostics.Eventing.Reader.StandardEventKeywords.CorrelationHint">
|
|
<summary>Attached to transfer events where the related Activity ID (Correlation ID) is a computed value and is not guaranteed to be unique (not a real GUID).</summary>
|
|
</member>
|
|
<member name="F:System.Diagnostics.Eventing.Reader.StandardEventKeywords.EventLogClassic">
|
|
<summary>Attached to events which are raised using the RaiseEvent function.</summary>
|
|
</member>
|
|
<member name="T:System.Diagnostics.Eventing.Reader.StandardEventLevel">
|
|
<summary>Defines the standard event levels that are used in the Event Log service. The level defines the severity of the event. Custom event levels can be defined beyond these standard levels. For more information about levels, see <see cref="T:System.Diagnostics.Eventing.Reader.EventLevel" />.</summary>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="F:System.Diagnostics.Eventing.Reader.StandardEventLevel.LogAlways">
|
|
<summary>This value indicates that not filtering on the level is done during the event publishing.</summary>
|
|
</member>
|
|
<member name="F:System.Diagnostics.Eventing.Reader.StandardEventLevel.Critical">
|
|
<summary>This level corresponds to critical errors, which is a serious error that has caused a major failure. </summary>
|
|
</member>
|
|
<member name="F:System.Diagnostics.Eventing.Reader.StandardEventLevel.Error">
|
|
<summary>This level corresponds to normal errors that signify a problem. </summary>
|
|
</member>
|
|
<member name="F:System.Diagnostics.Eventing.Reader.StandardEventLevel.Warning">
|
|
<summary>This level corresponds to warning events. For example, an event that gets published because a disk is nearing full capacity is a warning event.</summary>
|
|
</member>
|
|
<member name="F:System.Diagnostics.Eventing.Reader.StandardEventLevel.Informational">
|
|
<summary>This level corresponds to informational events or messages that are not errors. These events can help trace the progress or state of an application.</summary>
|
|
</member>
|
|
<member name="F:System.Diagnostics.Eventing.Reader.StandardEventLevel.Verbose">
|
|
<summary>This level corresponds to lengthy events or messages. </summary>
|
|
</member>
|
|
<member name="T:System.Diagnostics.Eventing.Reader.StandardEventOpcode">
|
|
<summary>Defines the standard opcodes that are attached to events by the event provider. For more information about opcodes, see <see cref="T:System.Diagnostics.Eventing.Reader.EventOpcode" />.</summary>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="F:System.Diagnostics.Eventing.Reader.StandardEventOpcode.Info">
|
|
<summary>An event with this opcode is an informational event.</summary>
|
|
</member>
|
|
<member name="F:System.Diagnostics.Eventing.Reader.StandardEventOpcode.Start">
|
|
<summary>An event with this opcode is published when an application starts a new transaction or activity. This can be embedded into another transaction or activity when multiple events with the Start opcode follow each other without an event with a Stop opcode.</summary>
|
|
</member>
|
|
<member name="F:System.Diagnostics.Eventing.Reader.StandardEventOpcode.Stop">
|
|
<summary>An event with this opcode is published when an activity or a transaction in an application ends. The event corresponds to the last unpaired event with a Start opcode.</summary>
|
|
</member>
|
|
<member name="F:System.Diagnostics.Eventing.Reader.StandardEventOpcode.DataCollectionStart">
|
|
<summary>An event with this opcode is a trace collection start event.</summary>
|
|
</member>
|
|
<member name="F:System.Diagnostics.Eventing.Reader.StandardEventOpcode.DataCollectionStop">
|
|
<summary>An event with this opcode is a trace collection stop event.</summary>
|
|
</member>
|
|
<member name="F:System.Diagnostics.Eventing.Reader.StandardEventOpcode.Extension">
|
|
<summary>An event with this opcode is an extension event.</summary>
|
|
</member>
|
|
<member name="F:System.Diagnostics.Eventing.Reader.StandardEventOpcode.Reply">
|
|
<summary>An event with this opcode is published after an activity in an application replies to an event.</summary>
|
|
</member>
|
|
<member name="F:System.Diagnostics.Eventing.Reader.StandardEventOpcode.Resume">
|
|
<summary>An event with this opcode is published after an activity in an application resumes from a suspended state. The event should follow an event with the Suspend opcode.</summary>
|
|
</member>
|
|
<member name="F:System.Diagnostics.Eventing.Reader.StandardEventOpcode.Suspend">
|
|
<summary>An event with this opcode is published when an activity in an application is suspended. </summary>
|
|
</member>
|
|
<member name="F:System.Diagnostics.Eventing.Reader.StandardEventOpcode.Send">
|
|
<summary>An event with this opcode is published when one activity in an application transfers data or system resources to another activity. </summary>
|
|
</member>
|
|
<member name="F:System.Diagnostics.Eventing.Reader.StandardEventOpcode.Receive">
|
|
<summary>An event with this opcode is published when one activity in an application receives data.</summary>
|
|
</member>
|
|
<member name="T:System.Diagnostics.Eventing.Reader.StandardEventTask">
|
|
<summary>Defines the standard tasks that are attached to events by the event provider. For more information about tasks, see <see cref="T:System.Diagnostics.Eventing.Reader.EventTask" />.</summary>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="F:System.Diagnostics.Eventing.Reader.StandardEventTask.None">
|
|
<summary>No task is used to identify a portion of an application that publishes an event.</summary>
|
|
</member>
|
|
<member name="T:System.Diagnostics.PerformanceData.CounterData">
|
|
<summary>Contains the raw data for a counter.</summary>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.PerformanceData.CounterData.Value">
|
|
<summary>Sets or retrieves the raw counter data.</summary>
|
|
<returns>The raw counter data.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="T:System.Diagnostics.PerformanceData.CounterSet">
|
|
<summary>Defines a set of logical counters.</summary>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Diagnostics.PerformanceData.CounterSet.#ctor(System.Guid,System.Guid,System.Diagnostics.PerformanceData.CounterSetInstanceType)">
|
|
<summary>Initializes a new instance of the <see cref="T:System.Diagnostics.PerformanceData.CounterSet" /> class.</summary>
|
|
<param name="providerGuid">Guid that uniquely identifies the provider of the counter data. Use the Guid specified in the manifest.</param>
|
|
<param name="counterSetGuid">Guid that uniquely identifies the counter set for a provider. Use the Guid specified in the manifest.</param>
|
|
<param name="instanceType">Identifies the type of the counter set, for example, whether the counter set is a single or multiple instance counter set.</param>
|
|
<exception cref="T:System.InsufficientMemoryException">Not enough memory is available to complete the operation.</exception>
|
|
<exception cref="T:System.PlatformNotSupportedException">Not supported prior to Windows Vista.</exception>
|
|
<exception cref="T:System.ArgumentException">One of the parameters is NULL or not valid.</exception>
|
|
<exception cref="T:System.ComponentModel.Win32Exception">An underlying Win32 function call failed.</exception>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Diagnostics.PerformanceData.CounterSet.AddCounter(System.Int32,System.Diagnostics.PerformanceData.CounterType)">
|
|
<summary>Adds a counter to the counter set by using the specified counter identifier and type.</summary>
|
|
<param name="counterId">Identifies the counter. Use the same value that you used in the manifest to define the counter.</param>
|
|
<param name="counterType">Identifies the counter type. The counter type determines how the counter data is calculated, averaged, and displayed. </param>
|
|
<exception cref="T:System.ArgumentException">The counter identifier already exists in the set or is negative, or the counter type is NULL or not valid.</exception>
|
|
<exception cref="T:System.InvalidOperationException">You cannot add counters to the counter set after creating an instance of the counter set.</exception>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Diagnostics.PerformanceData.CounterSet.AddCounter(System.Int32,System.Diagnostics.PerformanceData.CounterType,System.String)">
|
|
<summary>Adds a counter to the counter set by using the specified counter identifier and type and a display name for the counter.</summary>
|
|
<param name="counterId">Identifies the counter. Use the same value that you used in the manifest to define the counter.</param>
|
|
<param name="counterType">Identifies the counter type. The counter type determines how the counter data is calculated, averaged, and displayed. </param>
|
|
<param name="counterName">Name of the counter. You can use this name to index the counter in the counter set instance. (See <see cref="P:System.Diagnostics.PerformanceData.CounterSetInstanceCounterDataSet.Item(System.String)" />.)</param>
|
|
<exception cref="T:System.ArgumentException">The counter identifier already exists in the set or is negative, or the counter type is NULL or not valid.</exception>
|
|
<exception cref="T:System.InvalidOperationException">You cannot add counters to the counter set after creating an instance of the counter set.</exception>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Diagnostics.PerformanceData.CounterSet.CreateCounterSetInstance(System.String)">
|
|
<summary>Creates an instance of the counter set.</summary>
|
|
<returns>An instance of the counter set which will contain the counter data.</returns>
|
|
<param name="instanceName">Name of the instance. The name must be unique.</param>
|
|
<exception cref="T:System.ArgumentException">The instance name is NULL.</exception>
|
|
<exception cref="T:System.InvalidOperationException">You must add counters to the counter set before creating an instance of the counter set.</exception>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Diagnostics.PerformanceData.CounterSet.Dispose">
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Diagnostics.PerformanceData.CounterSet.Dispose(System.Boolean)">
|
|
<param name="disposing"></param>
|
|
</member>
|
|
<member name="M:System.Diagnostics.PerformanceData.CounterSet.Finalize"></member>
|
|
<member name="T:System.Diagnostics.PerformanceData.CounterSetInstance">
|
|
<summary>Creates an instance of the logical counters defined in the <see cref="T:System.Diagnostics.PerformanceData.CounterSet" /> class.</summary>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.PerformanceData.CounterSetInstance.Counters">
|
|
<summary>Retrieves the collection of counter data for the counter set instance.</summary>
|
|
<returns>A collection of the counter data contained in the counter set instance.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Diagnostics.PerformanceData.CounterSetInstance.Dispose">
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="T:System.Diagnostics.PerformanceData.CounterSetInstanceCounterDataSet">
|
|
<summary>Contains the collection of counter values.</summary>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Diagnostics.PerformanceData.CounterSetInstanceCounterDataSet.Dispose">
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Diagnostics.PerformanceData.CounterSetInstanceCounterDataSet.Item(System.Int32)">
|
|
<summary>Accesses a counter value in the collection by using the specified counter identifier.</summary>
|
|
<returns>The counter data.</returns>
|
|
<param name="counterId">Identifier of the counter. This is the identifier you used when you added the counter to the counter set.</param>
|
|
</member>
|
|
<member name="P:System.Diagnostics.PerformanceData.CounterSetInstanceCounterDataSet.Item(System.String)">
|
|
<summary>Accesses a counter value in the collection by using the specified counter name.</summary>
|
|
<returns>The counter data.</returns>
|
|
<param name="counterName">Name of the counter. This is the name that you used when you added the counter to the counter set.</param>
|
|
</member>
|
|
<member name="T:System.Diagnostics.PerformanceData.CounterSetInstanceType">
|
|
<summary>Specifies whether the counter set allows multiple instances such as processes and physical disks, or a single instance such as memory.</summary>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="F:System.Diagnostics.PerformanceData.CounterSetInstanceType.Single">
|
|
<summary>The counter set contains single instance counters, for example, a counter that measures physical memory.</summary>
|
|
</member>
|
|
<member name="F:System.Diagnostics.PerformanceData.CounterSetInstanceType.Multiple">
|
|
<summary>The counter set contains multiple instance counters, for example, a counter that measures the average disk I/O for a process.</summary>
|
|
</member>
|
|
<member name="F:System.Diagnostics.PerformanceData.CounterSetInstanceType.GlobalAggregate">
|
|
<summary>The counter set contains single instance counters whose aggregate value is obtained from one or more sources. For example, a counter in this type of counter set might obtain the number of reads from each of the three hard disks on the computer and sum their values.</summary>
|
|
</member>
|
|
<member name="F:System.Diagnostics.PerformanceData.CounterSetInstanceType.GlobalAggregateWithHistory">
|
|
<summary>This type is similar to <see cref="F:System.Diagnostics.PerformanceData.CounterSetInstanceType.GlobalAggregate" /> except that this counter set type stores all counter values for the lifetime of the consumer application (the counter value is cached beyond the lifetime of the counter). For example, if one of the hard disks in the global aggregate example were to become unavailable, the total bytes read by that disk would still be available and used to calculate the aggregate value.</summary>
|
|
</member>
|
|
<member name="F:System.Diagnostics.PerformanceData.CounterSetInstanceType.MultipleAggregate">
|
|
<summary>The counter set contains multiple instance counters whose aggregate value is obtained from all instances of the counter. For example, a counter in this type of counter set might obtain the total thread execution time for all threads in a multithreaded application and sum their values.</summary>
|
|
</member>
|
|
<member name="F:System.Diagnostics.PerformanceData.CounterSetInstanceType.InstanceAggregate">
|
|
<summary>This type is similar to <see cref="F:System.Diagnostics.PerformanceData.CounterSetInstanceType.MultipleAggregate" />, except that instead of aggregating all instance data to one aggregated (_Total) instance, it will aggregate counter data from instances of the same name. For example, if multiple provider processes contained instances named IExplore, <see cref="F:System.Diagnostics.PerformanceData.CounterSetInstanceType.Multiple" /> and <see cref="F:System.Diagnostics.PerformanceData.CounterSetInstanceType.MultipleAggregate" /> CounterSet will show multiple IExplore instances (IExplore, IExplore#1, IExplore#2, and so on); however, a <see cref="F:System.Diagnostics.PerformanceData.CounterSetInstanceType.InstanceAggregate" /> instance type will publish only one IExplore instance with aggregated counter data from all instances named IExplore.</summary>
|
|
</member>
|
|
<member name="T:System.Diagnostics.PerformanceData.CounterType">
|
|
<summary>Defines the possible types of counters. Each counter is assigned a counter type. The counter type determines how the counter data is calculated, averaged, and displayed.</summary>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="F:System.Diagnostics.PerformanceData.CounterType.QueueLength">
|
|
<summary>This counter type is designed to monitor the average length of a queue to a resource over time. It shows the difference between the queue lengths observed during the last two sample intervals divided by the duration of the interval. (See the PERF_COUNTER_QUEUELEN_TYPE counter type in the deployment kit.)</summary>
|
|
</member>
|
|
<member name="F:System.Diagnostics.PerformanceData.CounterType.LargeQueueLength">
|
|
<summary>This counter type monitors the average length of a queue to a resource over time. Counters of this type display the difference between the queue lengths observed during the last two sample intervals, divided by the duration of the interval. This counter type is the same as the <see cref="F:System.Diagnostics.PerformanceData.CounterType.QueueLength" /> counter type, except that it uses larger fields to accommodate larger values. (See the PERF_COUNTER_LARGE_QUEUELEN_TYPE counter type in the deployment kit.)</summary>
|
|
</member>
|
|
<member name="F:System.Diagnostics.PerformanceData.CounterType.QueueLength100Ns">
|
|
<summary>This counter type measures the queue-length space-time product using a 100-nanosecond time base. (See the PERF_COUNTER_100NS_QUEUELEN_TYPE counter type in the deployment kit.)</summary>
|
|
</member>
|
|
<member name="F:System.Diagnostics.PerformanceData.CounterType.QueueLengthObjectTime">
|
|
<summary>This counter type measures the queue-length space-time product using an object-specific time base. (See the PERF_COUNTER_OBJ_QUEUELEN_TYPE counter type in the deployment kit.)</summary>
|
|
</member>
|
|
<member name="F:System.Diagnostics.PerformanceData.CounterType.RawData32">
|
|
<summary>This counter type shows the last observed value only. It does not display an average. (See the PERF_COUNTER_RAWCOUNT counter type in the deployment kit.)</summary>
|
|
</member>
|
|
<member name="F:System.Diagnostics.PerformanceData.CounterType.RawData64">
|
|
<summary>This counter type shows the last observed value only, not an average. It is the same as the <see cref="F:System.Diagnostics.PerformanceData.CounterType.RawData32" /> counter type, except that it uses larger fields to accommodate larger values. (See the PERF_COUNTER_LARGE_RAWCOUNT counter type in the deployment kit.)</summary>
|
|
</member>
|
|
<member name="F:System.Diagnostics.PerformanceData.CounterType.RawDataHex32">
|
|
<summary>This counter type shows the most recently observed value, in hexadecimal format. It does not display an average. (See the PERF_COUNTER_RAWCOUNT_HEX counter type in the deployment kit.)</summary>
|
|
</member>
|
|
<member name="F:System.Diagnostics.PerformanceData.CounterType.RawDataHex64">
|
|
<summary>This counter type shows the last observed value, in hexadecimal format. It is the same as the <see cref="F:System.Diagnostics.PerformanceData.CounterType.RawDataHex32" /> counter type, except that it uses larger fields to accommodate larger values. (See the PERF_COUNTER_LARGE_RAWCOUNT_HEX counter type in the deployment kit.)</summary>
|
|
</member>
|
|
<member name="F:System.Diagnostics.PerformanceData.CounterType.RateOfCountPerSecond32">
|
|
<summary>This counter type shows the average number of operations completed during each second of the sample interval. Counters of this type measure time in ticks of the system clock. (See the PERF_COUNTER_COUNTER counter type in the deployment kit.)</summary>
|
|
</member>
|
|
<member name="F:System.Diagnostics.PerformanceData.CounterType.RateOfCountPerSecond64">
|
|
<summary>This counter type shows the average number of operations completed during each second of the sample interval. Counters of this type measure time in ticks of the system clock. This counter type is the same as the <see cref="F:System.Diagnostics.PerformanceData.CounterType.RateOfCountPerSecond32" /> type, but it uses larger fields to accommodate larger values. (See the PERF_COUNTER_BULK_COUNT counter type in the deployment kit.)</summary>
|
|
</member>
|
|
<member name="F:System.Diagnostics.PerformanceData.CounterType.RawFraction32">
|
|
<summary>This counter type shows the ratio of a subset to its set as a percentage. For example, it compares the number of bytes in use on a disk to the total number of bytes on the disk. Counters of this type display the current percentage only, not an average over time. (See the PERF_RAW_FRACTION counter type in the deployment kit.)</summary>
|
|
</member>
|
|
<member name="F:System.Diagnostics.PerformanceData.CounterType.RawFraction64">
|
|
<summary>This counter type shows the ratio of a subset to its set as a percentage. For example, it compares the number of bytes in use on a disk to the total number of bytes on the disk. Counters of this type display the current percentage only, not an average over time. It is the same as the <see cref="F:System.Diagnostics.PerformanceData.CounterType.RawFraction32" /> counter type, except that it uses larger fields to accommodate larger values.</summary>
|
|
</member>
|
|
<member name="F:System.Diagnostics.PerformanceData.CounterType.RawBase32">
|
|
<summary>This counter type collects the last observed value only. The value is used as the denominator of a counter that presents a general arithmetic fraction. This type supports the <see cref="F:System.Diagnostics.PerformanceData.CounterType.RawFraction32" /> counter type. (See the PERF_RAW_BASE counter type in the deployment kit.)</summary>
|
|
</member>
|
|
<member name="F:System.Diagnostics.PerformanceData.CounterType.RawBase64">
|
|
<summary>This counter type collects the last observed value. It is the same as the <see cref="F:System.Diagnostics.PerformanceData.CounterType.RawBase32" />counter type except that it uses larger fields to accommodate larger values. This type supports the <see cref="F:System.Diagnostics.PerformanceData.CounterType.RawFraction64" /> counter type. (See the PERF_LARGE_RAW_BASE counter type in the deployment kit.)</summary>
|
|
</member>
|
|
<member name="F:System.Diagnostics.PerformanceData.CounterType.SampleFraction">
|
|
<summary>This counter type shows the average ratio of hits to all operations during the last two sample intervals. (See the PERF_SAMPLE_FRACTION counter type in the deployment kit.)</summary>
|
|
</member>
|
|
<member name="F:System.Diagnostics.PerformanceData.CounterType.SampleCounter">
|
|
<summary>This counter type shows the average number of operations completed in one second. It measures time in units of ticks of the system performance timer. The variable F represents the number of ticks that occur in one second. The value of F is factored into the equation so that the result is displayed in seconds. (See the PERF_SAMPLE_COUNTER counter type in the deployment kit.)</summary>
|
|
</member>
|
|
<member name="F:System.Diagnostics.PerformanceData.CounterType.SampleBase">
|
|
<summary>This counter stores the number of sampling interrupts taken and is used as a denominator in the sampling fraction. This type supports the <see cref="F:System.Diagnostics.PerformanceData.CounterType.SampleFraction" /> counter type.</summary>
|
|
</member>
|
|
<member name="F:System.Diagnostics.PerformanceData.CounterType.AverageTimer32">
|
|
<summary>This counter type measures the average time it takes to complete a process or operation. Counters of this type display a ratio of the total elapsed time of the sample interval to the number of processes or operations completed during that time. This counter type measures time in ticks of the system clock. (See the PERF_AVERAGE_TIMER counter type in the deployment kit.)</summary>
|
|
</member>
|
|
<member name="F:System.Diagnostics.PerformanceData.CounterType.AverageBase">
|
|
<summary>This counter is used as the base data (denominator) in the computation of time or count averages for the <see cref="F:System.Diagnostics.PerformanceData.CounterType.AverageCount64" /> and <see cref="F:System.Diagnostics.PerformanceData.CounterType.AverageTimer32" /> counter types. This counter type collects the last observed value only. (See the PERF_AVERAGE_BASE counter type in the deployment kit.)</summary>
|
|
</member>
|
|
<member name="F:System.Diagnostics.PerformanceData.CounterType.AverageCount64">
|
|
<summary>This counter type shows how many items are processed, on average, during an operation. Counters of this type display a ratio of the items processed (such as bytes sent) to the number of operations completed. The ratio is calculated by comparing the number of items processed during the last interval to the number of operations completed during the last interval. (See the PERF_AVERAGE_BULK counter type in the deployment kit.)</summary>
|
|
</member>
|
|
<member name="F:System.Diagnostics.PerformanceData.CounterType.PercentageActive">
|
|
<summary>This counter type shows the average time that a component was active as a percentage of the total sample time. (See the PERF_COUNTER_TIMER counter type in the deployment kit.)</summary>
|
|
</member>
|
|
<member name="F:System.Diagnostics.PerformanceData.CounterType.PercentageNotActive">
|
|
<summary>This is an inverse counter type. Inverse counters measure the time that a component is not active and derive the active time from that measurement. Counters of this type display the average percentage of active time observed during sample interval. The value of these counters is calculated by monitoring the percentage of time that the service was inactive and then subtracting that value from 100 percent. This counter type is the same as the <see cref="F:System.Diagnostics.PerformanceData.CounterType.PercentageNotActive100Ns" /> counter type, except that it measures time in units of ticks of the system performance timer, rather than in 100 nanosecond units. (See the PERF_COUNTER_TIMER_INV counter type in the deployment kit.)</summary>
|
|
</member>
|
|
<member name="F:System.Diagnostics.PerformanceData.CounterType.PercentageActive100Ns">
|
|
<summary>This counter type shows the active time of a component as a percentage of the total elapsed time of the sample interval. It measures time in units of 100 nanoseconds. Counters of this type are designed to measure the activity of one component at a time. (See the PERF_100NSEC_TIMER counter type in the deployment kit.)</summary>
|
|
</member>
|
|
<member name="F:System.Diagnostics.PerformanceData.CounterType.PercentageNotActive100Ns">
|
|
<summary>This counter type shows the average percentage of active time observed during the sample interval. This is an inverse counter. Inverse counters are calculated by monitoring the percentage of time that the service was inactive and then subtracting that value from 100 percent. (See the PERF_100NSEC_TIMER_INV counter type in the deployment kit.)</summary>
|
|
</member>
|
|
<member name="F:System.Diagnostics.PerformanceData.CounterType.ElapsedTime">
|
|
<summary>This counter type shows the total time between when the component or process started and the time when this value is calculated. (See the PERF_ELAPSED_TIME counter type in the deployment kit.)</summary>
|
|
</member>
|
|
<member name="F:System.Diagnostics.PerformanceData.CounterType.MultiTimerPercentageActive">
|
|
<summary>This counter type is a multitimer. Multitimers collect data from more than one instance of a component, such as a processor or disk. Counters of this type display the active time of one or more components as a percentage of the total time of the sample interval. Because the numerator records the active time of components operating simultaneously, the resulting percentage can exceed 100 percent. This counter type differs from <see cref="F:System.Diagnostics.PerformanceData.CounterType.MultiTimerPercentageActive100Ns" /> in that it measures time in units of ticks of the system performance timer, rather than in 100 nanosecond units. (See the PERF_COUNTER_MULTI_TIMER counter type in the deployment kit.)</summary>
|
|
</member>
|
|
<member name="F:System.Diagnostics.PerformanceData.CounterType.MultiTimerPercentageNotActive">
|
|
<summary>This counter type shows the active time of one or more components as a percentage of the total time of the sample interval. This counter type is an inverse multitimer. Multitimers monitor more than one instance of a component, such as a processor or disk. Inverse counters measure the time that a component is not active and derive the active time from that measurement. This counter differs from <see cref="F:System.Diagnostics.PerformanceData.CounterType.MultiTimerPercentageNotActive100Ns" /> in that it measures time in units of ticks of the system performance timer, rather than in 100 nanosecond units. (See the PERF_COUNTER_MULTI_TIMER_INV counter type in the deployment kit.)</summary>
|
|
</member>
|
|
<member name="F:System.Diagnostics.PerformanceData.CounterType.MultiTimerPercentageActive100Ns">
|
|
<summary>This counter type shows the active time of one or more components as a percentage of the total time of the sample interval. It measures time in 100 nanosecond units. This counter type is a multitimer. Multitimers are designed to monitor more than one instance of a component, such as a processor or disk. (See the PERF_100NSEC_MULTI_TIMER counter type in the deployment kit.)</summary>
|
|
</member>
|
|
<member name="F:System.Diagnostics.PerformanceData.CounterType.MultiTimerPercentageNotActive100Ns">
|
|
<summary>This counter type shows the active time of one or more components as a percentage of the total time of the sample interval. Counters of this type measure time in 100 nanosecond units. This counter type is an inverse multitimer. Multitimers are designed to monitor more than one instance of a component, such as a processor or disk. Inverse counters measure the time that a component is not active and derive its active time from the measurement of inactive time. (See the PERF_100NSEC_MULTI_TIMER_INV counter type in the deployment kit.)</summary>
|
|
</member>
|
|
<member name="F:System.Diagnostics.PerformanceData.CounterType.MultiTimerBase">
|
|
<summary>Indicates the number of items sampled. It is used as the denominator in the calculations to get an average among the items sampled when taking timings of multiple, but similar, items. This type supports the following counter types: <see cref="F:System.Diagnostics.PerformanceData.CounterType.MultiTimerPercentageActive" />, <see cref="F:System.Diagnostics.PerformanceData.CounterType.MultiTimerPercentageNotActive" />, <see cref="F:System.Diagnostics.PerformanceData.CounterType.MultiTimerPercentageActive100Ns" />, and <see cref="F:System.Diagnostics.PerformanceData.CounterType.MultiTimerPercentageNotActive100Ns" />.</summary>
|
|
</member>
|
|
<member name="F:System.Diagnostics.PerformanceData.CounterType.Delta32">
|
|
<summary>This counter type shows the change in the measured attribute between the two most recent sample intervals. (See the PERF_COUNTER_DELTA counter type in the deployment kit.)</summary>
|
|
</member>
|
|
<member name="F:System.Diagnostics.PerformanceData.CounterType.Delta64">
|
|
<summary>This counter type shows the change in the measured attribute between the two most recent sample intervals. It is the same as the <see cref="F:System.Diagnostics.PerformanceData.CounterType.Delta32" /> counter type, except that it uses larger fields to accommodate larger values. (See the PERF_COUNTER_LARGE_DELTA counter type in the deployment kit.)</summary>
|
|
</member>
|
|
<member name="F:System.Diagnostics.PerformanceData.CounterType.ObjectSpecificTimer">
|
|
<summary>This 64-bit counter type is a timer that displays in object-specific units. (See the PERF_OBJ_TIME_TIMER counter type in the deployment kit.)</summary>
|
|
</member>
|
|
<member name="F:System.Diagnostics.PerformanceData.CounterType.PrecisionSystemTimer">
|
|
<summary>This counter type shows a value that consists of two counter values: the count of the elapsed time of the event being monitored, and the frequency from the system performance timer. This counter type differs from other counter timers in that the clock tick value accompanies the counter value, eliminating any possible difference due to latency from the function call. Precision counter types are used when standard system timers are not precise enough for accurate readings. (See the PERF_PRECISION_TIMER counter type in the deployment kit.)</summary>
|
|
</member>
|
|
<member name="F:System.Diagnostics.PerformanceData.CounterType.PrecisionTimer100Ns">
|
|
<summary>This counter type shows a value that consists of two counter values: the count of the elapsed time of the event being monitored, and the "clock" time from a private timer in the same units. It measures time in 100 nanosecond units. This counter type differs from other counter timers in that the clock tick value accompanies the counter value eliminating any possible difference due to latency from the function call. Precision counter types are used when standard system timers are not precise enough for accurate readings. (See the PERF_PRECISION_100NS_TIMER counter type in the deployment kit.)</summary>
|
|
</member>
|
|
<member name="F:System.Diagnostics.PerformanceData.CounterType.PrecisionObjectSpecificTimer">
|
|
<summary>This counter type shows a value that consists of two counter values: the count of the elapsed time of the event being monitored, and the frequency specified in the PerfFreq field of the object header. This counter type differs from other counter timers in that the clock tick value accompanies the counter value so as to eliminate any possible difference due to latency from the function call. Precision counter types are used when standard system timers are not precise enough for accurate readings. (See the PERF_PRECISION_OBJECT_TIMER counter type in the deployment kit.)</summary>
|
|
</member>
|
|
<member name="T:System.IO.HandleInheritability">
|
|
<summary>Specifies whether the underlying handle is inheritable by child processes.</summary>
|
|
</member>
|
|
<member name="F:System.IO.HandleInheritability.None">
|
|
<summary>Specifies that the handle is not inheritable by child processes.</summary>
|
|
</member>
|
|
<member name="F:System.IO.HandleInheritability.Inheritable">
|
|
<summary>Specifies that the handle is inheritable by child processes.</summary>
|
|
</member>
|
|
<member name="T:System.IO.Pipes.AnonymousPipeClientStream">
|
|
<summary>Exposes the client side of an anonymous pipe stream, which supports both synchronous and asynchronous read and write operations.</summary>
|
|
</member>
|
|
<member name="M:System.IO.Pipes.AnonymousPipeClientStream.#ctor(System.IO.Pipes.PipeDirection,Microsoft.Win32.SafeHandles.SafePipeHandle)">
|
|
<summary>Initializes a new instance of the <see cref="T:System.IO.Pipes.AnonymousPipeClientStream" /> class from the specified handle.</summary>
|
|
<param name="direction">One of the enumeration values that determines the direction of the pipe.Anonymous pipes can only be in one direction, so <paramref name="direction" /> cannot be set to <see cref="F:System.IO.Pipes.PipeDirection.InOut" />.</param>
|
|
<param name="safePipeHandle">A safe handle for the pipe that this <see cref="T:System.IO.Pipes.AnonymousPipeClientStream" /> object will encapsulate.</param>
|
|
<exception cref="T:System.ArgumentException">
|
|
<paramref name="safePipeHandle " />is not a valid handle.</exception>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="safePipeHandle" /> is null.</exception>
|
|
<exception cref="T:System.NotSupportedException">
|
|
<paramref name="direction" /> is set to <see cref="F:System.IO.Pipes.PipeDirection.InOut" />.</exception>
|
|
<exception cref="T:System.IO.IOException">An I/O error, such as a disk error, has occurred.-or-The stream has been closed.</exception>
|
|
</member>
|
|
<member name="M:System.IO.Pipes.AnonymousPipeClientStream.#ctor(System.IO.Pipes.PipeDirection,System.String)">
|
|
<summary>Initializes a new instance of the <see cref="T:System.IO.Pipes.AnonymousPipeClientStream" /> class with the specified pipe direction and a string representation of the pipe handle.</summary>
|
|
<param name="direction">One of the enumeration values that determines the direction of the pipe.Anonymous pipes can only be in one direction, so <paramref name="direction" /> cannot be set to <see cref="F:System.IO.Pipes.PipeDirection.InOut" />.</param>
|
|
<param name="pipeHandleAsString">A string that represents the pipe handle.</param>
|
|
<exception cref="T:System.ArgumentException">
|
|
<paramref name="pipeHandleAsString" /> is an invalid handle.</exception>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="pipeHandleAsString" /> is null.</exception>
|
|
<exception cref="T:System.NotSupportedException">
|
|
<paramref name="direction" /> is set to <see cref="F:System.IO.Pipes.PipeDirection.InOut" />.</exception>
|
|
</member>
|
|
<member name="M:System.IO.Pipes.AnonymousPipeClientStream.#ctor(System.String)">
|
|
<summary>Initializes a new instance of the <see cref="T:System.IO.Pipes.AnonymousPipeClientStream" /> class with the specified string representation of the pipe handle.</summary>
|
|
<param name="pipeHandleAsString">A string that represents the pipe handle.</param>
|
|
<exception cref="T:System.IO.IOException">
|
|
<paramref name="pipeHandleAsString" /> is not a valid pipe handle.</exception>
|
|
</member>
|
|
<member name="P:System.IO.Pipes.AnonymousPipeClientStream.ReadMode">
|
|
<summary>Sets the reading mode for the <see cref="T:System.IO.Pipes.AnonymousPipeClientStream" /> object.</summary>
|
|
<returns>Always <see cref="F:System.IO.Pipes.PipeTransmissionMode.Byte" />.</returns>
|
|
<exception cref="T:System.ArgumentOutOfRangeException">The transmission mode is not valid. For anonymous pipes, only <see cref="F:System.IO.Pipes.PipeTransmissionMode.Byte" /> is supported.</exception>
|
|
<exception cref="T:System.NotSupportedException">The transmission mode is <see cref="F:System.IO.Pipes.PipeTransmissionMode.Message" />.</exception>
|
|
<exception cref="T:System.IO.IOException">The connection is broken or another I/O error occurs.</exception>
|
|
<exception cref="T:System.ObjectDisposedException">The pipe is closed.</exception>
|
|
</member>
|
|
<member name="P:System.IO.Pipes.AnonymousPipeClientStream.TransmissionMode">
|
|
<summary>Gets the pipe transmission mode supported by the current pipe.</summary>
|
|
<returns>Always <see cref="F:System.IO.Pipes.PipeTransmissionMode.Byte" />.</returns>
|
|
</member>
|
|
<member name="T:System.IO.Pipes.AnonymousPipeServerStream">
|
|
<summary>Exposes a stream around an anonymous pipe, which supports both synchronous and asynchronous read and write operations.</summary>
|
|
</member>
|
|
<member name="M:System.IO.Pipes.AnonymousPipeServerStream.#ctor">
|
|
<summary>Initializes a new instance of the <see cref="T:System.IO.Pipes.AnonymousPipeServerStream" /> class.</summary>
|
|
</member>
|
|
<member name="M:System.IO.Pipes.AnonymousPipeServerStream.#ctor(System.IO.Pipes.PipeDirection)">
|
|
<summary>Initializes a new instance of the <see cref="T:System.IO.Pipes.AnonymousPipeServerStream" /> class with the specified pipe direction.</summary>
|
|
<param name="direction">One of the <see cref="T:System.IO.Pipes.PipeDirection" /> values that determines the direction of the pipe.Anonymous pipes can only be in one direction, so <paramref name="direction" /> cannot be set to <see cref="F:System.IO.Pipes.PipeDirection.InOut" />.</param>
|
|
<exception cref="T:System.NotSupportedException">
|
|
<paramref name="direction" /> is set to <see cref="F:System.IO.Pipes.PipeDirection.InOut" />.</exception>
|
|
</member>
|
|
<member name="M:System.IO.Pipes.AnonymousPipeServerStream.#ctor(System.IO.Pipes.PipeDirection,Microsoft.Win32.SafeHandles.SafePipeHandle,Microsoft.Win32.SafeHandles.SafePipeHandle)">
|
|
<summary>Initializes a new instance of the <see cref="T:System.IO.Pipes.AnonymousPipeServerStream" /> class from the specified pipe handles.</summary>
|
|
<param name="direction">One of the <see cref="T:System.IO.Pipes.PipeDirection" /> values that determines the direction of the pipe.Anonymous pipes can only be in one direction, so <paramref name="direction" /> cannot be set to <see cref="F:System.IO.Pipes.PipeDirection.InOut" />.</param>
|
|
<param name="serverSafePipeHandle">A <see cref="T:Microsoft.Win32.SafeHandles.SafePipeHandle" /> for the pipe that this <see cref="T:System.IO.Pipes.AnonymousPipeServerStream" /> object will encapsulate.</param>
|
|
<param name="clientSafePipeHandle">A <see cref="T:Microsoft.Win32.SafeHandles.SafePipeHandle" /> for the <see cref="T:System.IO.Pipes.AnonymousPipeClientStream" /> object.</param>
|
|
<exception cref="T:System.ArgumentException">
|
|
<paramref name="serverSafePipeHandle" /> or <paramref name="cleintSafePipeHandle" /> is an invalid handle.</exception>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="serverSafePipeHandle" /> or <paramref name="cleintSafePipeHandle" /> is null.</exception>
|
|
<exception cref="T:System.NotSupportedException">
|
|
<paramref name="direction" /> is set to <see cref="F:System.IO.Pipes.PipeDirection.InOut" />.</exception>
|
|
<exception cref="T:System.IO.IOException">
|
|
<paramref name="serverSafePipeHandle" /> or <paramref name="cleintSafePipeHandle" /> is an invalid pipe handle.-or-An I/O error, such as a disk error, has occurred.-or-The stream has been closed.</exception>
|
|
</member>
|
|
<member name="M:System.IO.Pipes.AnonymousPipeServerStream.#ctor(System.IO.Pipes.PipeDirection,System.IO.HandleInheritability)">
|
|
<summary>Initializes a new instance of the <see cref="T:System.IO.Pipes.AnonymousPipeServerStream" /> class with the specified pipe direction and inheritability mode.</summary>
|
|
<param name="direction">One of the <see cref="T:System.IO.Pipes.PipeDirection" /> values that determines the direction of the pipe.Anonymous pipes can only be in one direction, so <paramref name="direction" /> cannot be set to <see cref="F:System.IO.Pipes.PipeDirection.InOut" />.</param>
|
|
<param name="inheritability">One of the <see cref="T:System.IO.HandleInheritability" /> values that determines whether the underlying handle can be inherited by child processes.</param>
|
|
<exception cref="T:System.ArgumentOutOfRangeException">
|
|
<paramref name="inheritably" /> is not set to either <see cref="F:System.IO.HandleInheritability.None" /> or <see cref="F:System.IO.HandleInheritability.Inheritable" />.</exception>
|
|
<exception cref="T:System.NotSupportedException">
|
|
<paramref name="direction" /> is set to <see cref="F:System.IO.Pipes.PipeDirection.InOut" />.</exception>
|
|
</member>
|
|
<member name="M:System.IO.Pipes.AnonymousPipeServerStream.#ctor(System.IO.Pipes.PipeDirection,System.IO.HandleInheritability,System.Int32)">
|
|
<summary>Initializes a new instance of the <see cref="T:System.IO.Pipes.AnonymousPipeServerStream" /> class with the specified pipe direction, inheritability mode, and buffer size.</summary>
|
|
<param name="direction">One of the <see cref="T:System.IO.Pipes.PipeDirection" /> values that determines the direction of the pipe.Anonymous pipes can only be in one direction, so <paramref name="direction" /> cannot be set to <see cref="F:System.IO.Pipes.PipeDirection.InOut" />.</param>
|
|
<param name="inheritability">One of the <see cref="T:System.IO.HandleInheritability" /> values that determines whether the underlying handle can be inherited by child processes.</param>
|
|
<param name="bufferSize">A positive <see cref="T:System.Int32" /> value greater than or equal to 0, which specifies the buffer size.</param>
|
|
<exception cref="T:System.ArgumentOutOfRangeException">
|
|
<paramref name="inheritably" /> is not set to either <see cref="F:System.IO.HandleInheritability.None" /> or <see cref="F:System.IO.HandleInheritability.Inheritable" />.-or-<paramref name="bufferSize" /> is less than 0.</exception>
|
|
<exception cref="T:System.NotSupportedException">
|
|
<paramref name="direction" /> is set to <see cref="F:System.IO.Pipes.PipeDirection.InOut" />.</exception>
|
|
</member>
|
|
<member name="M:System.IO.Pipes.AnonymousPipeServerStream.#ctor(System.IO.Pipes.PipeDirection,System.IO.HandleInheritability,System.Int32,System.IO.Pipes.PipeSecurity)">
|
|
<summary>Initializes a new instance of the <see cref="T:System.IO.Pipes.AnonymousPipeServerStream" /> class with the specified pipe direction, inheritability mode, buffer size, and pipe security.</summary>
|
|
<param name="direction">One of the <see cref="T:System.IO.Pipes.PipeDirection" /> values that determines the direction of the pipe.Anonymous pipes can only be in one direction, so <paramref name="direction" /> cannot be set to <see cref="F:System.IO.Pipes.PipeDirection.InOut" />.</param>
|
|
<param name="inheritability">One of the <see cref="T:System.IO.HandleInheritability" /> values that determines whether the underlying handle can be inherited by child processes.</param>
|
|
<param name="bufferSize">A positive <see cref="T:System.Int32" /> value greater than 0, which specifies the buffer size.</param>
|
|
<param name="pipeSecurity">A <see cref="T:System.IO.Pipes.PipeSecurity" /> object that determines the access control and audit security for the pipe.</param>
|
|
<exception cref="T:System.ArgumentOutOfRangeException">
|
|
<paramref name="inheritably" /> is not set to either <see cref="F:System.IO.HandleInheritability.None" /> or <see cref="F:System.IO.HandleInheritability.Inheritable" />.-or-<paramref name="bufferSize" /> is less than 0.</exception>
|
|
<exception cref="T:System.NotSupportedException">
|
|
<paramref name="direction" /> is set to <see cref="F:System.IO.Pipes.PipeDirection.InOut" />.</exception>
|
|
</member>
|
|
<member name="P:System.IO.Pipes.AnonymousPipeServerStream.ClientSafePipeHandle">
|
|
<summary>Gets the safe handle for the <see cref="T:System.IO.Pipes.AnonymousPipeClientStream" /> object that is currently connected to the <see cref="T:System.IO.Pipes.AnonymousPipeServerStream" /> object.</summary>
|
|
<returns>A <see cref="T:Microsoft.Win32.SafeHandles.SafePipeHandle" /> object for the <see cref="T:System.IO.Pipes.AnonymousPipeClientStream" /> object that is currently connected to the <see cref="T:System.IO.Pipes.AnonymousPipeServerStream" /> object.</returns>
|
|
</member>
|
|
<member name="M:System.IO.Pipes.AnonymousPipeServerStream.DisposeLocalCopyOfClientHandle">
|
|
<summary>Closes the local copy of the <see cref="T:System.IO.Pipes.AnonymousPipeClientStream" /> object's handle.</summary>
|
|
</member>
|
|
<member name="M:System.IO.Pipes.AnonymousPipeServerStream.GetClientHandleAsString">
|
|
<summary>Gets the connected <see cref="T:System.IO.Pipes.AnonymousPipeClientStream" /> object's handle as a string.</summary>
|
|
<returns>A <see cref="T:System.String" /> that represents the connected <see cref="T:System.IO.Pipes.AnonymousPipeClientStream" /> object's handle.</returns>
|
|
</member>
|
|
<member name="P:System.IO.Pipes.AnonymousPipeServerStream.ReadMode">
|
|
<summary>Sets the reading mode for the <see cref="T:System.IO.Pipes.AnonymousPipeServerStream" /> object.</summary>
|
|
<returns>One of the <see cref="T:System.IO.Pipes.PipeTransmissionMode" /> values that indicates how the <see cref="T:System.IO.Pipes.AnonymousPipeServerStream" /> object reads from the pipe.</returns>
|
|
<exception cref="T:System.ArgumentOutOfRangeException">For anonymous pipes, transmission mode must be <see cref="F:System.IO.Pipes.PipeTransmissionMode.Byte" />.</exception>
|
|
<exception cref="T:System.NotSupportedException">Anonymous pipes do not support <see cref="F:System.IO.Pipes.PipeTransmissionMode.Message" />.</exception>
|
|
<exception cref="T:System.IO.IOException">The connection is broken or another I/O error occurs.</exception>
|
|
<exception cref="T:System.ObjectDisposedException">The pipe is closed.</exception>
|
|
</member>
|
|
<member name="P:System.IO.Pipes.AnonymousPipeServerStream.TransmissionMode">
|
|
<summary>Gets the pipe transmission mode that is supported by the current pipe.</summary>
|
|
<returns>Always <see cref="F:System.IO.Pipes.PipeTransmissionMode.Byte" />.</returns>
|
|
</member>
|
|
<member name="T:System.IO.Pipes.NamedPipeClientStream">
|
|
<summary>Exposes a <see cref="T:System.IO.Stream" /> around a named pipe, which supports both synchronous and asynchronous read and write operations.</summary>
|
|
</member>
|
|
<member name="M:System.IO.Pipes.NamedPipeClientStream.#ctor(System.IO.Pipes.PipeDirection,System.Boolean,System.Boolean,Microsoft.Win32.SafeHandles.SafePipeHandle)">
|
|
<summary>Initializes a new instance of the <see cref="T:System.IO.Pipes.NamedPipeClientStream" /> class for the specified pipe handle with the specified pipe direction.</summary>
|
|
<param name="direction">One of the <see cref="T:System.IO.Pipes.PipeDirection" /> values that determines the direction of the pipe.</param>
|
|
<param name="isAsync">true to indicate that the handle was opened asynchronously; otherwise, false.</param>
|
|
<param name="isConnected">true to indicate that the pipe is connected; otherwise, false.</param>
|
|
<param name="safePipeHandle">A <see cref="T:Microsoft.Win32.SafeHandles.SafePipeHandle" /> object for the pipe that this <see cref="T:System.IO.Pipes.NamedPipeClientStream" /> object will encapsulate.</param>
|
|
<exception cref="T:System.IO.IOException">
|
|
<paramref name="safePipeHandle" /> is not a valid handle.</exception>
|
|
<exception cref="T:System.ArgumentOutOfRangeException">
|
|
<paramref name="direction" /> is not a valid <see cref="T:System.IO.Pipes.PipeDirection" /> value.</exception>
|
|
<exception cref="T:System.IO.IOException">
|
|
<paramref name="safePipeHandle" /> is not a valid pipe handle.</exception>
|
|
</member>
|
|
<member name="M:System.IO.Pipes.NamedPipeClientStream.#ctor(System.String)">
|
|
<summary>Initializes a new instance of the <see cref="T:System.IO.Pipes.NamedPipeClientStream" /> class with the specified pipe name.</summary>
|
|
<param name="pipeName">The name of the pipe.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="pipeName" /> is null.</exception>
|
|
<exception cref="T:System.ArgumentException">
|
|
<paramref name="pipeName" /> is a zero-length string.</exception>
|
|
<exception cref="T:System.ArgumentOutOfRangeException">
|
|
<paramref name="pipeName" /> is set to "anonymous".</exception>
|
|
</member>
|
|
<member name="M:System.IO.Pipes.NamedPipeClientStream.#ctor(System.String,System.String)">
|
|
<summary>Initializes a new instance of the <see cref="T:System.IO.Pipes.NamedPipeClientStream" /> class with the specified pipe and server names.</summary>
|
|
<param name="serverName">The name of the remote computer to connect to, or "." to specify the local computer.</param>
|
|
<param name="pipeName">The name of the pipe.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="pipeName" /> is null.-or-<paramref name="serverName" /> is null.</exception>
|
|
<exception cref="T:System.ArgumentException">
|
|
<paramref name="pipeName" /> is a zero-length string.-or-<paramref name="serverName" /> is a zero-length string.</exception>
|
|
<exception cref="T:System.ArgumentOutOfRangeException">
|
|
<paramref name="pipeName" /> is set to "anonymous".</exception>
|
|
</member>
|
|
<member name="M:System.IO.Pipes.NamedPipeClientStream.#ctor(System.String,System.String,System.IO.Pipes.PipeAccessRights,System.IO.Pipes.PipeOptions,System.Security.Principal.TokenImpersonationLevel,System.IO.HandleInheritability)">
|
|
<summary>Initializes a new instance of the <see cref="T:System.IO.Pipes.NamedPipeClientStream" /> class with the specified pipe and server names, and the specified pipe options, security impersonation level, and inheritability mode.</summary>
|
|
<param name="serverName">The name of the remote computer to connect to, or "." to specify the local computer.</param>
|
|
<param name="pipeName">The name of the pipe.</param>
|
|
<param name="desiredAccessRights">One of the <see cref="T:System.IO.Pipes.PipeAccessRights" /> values that specifies the desired access rights of the pipe.</param>
|
|
<param name="options">One of the <see cref="T:System.IO.Pipes.PipeOptions" /> values that determines how to open or create the pipe.</param>
|
|
<param name="impersonationLevel">One of the <see cref="T:System.Security.Principal.TokenImpersonationLevel" /> values that determines the security impersonation level.</param>
|
|
<param name="inheritability">One of the <see cref="T:System.IO.HandleInheritability" /> values that determines whether the underlying handle will be inheritable by child processes.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="pipeName" /> is null.-or-<paramref name="serverName" /> is null.</exception>
|
|
<exception cref="T:System.ArgumentException">
|
|
<paramref name="pipeName" /> is a zero-length string.-or-<paramref name="serverName" /> is a zero-length string.</exception>
|
|
<exception cref="T:System.ArgumentOutOfRangeException">
|
|
<paramref name="pipeName" /> is set to "anonymous".-or-<paramref name="options" /> is not a valid <see cref="T:System.IO.Pipes.PipeOptions" /> value.-or-<paramref name="impersonationLevel" /> is not a valid <see cref="T:System.Security.Principal.TokenImpersonationLevel" /> value.-or-<paramref name="inheritability" /> is not a valid <see cref="T:System.IO.HandleInheritability" /> value.</exception>
|
|
</member>
|
|
<member name="M:System.IO.Pipes.NamedPipeClientStream.#ctor(System.String,System.String,System.IO.Pipes.PipeDirection)">
|
|
<summary>Initializes a new instance of the <see cref="T:System.IO.Pipes.NamedPipeClientStream" /> class with the specified pipe and server names, and the specified pipe direction.</summary>
|
|
<param name="serverName">The name of the remote computer to connect to, or "." to specify the local computer.</param>
|
|
<param name="pipeName">The name of the pipe.</param>
|
|
<param name="direction">One of the <see cref="T:System.IO.Pipes.PipeDirection" /> values that determines the direction of the pipe.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="pipeName" /> is null.-or-<paramref name="serverName" /> is null.</exception>
|
|
<exception cref="T:System.ArgumentException">
|
|
<paramref name="pipeName" /> is a zero-length string.-or-<paramref name="serverName" /> is a zero-length string.</exception>
|
|
<exception cref="T:System.ArgumentOutOfRangeException">
|
|
<paramref name="pipeName" /> is set to "anonymous".-or-<paramref name="direction" /> is not a valid <see cref="T:System.IO.Pipes.PipeDirection" /> value.</exception>
|
|
</member>
|
|
<member name="M:System.IO.Pipes.NamedPipeClientStream.#ctor(System.String,System.String,System.IO.Pipes.PipeDirection,System.IO.Pipes.PipeOptions)">
|
|
<summary>Initializes a new instance of the <see cref="T:System.IO.Pipes.NamedPipeClientStream" /> class with the specified pipe and server names, and the specified pipe direction and pipe options.</summary>
|
|
<param name="serverName">The name of the remote computer to connect to, or "." to specify the local computer.</param>
|
|
<param name="pipeName">The name of the pipe.</param>
|
|
<param name="direction">One of the <see cref="T:System.IO.Pipes.PipeDirection" /> values that determines the direction of the pipe.</param>
|
|
<param name="options">One of the <see cref="T:System.IO.Pipes.PipeOptions" /> values that determines how to open or create the pipe.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="pipeName" /> is null.-or-<paramref name="serverName" /> is null.</exception>
|
|
<exception cref="T:System.ArgumentException">
|
|
<paramref name="pipeName" /> is a zero-length string.-or-<paramref name="serverName" /> is a zero-length string.</exception>
|
|
<exception cref="T:System.ArgumentOutOfRangeException">
|
|
<paramref name="pipeName" /> is set to "anonymous".-or-<paramref name="direction" /> is not a valid <see cref="T:System.IO.Pipes.PipeDirection" /> value.-or-<paramref name="options" /> is not a valid <see cref="T:System.IO.Pipes.PipeOptions" /> value.</exception>
|
|
</member>
|
|
<member name="M:System.IO.Pipes.NamedPipeClientStream.#ctor(System.String,System.String,System.IO.Pipes.PipeDirection,System.IO.Pipes.PipeOptions,System.Security.Principal.TokenImpersonationLevel)">
|
|
<summary>Initializes a new instance of the <see cref="T:System.IO.Pipes.NamedPipeClientStream" /> class with the specified pipe and server names, and the specified pipe direction, pipe options, and security impersonation level.</summary>
|
|
<param name="serverName">The name of the remote computer to connect to, or "." to specify the local computer.</param>
|
|
<param name="pipeName">The name of the pipe.</param>
|
|
<param name="direction">One of the <see cref="T:System.IO.Pipes.PipeDirection" /> values that determines the direction of the pipe.</param>
|
|
<param name="options">One of the <see cref="T:System.IO.Pipes.PipeOptions" /> values that determines how to open or create the pipe.</param>
|
|
<param name="impersonationLevel">One of the <see cref="T:System.Security.Principal.TokenImpersonationLevel" /> values that determines the security impersonation level.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="pipeName" /> is null.-or-<paramref name="serverName" /> is null.</exception>
|
|
<exception cref="T:System.ArgumentException">
|
|
<paramref name="pipeName" /> is a zero-length string.-or-<paramref name="serverName" /> is a zero-length string.</exception>
|
|
<exception cref="T:System.ArgumentOutOfRangeException">
|
|
<paramref name="pipeName" /> is set to "anonymous".-or-<paramref name="direction" /> is not a valid <see cref="T:System.IO.Pipes.PipeDirection" /> value.-or-<paramref name="options" /> is not a valid <see cref="T:System.IO.Pipes.PipeOptions" /> value.-or-<paramref name="impersonationLevel" /> is not a valid <see cref="T:System.Security.Principal.TokenImpersonationLevel" /> value.</exception>
|
|
</member>
|
|
<member name="M:System.IO.Pipes.NamedPipeClientStream.#ctor(System.String,System.String,System.IO.Pipes.PipeDirection,System.IO.Pipes.PipeOptions,System.Security.Principal.TokenImpersonationLevel,System.IO.HandleInheritability)">
|
|
<summary>Initializes a new instance of the <see cref="T:System.IO.Pipes.NamedPipeClientStream" /> class with the specified pipe and server names, and the specified pipe direction, pipe options, security impersonation level, and inheritability mode.</summary>
|
|
<param name="serverName">The name of the remote computer to connect to, or "." to specify the local computer.</param>
|
|
<param name="pipeName">The name of the pipe.</param>
|
|
<param name="direction">One of the <see cref="T:System.IO.Pipes.PipeDirection" /> values that determines the direction of the pipe.</param>
|
|
<param name="options">One of the <see cref="T:System.IO.Pipes.PipeOptions" /> values that determines how to open or create the pipe.</param>
|
|
<param name="impersonationLevel">One of the <see cref="T:System.Security.Principal.TokenImpersonationLevel" /> values that determines the security impersonation level.</param>
|
|
<param name="inheritability">One of the <see cref="T:System.IO.HandleInheritability" /> values that determines whether the underlying handle will be inheritable by child processes.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="pipeName" /> is null.-or-<paramref name="serverName" /> is null.</exception>
|
|
<exception cref="T:System.ArgumentException">
|
|
<paramref name="pipeName" /> is a zero-length string.-or-<paramref name="serverName" /> is a zero-length string.</exception>
|
|
<exception cref="T:System.ArgumentOutOfRangeException">
|
|
<paramref name="pipeName" /> is set to "anonymous".-or-<paramref name="direction" /> is not a valid <see cref="T:System.IO.Pipes.PipeDirection" /> value.-or-<paramref name="options" /> is not a valid <see cref="T:System.IO.Pipes.PipeOptions" /> value.-or-<paramref name="impersonationLevel" /> is not a valid <see cref="T:System.Security.Principal.TokenImpersonationLevel" /> value.-or-<paramref name="inheritability" /> is not a valid <see cref="T:System.IO.HandleInheritability" /> value.</exception>
|
|
</member>
|
|
<member name="M:System.IO.Pipes.NamedPipeClientStream.Connect">
|
|
<summary>Connects to a waiting server.</summary>
|
|
<exception cref="T:System.InvalidOperationException">The client is already connected.</exception>
|
|
</member>
|
|
<member name="M:System.IO.Pipes.NamedPipeClientStream.Connect(System.Int32)">
|
|
<summary>Connects to a waiting server within the specified time-out period.</summary>
|
|
<param name="timeout">The number of milliseconds to wait for the server to respond before the connection times out.</param>
|
|
<exception cref="T:System.TimeoutException">Could not connect to the server within the specified <paramref name="timeout" />.</exception>
|
|
<exception cref="T:System.ArgumentOutOfRangeException">
|
|
<paramref name="timeout" /> is less than 0.</exception>
|
|
<exception cref="T:System.InvalidOperationException">The client is already connected.</exception>
|
|
<exception cref="T:System.IO.IOException">The server is connected to another client and the time-out period has expired.</exception>
|
|
</member>
|
|
<member name="P:System.IO.Pipes.NamedPipeClientStream.NumberOfServerInstances">
|
|
<summary>Gets the number of server instances that share the same pipe name.</summary>
|
|
<returns>The number of server instances that share the same pipe name.</returns>
|
|
<exception cref="T:System.InvalidOperationException">The pipe handle has not been set.-or-The current <see cref="T:System.IO.Pipes.NamedPipeClientStream" /> object has not yet connected to a <see cref="T:System.IO.Pipes.NamedPipeServerStream" /> object.</exception>
|
|
<exception cref="T:System.IO.IOException">The pipe is broken or an I/O error occurs.</exception>
|
|
<exception cref="T:System.ObjectDisposedException">The underlying pipe handle is closed.</exception>
|
|
</member>
|
|
<member name="T:System.IO.Pipes.NamedPipeServerStream">
|
|
<summary>Exposes a <see cref="T:System.IO.Stream" /> around a named pipe, supporting both synchronous and asynchronous read and write operations.</summary>
|
|
</member>
|
|
<member name="M:System.IO.Pipes.NamedPipeServerStream.#ctor(System.IO.Pipes.PipeDirection,System.Boolean,System.Boolean,Microsoft.Win32.SafeHandles.SafePipeHandle)">
|
|
<summary>Initializes a new instance of the <see cref="T:System.IO.Pipes.NamedPipeServerStream" /> class from the specified pipe handle.</summary>
|
|
<param name="direction">One of the <see cref="T:System.IO.Pipes.PipeDirection" /> values that determines the direction of the pipe.</param>
|
|
<param name="isAsync">true to indicate that the handle was opened asynchronously; otherwise, false.</param>
|
|
<param name="isConnected">true to indicate that the pipe is connected; otherwise, false.</param>
|
|
<param name="safePipeHandle">A <see cref="T:Microsoft.Win32.SafeHandles.SafePipeHandle" /> pipe handle for the pipe that this <see cref="T:System.IO.Pipes.NamedPipeServerStream" /> object will encapsulate.</param>
|
|
<exception cref="T:System.ArgumentOutOfRangeException">
|
|
<paramref name="direction" /> is not a valid <see cref="T:System.IO.Pipes.PipeDirection" /> value.</exception>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="safePipeHandle" /> is null.</exception>
|
|
<exception cref="T:System.ArgumentException">
|
|
<paramref name="safePipeHandle" /> is an invalid handle.</exception>
|
|
<exception cref="T:System.IO.IOException">
|
|
<paramref name="safePipeHandle" /> is not a valid pipe handle.-or-The maximum number of server instances has been exceeded.</exception>
|
|
</member>
|
|
<member name="M:System.IO.Pipes.NamedPipeServerStream.#ctor(System.String)">
|
|
<summary>Initializes a new instance of the <see cref="T:System.IO.Pipes.NamedPipeServerStream" /> class with the specified pipe name.</summary>
|
|
<param name="pipeName">The name of the pipe.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="pipeName" /> is null.</exception>
|
|
<exception cref="T:System.ArgumentException">
|
|
<paramref name="pipeName" /> is a zero-length string.</exception>
|
|
<exception cref="T:System.ArgumentOutOfRangeException">
|
|
<paramref name="pipeName" /> is set to "anonymous".</exception>
|
|
<exception cref="T:System.PlatformNotSupportedException">The operating system is Windows Millennium Edition, Windows 98, or Windows 95.</exception>
|
|
<exception cref="T:System.IO.IOException">The maximum number of server instances has been exceeded.</exception>
|
|
</member>
|
|
<member name="M:System.IO.Pipes.NamedPipeServerStream.#ctor(System.String,System.IO.Pipes.PipeDirection)">
|
|
<summary>Initializes a new instance of the <see cref="T:System.IO.Pipes.NamedPipeServerStream" /> class with the specified pipe name and pipe direction.</summary>
|
|
<param name="pipeName">The name of the pipe.</param>
|
|
<param name="direction">One of the <see cref="T:System.IO.Pipes.PipeDirection" /> values that determines the direction of the pipe.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="pipeName" /> is null.</exception>
|
|
<exception cref="T:System.ArgumentException">
|
|
<paramref name="pipeName" /> is a zero-length string.</exception>
|
|
<exception cref="T:System.ArgumentOutOfRangeException">
|
|
<paramref name="pipeName" /> is set to "anonymous".-or-<paramref name="direction" /> is not a valid <see cref="T:System.IO.Pipes.PipeDirection" /> value.</exception>
|
|
<exception cref="T:System.PlatformNotSupportedException">The operating system is Windows Millennium Edition, Windows 98, or Windows 95.</exception>
|
|
<exception cref="T:System.IO.IOException">The maximum number of server instances has been exceeded.</exception>
|
|
</member>
|
|
<member name="M:System.IO.Pipes.NamedPipeServerStream.#ctor(System.String,System.IO.Pipes.PipeDirection,System.Int32)">
|
|
<summary>Initializes a new instance of the <see cref="T:System.IO.Pipes.NamedPipeServerStream" /> class with the specified pipe name, pipe direction, and maximum number of server instances.</summary>
|
|
<param name="pipeName">The name of the pipe.</param>
|
|
<param name="direction">One of the <see cref="T:System.IO.Pipes.PipeDirection" /> values that determines the direction of the pipe.</param>
|
|
<param name="maxNumberOfServerInstances">The maximum number of server instances that share the same name.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="pipeName" /> is null.</exception>
|
|
<exception cref="T:System.ArgumentException">
|
|
<paramref name="pipeName" /> is a zero-length string.</exception>
|
|
<exception cref="T:System.ArgumentOutOfRangeException">
|
|
<paramref name="pipeName" /> is set to "anonymous".-or-<paramref name="direction" /> is not a valid <see cref="T:System.IO.Pipes.PipeDirection" /> value.-or-A non-negative number is required.-or-<paramref name="maxNumberofServerInstances" /> is less than one or greater than 254.-or-<see cref="F:System.IO.HandleInheritability.None" /> or <see cref="F:System.IO.HandleInheritability.Inheritable" /> is required.-or-Access rights is limited to the <see cref="F:System.IO.Pipes.PipeAccessRights.ChangePermissions" />, <see cref="F:System.IO.Pipes.PipeAccessRights.TakeOwnership" />, and <see cref="F:System.IO.Pipes.PipeAccessRights.AccessSystemSecurity" /> flags.</exception>
|
|
<exception cref="T:System.PlatformNotSupportedException">The operating system is Windows Millennium Edition, Windows 98, or Windows 95.</exception>
|
|
<exception cref="T:System.IO.IOException">The maximum number of server instances has been exceeded.</exception>
|
|
</member>
|
|
<member name="M:System.IO.Pipes.NamedPipeServerStream.#ctor(System.String,System.IO.Pipes.PipeDirection,System.Int32,System.IO.Pipes.PipeTransmissionMode)">
|
|
<summary>Initializes a new instance of the <see cref="T:System.IO.Pipes.NamedPipeServerStream" /> class with the specified pipe name, pipe direction, maximum number of server instances, and transmission mode.</summary>
|
|
<param name="pipeName">The name of the pipe.</param>
|
|
<param name="direction">One of the <see cref="T:System.IO.Pipes.PipeDirection" /> values that determines the direction of the pipe.</param>
|
|
<param name="maxNumberOfServerInstances">The maximum number of server instances that share the same name.</param>
|
|
<param name="transmissionMode">One of the <see cref="T:System.IO.Pipes.PipeTransmissionMode" /> values that determines the transmission mode of the pipe.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="pipeName" /> is null.</exception>
|
|
<exception cref="T:System.ArgumentException">
|
|
<paramref name="pipeName" /> is a zero-length string.</exception>
|
|
<exception cref="T:System.ArgumentOutOfRangeException">
|
|
<paramref name="pipeName" /> is set to "anonymous".-or-<paramref name="direction" /> is not a valid <see cref="T:System.IO.Pipes.PipeDirection" /> value.-or-<paramref name="maxNumberofServerInstances" /> is less than one or greater than 254.</exception>
|
|
<exception cref="T:System.PlatformNotSupportedException">The operating system is Windows Millennium Edition, Windows 98, or Windows 95.</exception>
|
|
<exception cref="T:System.IO.IOException">The maximum number of server instances has been exceeded.</exception>
|
|
</member>
|
|
<member name="M:System.IO.Pipes.NamedPipeServerStream.#ctor(System.String,System.IO.Pipes.PipeDirection,System.Int32,System.IO.Pipes.PipeTransmissionMode,System.IO.Pipes.PipeOptions)">
|
|
<summary>Initializes a new instance of the <see cref="T:System.IO.Pipes.NamedPipeServerStream" /> class with the specified pipe name, pipe direction, maximum number of server instances, transmission mode, and pipe options.</summary>
|
|
<param name="pipeName">The name of the pipe.</param>
|
|
<param name="direction">One of the <see cref="T:System.IO.Pipes.PipeDirection" /> values that determines the direction of the pipe.</param>
|
|
<param name="maxNumberOfServerInstances">The maximum number of server instances that share the same name.</param>
|
|
<param name="transmissionMode">One of the <see cref="T:System.IO.Pipes.PipeTransmissionMode" /> values that determines the transmission mode of the pipe.</param>
|
|
<param name="options">One of the <see cref="T:System.IO.Pipes.PipeOptions" /> values that determines how to open or create the pipe.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="pipeName" /> is null.</exception>
|
|
<exception cref="T:System.ArgumentException">
|
|
<paramref name="pipeName" /> is a zero-length string.</exception>
|
|
<exception cref="T:System.ArgumentOutOfRangeException">
|
|
<paramref name="pipeName" /> is set to "anonymous".-or-<paramref name="direction" /> is not a valid <see cref="T:System.IO.Pipes.PipeDirection" /> value.-or-<paramref name="maxNumberofServerInstances" /> is less than one or greater than 254.-or-<paramref name="options" /> is not a valid <see cref="T:System.IO.Pipes.PipeOptions" /> value.</exception>
|
|
<exception cref="T:System.PlatformNotSupportedException">The operating system is Windows Millennium Edition, Windows 98, or Windows 95.</exception>
|
|
<exception cref="T:System.IO.IOException">The maximum number of server instances has been exceeded.</exception>
|
|
</member>
|
|
<member name="M:System.IO.Pipes.NamedPipeServerStream.#ctor(System.String,System.IO.Pipes.PipeDirection,System.Int32,System.IO.Pipes.PipeTransmissionMode,System.IO.Pipes.PipeOptions,System.Int32,System.Int32)">
|
|
<summary>Initializes a new instance of the <see cref="T:System.IO.Pipes.NamedPipeServerStream" /> class with the specified pipe name, pipe direction, maximum number of server instances, transmission mode, pipe options, and recommended in and out buffer sizes.</summary>
|
|
<param name="pipeName">The name of the pipe.</param>
|
|
<param name="direction">One of the <see cref="T:System.IO.Pipes.PipeDirection" /> values that determines the direction of the pipe.</param>
|
|
<param name="maxNumberOfServerInstances">The maximum number of server instances that share the same name.</param>
|
|
<param name="transmissionMode">One of the <see cref="T:System.IO.Pipes.PipeTransmissionMode" /> values that determines the transmission mode of the pipe.</param>
|
|
<param name="options">One of the <see cref="T:System.IO.Pipes.PipeOptions" /> values that determines how to open or create the pipe.</param>
|
|
<param name="inBufferSize">A positive <see cref="T:System.Int32" /> value greater than 0 that indicates the input buffer size.</param>
|
|
<param name="outBufferSize">A positive <see cref="T:System.Int32" /> value greater than 0 that indicates the output buffer size.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="pipeName" /> is null.</exception>
|
|
<exception cref="T:System.ArgumentException">
|
|
<paramref name="pipeName" /> is a zero-length string.</exception>
|
|
<exception cref="T:System.ArgumentOutOfRangeException">
|
|
<paramref name="pipeName" /> is set to "anonymous".-or-<paramref name="direction" /> is not a valid <see cref="T:System.IO.Pipes.PipeDirection" /> value.-or-<paramref name="maxNumberofServerInstances" /> is less than one or greater than 254.-or-<paramref name="options" /> is not a valid <see cref="T:System.IO.Pipes.PipeOptions" /> value.-or-<paramref name="inBufferSize" /> is negative.</exception>
|
|
<exception cref="T:System.PlatformNotSupportedException">The operating system is Windows Millennium Edition, Windows 98, or Windows 95.</exception>
|
|
<exception cref="T:System.IO.IOException">The maximum number of server instances has been exceeded.</exception>
|
|
</member>
|
|
<member name="M:System.IO.Pipes.NamedPipeServerStream.#ctor(System.String,System.IO.Pipes.PipeDirection,System.Int32,System.IO.Pipes.PipeTransmissionMode,System.IO.Pipes.PipeOptions,System.Int32,System.Int32,System.IO.Pipes.PipeSecurity)">
|
|
<summary>Initializes a new instance of the <see cref="T:System.IO.Pipes.NamedPipeServerStream" /> class with the specified pipe name, pipe direction, maximum number of server instances, transmission mode, pipe options, recommended in and out buffer sizes, and pipe security.</summary>
|
|
<param name="pipeName">The name of the pipe.</param>
|
|
<param name="direction">One of the <see cref="T:System.IO.Pipes.PipeDirection" /> values that determines the direction of the pipe.</param>
|
|
<param name="maxNumberOfServerInstances">The maximum number of server instances that share the same name.</param>
|
|
<param name="transmissionMode">One of the <see cref="T:System.IO.Pipes.PipeTransmissionMode" /> values that determines the transmission mode of the pipe.</param>
|
|
<param name="options">One of the <see cref="T:System.IO.Pipes.PipeOptions" /> values that determines how to open or create the pipe.</param>
|
|
<param name="inBufferSize">A positive <see cref="T:System.Int32" /> value greater than 0 that indicates the input buffer size.</param>
|
|
<param name="outBufferSize">A positive <see cref="T:System.Int32" /> value greater than 0 that indicates the output buffer size.</param>
|
|
<param name="pipeSecurity">A <see cref="T:System.IO.Pipes.PipeSecurity" /> object that determines the access control and audit security for the pipe.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="pipeName" /> is null.</exception>
|
|
<exception cref="T:System.ArgumentException">
|
|
<paramref name="pipeName" /> is a zero-length string.</exception>
|
|
<exception cref="T:System.ArgumentOutOfRangeException">
|
|
<paramref name="pipeName" /> is set to "anonymous".-or-<paramref name="direction" /> is not a valid <see cref="T:System.IO.Pipes.PipeDirection" /> value.-or-<paramref name="maxNumberofServerInstances" /> is less than one or greater than 254.-or-<paramref name="options" /> is not a valid <see cref="T:System.IO.Pipes.PipeOptions" /> value.-or-<paramref name="inBufferSize" /> is negative.</exception>
|
|
<exception cref="T:System.PlatformNotSupportedException">The operating system is Windows Millennium Edition, Windows 98, or Windows 95.</exception>
|
|
<exception cref="T:System.IO.IOException">The maximum number of server instances has been exceeded.</exception>
|
|
</member>
|
|
<member name="M:System.IO.Pipes.NamedPipeServerStream.#ctor(System.String,System.IO.Pipes.PipeDirection,System.Int32,System.IO.Pipes.PipeTransmissionMode,System.IO.Pipes.PipeOptions,System.Int32,System.Int32,System.IO.Pipes.PipeSecurity,System.IO.HandleInheritability)">
|
|
<summary>Initializes a new instance of the <see cref="T:System.IO.Pipes.NamedPipeServerStream" /> class with the specified pipe name, pipe direction, maximum number of server instances, transmission mode, pipe options, recommended in and out buffer sizes, pipe security, and inheritability mode.</summary>
|
|
<param name="pipeName">The name of the pipe.</param>
|
|
<param name="direction">One of the <see cref="T:System.IO.Pipes.PipeDirection" /> values that determines the direction of the pipe.</param>
|
|
<param name="maxNumberOfServerInstances">The maximum number of server instances that share the same name.</param>
|
|
<param name="transmissionMode">One of the <see cref="T:System.IO.Pipes.PipeTransmissionMode" /> values that determines the transmission mode of the pipe.</param>
|
|
<param name="options">One of the <see cref="T:System.IO.Pipes.PipeOptions" /> values that determines how to open or create the pipe.</param>
|
|
<param name="inBufferSize">A positive <see cref="T:System.Int32" /> value greater than 0 that indicates the input buffer size.</param>
|
|
<param name="outBufferSize">A positive <see cref="T:System.Int32" /> value greater than 0 that indicates the output buffer size.</param>
|
|
<param name="pipeSecurity">A <see cref="T:System.IO.Pipes.PipeSecurity" /> object that determines the access control and audit security for the pipe.</param>
|
|
<param name="inheritability">One of the <see cref="T:System.IO.HandleInheritability" /> values that determines whether the underlying handle can be inherited by child processes.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="pipeName" /> is null.</exception>
|
|
<exception cref="T:System.ArgumentException">
|
|
<paramref name="pipeName" /> is a zero-length string.</exception>
|
|
<exception cref="T:System.ArgumentOutOfRangeException">
|
|
<paramref name="pipeName" /> is set to "anonymous".-or-<paramref name="direction" /> is not a valid <see cref="T:System.IO.Pipes.PipeDirection" /> value.-or-<paramref name="maxNumberofServerInstances" /> is less than one or greater than 254.-or-<paramref name="options" /> is not a valid <see cref="T:System.IO.Pipes.PipeOptions" /> value.-or-<paramref name="inBufferSize" /> is negative.-or-<paramref name="inheritability" /> is not a valid <see cref="T:System.IO.HandleInheritability" /> value.</exception>
|
|
<exception cref="T:System.PlatformNotSupportedException">The operating system is Windows Millennium Edition, Windows 98, or Windows 95.</exception>
|
|
<exception cref="T:System.IO.IOException">The maximum number of server instances has been exceeded.</exception>
|
|
</member>
|
|
<member name="M:System.IO.Pipes.NamedPipeServerStream.#ctor(System.String,System.IO.Pipes.PipeDirection,System.Int32,System.IO.Pipes.PipeTransmissionMode,System.IO.Pipes.PipeOptions,System.Int32,System.Int32,System.IO.Pipes.PipeSecurity,System.IO.HandleInheritability,System.IO.Pipes.PipeAccessRights)">
|
|
<summary>Initializes a new instance of the <see cref="T:System.IO.Pipes.NamedPipeServerStream" /> class with the specified pipe name, pipe direction, maximum number of server instances, transmission mode, pipe options, recommended in and out buffer sizes, pipe security, inheritability mode, and pipe access rights.</summary>
|
|
<param name="pipeName">The name of the pipe.</param>
|
|
<param name="direction">One of the <see cref="T:System.IO.Pipes.PipeDirection" /> values that determines the direction of the pipe.</param>
|
|
<param name="maxNumberOfServerInstances">The maximum number of server instances that share the same name.</param>
|
|
<param name="transmissionMode">One of the <see cref="T:System.IO.Pipes.PipeTransmissionMode" /> values that determines the transmission mode of the pipe.</param>
|
|
<param name="options">One of the <see cref="T:System.IO.Pipes.PipeOptions" /> values that determines how to open or create the pipe.</param>
|
|
<param name="inBufferSize">The input buffer size.</param>
|
|
<param name="outBufferSize">The output buffer size.</param>
|
|
<param name="pipeSecurity">A <see cref="T:System.IO.Pipes.PipeSecurity" /> object that determines the access control and audit security for the pipe.</param>
|
|
<param name="inheritability">One of the <see cref="T:System.IO.HandleInheritability" /> values that determines whether the underlying handle can be inherited by child processes.</param>
|
|
<param name="additionalAccessRights">One of the <see cref="T:System.IO.Pipes.PipeAccessRights" /> values that specifies the access rights of the pipe.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="pipeName" /> is null.</exception>
|
|
<exception cref="T:System.ArgumentException">
|
|
<paramref name="pipeName" /> is a zero-length string.</exception>
|
|
<exception cref="T:System.ArgumentOutOfRangeException">
|
|
<paramref name="pipeName" /> is set to "anonymous".-or-<paramref name="direction" /> is not a valid <see cref="T:System.IO.Pipes.PipeDirection" /> value.-or-<paramref name="maxNumberofServerInstances" /> is less than one or greater than 254.-or-<paramref name="options" /> is not a valid <see cref="T:System.IO.Pipes.PipeOptions" /> value.-or-<paramref name="inBufferSize" /> is negative.-or-<paramref name="inheritability" /> is not a valid <see cref="T:System.IO.HandleInheritability" /> value.-or-<paramref name="additionalAccessRights" /> is not a valid <see cref="T:System.IO.Pipes.PipeAccessRights" /> value.</exception>
|
|
<exception cref="T:System.PlatformNotSupportedException">The operating system is Windows Millennium Edition, Windows 98, or Windows 95.</exception>
|
|
<exception cref="T:System.IO.IOException">The maximum number of server instances has been exceeded.</exception>
|
|
</member>
|
|
<member name="M:System.IO.Pipes.NamedPipeServerStream.BeginWaitForConnection(System.AsyncCallback,System.Object)">
|
|
<summary>Begins an asynchronous operation to wait for a client to connect.</summary>
|
|
<returns>An <see cref="T:System.IAsyncResult" /> object that references the asynchronous request.</returns>
|
|
<param name="callback">The method to call when a client connects to the <see cref="T:System.IO.Pipes.NamedPipeServerStream" /> object.</param>
|
|
<param name="state">A user-provided object that distinguishes this particular asynchronous request from other requests.</param>
|
|
<exception cref="T:System.InvalidOperationException">The pipe was not opened asynchronously.-or-A pipe connection has already been established.-or-The pipe handle has not been set.</exception>
|
|
<exception cref="T:System.IO.IOException">The pipe connection has been broken.</exception>
|
|
<exception cref="T:System.ObjectDisposedException">The pipe is closed.</exception>
|
|
</member>
|
|
<member name="M:System.IO.Pipes.NamedPipeServerStream.Disconnect">
|
|
<summary>Disconnects the current connection.</summary>
|
|
<exception cref="T:System.InvalidOperationException">No pipe connections have been made yet.-or-The connected pipe has already disconnected.-or-The pipe handle has not been set.</exception>
|
|
<exception cref="T:System.ObjectDisposedException">The pipe is closed.</exception>
|
|
</member>
|
|
<member name="M:System.IO.Pipes.NamedPipeServerStream.EndWaitForConnection(System.IAsyncResult)">
|
|
<summary>Ends an asynchronous operation to wait for a client to connect.</summary>
|
|
<param name="asyncResult">The pending asynchronous request.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="asyncResult" /> is null.</exception>
|
|
<exception cref="T:System.InvalidOperationException">The pipe was not opened asynchronously.-or-The pipe handle has not been set.</exception>
|
|
<exception cref="T:System.IO.IOException">The pipe connection has been broken.</exception>
|
|
<exception cref="T:System.ObjectDisposedException">The pipe is closed.</exception>
|
|
</member>
|
|
<member name="M:System.IO.Pipes.NamedPipeServerStream.GetImpersonationUserName">
|
|
<summary>Gets the user name of the client on the other end of the pipe.</summary>
|
|
<returns>The user name of the client on the other end of the pipe.</returns>
|
|
<exception cref="T:System.InvalidOperationException">No pipe connections have been made yet.-or-The connected pipe has already disconnected.-or-The pipe handle has not been set.</exception>
|
|
<exception cref="T:System.ObjectDisposedException">The pipe is closed.</exception>
|
|
<exception cref="T:System.IO.IOException">The pipe connection has been broken.-or-The user name of the client is longer than 19 characters.</exception>
|
|
</member>
|
|
<member name="F:System.IO.Pipes.NamedPipeServerStream.MaxAllowedServerInstances">
|
|
<summary>Represents the maximum number of server instances that the system resources allow.</summary>
|
|
</member>
|
|
<member name="M:System.IO.Pipes.NamedPipeServerStream.RunAsClient(System.IO.Pipes.PipeStreamImpersonationWorker)">
|
|
<summary>Calls a delegate while impersonating the client.</summary>
|
|
<param name="impersonationWorker">The delegate that specifies a method to call.</param>
|
|
<exception cref="T:System.InvalidOperationException">No pipe connections have been made yet.-or-The connected pipe has already disconnected.-or-The pipe handle has not been set.</exception>
|
|
<exception cref="T:System.ObjectDisposedException">The pipe is closed.</exception>
|
|
<exception cref="T:System.IO.IOException">The pipe connection has been broken.-or-An I/O error occurred.</exception>
|
|
</member>
|
|
<member name="M:System.IO.Pipes.NamedPipeServerStream.WaitForConnection">
|
|
<summary>Waits for a client to connect to this <see cref="T:System.IO.Pipes.NamedPipeServerStream" /> object.</summary>
|
|
<exception cref="T:System.InvalidOperationException">A pipe connection has already been established.-or-The pipe handle has not been set.</exception>
|
|
<exception cref="T:System.ObjectDisposedException">The pipe is closed.</exception>
|
|
<exception cref="T:System.IO.IOException">The pipe connection has been broken.</exception>
|
|
</member>
|
|
<member name="T:System.IO.Pipes.PipeAccessRights">
|
|
<summary>Defines the access rights to use when you create access and audit rules. </summary>
|
|
</member>
|
|
<member name="F:System.IO.Pipes.PipeAccessRights.ReadData">
|
|
<summary>Specifies the right to read data from the pipe. This does not include the right to read file system attributes, extended file system attributes, or access and audit rules.</summary>
|
|
</member>
|
|
<member name="F:System.IO.Pipes.PipeAccessRights.WriteData">
|
|
<summary>Specifies the right to write data to a pipe. This does not include the right to write file system attributes or extended file system attributes.</summary>
|
|
</member>
|
|
<member name="F:System.IO.Pipes.PipeAccessRights.ReadAttributes">
|
|
<summary>Specifies the right to read file system attributes from a pipe. This does not include the right to read data, extended file system attributes, or access and audit rules.</summary>
|
|
</member>
|
|
<member name="F:System.IO.Pipes.PipeAccessRights.WriteAttributes">
|
|
<summary>Specifies the right to write file system attributes to a pipe. This does not include the right to write data or extended file system attributes.</summary>
|
|
</member>
|
|
<member name="F:System.IO.Pipes.PipeAccessRights.ReadExtendedAttributes">
|
|
<summary>Specifies the right to read extended file system attributes from a pipe. This does not include the right to read data, file system attributes, or access and audit rules.</summary>
|
|
</member>
|
|
<member name="F:System.IO.Pipes.PipeAccessRights.WriteExtendedAttributes">
|
|
<summary>Specifies the right to write extended file system attributes to a pipe. This does not include the right to write file attributes or data.</summary>
|
|
</member>
|
|
<member name="F:System.IO.Pipes.PipeAccessRights.CreateNewInstance">
|
|
<summary>Specifies the right to create a new pipe. Setting this right also sets the <see cref="F:System.IO.Pipes.PipeAccessRights.Synchronize" /> right.</summary>
|
|
</member>
|
|
<member name="F:System.IO.Pipes.PipeAccessRights.Delete">
|
|
<summary>Specifies the right to delete a pipe.</summary>
|
|
</member>
|
|
<member name="F:System.IO.Pipes.PipeAccessRights.ReadPermissions">
|
|
<summary>Specifies the right to read access and audit rules from the pipe. This does not include the right to read data, file system attributes, or extended file system attributes.</summary>
|
|
</member>
|
|
<member name="F:System.IO.Pipes.PipeAccessRights.ChangePermissions">
|
|
<summary>Specifies the right to change the security and audit rules that are associated with a pipe.</summary>
|
|
</member>
|
|
<member name="F:System.IO.Pipes.PipeAccessRights.TakeOwnership">
|
|
<summary>Specifies the right to change the owner of a pipe. Note that owners of a pipe have full access to that resource.</summary>
|
|
</member>
|
|
<member name="F:System.IO.Pipes.PipeAccessRights.Synchronize">
|
|
<summary>Specifies whether the application can wait for a pipe handle to synchronize with the completion of an I/O operation.</summary>
|
|
</member>
|
|
<member name="F:System.IO.Pipes.PipeAccessRights.FullControl">
|
|
<summary>Specifies the right to exert full control over a pipe, and to modify access control and audit rules. This value represents the combination of all rights in this enumeration.</summary>
|
|
</member>
|
|
<member name="F:System.IO.Pipes.PipeAccessRights.Read">
|
|
<summary>Specifies the right to read from the pipe. This right includes the <see cref="F:System.IO.Pipes.PipeAccessRights.ReadAttributes" />, <see cref="F:System.IO.Pipes.PipeAccessRights.ReadData" />, <see cref="F:System.IO.Pipes.PipeAccessRights.ReadExtendedAttributes" />, and <see cref="F:System.IO.Pipes.PipeAccessRights.ReadPermissions" /> rights.</summary>
|
|
</member>
|
|
<member name="F:System.IO.Pipes.PipeAccessRights.Write">
|
|
<summary>Specifies the right to write to the pipe. This right includes the <see cref="F:System.IO.Pipes.PipeAccessRights.WriteAttributes" />, <see cref="F:System.IO.Pipes.PipeAccessRights.WriteData" />, and <see cref="F:System.IO.Pipes.PipeAccessRights.WriteExtendedAttributes" /> rights.</summary>
|
|
</member>
|
|
<member name="F:System.IO.Pipes.PipeAccessRights.ReadWrite">
|
|
<summary>Specifies the right to read and write from the pipe. This right includes the <see cref="F:System.IO.Pipes.PipeAccessRights.ReadAttributes" />, <see cref="F:System.IO.Pipes.PipeAccessRights.ReadData" />, <see cref="F:System.IO.Pipes.PipeAccessRights.ReadExtendedAttributes" />, <see cref="F:System.IO.Pipes.PipeAccessRights.ReadPermissions" />, <see cref="F:System.IO.Pipes.PipeAccessRights.WriteAttributes" />, <see cref="F:System.IO.Pipes.PipeAccessRights.WriteData" />, and <see cref="F:System.IO.Pipes.PipeAccessRights.WriteExtendedAttributes" /> rights.</summary>
|
|
</member>
|
|
<member name="F:System.IO.Pipes.PipeAccessRights.AccessSystemSecurity">
|
|
<summary>Specifies the right to make changes to the system access control list (SACL).</summary>
|
|
</member>
|
|
<member name="T:System.IO.Pipes.PipeAccessRule">
|
|
<summary>Represents an abstraction of an access control entry (ACE) that defines an access rule for a pipe.</summary>
|
|
</member>
|
|
<member name="M:System.IO.Pipes.PipeAccessRule.#ctor(System.Security.Principal.IdentityReference,System.IO.Pipes.PipeAccessRights,System.Security.AccessControl.AccessControlType)">
|
|
<summary>Initializes a new instance of the <see cref="T:System.IO.Pipes.PipeAccessRule" /> class with the specified identity, pipe access rights, and access control type.</summary>
|
|
<param name="identity">An <see cref="T:System.Security.Principal.IdentityReference" /> object that encapsulates a reference to a user account.</param>
|
|
<param name="rights">One of the <see cref="T:System.IO.Pipes.PipeAccessRights" /> values that specifies the type of operation associated with the access rule.</param>
|
|
<param name="type">One of the <see cref="T:System.Security.AccessControl.AccessControlType" /> values that specifies whether to allow or deny the operation.</param>
|
|
</member>
|
|
<member name="M:System.IO.Pipes.PipeAccessRule.#ctor(System.String,System.IO.Pipes.PipeAccessRights,System.Security.AccessControl.AccessControlType)">
|
|
<summary>Initializes a new instance of the <see cref="T:System.IO.Pipes.PipeAccessRule" /> class with the specified identity, pipe access rights, and access control type.</summary>
|
|
<param name="identity">The name of the user account.</param>
|
|
<param name="rights">One of the <see cref="T:System.IO.Pipes.PipeAccessRights" /> values that specifies the type of operation associated with the access rule.</param>
|
|
<param name="type">One of the <see cref="T:System.Security.AccessControl.AccessControlType" /> values that specifies whether to allow or deny the operation.</param>
|
|
</member>
|
|
<member name="P:System.IO.Pipes.PipeAccessRule.PipeAccessRights">
|
|
<summary>Gets the <see cref="T:System.IO.Pipes.PipeAccessRights" /> flags that are associated with the current <see cref="T:System.IO.Pipes.PipeAccessRule" /> object.</summary>
|
|
<returns>A bitwise combination of the <see cref="T:System.IO.Pipes.PipeAccessRights" /> values.</returns>
|
|
</member>
|
|
<member name="T:System.IO.Pipes.PipeAuditRule">
|
|
<summary>Represents an abstraction of an access control entry (ACE) that defines an audit rule for a pipe.</summary>
|
|
</member>
|
|
<member name="M:System.IO.Pipes.PipeAuditRule.#ctor(System.Security.Principal.IdentityReference,System.IO.Pipes.PipeAccessRights,System.Security.AccessControl.AuditFlags)">
|
|
<summary>Initializes a new instance of the <see cref="T:System.IO.Pipes.PipeAuditRule" /> class for a user account specified in a <see cref="T:System.Security.Principal.IdentityReference" /> object.</summary>
|
|
<param name="identity">An <see cref="T:System.Security.Principal.IdentityReference" /> object that encapsulates a reference to a user account.</param>
|
|
<param name="rights">One of the <see cref="T:System.IO.Pipes.PipeAccessRights" /> values that specifies the type of operation associated with the access rule.</param>
|
|
<param name="flags">One of the <see cref="T:System.Security.AccessControl.AuditFlags" /> values that specifies when to perform auditing.</param>
|
|
</member>
|
|
<member name="M:System.IO.Pipes.PipeAuditRule.#ctor(System.String,System.IO.Pipes.PipeAccessRights,System.Security.AccessControl.AuditFlags)">
|
|
<summary>Initializes a new instance of the <see cref="T:System.IO.Pipes.PipeAuditRule" /> class for a named user account.</summary>
|
|
<param name="identity">The name of the user account.</param>
|
|
<param name="rights">One of the <see cref="T:System.IO.Pipes.PipeAccessRights" /> values that specifies the type of operation associated with the access rule.</param>
|
|
<param name="flags">One of the <see cref="T:System.Security.AccessControl.AuditFlags" /> values that specifies when to perform auditing.</param>
|
|
</member>
|
|
<member name="P:System.IO.Pipes.PipeAuditRule.PipeAccessRights">
|
|
<summary>Gets the <see cref="T:System.IO.Pipes.PipeAccessRights" /> flags that are associated with the current <see cref="T:System.IO.Pipes.PipeAuditRule" /> object.</summary>
|
|
<returns>A bitwise combination of the <see cref="T:System.IO.Pipes.PipeAccessRights" /> values. </returns>
|
|
</member>
|
|
<member name="T:System.IO.Pipes.PipeDirection">
|
|
<summary>Specifies the direction of the pipe.</summary>
|
|
</member>
|
|
<member name="F:System.IO.Pipes.PipeDirection.In">
|
|
<summary>Specifies that the pipe direction is in.</summary>
|
|
</member>
|
|
<member name="F:System.IO.Pipes.PipeDirection.Out">
|
|
<summary>Specifies that the pipe direction is out.</summary>
|
|
</member>
|
|
<member name="F:System.IO.Pipes.PipeDirection.InOut">
|
|
<summary>Specifies that the pipe direction is two-way.</summary>
|
|
</member>
|
|
<member name="T:System.IO.Pipes.PipeOptions">
|
|
<summary>Provides options for creating a <see cref="T:System.IO.Pipes.PipeStream" /> object. This enumeration has a <see cref="T:System.FlagsAttribute" /> attribute that allows a bitwise combination of its member values.</summary>
|
|
</member>
|
|
<member name="F:System.IO.Pipes.PipeOptions.None">
|
|
<summary>Indicates that there are no additional parameters.</summary>
|
|
</member>
|
|
<member name="F:System.IO.Pipes.PipeOptions.WriteThrough">
|
|
<summary>Indicates that the system should write through any intermediate cache and go directly to the pipe.</summary>
|
|
</member>
|
|
<member name="F:System.IO.Pipes.PipeOptions.Asynchronous">
|
|
<summary>Indicates that the pipe can be used for asynchronous reading and writing.</summary>
|
|
</member>
|
|
<member name="T:System.IO.Pipes.PipeSecurity">
|
|
<summary>Represents the access control and audit security for a pipe.</summary>
|
|
</member>
|
|
<member name="M:System.IO.Pipes.PipeSecurity.#ctor">
|
|
<summary>Initializes a new instance of the <see cref="T:System.IO.Pipes.PipeSecurity" /> class.</summary>
|
|
</member>
|
|
<member name="P:System.IO.Pipes.PipeSecurity.AccessRightType">
|
|
<summary>Gets the <see cref="T:System.Type" /> of the securable object that is associated with the current <see cref="T:System.IO.Pipes.PipeSecurity" /> object.</summary>
|
|
<returns>The type of the securable object that is associated with the current <see cref="T:System.IO.Pipes.PipeSecurity" /> object.</returns>
|
|
</member>
|
|
<member name="M:System.IO.Pipes.PipeSecurity.AccessRuleFactory(System.Security.Principal.IdentityReference,System.Int32,System.Boolean,System.Security.AccessControl.InheritanceFlags,System.Security.AccessControl.PropagationFlags,System.Security.AccessControl.AccessControlType)">
|
|
<summary>Initializes a new instance of the <see cref="T:System.Security.AccessControl.AccessRule" /> class with the specified values.</summary>
|
|
<returns>The <see cref="T:System.Security.AccessControl.AccessRule" /> object that this method creates.</returns>
|
|
<param name="identityReference">The identity that the access rule applies to. It must be an object that can be cast as a <see cref="T:System.Security.Principal.SecurityIdentifier" /> object.</param>
|
|
<param name="accessMask">The access mask of this rule. The access mask is a 32-bit collection of anonymous bits, the meaning of which is defined by the individual integrators</param>
|
|
<param name="isInherited">true if this rule is inherited from a parent container; otherwise false.</param>
|
|
<param name="inheritanceFlags">One of the <see cref="T:System.Security.AccessControl.InheritanceFlags" /> values that specifies the inheritance properties of the access rule.</param>
|
|
<param name="propagationFlags">One of the <see cref="T:System.Security.AccessControl.PropagationFlags" /> values that specifies whether inherited access rules are automatically propagated. The propagation flags are ignored if <paramref name="inheritanceFlags" /> is set to <see cref="F:System.Security.AccessControl.InheritanceFlags.None" />.</param>
|
|
<param name="type">Specifies the valid access control type.</param>
|
|
<exception cref="T:System.ArgumentOutOfRangeException">
|
|
<paramref name="accessMask" />, <paramref name="inheritanceFlags" />, <paramref name="propagationFlags" />, or <paramref name="type" /> specifies an invalid value.</exception>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="identityReference" /> is null. -or-<paramref name="accessMask" /> is zero.</exception>
|
|
<exception cref="T:System.ArgumentException">
|
|
<paramref name="identityReference" /> is neither of type <see cref="T:System.Security.Principal.SecurityIdentifier" /> nor of a type, such as <see cref="T:System.Security.Principal.NTAccount" />, that can be converted to type <see cref="T:System.Security.Principal.SecurityIdentifier" />.</exception>
|
|
</member>
|
|
<member name="P:System.IO.Pipes.PipeSecurity.AccessRuleType">
|
|
<summary>Gets the <see cref="T:System.Type" /> of the object that is associated with the access rules of the current <see cref="T:System.IO.Pipes.PipeSecurity" /> object.</summary>
|
|
<returns>The type of the object that is associated with the access rules of the current <see cref="T:System.IO.Pipes.PipeSecurity" /> object.</returns>
|
|
</member>
|
|
<member name="M:System.IO.Pipes.PipeSecurity.AddAccessRule(System.IO.Pipes.PipeAccessRule)">
|
|
<summary>Adds an access rule to the Discretionary Access Control List (DACL) that is associated with the current <see cref="T:System.IO.Pipes.PipeSecurity" /> object.</summary>
|
|
<param name="rule">The access rule to add.</param>
|
|
<exception cref="T:System.ArgumentNullException">The <paramref name="rule" /> parameter is null.</exception>
|
|
</member>
|
|
<member name="M:System.IO.Pipes.PipeSecurity.AddAuditRule(System.IO.Pipes.PipeAuditRule)">
|
|
<summary>Adds an audit rule to the System Access Control List (SACL)that is associated with the current <see cref="T:System.IO.Pipes.PipeSecurity" /> object.</summary>
|
|
<param name="rule">The audit rule to add.</param>
|
|
<exception cref="T:System.ArgumentNullException">The <paramref name="rule" /> parameter is null.</exception>
|
|
</member>
|
|
<member name="M:System.IO.Pipes.PipeSecurity.AuditRuleFactory(System.Security.Principal.IdentityReference,System.Int32,System.Boolean,System.Security.AccessControl.InheritanceFlags,System.Security.AccessControl.PropagationFlags,System.Security.AccessControl.AuditFlags)">
|
|
<summary>Initializes a new instance of the <see cref="T:System.Security.AccessControl.AuditRule" /> class with the specified values.</summary>
|
|
<returns>The <see cref="T:System.Security.AccessControl.AuditRule" /> object that this method creates.</returns>
|
|
<param name="identityReference">The identity that the access rule applies to. It must be an object that can be cast as a <see cref="T:System.Security.Principal.SecurityIdentifier" /> object.</param>
|
|
<param name="accessMask">The access mask of this rule. The access mask is a 32-bit collection of anonymous bits, the meaning of which is defined by the individual integrators</param>
|
|
<param name="isInherited">true if this rule is inherited from a parent container; otherwise, false..</param>
|
|
<param name="inheritanceFlags">One of the <see cref="T:System.Security.AccessControl.InheritanceFlags" /> values that specifies the inheritance properties of the access rule.</param>
|
|
<param name="propagationFlags">One of the <see cref="T:System.Security.AccessControl.PropagationFlags" /> values that specifies whether inherited access rules are automatically propagated. The propagation flags are ignored if <paramref name="inheritanceFlags" /> is set to <see cref="F:System.Security.AccessControl.InheritanceFlags.None" />.</param>
|
|
<param name="flags">One of the <see cref="T:System.Security.AccessControl.AuditFlags" /> values that specifies the valid access control type.</param>
|
|
<exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="accessMask" />, <paramref name="inheritanceFlags" />, <paramref name="propagationFlags" />, or <paramref name="flags" /> properties specify an invalid value.</exception>
|
|
<exception cref="T:System.ArgumentNullException">The <paramref name="identityReference" /> property is null. -or-The <paramref name="accessMask" /> property is zero.</exception>
|
|
<exception cref="T:System.ArgumentException">The <paramref name="identityReference" /> property is neither of type <see cref="T:System.Security.Principal.SecurityIdentifier" /> nor of a type, such as <see cref="T:System.Security.Principal.NTAccount" />, that can be converted to type <see cref="T:System.Security.Principal.SecurityIdentifier" />.</exception>
|
|
</member>
|
|
<member name="P:System.IO.Pipes.PipeSecurity.AuditRuleType">
|
|
<summary>Gets the <see cref="T:System.Type" /> object associated with the audit rules of the current <see cref="T:System.IO.Pipes.PipeSecurity" /> object.</summary>
|
|
<returns>The type of the object that is associated with the audit rules of the current <see cref="T:System.IO.Pipes.PipeSecurity" /> object.</returns>
|
|
</member>
|
|
<member name="M:System.IO.Pipes.PipeSecurity.Persist(System.Runtime.InteropServices.SafeHandle)">
|
|
<summary>Saves the specified sections of the security descriptor that is associated with the current <see cref="T:System.IO.Pipes.PipeSecurity" /> object to permanent storage.</summary>
|
|
<param name="handle">The handle of the securable object that the current <see cref="T:System.IO.Pipes.PipeSecurity" /> object is associated with.</param>
|
|
</member>
|
|
<member name="M:System.IO.Pipes.PipeSecurity.Persist(System.String)">
|
|
<summary>Saves the specified sections of the security descriptor that is associated with the current <see cref="T:System.IO.Pipes.PipeSecurity" /> object to permanent storage.</summary>
|
|
<param name="name">The name of the securable object that the current <see cref="T:System.IO.Pipes.PipeSecurity" /> object is associated with.</param>
|
|
</member>
|
|
<member name="M:System.IO.Pipes.PipeSecurity.RemoveAccessRule(System.IO.Pipes.PipeAccessRule)">
|
|
<summary>Removes an access rule from the Discretionary Access Control List (DACL) that is associated with the current <see cref="T:System.IO.Pipes.PipeSecurity" /> object.</summary>
|
|
<returns>true if the operation is successful; otherwise, false.</returns>
|
|
<param name="rule">The access rule to remove.</param>
|
|
<exception cref="T:System.ArgumentNullException">The <paramref name="rule" /> parameter is null.</exception>
|
|
</member>
|
|
<member name="M:System.IO.Pipes.PipeSecurity.RemoveAccessRuleSpecific(System.IO.Pipes.PipeAccessRule)">
|
|
<summary>Removes the specified access rule from the Discretionary Access Control List (DACL) that is associated with the current <see cref="T:System.IO.Pipes.PipeSecurity" /> object.</summary>
|
|
<param name="rule">The access rule to remove.</param>
|
|
<exception cref="T:System.ArgumentNullException">The <paramref name="rule" /> parameter is null.</exception>
|
|
</member>
|
|
<member name="M:System.IO.Pipes.PipeSecurity.RemoveAuditRule(System.IO.Pipes.PipeAuditRule)">
|
|
<summary>Removes an audit rule from the System Access Control List (SACL) that is associated with the current <see cref="T:System.IO.Pipes.PipeSecurity" /> object.</summary>
|
|
<returns>true if the audit rule was removed; otherwise, false</returns>
|
|
<param name="rule">The audit rule to remove.</param>
|
|
<exception cref="T:System.ArgumentNullException">The <paramref name="rule" /> parameter is null.</exception>
|
|
</member>
|
|
<member name="M:System.IO.Pipes.PipeSecurity.RemoveAuditRuleAll(System.IO.Pipes.PipeAuditRule)">
|
|
<summary>Removes all audit rules that have the same security identifier as the specified audit rule from the System Access Control List (SACL) that is associated with the current <see cref="T:System.IO.Pipes.PipeSecurity" /> object.</summary>
|
|
<param name="rule">The audit rule to remove.</param>
|
|
<exception cref="T:System.ArgumentNullException">The <paramref name="rule" /> parameter is null.</exception>
|
|
</member>
|
|
<member name="M:System.IO.Pipes.PipeSecurity.RemoveAuditRuleSpecific(System.IO.Pipes.PipeAuditRule)">
|
|
<summary>Removes the specified audit rule from the System Access Control List (SACL) that is associated with the current <see cref="T:System.IO.Pipes.PipeSecurity" /> object.</summary>
|
|
<param name="rule">The audit rule to remove.</param>
|
|
<exception cref="T:System.ArgumentNullException">The <paramref name="rule" /> parameter is null.</exception>
|
|
</member>
|
|
<member name="M:System.IO.Pipes.PipeSecurity.ResetAccessRule(System.IO.Pipes.PipeAccessRule)">
|
|
<summary>Removes all access rules in the Discretionary Access Control List (DACL) that is associated with the current <see cref="T:System.IO.Pipes.PipeSecurity" /> object and then adds the specified access rule.</summary>
|
|
<param name="rule">The access rule to add.</param>
|
|
<exception cref="T:System.ArgumentNullException">The <paramref name="rule" /> parameter is null.</exception>
|
|
</member>
|
|
<member name="M:System.IO.Pipes.PipeSecurity.SetAccessRule(System.IO.Pipes.PipeAccessRule)">
|
|
<summary>Sets an access rule in the Discretionary Access Control List (DACL) that is associated with the current <see cref="T:System.IO.Pipes.PipeSecurity" /> object.</summary>
|
|
<param name="rule">The rule to set.</param>
|
|
<exception cref="T:System.ArgumentNullException">The <paramref name="rule" /> parameter is null.</exception>
|
|
</member>
|
|
<member name="M:System.IO.Pipes.PipeSecurity.SetAuditRule(System.IO.Pipes.PipeAuditRule)">
|
|
<summary>Sets an audit rule in the System Access Control List (SACL) that is associated with the current <see cref="T:System.IO.Pipes.PipeSecurity" /> object.</summary>
|
|
<param name="rule">The rule to set.</param>
|
|
<exception cref="T:System.ArgumentNullException">The <paramref name="rule" /> parameter is null.</exception>
|
|
</member>
|
|
<member name="T:System.IO.Pipes.PipeStream">
|
|
<summary>Exposes a <see cref="T:System.IO.Stream" /> object around a pipe, which supports both anonymous and named pipes.</summary>
|
|
</member>
|
|
<member name="M:System.IO.Pipes.PipeStream.#ctor(System.IO.Pipes.PipeDirection,System.Int32)">
|
|
<summary>Initializes a new instance of the <see cref="T:System.IO.Pipes.PipeStream" /> class using the specified <see cref="T:System.IO.Pipes.PipeDirection" /> value and buffer size.</summary>
|
|
<param name="direction">One of the <see cref="T:System.IO.Pipes.PipeDirection" /> values that indicates the direction of the pipe object.</param>
|
|
<param name="bufferSize">A positive <see cref="T:System.Int32" /> value greater than or equal to 0 that indicates the buffer size.</param>
|
|
<exception cref="T:System.ArgumentOutOfRangeException">
|
|
<paramref name="direction" /> is not a valid <see cref="T:System.IO.Pipes.PipeDirection" /> value.-or-<paramref name="bufferSize" /> is less than 0.</exception>
|
|
</member>
|
|
<member name="M:System.IO.Pipes.PipeStream.#ctor(System.IO.Pipes.PipeDirection,System.IO.Pipes.PipeTransmissionMode,System.Int32)">
|
|
<summary>Initializes a new instance of the <see cref="T:System.IO.Pipes.PipeStream" /> class using the specified <see cref="T:System.IO.Pipes.PipeDirection" />, <see cref="T:System.IO.Pipes.PipeTransmissionMode" />, and buffer size.</summary>
|
|
<param name="direction">One of the <see cref="T:System.IO.Pipes.PipeDirection" /> values that indicates the direction of the pipe object.</param>
|
|
<param name="transmissionMode">One of the <see cref="T:System.IO.Pipes.PipeTransmissionMode" /> values that indicates the transmission mode of the pipe object.</param>
|
|
<param name="outBufferSize">A positive <see cref="T:System.Int32" /> value greater than or equal to 0 that indicates the buffer size.</param>
|
|
<exception cref="T:System.ArgumentOutOfRangeException">
|
|
<paramref name="direction" /> is not a valid <see cref="T:System.IO.Pipes.PipeDirection" /> value.-or-<paramref name="transmissionMode" /> is not a valid <see cref="T:System.IO.Pipes.PipeTransmissionMode" /> value.-or-<paramref name="bufferSize" /> is less than 0.</exception>
|
|
</member>
|
|
<member name="M:System.IO.Pipes.PipeStream.BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)">
|
|
<summary>Begins an asynchronous read operation.</summary>
|
|
<returns>An <see cref="T:System.IAsyncResult" /> object that references the asynchronous read.</returns>
|
|
<param name="buffer">The buffer to read data into.</param>
|
|
<param name="offset">The byte offset in <paramref name="buffer" /> at which to begin reading.</param>
|
|
<param name="count">The maximum number of bytes to read.</param>
|
|
<param name="callback">The method to call when the asynchronous read operation is completed.</param>
|
|
<param name="state">A user-provided object that distinguishes this particular asynchronous read request from other requests.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="buffer" /> is null.</exception>
|
|
<exception cref="T:System.ArgumentOutOfRangeException">
|
|
<paramref name="offset" /> is less than 0.-or-<paramref name="count" /> is less than 0.</exception>
|
|
<exception cref="T:System.ArgumentException">
|
|
<paramref name="count" /> is greater than the number of bytes available in <paramref name="buffer" />.</exception>
|
|
<exception cref="T:System.ObjectDisposedException">The pipe is closed.</exception>
|
|
<exception cref="T:System.NotSupportedException">The pipe does not support read operations.</exception>
|
|
<exception cref="T:System.InvalidOperationException">The pipe is disconnected, waiting to connect, or the handle has not been set.</exception>
|
|
<exception cref="T:System.IO.IOException">The pipe is broken or another I/O error occurred.</exception>
|
|
</member>
|
|
<member name="M:System.IO.Pipes.PipeStream.BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)">
|
|
<summary>Begins an asynchronous write operation.</summary>
|
|
<returns>An <see cref="T:System.IAsyncResult" /> object that references the asynchronous write operation.</returns>
|
|
<param name="buffer">The buffer that contains the data to write to the current stream.</param>
|
|
<param name="offset">The zero-based byte offset in <paramref name="buffer" /> at which to begin copying bytes to the current stream.</param>
|
|
<param name="count">The maximum number of bytes to write.</param>
|
|
<param name="callback">The method to call when the asynchronous write operation is completed.</param>
|
|
<param name="state">A user-provided object that distinguishes this particular asynchronous write request from other requests.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="buffer" /> is null.</exception>
|
|
<exception cref="T:System.ArgumentOutOfRangeException">
|
|
<paramref name="offset" /> is less than 0.-or-<paramref name="count" /> is less than 0.</exception>
|
|
<exception cref="T:System.ArgumentException">
|
|
<paramref name="count" /> is greater than the number of bytes available in <paramref name="buffer" />.</exception>
|
|
<exception cref="T:System.ObjectDisposedException">The pipe is closed.</exception>
|
|
<exception cref="T:System.NotSupportedException">The pipe does not support write operations.</exception>
|
|
<exception cref="T:System.InvalidOperationException">The pipe is disconnected, waiting to connect, or the handle has not been set.</exception>
|
|
<exception cref="T:System.IO.IOException">The pipe is broken or another I/O error occurred.</exception>
|
|
</member>
|
|
<member name="P:System.IO.Pipes.PipeStream.CanRead">
|
|
<summary>Gets a value indicating whether the current stream supports read operations.</summary>
|
|
<returns>true if the stream supports read operations; otherwise, false.</returns>
|
|
</member>
|
|
<member name="P:System.IO.Pipes.PipeStream.CanSeek">
|
|
<summary>Gets a value indicating whether the current stream supports seek operations.</summary>
|
|
<returns>false in all cases.</returns>
|
|
</member>
|
|
<member name="P:System.IO.Pipes.PipeStream.CanWrite">
|
|
<summary>Gets a value indicating whether the current stream supports write operations.</summary>
|
|
<returns>true if the stream supports write operations; otherwise, false.</returns>
|
|
</member>
|
|
<member name="M:System.IO.Pipes.PipeStream.CheckPipePropertyOperations">
|
|
<summary>Verifies that the pipe is in a proper state for getting or setting properties.</summary>
|
|
</member>
|
|
<member name="M:System.IO.Pipes.PipeStream.CheckReadOperations">
|
|
<summary>Verifies that the pipe is in a connected state for read operations.</summary>
|
|
</member>
|
|
<member name="M:System.IO.Pipes.PipeStream.CheckWriteOperations">
|
|
<summary>Verifies that the pipe is in a connected state for write operations.</summary>
|
|
</member>
|
|
<member name="M:System.IO.Pipes.PipeStream.Dispose(System.Boolean)">
|
|
<summary>Releases the unmanaged resources used by the <see cref="T:System.IO.Pipes.PipeStream" /> class and optionally releases the managed resources.</summary>
|
|
<param name="disposing">true to release both managed and unmanaged resources; false to release only unmanaged resources.</param>
|
|
</member>
|
|
<member name="M:System.IO.Pipes.PipeStream.EndRead(System.IAsyncResult)">
|
|
<summary>Ends a pending asynchronous read request.</summary>
|
|
<returns>The number of bytes that were read. A return value of 0 indicates the end of the stream (the pipe has been closed).</returns>
|
|
<param name="asyncResult">The reference to the pending asynchronous request.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="asyncResult" /> is null. </exception>
|
|
<exception cref="T:System.ArgumentException">
|
|
<paramref name="asyncResult" /> did not originate from a <see cref="M:System.IO.Pipes.PipeStream.BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)" /> method on the current stream. </exception>
|
|
<exception cref="T:System.IO.IOException">The stream is closed or an internal error has occurred.</exception>
|
|
</member>
|
|
<member name="M:System.IO.Pipes.PipeStream.EndWrite(System.IAsyncResult)">
|
|
<summary>Ends a pending asynchronous write request.</summary>
|
|
<param name="asyncResult">The reference to the pending asynchronous request.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="asyncResult" /> is null. </exception>
|
|
<exception cref="T:System.ArgumentException">
|
|
<paramref name="asyncResult" /> did not originate from a <see cref="M:System.IO.Pipes.PipeStream.BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)" /> method on the current stream. </exception>
|
|
<exception cref="T:System.IO.IOException">The stream is closed or an internal error has occurred.</exception>
|
|
</member>
|
|
<member name="M:System.IO.Pipes.PipeStream.Flush">
|
|
<summary>Clears the buffer for the current stream and causes any buffered data to be written to the underlying device.</summary>
|
|
<exception cref="T:System.ObjectDisposedException">The pipe is closed.</exception>
|
|
<exception cref="T:System.NotSupportedException">The pipe does not support write operations.</exception>
|
|
<exception cref="T:System.IO.IOException">The pipe is broken or another I/O error occurred.</exception>
|
|
</member>
|
|
<member name="M:System.IO.Pipes.PipeStream.GetAccessControl">
|
|
<summary>Gets a <see cref="T:System.IO.Pipes.PipeSecurity" /> object that encapsulates the access control list (ACL) entries for the pipe described by the current <see cref="T:System.IO.Pipes.PipeStream" /> object.</summary>
|
|
<returns>A <see cref="T:System.IO.Pipes.PipeSecurity" /> object that encapsulates the access control list (ACL) entries for the pipe described by the current <see cref="T:System.IO.Pipes.PipeStream" /> object.</returns>
|
|
<exception cref="T:System.ObjectDisposedException">The pipe is closed.</exception>
|
|
<exception cref="T:System.UnauthorizedAccessException">The underlying call to set security information failed.</exception>
|
|
<exception cref="T:System.InvalidOperationException">The underlying call to set security information failed.</exception>
|
|
<exception cref="T:System.NotSupportedException">The underlying call to set security information failed.</exception>
|
|
</member>
|
|
<member name="P:System.IO.Pipes.PipeStream.InBufferSize">
|
|
<summary>Gets the size, in bytes, of the inbound buffer for a pipe.</summary>
|
|
<returns>An integer value that represents the inbound buffer size, in bytes.</returns>
|
|
<exception cref="T:System.InvalidOperationException">The pipe is waiting to connect.</exception>
|
|
<exception cref="T:System.IO.IOException">The pipe is broken or another I/O error occurred.</exception>
|
|
</member>
|
|
<member name="M:System.IO.Pipes.PipeStream.InitializeHandle(Microsoft.Win32.SafeHandles.SafePipeHandle,System.Boolean,System.Boolean)">
|
|
<summary>Initializes a <see cref="T:System.IO.Pipes.PipeStream" /> object from the specified <see cref="T:Microsoft.Win32.SafeHandles.SafePipeHandle" /> object.</summary>
|
|
<param name="handle">The <see cref="T:Microsoft.Win32.SafeHandles.SafePipeHandle" /> object of the pipe to initialize.</param>
|
|
<param name="isExposed">true to expose the handle; otherwise, false.</param>
|
|
<param name="isAsync">true to indicate that the handle was opened asynchronously; otherwise, false.</param>
|
|
<exception cref="T:System.IO.IOException">A handle cannot be bound to the pipe.</exception>
|
|
</member>
|
|
<member name="P:System.IO.Pipes.PipeStream.IsAsync">
|
|
<summary>Gets a value indicating whether a <see cref="T:System.IO.Pipes.PipeStream" /> object was opened asynchronously or synchronously.</summary>
|
|
<returns>true if the <see cref="T:System.IO.Pipes.PipeStream" /> object was opened asynchronously; otherwise, false.</returns>
|
|
</member>
|
|
<member name="P:System.IO.Pipes.PipeStream.IsConnected">
|
|
<summary>Gets or sets a value indicating whether a <see cref="T:System.IO.Pipes.PipeStream" /> object is connected.</summary>
|
|
<returns>true if the <see cref="T:System.IO.Pipes.PipeStream" /> object is connected; otherwise, false.</returns>
|
|
</member>
|
|
<member name="P:System.IO.Pipes.PipeStream.IsHandleExposed">
|
|
<summary>Gets a value indicating whether a handle to a <see cref="T:System.IO.Pipes.PipeStream" /> object is exposed.</summary>
|
|
<returns>true if a handle to the <see cref="T:System.IO.Pipes.PipeStream" /> object is exposed; otherwise, false.</returns>
|
|
</member>
|
|
<member name="P:System.IO.Pipes.PipeStream.IsMessageComplete">
|
|
<summary>Gets a value indicating whether there is more data in the message returned from the most recent read operation.</summary>
|
|
<returns>true if there are no more characters to read in the message; otherwise, false.</returns>
|
|
<exception cref="T:System.InvalidOperationException">The pipe is not connected.-or-The pipe handle has not been set.-or-The pipe's <see cref="P:System.IO.Pipes.PipeStream.ReadMode" /> property value is not <see cref="F:System.IO.Pipes.PipeTransmissionMode.Message" />.</exception>
|
|
<exception cref="T:System.ObjectDisposedException">The pipe is closed.</exception>
|
|
</member>
|
|
<member name="P:System.IO.Pipes.PipeStream.Length">
|
|
<summary>Gets the length of a stream, in bytes.</summary>
|
|
<returns>0 in all cases.</returns>
|
|
<exception cref="T:System.NotSupportedException">Always thrown.</exception>
|
|
</member>
|
|
<member name="P:System.IO.Pipes.PipeStream.OutBufferSize">
|
|
<summary>Gets the size, in bytes, of the outbound buffer for a pipe.</summary>
|
|
<returns>The outbound buffer size, in bytes.</returns>
|
|
<exception cref="T:System.InvalidOperationException">The pipe is waiting to connect.</exception>
|
|
<exception cref="T:System.IO.IOException">The pipe is broken or another I/O error occurred.</exception>
|
|
</member>
|
|
<member name="P:System.IO.Pipes.PipeStream.Position">
|
|
<summary>Gets or sets the current position of the current stream.</summary>
|
|
<returns>0 in all cases.</returns>
|
|
<exception cref="T:System.NotSupportedException">Always thrown.</exception>
|
|
</member>
|
|
<member name="M:System.IO.Pipes.PipeStream.Read(System.Byte[],System.Int32,System.Int32)">
|
|
<summary>Reads a block of bytes from a stream and writes the data to a specified buffer.</summary>
|
|
<returns>The total number of bytes that are read into <paramref name="buffer" />. This might be less than the number of bytes requested if that number of bytes is not currently available, or 0 if the end of the stream is reached.</returns>
|
|
<param name="buffer">When this method returns, contains the specified byte array with the values between <paramref name="offset" /> and (<paramref name="offset" /> + <paramref name="count" /> - 1) replaced by the bytes read from the current source.</param>
|
|
<param name="offset">The byte offset in the <paramref name="buffer" /> array at which the bytes that are read will be placed.</param>
|
|
<param name="count">The maximum number of bytes to read.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="buffer" /> is null.</exception>
|
|
<exception cref="T:System.ArgumentOutOfRangeException">
|
|
<paramref name="offset" /> is less than 0.-or-<paramref name="count" /> is less than 0.</exception>
|
|
<exception cref="T:System.ArgumentException">
|
|
<paramref name="count" /> is greater than the number of bytes available in <paramref name="buffer" />.</exception>
|
|
<exception cref="T:System.ObjectDisposedException">The pipe is closed.</exception>
|
|
<exception cref="T:System.NotSupportedException">The pipe does not support read operations.</exception>
|
|
<exception cref="T:System.InvalidOperationException">The pipe is disconnected, waiting to connect, or the handle has not been set.</exception>
|
|
<exception cref="T:System.IO.IOException">Any I/O error occurred.</exception>
|
|
</member>
|
|
<member name="M:System.IO.Pipes.PipeStream.ReadByte">
|
|
<summary>Reads a byte from a pipe.</summary>
|
|
<returns>The byte, cast to <see cref="T:System.Int32" />, or -1 indicates the end of the stream (the pipe has been closed).</returns>
|
|
<exception cref="T:System.ObjectDisposedException">The pipe is closed.</exception>
|
|
<exception cref="T:System.NotSupportedException">The pipe does not support read operations.</exception>
|
|
<exception cref="T:System.InvalidOperationException">The pipe is disconnected, waiting to connect, or the handle has not been set.</exception>
|
|
<exception cref="T:System.IO.IOException">Any I/O error occurred.</exception>
|
|
</member>
|
|
<member name="P:System.IO.Pipes.PipeStream.ReadMode">
|
|
<summary>Gets or sets the reading mode for a <see cref="T:System.IO.Pipes.PipeStream" /> object.</summary>
|
|
<returns>One of the <see cref="T:System.IO.Pipes.PipeTransmissionMode" /> values that indicates how the <see cref="T:System.IO.Pipes.PipeStream" /> object reads from the pipe.</returns>
|
|
<exception cref="T:System.NotSupportedException">The supplied value is not a valid <see cref="T:System.IO.Pipes.PipeTransmissionMode" /> value.</exception>
|
|
<exception cref="T:System.InvalidOperationException">The handle has not been set.-or-The pipe is waiting to connect with a named client.</exception>
|
|
<exception cref="T:System.IO.IOException">The pipe is broken or an I/O error occurred with a named client.</exception>
|
|
</member>
|
|
<member name="P:System.IO.Pipes.PipeStream.SafePipeHandle">
|
|
<summary>Gets the safe handle for the local end of the pipe that the current <see cref="T:System.IO.Pipes.PipeStream" /> object encapsulates.</summary>
|
|
<returns>A <see cref="T:Microsoft.Win32.SafeHandles.SafePipeHandle" /> object for the pipe that is encapsulated by the current <see cref="T:System.IO.Pipes.PipeStream" /> object.</returns>
|
|
<exception cref="T:System.InvalidOperationException">The pipe handle has not been set.</exception>
|
|
<exception cref="T:System.ObjectDisposedException">The pipe is closed.</exception>
|
|
</member>
|
|
<member name="M:System.IO.Pipes.PipeStream.Seek(System.Int64,System.IO.SeekOrigin)">
|
|
<summary>Sets the current position of the current stream to the specified value.</summary>
|
|
<returns>The new position in the stream.</returns>
|
|
<param name="offset">The point, relative to <paramref name="origin" />, to begin seeking from.</param>
|
|
<param name="origin">Specifies the beginning, the end, or the current position as a reference point for <paramref name="offset" />, using a value of type <see cref="T:System.IO.SeekOrigin" />.</param>
|
|
</member>
|
|
<member name="M:System.IO.Pipes.PipeStream.SetAccessControl(System.IO.Pipes.PipeSecurity)">
|
|
<summary>Applies the access control list (ACL) entries specified by a <see cref="T:System.IO.Pipes.PipeSecurity" /> object to the pipe specified by the current <see cref="T:System.IO.Pipes.PipeStream" /> object.</summary>
|
|
<param name="pipeSecurity">A <see cref="T:System.IO.Pipes.PipeSecurity" /> object that specifies an access control list (ACL) entry to apply to the current pipe.</param>
|
|
<exception cref="T:System.ObjectDisposedException">The pipe is closed.</exception>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="pipeSecurity" /> is null.</exception>
|
|
<exception cref="T:System.UnauthorizedAccessException">The underlying call to set security information failed.</exception>
|
|
<exception cref="T:System.InvalidOperationException">The underlying call to set security information failed.</exception>
|
|
<exception cref="T:System.NotSupportedException">The underlying call to set security information failed.</exception>
|
|
</member>
|
|
<member name="M:System.IO.Pipes.PipeStream.SetLength(System.Int64)">
|
|
<summary>Sets the length of the current stream to the specified value.</summary>
|
|
<param name="value">The new length of the stream.</param>
|
|
</member>
|
|
<member name="P:System.IO.Pipes.PipeStream.TransmissionMode">
|
|
<summary>Gets the pipe transmission mode supported by the current pipe.</summary>
|
|
<returns>One of the <see cref="T:System.IO.Pipes.PipeTransmissionMode" /> values that indicates the transmission mode supported by the current pipe.</returns>
|
|
<exception cref="T:System.ObjectDisposedException">The pipe is closed.</exception>
|
|
<exception cref="T:System.InvalidOperationException">The handle has not been set.-or-The pipe is waiting to connect in an anonymous client/server operation or with a named client. </exception>
|
|
<exception cref="T:System.IO.IOException">The pipe is broken or another I/O error occurred.</exception>
|
|
</member>
|
|
<member name="M:System.IO.Pipes.PipeStream.WaitForPipeDrain">
|
|
<summary>Waits for the other end of the pipe to read all sent bytes.</summary>
|
|
<exception cref="T:System.ObjectDisposedException">The pipe is closed.</exception>
|
|
<exception cref="T:System.NotSupportedException">The pipe does not support write operations.</exception>
|
|
<exception cref="T:System.IO.IOException">The pipe is broken or another I/O error occurred.</exception>
|
|
</member>
|
|
<member name="M:System.IO.Pipes.PipeStream.Write(System.Byte[],System.Int32,System.Int32)">
|
|
<summary>Writes a block of bytes to the current stream using data from a buffer.</summary>
|
|
<param name="buffer">The buffer that contains data to write to the pipe.</param>
|
|
<param name="offset">The zero-based byte offset in <paramref name="buffer" /> at which to begin copying bytes to the current stream.</param>
|
|
<param name="count">The maximum number of bytes to write to the current stream.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="buffer" /> is null.</exception>
|
|
<exception cref="T:System.ArgumentOutOfRangeException">
|
|
<paramref name="offset" /> is less than 0.-or-<paramref name="count" /> is less than 0.</exception>
|
|
<exception cref="T:System.ArgumentException">
|
|
<paramref name="count" /> is greater than the number of bytes available in <paramref name="buffer" />.</exception>
|
|
<exception cref="T:System.ObjectDisposedException">The pipe is closed.</exception>
|
|
<exception cref="T:System.NotSupportedException">The pipe does not support write operations.</exception>
|
|
<exception cref="T:System.IO.IOException">The pipe is broken or another I/O error occurred.</exception>
|
|
</member>
|
|
<member name="M:System.IO.Pipes.PipeStream.WriteByte(System.Byte)">
|
|
<summary>Writes a byte to the current stream.</summary>
|
|
<param name="value">The byte to write to the stream.</param>
|
|
<exception cref="T:System.ObjectDisposedException">The pipe is closed.</exception>
|
|
<exception cref="T:System.NotSupportedException">The pipe does not support write operations.</exception>
|
|
<exception cref="T:System.InvalidOperationException">The pipe is disconnected, waiting to connect, or the handle has not been set.</exception>
|
|
<exception cref="T:System.IO.IOException">The pipe is broken or another I/O error occurred.</exception>
|
|
</member>
|
|
<member name="T:System.IO.Pipes.PipeStreamImpersonationWorker">
|
|
<summary>Represents the method to call as the client.</summary>
|
|
</member>
|
|
<member name="T:System.IO.Pipes.PipeTransmissionMode">
|
|
<summary>Specifies the transmission mode of the pipe.</summary>
|
|
</member>
|
|
<member name="F:System.IO.Pipes.PipeTransmissionMode.Byte">
|
|
<summary>Indicates that data in the pipe is transmitted and read as a stream of bytes.</summary>
|
|
</member>
|
|
<member name="F:System.IO.Pipes.PipeTransmissionMode.Message">
|
|
<summary>Indicates that data in the pipe is transmitted and read as a stream of messages.</summary>
|
|
</member>
|
|
<member name="T:System.Linq.Enumerable">
|
|
<summary>Provides a set of static (Shared in Visual Basic) methods for querying objects that implement <see cref="T:System.Collections.Generic.IEnumerable`1" />.</summary>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.Aggregate``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,``0,``0})">
|
|
<summary>Applies an accumulator function over a sequence.</summary>
|
|
<returns>The final accumulator value.</returns>
|
|
<param name="source">An <see cref="T:System.Collections.Generic.IEnumerable`1" /> to aggregate over.</param>
|
|
<param name="func">An accumulator function to be invoked on each element.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="func" /> is null.</exception>
|
|
<exception cref="T:System.InvalidOperationException">
|
|
<paramref name="source" /> contains no elements.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.Aggregate``2(System.Collections.Generic.IEnumerable{``0},``1,System.Func{``1,``0,``1})">
|
|
<summary>Applies an accumulator function over a sequence. The specified seed value is used as the initial accumulator value.</summary>
|
|
<returns>The final accumulator value.</returns>
|
|
<param name="source">An <see cref="T:System.Collections.Generic.IEnumerable`1" /> to aggregate over.</param>
|
|
<param name="seed">The initial accumulator value.</param>
|
|
<param name="func">An accumulator function to be invoked on each element.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<typeparam name="TAccumulate">The type of the accumulator value.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="func" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.Aggregate``3(System.Collections.Generic.IEnumerable{``0},``1,System.Func{``1,``0,``1},System.Func{``1,``2})">
|
|
<summary>Applies an accumulator function over a sequence. The specified seed value is used as the initial accumulator value, and the specified function is used to select the result value.</summary>
|
|
<returns>The transformed final accumulator value.</returns>
|
|
<param name="source">An <see cref="T:System.Collections.Generic.IEnumerable`1" /> to aggregate over.</param>
|
|
<param name="seed">The initial accumulator value.</param>
|
|
<param name="func">An accumulator function to be invoked on each element.</param>
|
|
<param name="resultSelector">A function to transform the final accumulator value into the result value.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<typeparam name="TAccumulate">The type of the accumulator value.</typeparam>
|
|
<typeparam name="TResult">The type of the resulting value.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="func" /> or <paramref name="resultSelector" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.All``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Boolean})">
|
|
<summary>Determines whether all elements of a sequence satisfy a condition.</summary>
|
|
<returns>true if every element of the source sequence passes the test in the specified predicate, or if the sequence is empty; otherwise, false.</returns>
|
|
<param name="source">An <see cref="T:System.Collections.Generic.IEnumerable`1" /> that contains the elements to apply the predicate to.</param>
|
|
<param name="predicate">A function to test each element for a condition.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="predicate" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.Any``1(System.Collections.Generic.IEnumerable{``0})">
|
|
<summary>Determines whether a sequence contains any elements.</summary>
|
|
<returns>true if the source sequence contains any elements; otherwise, false.</returns>
|
|
<param name="source">The <see cref="T:System.Collections.Generic.IEnumerable`1" /> to check for emptiness.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.Any``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Boolean})">
|
|
<summary>Determines whether any element of a sequence satisfies a condition.</summary>
|
|
<returns>true if any elements in the source sequence pass the test in the specified predicate; otherwise, false.</returns>
|
|
<param name="source">An <see cref="T:System.Collections.Generic.IEnumerable`1" /> whose elements to apply the predicate to.</param>
|
|
<param name="predicate">A function to test each element for a condition.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="predicate" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.AsEnumerable``1(System.Collections.Generic.IEnumerable{``0})">
|
|
<summary>Returns the input typed as <see cref="T:System.Collections.Generic.IEnumerable`1" />.</summary>
|
|
<returns>The input sequence typed as <see cref="T:System.Collections.Generic.IEnumerable`1" />.</returns>
|
|
<param name="source">The sequence to type as <see cref="T:System.Collections.Generic.IEnumerable`1" />.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.Average(System.Collections.Generic.IEnumerable{System.Decimal})">
|
|
<summary>Computes the average of a sequence of <see cref="T:System.Decimal" /> values.</summary>
|
|
<returns>The average of the sequence of values.</returns>
|
|
<param name="source">A sequence of <see cref="T:System.Decimal" /> values to calculate the average of.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> is null.</exception>
|
|
<exception cref="T:System.InvalidOperationException">
|
|
<paramref name="source" /> contains no elements.</exception>
|
|
<exception cref="T:System.OverflowException">The sum of the elements in the sequence is larger than <see cref="F:System.Decimal.MaxValue" />.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.Average(System.Collections.Generic.IEnumerable{System.Double})">
|
|
<summary>Computes the average of a sequence of <see cref="T:System.Double" /> values.</summary>
|
|
<returns>The average of the sequence of values.</returns>
|
|
<param name="source">A sequence of <see cref="T:System.Double" /> values to calculate the average of.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> is null.</exception>
|
|
<exception cref="T:System.InvalidOperationException">
|
|
<paramref name="source" /> contains no elements.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.Average(System.Collections.Generic.IEnumerable{System.Int32})">
|
|
<summary>Computes the average of a sequence of <see cref="T:System.Int32" /> values.</summary>
|
|
<returns>The average of the sequence of values.</returns>
|
|
<param name="source">A sequence of <see cref="T:System.Int32" /> values to calculate the average of.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> is null.</exception>
|
|
<exception cref="T:System.InvalidOperationException">
|
|
<paramref name="source" /> contains no elements.</exception>
|
|
<exception cref="T:System.OverflowException">The sum of the elements in the sequence is larger than <see cref="F:System.Int64.MaxValue" />.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.Average(System.Collections.Generic.IEnumerable{System.Int64})">
|
|
<summary>Computes the average of a sequence of <see cref="T:System.Int64" /> values.</summary>
|
|
<returns>The average of the sequence of values.</returns>
|
|
<param name="source">A sequence of <see cref="T:System.Int64" /> values to calculate the average of.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> is null.</exception>
|
|
<exception cref="T:System.InvalidOperationException">
|
|
<paramref name="source" /> contains no elements.</exception>
|
|
<exception cref="T:System.OverflowException">The sum of the elements in the sequence is larger than <see cref="F:System.Int64.MaxValue" />.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.Average(System.Collections.Generic.IEnumerable{System.Nullable{System.Decimal}})">
|
|
<summary>Computes the average of a sequence of nullable <see cref="T:System.Decimal" /> values.</summary>
|
|
<returns>The average of the sequence of values, or null if the source sequence is empty or contains only values that are null.</returns>
|
|
<param name="source">A sequence of nullable <see cref="T:System.Decimal" /> values to calculate the average of.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> is null.</exception>
|
|
<exception cref="T:System.OverflowException">The sum of the elements in the sequence is larger than <see cref="F:System.Decimal.MaxValue" />.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.Average(System.Collections.Generic.IEnumerable{System.Nullable{System.Double}})">
|
|
<summary>Computes the average of a sequence of nullable <see cref="T:System.Double" /> values.</summary>
|
|
<returns>The average of the sequence of values, or null if the source sequence is empty or contains only values that are null.</returns>
|
|
<param name="source">A sequence of nullable <see cref="T:System.Double" /> values to calculate the average of.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.Average(System.Collections.Generic.IEnumerable{System.Nullable{System.Int32}})">
|
|
<summary>Computes the average of a sequence of nullable <see cref="T:System.Int32" /> values.</summary>
|
|
<returns>The average of the sequence of values, or null if the source sequence is empty or contains only values that are null.</returns>
|
|
<param name="source">A sequence of nullable <see cref="T:System.Int32" /> values to calculate the average of.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> is null.</exception>
|
|
<exception cref="T:System.OverflowException">The sum of the elements in the sequence is larger than <see cref="F:System.Int64.MaxValue" />.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.Average(System.Collections.Generic.IEnumerable{System.Nullable{System.Int64}})">
|
|
<summary>Computes the average of a sequence of nullable <see cref="T:System.Int64" /> values.</summary>
|
|
<returns>The average of the sequence of values, or null if the source sequence is empty or contains only values that are null.</returns>
|
|
<param name="source">A sequence of nullable <see cref="T:System.Int64" /> values to calculate the average of.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> is null.</exception>
|
|
<exception cref="T:System.OverflowException">The sum of the elements in the sequence is larger than <see cref="F:System.Int64.MaxValue" />.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.Average(System.Collections.Generic.IEnumerable{System.Nullable{System.Single}})">
|
|
<summary>Computes the average of a sequence of nullable <see cref="T:System.Single" /> values.</summary>
|
|
<returns>The average of the sequence of values, or null if the source sequence is empty or contains only values that are null.</returns>
|
|
<param name="source">A sequence of nullable <see cref="T:System.Single" /> values to calculate the average of.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.Average(System.Collections.Generic.IEnumerable{System.Single})">
|
|
<summary>Computes the average of a sequence of <see cref="T:System.Single" /> values.</summary>
|
|
<returns>The average of the sequence of values.</returns>
|
|
<param name="source">A sequence of <see cref="T:System.Single" /> values to calculate the average of.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> is null.</exception>
|
|
<exception cref="T:System.InvalidOperationException">
|
|
<paramref name="source" /> contains no elements.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.Average``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Decimal})">
|
|
<summary>Computes the average of a sequence of <see cref="T:System.Decimal" /> values that are obtained by invoking a transform function on each element of the input sequence.</summary>
|
|
<returns>The average of the sequence of values.</returns>
|
|
<param name="source">A sequence of values that are used to calculate an average.</param>
|
|
<param name="selector">A transform function to apply to each element.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="selector" /> is null.</exception>
|
|
<exception cref="T:System.InvalidOperationException">
|
|
<paramref name="source" /> contains no elements.</exception>
|
|
<exception cref="T:System.OverflowException">The sum of the elements in the sequence is larger than <see cref="F:System.Decimal.MaxValue" />.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.Average``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Double})">
|
|
<summary>Computes the average of a sequence of <see cref="T:System.Double" /> values that are obtained by invoking a transform function on each element of the input sequence.</summary>
|
|
<returns>The average of the sequence of values.</returns>
|
|
<param name="source">A sequence of values to calculate the average of.</param>
|
|
<param name="selector">A transform function to apply to each element.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="selector" /> is null.</exception>
|
|
<exception cref="T:System.InvalidOperationException">
|
|
<paramref name="source" /> contains no elements.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.Average``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Int32})">
|
|
<summary>Computes the average of a sequence of <see cref="T:System.Int32" /> values that are obtained by invoking a transform function on each element of the input sequence.</summary>
|
|
<returns>The average of the sequence of values.</returns>
|
|
<param name="source">A sequence of values to calculate the average of.</param>
|
|
<param name="selector">A transform function to apply to each element.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="selector" /> is null.</exception>
|
|
<exception cref="T:System.InvalidOperationException">
|
|
<paramref name="source" /> contains no elements.</exception>
|
|
<exception cref="T:System.OverflowException">The sum of the elements in the sequence is larger than <see cref="F:System.Int64.MaxValue" />.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.Average``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Int64})">
|
|
<summary>Computes the average of a sequence of <see cref="T:System.Int64" /> values that are obtained by invoking a transform function on each element of the input sequence.</summary>
|
|
<returns>The average of the sequence of values.</returns>
|
|
<param name="source">A sequence of values to calculate the average of.</param>
|
|
<param name="selector">A transform function to apply to each element.</param>
|
|
<typeparam name="TSource">The type of the elements of source.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="selector" /> is null.</exception>
|
|
<exception cref="T:System.InvalidOperationException">
|
|
<paramref name="source" /> contains no elements.</exception>
|
|
<exception cref="T:System.OverflowException">The sum of the elements in the sequence is larger than <see cref="F:System.Int64.MaxValue" />.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.Average``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Nullable{System.Decimal}})">
|
|
<summary>Computes the average of a sequence of nullable <see cref="T:System.Decimal" /> values that are obtained by invoking a transform function on each element of the input sequence.</summary>
|
|
<returns>The average of the sequence of values, or null if the source sequence is empty or contains only values that are null.</returns>
|
|
<param name="source">A sequence of values to calculate the average of.</param>
|
|
<param name="selector">A transform function to apply to each element.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="selector" /> is null.</exception>
|
|
<exception cref="T:System.OverflowException">The sum of the elements in the sequence is larger than <see cref="F:System.Decimal.MaxValue" />.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.Average``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Nullable{System.Double}})">
|
|
<summary>Computes the average of a sequence of nullable <see cref="T:System.Double" /> values that are obtained by invoking a transform function on each element of the input sequence.</summary>
|
|
<returns>The average of the sequence of values, or null if the source sequence is empty or contains only values that are null.</returns>
|
|
<param name="source">A sequence of values to calculate the average of.</param>
|
|
<param name="selector">A transform function to apply to each element.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="selector" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.Average``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Nullable{System.Int32}})">
|
|
<summary>Computes the average of a sequence of nullable <see cref="T:System.Int32" /> values that are obtained by invoking a transform function on each element of the input sequence.</summary>
|
|
<returns>The average of the sequence of values, or null if the source sequence is empty or contains only values that are null.</returns>
|
|
<param name="source">A sequence of values to calculate the average of.</param>
|
|
<param name="selector">A transform function to apply to each element.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="selector" /> is null.</exception>
|
|
<exception cref="T:System.OverflowException">The sum of the elements in the sequence is larger than <see cref="F:System.Int64.MaxValue" />.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.Average``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Nullable{System.Int64}})">
|
|
<summary>Computes the average of a sequence of nullable <see cref="T:System.Int64" /> values that are obtained by invoking a transform function on each element of the input sequence.</summary>
|
|
<returns>The average of the sequence of values, or null if the source sequence is empty or contains only values that are null.</returns>
|
|
<param name="source">A sequence of values to calculate the average of.</param>
|
|
<param name="selector">A transform function to apply to each element.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.Average``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Nullable{System.Single}})">
|
|
<summary>Computes the average of a sequence of nullable <see cref="T:System.Single" /> values that are obtained by invoking a transform function on each element of the input sequence.</summary>
|
|
<returns>The average of the sequence of values, or null if the source sequence is empty or contains only values that are null.</returns>
|
|
<param name="source">A sequence of values to calculate the average of.</param>
|
|
<param name="selector">A transform function to apply to each element.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="selector" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.Average``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Single})">
|
|
<summary>Computes the average of a sequence of <see cref="T:System.Single" /> values that are obtained by invoking a transform function on each element of the input sequence.</summary>
|
|
<returns>The average of the sequence of values.</returns>
|
|
<param name="source">A sequence of values to calculate the average of.</param>
|
|
<param name="selector">A transform function to apply to each element.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="selector" /> is null.</exception>
|
|
<exception cref="T:System.InvalidOperationException">
|
|
<paramref name="source" /> contains no elements.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.Cast``1(System.Collections.IEnumerable)">
|
|
<summary>Converts the elements of an <see cref="T:System.Collections.IEnumerable" /> to the specified type.</summary>
|
|
<returns>An <see cref="T:System.Collections.Generic.IEnumerable`1" /> that contains each element of the source sequence converted to the specified type.</returns>
|
|
<param name="source">The <see cref="T:System.Collections.IEnumerable" /> that contains the elements to be converted.</param>
|
|
<typeparam name="TResult">The type to convert the elements of <paramref name="source" /> to.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> is null.</exception>
|
|
<exception cref="T:System.InvalidCastException">An element in the sequence cannot be cast to type <paramref name="TResult" />.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.Concat``1(System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEnumerable{``0})">
|
|
<summary>Concatenates two sequences.</summary>
|
|
<returns>An <see cref="T:System.Collections.Generic.IEnumerable`1" /> that contains the concatenated elements of the two input sequences.</returns>
|
|
<param name="first">The first sequence to concatenate.</param>
|
|
<param name="second">The sequence to concatenate to the first sequence.</param>
|
|
<typeparam name="TSource">The type of the elements of the input sequences.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="first" /> or <paramref name="second" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.Contains``1(System.Collections.Generic.IEnumerable{``0},``0)">
|
|
<summary>Determines whether a sequence contains a specified element by using the default equality comparer.</summary>
|
|
<returns>true if the source sequence contains an element that has the specified value; otherwise, false.</returns>
|
|
<param name="source">A sequence in which to locate a value.</param>
|
|
<param name="value">The value to locate in the sequence.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.Contains``1(System.Collections.Generic.IEnumerable{``0},``0,System.Collections.Generic.IEqualityComparer{``0})">
|
|
<summary>Determines whether a sequence contains a specified element by using a specified <see cref="T:System.Collections.Generic.IEqualityComparer`1" />.</summary>
|
|
<returns>true if the source sequence contains an element that has the specified value; otherwise, false.</returns>
|
|
<param name="source">A sequence in which to locate a value.</param>
|
|
<param name="value">The value to locate in the sequence.</param>
|
|
<param name="comparer">An equality comparer to compare values.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.Count``1(System.Collections.Generic.IEnumerable{``0})">
|
|
<summary>Returns the number of elements in a sequence.</summary>
|
|
<returns>The number of elements in the input sequence.</returns>
|
|
<param name="source">A sequence that contains elements to be counted.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> is null.</exception>
|
|
<exception cref="T:System.OverflowException">The number of elements in <paramref name="source" /> is larger than <see cref="F:System.Int32.MaxValue" />.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.Count``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Boolean})">
|
|
<summary>Returns a number that represents how many elements in the specified sequence satisfy a condition.</summary>
|
|
<returns>A number that represents how many elements in the sequence satisfy the condition in the predicate function.</returns>
|
|
<param name="source">A sequence that contains elements to be tested and counted.</param>
|
|
<param name="predicate">A function to test each element for a condition.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="predicate" /> is null.</exception>
|
|
<exception cref="T:System.OverflowException">The number of elements in <paramref name="source" /> is larger than <see cref="F:System.Int32.MaxValue" />.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.DefaultIfEmpty``1(System.Collections.Generic.IEnumerable{``0})">
|
|
<summary>Returns the elements of the specified sequence or the type parameter's default value in a singleton collection if the sequence is empty.</summary>
|
|
<returns>An <see cref="T:System.Collections.Generic.IEnumerable`1" /> object that contains the default value for the <paramref name="TSource" /> type if <paramref name="source" /> is empty; otherwise, <paramref name="source" />.</returns>
|
|
<param name="source">The sequence to return a default value for if it is empty.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.DefaultIfEmpty``1(System.Collections.Generic.IEnumerable{``0},``0)">
|
|
<summary>Returns the elements of the specified sequence or the specified value in a singleton collection if the sequence is empty.</summary>
|
|
<returns>An <see cref="T:System.Collections.Generic.IEnumerable`1" /> that contains <paramref name="defaultValue" /> if <paramref name="source" /> is empty; otherwise, <paramref name="source" />.</returns>
|
|
<param name="source">The sequence to return the specified value for if it is empty.</param>
|
|
<param name="defaultValue">The value to return if the sequence is empty.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.Distinct``1(System.Collections.Generic.IEnumerable{``0})">
|
|
<summary>Returns distinct elements from a sequence by using the default equality comparer to compare values.</summary>
|
|
<returns>An <see cref="T:System.Collections.Generic.IEnumerable`1" /> that contains distinct elements from the source sequence.</returns>
|
|
<param name="source">The sequence to remove duplicate elements from.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.Distinct``1(System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0})">
|
|
<summary>Returns distinct elements from a sequence by using a specified <see cref="T:System.Collections.Generic.IEqualityComparer`1" /> to compare values.</summary>
|
|
<returns>An <see cref="T:System.Collections.Generic.IEnumerable`1" /> that contains distinct elements from the source sequence.</returns>
|
|
<param name="source">The sequence to remove duplicate elements from.</param>
|
|
<param name="comparer">An <see cref="T:System.Collections.Generic.IEqualityComparer`1" /> to compare values.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.ElementAt``1(System.Collections.Generic.IEnumerable{``0},System.Int32)">
|
|
<summary>Returns the element at a specified index in a sequence.</summary>
|
|
<returns>The element at the specified position in the source sequence.</returns>
|
|
<param name="source">An <see cref="T:System.Collections.Generic.IEnumerable`1" /> to return an element from.</param>
|
|
<param name="index">The zero-based index of the element to retrieve.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> is null.</exception>
|
|
<exception cref="T:System.ArgumentOutOfRangeException">
|
|
<paramref name="index" /> is less than 0 or greater than or equal to the number of elements in <paramref name="source" />.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.ElementAtOrDefault``1(System.Collections.Generic.IEnumerable{``0},System.Int32)">
|
|
<summary>Returns the element at a specified index in a sequence or a default value if the index is out of range.</summary>
|
|
<returns>default(<paramref name="TSource" />) if the index is outside the bounds of the source sequence; otherwise, the element at the specified position in the source sequence.</returns>
|
|
<param name="source">An <see cref="T:System.Collections.Generic.IEnumerable`1" /> to return an element from.</param>
|
|
<param name="index">The zero-based index of the element to retrieve.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.Empty``1">
|
|
<summary>Returns an empty <see cref="T:System.Collections.Generic.IEnumerable`1" /> that has the specified type argument.</summary>
|
|
<returns>An empty <see cref="T:System.Collections.Generic.IEnumerable`1" /> whose type argument is <paramref name="TResult" />.</returns>
|
|
<typeparam name="TResult">The type to assign to the type parameter of the returned generic <see cref="T:System.Collections.Generic.IEnumerable`1" />.</typeparam>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.Except``1(System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEnumerable{``0})">
|
|
<summary>Produces the set difference of two sequences by using the default equality comparer to compare values.</summary>
|
|
<returns>A sequence that contains the set difference of the elements of two sequences.</returns>
|
|
<param name="first">An <see cref="T:System.Collections.Generic.IEnumerable`1" /> whose elements that are not also in <paramref name="second" /> will be returned.</param>
|
|
<param name="second">An <see cref="T:System.Collections.Generic.IEnumerable`1" /> whose elements that also occur in the first sequence will cause those elements to be removed from the returned sequence.</param>
|
|
<typeparam name="TSource">The type of the elements of the input sequences.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="first" /> or <paramref name="second" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.Except``1(System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0})">
|
|
<summary>Produces the set difference of two sequences by using the specified <see cref="T:System.Collections.Generic.IEqualityComparer`1" /> to compare values.</summary>
|
|
<returns>A sequence that contains the set difference of the elements of two sequences.</returns>
|
|
<param name="first">An <see cref="T:System.Collections.Generic.IEnumerable`1" /> whose elements that are not also in <paramref name="second" /> will be returned.</param>
|
|
<param name="second">An <see cref="T:System.Collections.Generic.IEnumerable`1" /> whose elements that also occur in the first sequence will cause those elements to be removed from the returned sequence.</param>
|
|
<param name="comparer">An <see cref="T:System.Collections.Generic.IEqualityComparer`1" /> to compare values.</param>
|
|
<typeparam name="TSource">The type of the elements of the input sequences.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="first" /> or <paramref name="second" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.First``1(System.Collections.Generic.IEnumerable{``0})">
|
|
<summary>Returns the first element of a sequence.</summary>
|
|
<returns>The first element in the specified sequence.</returns>
|
|
<param name="source">The <see cref="T:System.Collections.Generic.IEnumerable`1" /> to return the first element of.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> is null.</exception>
|
|
<exception cref="T:System.InvalidOperationException">The source sequence is empty.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.First``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Boolean})">
|
|
<summary>Returns the first element in a sequence that satisfies a specified condition.</summary>
|
|
<returns>The first element in the sequence that passes the test in the specified predicate function.</returns>
|
|
<param name="source">An <see cref="T:System.Collections.Generic.IEnumerable`1" /> to return an element from.</param>
|
|
<param name="predicate">A function to test each element for a condition.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="predicate" /> is null.</exception>
|
|
<exception cref="T:System.InvalidOperationException">No element satisfies the condition in <paramref name="predicate" />.-or-The source sequence is empty.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.FirstOrDefault``1(System.Collections.Generic.IEnumerable{``0})">
|
|
<summary>Returns the first element of a sequence, or a default value if the sequence contains no elements.</summary>
|
|
<returns>default(<paramref name="TSource" />) if <paramref name="source" /> is empty; otherwise, the first element in <paramref name="source" />.</returns>
|
|
<param name="source">The <see cref="T:System.Collections.Generic.IEnumerable`1" /> to return the first element of.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.FirstOrDefault``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Boolean})">
|
|
<summary>Returns the first element of the sequence that satisfies a condition or a default value if no such element is found.</summary>
|
|
<returns>default(<paramref name="TSource" />) if <paramref name="source" /> is empty or if no element passes the test specified by <paramref name="predicate" />; otherwise, the first element in <paramref name="source" /> that passes the test specified by <paramref name="predicate" />.</returns>
|
|
<param name="source">An <see cref="T:System.Collections.Generic.IEnumerable`1" /> to return an element from.</param>
|
|
<param name="predicate">A function to test each element for a condition.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="predicate" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.GroupBy``2(System.Collections.Generic.IEnumerable{``0},System.Func{``0,``1})">
|
|
<summary>Groups the elements of a sequence according to a specified key selector function.</summary>
|
|
<returns>An IEnumerable<IGrouping<TKey, TSource>> in C# or IEnumerable(Of IGrouping(Of TKey, TSource)) in Visual Basic where each <see cref="T:System.Linq.IGrouping`2" /> object contains a sequence of objects and a key.</returns>
|
|
<param name="source">An <see cref="T:System.Collections.Generic.IEnumerable`1" /> whose elements to group.</param>
|
|
<param name="keySelector">A function to extract the key for each element.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<typeparam name="TKey">The type of the key returned by <paramref name="keySelector" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="keySelector" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.GroupBy``2(System.Collections.Generic.IEnumerable{``0},System.Func{``0,``1},System.Collections.Generic.IEqualityComparer{``1})">
|
|
<summary>Groups the elements of a sequence according to a specified key selector function and compares the keys by using a specified comparer.</summary>
|
|
<returns>An IEnumerable<IGrouping<TKey, TSource>> in C# or IEnumerable(Of IGrouping(Of TKey, TSource)) in Visual Basic where each <see cref="T:System.Linq.IGrouping`2" /> object contains a collection of objects and a key.</returns>
|
|
<param name="source">An <see cref="T:System.Collections.Generic.IEnumerable`1" /> whose elements to group.</param>
|
|
<param name="keySelector">A function to extract the key for each element.</param>
|
|
<param name="comparer">An <see cref="T:System.Collections.Generic.IEqualityComparer`1" /> to compare keys.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<typeparam name="TKey">The type of the key returned by <paramref name="keySelector" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="keySelector" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.GroupBy``3(System.Collections.Generic.IEnumerable{``0},System.Func{``0,``1},System.Func{``0,``2})">
|
|
<summary>Groups the elements of a sequence according to a specified key selector function and projects the elements for each group by using a specified function.</summary>
|
|
<returns>An IEnumerable<IGrouping<TKey, TElement>> in C# or IEnumerable(Of IGrouping(Of TKey, TElement)) in Visual Basic where each <see cref="T:System.Linq.IGrouping`2" /> object contains a collection of objects of type <paramref name="TElement" /> and a key.</returns>
|
|
<param name="source">An <see cref="T:System.Collections.Generic.IEnumerable`1" /> whose elements to group.</param>
|
|
<param name="keySelector">A function to extract the key for each element.</param>
|
|
<param name="elementSelector">A function to map each source element to an element in the <see cref="T:System.Linq.IGrouping`2" />.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<typeparam name="TKey">The type of the key returned by <paramref name="keySelector" />.</typeparam>
|
|
<typeparam name="TElement">The type of the elements in the <see cref="T:System.Linq.IGrouping`2" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="keySelector" /> or <paramref name="elementSelector" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.GroupBy``3(System.Collections.Generic.IEnumerable{``0},System.Func{``0,``1},System.Func{``0,``2},System.Collections.Generic.IEqualityComparer{``1})">
|
|
<summary>Groups the elements of a sequence according to a key selector function. The keys are compared by using a comparer and each group's elements are projected by using a specified function.</summary>
|
|
<returns>An IEnumerable<IGrouping<TKey, TElement>> in C# or IEnumerable(Of IGrouping(Of TKey, TElement)) in Visual Basic where each <see cref="T:System.Linq.IGrouping`2" /> object contains a collection of objects of type <paramref name="TElement" /> and a key.</returns>
|
|
<param name="source">An <see cref="T:System.Collections.Generic.IEnumerable`1" /> whose elements to group.</param>
|
|
<param name="keySelector">A function to extract the key for each element.</param>
|
|
<param name="elementSelector">A function to map each source element to an element in an <see cref="T:System.Linq.IGrouping`2" />.</param>
|
|
<param name="comparer">An <see cref="T:System.Collections.Generic.IEqualityComparer`1" /> to compare keys.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<typeparam name="TKey">The type of the key returned by <paramref name="keySelector" />.</typeparam>
|
|
<typeparam name="TElement">The type of the elements in the <see cref="T:System.Linq.IGrouping`2" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="keySelector" /> or <paramref name="elementSelector" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.GroupBy``4(System.Collections.Generic.IEnumerable{``0},System.Func{``0,``1},System.Func{``0,``2},System.Func{``1,System.Collections.Generic.IEnumerable{``2},``3})">
|
|
<summary>Groups the elements of a sequence according to a specified key selector function and creates a result value from each group and its key. The elements of each group are projected by using a specified function.</summary>
|
|
<returns>A collection of elements of type <paramref name="TResult" /> where each element represents a projection over a group and its key.</returns>
|
|
<param name="source">An <see cref="T:System.Collections.Generic.IEnumerable`1" /> whose elements to group.</param>
|
|
<param name="keySelector">A function to extract the key for each element.</param>
|
|
<param name="elementSelector">A function to map each source element to an element in an <see cref="T:System.Linq.IGrouping`2" />.</param>
|
|
<param name="resultSelector">A function to create a result value from each group.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<typeparam name="TKey">The type of the key returned by <paramref name="keySelector" />.</typeparam>
|
|
<typeparam name="TElement">The type of the elements in each <see cref="T:System.Linq.IGrouping`2" />.</typeparam>
|
|
<typeparam name="TResult">The type of the result value returned by <paramref name="resultSelector" />.</typeparam>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.GroupBy``4(System.Collections.Generic.IEnumerable{``0},System.Func{``0,``1},System.Func{``0,``2},System.Func{``1,System.Collections.Generic.IEnumerable{``2},``3},System.Collections.Generic.IEqualityComparer{``1})">
|
|
<summary>Groups the elements of a sequence according to a specified key selector function and creates a result value from each group and its key. Key values are compared by using a specified comparer, and the elements of each group are projected by using a specified function.</summary>
|
|
<returns>A collection of elements of type <paramref name="TResult" /> where each element represents a projection over a group and its key.</returns>
|
|
<param name="source">An <see cref="T:System.Collections.Generic.IEnumerable`1" /> whose elements to group.</param>
|
|
<param name="keySelector">A function to extract the key for each element.</param>
|
|
<param name="elementSelector">A function to map each source element to an element in an <see cref="T:System.Linq.IGrouping`2" />.</param>
|
|
<param name="resultSelector">A function to create a result value from each group.</param>
|
|
<param name="comparer">An <see cref="T:System.Collections.Generic.IEqualityComparer`1" /> to compare keys with.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<typeparam name="TKey">The type of the key returned by <paramref name="keySelector" />.</typeparam>
|
|
<typeparam name="TElement">The type of the elements in each <see cref="T:System.Linq.IGrouping`2" />.</typeparam>
|
|
<typeparam name="TResult">The type of the result value returned by <paramref name="resultSelector" />.</typeparam>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.GroupBy``3(System.Collections.Generic.IEnumerable{``0},System.Func{``0,``1},System.Func{``1,System.Collections.Generic.IEnumerable{``0},``2})">
|
|
<summary>Groups the elements of a sequence according to a specified key selector function and creates a result value from each group and its key.</summary>
|
|
<returns>A collection of elements of type <paramref name="TResult" /> where each element represents a projection over a group and its key.</returns>
|
|
<param name="source">An <see cref="T:System.Collections.Generic.IEnumerable`1" /> whose elements to group.</param>
|
|
<param name="keySelector">A function to extract the key for each element.</param>
|
|
<param name="resultSelector">A function to create a result value from each group.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<typeparam name="TKey">The type of the key returned by <paramref name="keySelector" />.</typeparam>
|
|
<typeparam name="TResult">The type of the result value returned by <paramref name="resultSelector" />.</typeparam>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.GroupBy``3(System.Collections.Generic.IEnumerable{``0},System.Func{``0,``1},System.Func{``1,System.Collections.Generic.IEnumerable{``0},``2},System.Collections.Generic.IEqualityComparer{``1})">
|
|
<summary>Groups the elements of a sequence according to a specified key selector function and creates a result value from each group and its key. The keys are compared by using a specified comparer.</summary>
|
|
<returns>A collection of elements of type <paramref name="TResult" /> where each element represents a projection over a group and its key.</returns>
|
|
<param name="source">An <see cref="T:System.Collections.Generic.IEnumerable`1" /> whose elements to group.</param>
|
|
<param name="keySelector">A function to extract the key for each element.</param>
|
|
<param name="resultSelector">A function to create a result value from each group.</param>
|
|
<param name="comparer">An <see cref="T:System.Collections.Generic.IEqualityComparer`1" /> to compare keys with.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<typeparam name="TKey">The type of the key returned by <paramref name="keySelector" />.</typeparam>
|
|
<typeparam name="TResult">The type of the result value returned by <paramref name="resultSelector" />.</typeparam>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.GroupJoin``4(System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEnumerable{``1},System.Func{``0,``2},System.Func{``1,``2},System.Func{``0,System.Collections.Generic.IEnumerable{``1},``3})">
|
|
<summary>Correlates the elements of two sequences based on equality of keys and groups the results. The default equality comparer is used to compare keys.</summary>
|
|
<returns>An <see cref="T:System.Collections.Generic.IEnumerable`1" /> that contains elements of type <paramref name="TResult" /> that are obtained by performing a grouped join on two sequences.</returns>
|
|
<param name="outer">The first sequence to join.</param>
|
|
<param name="inner">The sequence to join to the first sequence.</param>
|
|
<param name="outerKeySelector">A function to extract the join key from each element of the first sequence.</param>
|
|
<param name="innerKeySelector">A function to extract the join key from each element of the second sequence.</param>
|
|
<param name="resultSelector">A function to create a result element from an element from the first sequence and a collection of matching elements from the second sequence.</param>
|
|
<typeparam name="TOuter">The type of the elements of the first sequence.</typeparam>
|
|
<typeparam name="TInner">The type of the elements of the second sequence.</typeparam>
|
|
<typeparam name="TKey">The type of the keys returned by the key selector functions.</typeparam>
|
|
<typeparam name="TResult">The type of the result elements.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="outer" /> or <paramref name="inner" /> or <paramref name="outerKeySelector" /> or <paramref name="innerKeySelector" /> or <paramref name="resultSelector" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.GroupJoin``4(System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEnumerable{``1},System.Func{``0,``2},System.Func{``1,``2},System.Func{``0,System.Collections.Generic.IEnumerable{``1},``3},System.Collections.Generic.IEqualityComparer{``2})">
|
|
<summary>Correlates the elements of two sequences based on key equality and groups the results. A specified <see cref="T:System.Collections.Generic.IEqualityComparer`1" /> is used to compare keys.</summary>
|
|
<returns>An <see cref="T:System.Collections.Generic.IEnumerable`1" /> that contains elements of type <paramref name="TResult" /> that are obtained by performing a grouped join on two sequences.</returns>
|
|
<param name="outer">The first sequence to join.</param>
|
|
<param name="inner">The sequence to join to the first sequence.</param>
|
|
<param name="outerKeySelector">A function to extract the join key from each element of the first sequence.</param>
|
|
<param name="innerKeySelector">A function to extract the join key from each element of the second sequence.</param>
|
|
<param name="resultSelector">A function to create a result element from an element from the first sequence and a collection of matching elements from the second sequence.</param>
|
|
<param name="comparer">An <see cref="T:System.Collections.Generic.IEqualityComparer`1" /> to hash and compare keys.</param>
|
|
<typeparam name="TOuter">The type of the elements of the first sequence.</typeparam>
|
|
<typeparam name="TInner">The type of the elements of the second sequence.</typeparam>
|
|
<typeparam name="TKey">The type of the keys returned by the key selector functions.</typeparam>
|
|
<typeparam name="TResult">The type of the result elements.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="outer" /> or <paramref name="inner" /> or <paramref name="outerKeySelector" /> or <paramref name="innerKeySelector" /> or <paramref name="resultSelector" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.Intersect``1(System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEnumerable{``0})">
|
|
<summary>Produces the set intersection of two sequences by using the default equality comparer to compare values.</summary>
|
|
<returns>A sequence that contains the elements that form the set intersection of two sequences.</returns>
|
|
<param name="first">An <see cref="T:System.Collections.Generic.IEnumerable`1" /> whose distinct elements that also appear in <paramref name="second" /> will be returned.</param>
|
|
<param name="second">An <see cref="T:System.Collections.Generic.IEnumerable`1" /> whose distinct elements that also appear in the first sequence will be returned.</param>
|
|
<typeparam name="TSource">The type of the elements of the input sequences.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="first" /> or <paramref name="second" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.Intersect``1(System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0})">
|
|
<summary>Produces the set intersection of two sequences by using the specified <see cref="T:System.Collections.Generic.IEqualityComparer`1" /> to compare values.</summary>
|
|
<returns>A sequence that contains the elements that form the set intersection of two sequences.</returns>
|
|
<param name="first">An <see cref="T:System.Collections.Generic.IEnumerable`1" /> whose distinct elements that also appear in <paramref name="second" /> will be returned.</param>
|
|
<param name="second">An <see cref="T:System.Collections.Generic.IEnumerable`1" /> whose distinct elements that also appear in the first sequence will be returned.</param>
|
|
<param name="comparer">An <see cref="T:System.Collections.Generic.IEqualityComparer`1" /> to compare values.</param>
|
|
<typeparam name="TSource">The type of the elements of the input sequences.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="first" /> or <paramref name="second" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.Join``4(System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEnumerable{``1},System.Func{``0,``2},System.Func{``1,``2},System.Func{``0,``1,``3})">
|
|
<summary>Correlates the elements of two sequences based on matching keys. The default equality comparer is used to compare keys.</summary>
|
|
<returns>An <see cref="T:System.Collections.Generic.IEnumerable`1" /> that has elements of type <paramref name="TResult" /> that are obtained by performing an inner join on two sequences.</returns>
|
|
<param name="outer">The first sequence to join.</param>
|
|
<param name="inner">The sequence to join to the first sequence.</param>
|
|
<param name="outerKeySelector">A function to extract the join key from each element of the first sequence.</param>
|
|
<param name="innerKeySelector">A function to extract the join key from each element of the second sequence.</param>
|
|
<param name="resultSelector">A function to create a result element from two matching elements.</param>
|
|
<typeparam name="TOuter">The type of the elements of the first sequence.</typeparam>
|
|
<typeparam name="TInner">The type of the elements of the second sequence.</typeparam>
|
|
<typeparam name="TKey">The type of the keys returned by the key selector functions.</typeparam>
|
|
<typeparam name="TResult">The type of the result elements.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="outer" /> or <paramref name="inner" /> or <paramref name="outerKeySelector" /> or <paramref name="innerKeySelector" /> or <paramref name="resultSelector" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.Join``4(System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEnumerable{``1},System.Func{``0,``2},System.Func{``1,``2},System.Func{``0,``1,``3},System.Collections.Generic.IEqualityComparer{``2})">
|
|
<summary>Correlates the elements of two sequences based on matching keys. A specified <see cref="T:System.Collections.Generic.IEqualityComparer`1" /> is used to compare keys.</summary>
|
|
<returns>An <see cref="T:System.Collections.Generic.IEnumerable`1" /> that has elements of type <paramref name="TResult" /> that are obtained by performing an inner join on two sequences.</returns>
|
|
<param name="outer">The first sequence to join.</param>
|
|
<param name="inner">The sequence to join to the first sequence.</param>
|
|
<param name="outerKeySelector">A function to extract the join key from each element of the first sequence.</param>
|
|
<param name="innerKeySelector">A function to extract the join key from each element of the second sequence.</param>
|
|
<param name="resultSelector">A function to create a result element from two matching elements.</param>
|
|
<param name="comparer">An <see cref="T:System.Collections.Generic.IEqualityComparer`1" /> to hash and compare keys.</param>
|
|
<typeparam name="TOuter">The type of the elements of the first sequence.</typeparam>
|
|
<typeparam name="TInner">The type of the elements of the second sequence.</typeparam>
|
|
<typeparam name="TKey">The type of the keys returned by the key selector functions.</typeparam>
|
|
<typeparam name="TResult">The type of the result elements.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="outer" /> or <paramref name="inner" /> or <paramref name="outerKeySelector" /> or <paramref name="innerKeySelector" /> or <paramref name="resultSelector" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.Last``1(System.Collections.Generic.IEnumerable{``0})">
|
|
<summary>Returns the last element of a sequence.</summary>
|
|
<returns>The value at the last position in the source sequence.</returns>
|
|
<param name="source">An <see cref="T:System.Collections.Generic.IEnumerable`1" /> to return the last element of.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> is null.</exception>
|
|
<exception cref="T:System.InvalidOperationException">The source sequence is empty.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.Last``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Boolean})">
|
|
<summary>Returns the last element of a sequence that satisfies a specified condition.</summary>
|
|
<returns>The last element in the sequence that passes the test in the specified predicate function.</returns>
|
|
<param name="source">An <see cref="T:System.Collections.Generic.IEnumerable`1" /> to return an element from.</param>
|
|
<param name="predicate">A function to test each element for a condition.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="predicate" /> is null.</exception>
|
|
<exception cref="T:System.InvalidOperationException">No element satisfies the condition in <paramref name="predicate" />.-or-The source sequence is empty.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.LastOrDefault``1(System.Collections.Generic.IEnumerable{``0})">
|
|
<summary>Returns the last element of a sequence, or a default value if the sequence contains no elements.</summary>
|
|
<returns>default(<paramref name="TSource" />) if the source sequence is empty; otherwise, the last element in the <see cref="T:System.Collections.Generic.IEnumerable`1" />.</returns>
|
|
<param name="source">An <see cref="T:System.Collections.Generic.IEnumerable`1" /> to return the last element of.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.LastOrDefault``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Boolean})">
|
|
<summary>Returns the last element of a sequence that satisfies a condition or a default value if no such element is found.</summary>
|
|
<returns>default(<paramref name="TSource" />) if the sequence is empty or if no elements pass the test in the predicate function; otherwise, the last element that passes the test in the predicate function.</returns>
|
|
<param name="source">An <see cref="T:System.Collections.Generic.IEnumerable`1" /> to return an element from.</param>
|
|
<param name="predicate">A function to test each element for a condition.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="predicate" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.LongCount``1(System.Collections.Generic.IEnumerable{``0})">
|
|
<summary>Returns an <see cref="T:System.Int64" /> that represents the total number of elements in a sequence.</summary>
|
|
<returns>The number of elements in the source sequence.</returns>
|
|
<param name="source">An <see cref="T:System.Collections.Generic.IEnumerable`1" /> that contains the elements to be counted.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> is null.</exception>
|
|
<exception cref="T:System.OverflowException">The number of elements exceeds <see cref="F:System.Int64.MaxValue" />.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.LongCount``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Boolean})">
|
|
<summary>Returns an <see cref="T:System.Int64" /> that represents how many elements in a sequence satisfy a condition.</summary>
|
|
<returns>A number that represents how many elements in the sequence satisfy the condition in the predicate function.</returns>
|
|
<param name="source">An <see cref="T:System.Collections.Generic.IEnumerable`1" /> that contains the elements to be counted.</param>
|
|
<param name="predicate">A function to test each element for a condition.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="predicate" /> is null.</exception>
|
|
<exception cref="T:System.OverflowException">The number of matching elements exceeds <see cref="F:System.Int64.MaxValue" />.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.Max(System.Collections.Generic.IEnumerable{System.Decimal})">
|
|
<summary>Returns the maximum value in a sequence of <see cref="T:System.Decimal" /> values.</summary>
|
|
<returns>The maximum value in the sequence.</returns>
|
|
<param name="source">A sequence of <see cref="T:System.Decimal" /> values to determine the maximum value of.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> is null.</exception>
|
|
<exception cref="T:System.InvalidOperationException">
|
|
<paramref name="source" /> contains no elements.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.Max(System.Collections.Generic.IEnumerable{System.Double})">
|
|
<summary>Returns the maximum value in a sequence of <see cref="T:System.Double" /> values.</summary>
|
|
<returns>The maximum value in the sequence.</returns>
|
|
<param name="source">A sequence of <see cref="T:System.Double" /> values to determine the maximum value of.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> is null.</exception>
|
|
<exception cref="T:System.InvalidOperationException">
|
|
<paramref name="source" /> contains no elements.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.Max(System.Collections.Generic.IEnumerable{System.Int32})">
|
|
<summary>Returns the maximum value in a sequence of <see cref="T:System.Int32" /> values.</summary>
|
|
<returns>The maximum value in the sequence.</returns>
|
|
<param name="source">A sequence of <see cref="T:System.Int32" /> values to determine the maximum value of.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> is null.</exception>
|
|
<exception cref="T:System.InvalidOperationException">
|
|
<paramref name="source" /> contains no elements.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.Max(System.Collections.Generic.IEnumerable{System.Int64})">
|
|
<summary>Returns the maximum value in a sequence of <see cref="T:System.Int64" /> values.</summary>
|
|
<returns>The maximum value in the sequence.</returns>
|
|
<param name="source">A sequence of <see cref="T:System.Int64" /> values to determine the maximum value of.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> is null.</exception>
|
|
<exception cref="T:System.InvalidOperationException">
|
|
<paramref name="source" /> contains no elements.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.Max(System.Collections.Generic.IEnumerable{System.Nullable{System.Decimal}})">
|
|
<summary>Returns the maximum value in a sequence of nullable <see cref="T:System.Decimal" /> values.</summary>
|
|
<returns>A value of type Nullable<Decimal> in C# or Nullable(Of Decimal) in Visual Basic that corresponds to the maximum value in the sequence. </returns>
|
|
<param name="source">A sequence of nullable <see cref="T:System.Decimal" /> values to determine the maximum value of.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.Max(System.Collections.Generic.IEnumerable{System.Nullable{System.Double}})">
|
|
<summary>Returns the maximum value in a sequence of nullable <see cref="T:System.Double" /> values.</summary>
|
|
<returns>A value of type Nullable<Double> in C# or Nullable(Of Double) in Visual Basic that corresponds to the maximum value in the sequence.</returns>
|
|
<param name="source">A sequence of nullable <see cref="T:System.Double" /> values to determine the maximum value of.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.Max(System.Collections.Generic.IEnumerable{System.Nullable{System.Int32}})">
|
|
<summary>Returns the maximum value in a sequence of nullable <see cref="T:System.Int32" /> values.</summary>
|
|
<returns>A value of type Nullable<Int32> in C# or Nullable(Of Int32) in Visual Basic that corresponds to the maximum value in the sequence. </returns>
|
|
<param name="source">A sequence of nullable <see cref="T:System.Int32" /> values to determine the maximum value of.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.Max(System.Collections.Generic.IEnumerable{System.Nullable{System.Int64}})">
|
|
<summary>Returns the maximum value in a sequence of nullable <see cref="T:System.Int64" /> values.</summary>
|
|
<returns>A value of type Nullable<Int64> in C# or Nullable(Of Int64) in Visual Basic that corresponds to the maximum value in the sequence. </returns>
|
|
<param name="source">A sequence of nullable <see cref="T:System.Int64" /> values to determine the maximum value of.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.Max(System.Collections.Generic.IEnumerable{System.Nullable{System.Single}})">
|
|
<summary>Returns the maximum value in a sequence of nullable <see cref="T:System.Single" /> values.</summary>
|
|
<returns>A value of type Nullable<Single> in C# or Nullable(Of Single) in Visual Basic that corresponds to the maximum value in the sequence.</returns>
|
|
<param name="source">A sequence of nullable <see cref="T:System.Single" /> values to determine the maximum value of.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.Max(System.Collections.Generic.IEnumerable{System.Single})">
|
|
<summary>Returns the maximum value in a sequence of <see cref="T:System.Single" /> values.</summary>
|
|
<returns>The maximum value in the sequence.</returns>
|
|
<param name="source">A sequence of <see cref="T:System.Single" /> values to determine the maximum value of.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> is null.</exception>
|
|
<exception cref="T:System.InvalidOperationException">
|
|
<paramref name="source" /> contains no elements.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.Max``1(System.Collections.Generic.IEnumerable{``0})">
|
|
<summary>Returns the maximum value in a generic sequence.</summary>
|
|
<returns>The maximum value in the sequence.</returns>
|
|
<param name="source">A sequence of values to determine the maximum value of.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.Max``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Decimal})">
|
|
<summary>Invokes a transform function on each element of a sequence and returns the maximum <see cref="T:System.Decimal" /> value.</summary>
|
|
<returns>The maximum value in the sequence.</returns>
|
|
<param name="source">A sequence of values to determine the maximum value of.</param>
|
|
<param name="selector">A transform function to apply to each element.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="selector" /> is null.</exception>
|
|
<exception cref="T:System.InvalidOperationException">
|
|
<paramref name="source" /> contains no elements.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.Max``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Double})">
|
|
<summary>Invokes a transform function on each element of a sequence and returns the maximum <see cref="T:System.Double" /> value.</summary>
|
|
<returns>The maximum value in the sequence.</returns>
|
|
<param name="source">A sequence of values to determine the maximum value of.</param>
|
|
<param name="selector">A transform function to apply to each element.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="selector" /> is null.</exception>
|
|
<exception cref="T:System.InvalidOperationException">
|
|
<paramref name="source" /> contains no elements.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.Max``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Int32})">
|
|
<summary>Invokes a transform function on each element of a sequence and returns the maximum <see cref="T:System.Int32" /> value.</summary>
|
|
<returns>The maximum value in the sequence.</returns>
|
|
<param name="source">A sequence of values to determine the maximum value of.</param>
|
|
<param name="selector">A transform function to apply to each element.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="selector" /> is null.</exception>
|
|
<exception cref="T:System.InvalidOperationException">
|
|
<paramref name="source" /> contains no elements.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.Max``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Int64})">
|
|
<summary>Invokes a transform function on each element of a sequence and returns the maximum <see cref="T:System.Int64" /> value.</summary>
|
|
<returns>The maximum value in the sequence.</returns>
|
|
<param name="source">A sequence of values to determine the maximum value of.</param>
|
|
<param name="selector">A transform function to apply to each element.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="selector" /> is null.</exception>
|
|
<exception cref="T:System.InvalidOperationException">
|
|
<paramref name="source" /> contains no elements.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.Max``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Nullable{System.Decimal}})">
|
|
<summary>Invokes a transform function on each element of a sequence and returns the maximum nullable <see cref="T:System.Decimal" /> value.</summary>
|
|
<returns>The value of type Nullable<Decimal> in C# or Nullable(Of Decimal) in Visual Basic that corresponds to the maximum value in the sequence.</returns>
|
|
<param name="source">A sequence of values to determine the maximum value of.</param>
|
|
<param name="selector">A transform function to apply to each element.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="selector" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.Max``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Nullable{System.Double}})">
|
|
<summary>Invokes a transform function on each element of a sequence and returns the maximum nullable <see cref="T:System.Double" /> value.</summary>
|
|
<returns>The value of type Nullable<Double> in C# or Nullable(Of Double) in Visual Basic that corresponds to the maximum value in the sequence.</returns>
|
|
<param name="source">A sequence of values to determine the maximum value of.</param>
|
|
<param name="selector">A transform function to apply to each element.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="selector" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.Max``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Nullable{System.Int32}})">
|
|
<summary>Invokes a transform function on each element of a sequence and returns the maximum nullable <see cref="T:System.Int32" /> value.</summary>
|
|
<returns>The value of type Nullable<Int32> in C# or Nullable(Of Int32) in Visual Basic that corresponds to the maximum value in the sequence.</returns>
|
|
<param name="source">A sequence of values to determine the maximum value of.</param>
|
|
<param name="selector">A transform function to apply to each element.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="selector" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.Max``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Nullable{System.Int64}})">
|
|
<summary>Invokes a transform function on each element of a sequence and returns the maximum nullable <see cref="T:System.Int64" /> value.</summary>
|
|
<returns>The value of type Nullable<Int64> in C# or Nullable(Of Int64) in Visual Basic that corresponds to the maximum value in the sequence.</returns>
|
|
<param name="source">A sequence of values to determine the maximum value of.</param>
|
|
<param name="selector">A transform function to apply to each element.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="selector" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.Max``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Nullable{System.Single}})">
|
|
<summary>Invokes a transform function on each element of a sequence and returns the maximum nullable <see cref="T:System.Single" /> value.</summary>
|
|
<returns>The value of type Nullable<Single> in C# or Nullable(Of Single) in Visual Basic that corresponds to the maximum value in the sequence.</returns>
|
|
<param name="source">A sequence of values to determine the maximum value of.</param>
|
|
<param name="selector">A transform function to apply to each element.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="selector" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.Max``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Single})">
|
|
<summary>Invokes a transform function on each element of a sequence and returns the maximum <see cref="T:System.Single" /> value.</summary>
|
|
<returns>The maximum value in the sequence.</returns>
|
|
<param name="source">A sequence of values to determine the maximum value of.</param>
|
|
<param name="selector">A transform function to apply to each element.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="selector" /> is null.</exception>
|
|
<exception cref="T:System.InvalidOperationException">
|
|
<paramref name="source" /> contains no elements.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.Max``2(System.Collections.Generic.IEnumerable{``0},System.Func{``0,``1})">
|
|
<summary>Invokes a transform function on each element of a generic sequence and returns the maximum resulting value.</summary>
|
|
<returns>The maximum value in the sequence.</returns>
|
|
<param name="source">A sequence of values to determine the maximum value of.</param>
|
|
<param name="selector">A transform function to apply to each element.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<typeparam name="TResult">The type of the value returned by <paramref name="selector" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="selector" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.Min(System.Collections.Generic.IEnumerable{System.Decimal})">
|
|
<summary>Returns the minimum value in a sequence of <see cref="T:System.Decimal" /> values.</summary>
|
|
<returns>The minimum value in the sequence.</returns>
|
|
<param name="source">A sequence of <see cref="T:System.Decimal" /> values to determine the minimum value of.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> is null.</exception>
|
|
<exception cref="T:System.InvalidOperationException">
|
|
<paramref name="source" /> contains no elements.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.Min(System.Collections.Generic.IEnumerable{System.Double})">
|
|
<summary>Returns the minimum value in a sequence of <see cref="T:System.Double" /> values.</summary>
|
|
<returns>The minimum value in the sequence.</returns>
|
|
<param name="source">A sequence of <see cref="T:System.Double" /> values to determine the minimum value of.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> is null.</exception>
|
|
<exception cref="T:System.InvalidOperationException">
|
|
<paramref name="source" /> contains no elements.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.Min(System.Collections.Generic.IEnumerable{System.Int32})">
|
|
<summary>Returns the minimum value in a sequence of <see cref="T:System.Int32" /> values.</summary>
|
|
<returns>The minimum value in the sequence.</returns>
|
|
<param name="source">A sequence of <see cref="T:System.Int32" /> values to determine the minimum value of.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> is null.</exception>
|
|
<exception cref="T:System.InvalidOperationException">
|
|
<paramref name="source" /> contains no elements.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.Min(System.Collections.Generic.IEnumerable{System.Int64})">
|
|
<summary>Returns the minimum value in a sequence of <see cref="T:System.Int64" /> values.</summary>
|
|
<returns>The minimum value in the sequence.</returns>
|
|
<param name="source">A sequence of <see cref="T:System.Int64" /> values to determine the minimum value of.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> is null.</exception>
|
|
<exception cref="T:System.InvalidOperationException">
|
|
<paramref name="source" /> contains no elements.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.Min(System.Collections.Generic.IEnumerable{System.Nullable{System.Decimal}})">
|
|
<summary>Returns the minimum value in a sequence of nullable <see cref="T:System.Decimal" /> values.</summary>
|
|
<returns>A value of type Nullable<Decimal> in C# or Nullable(Of Decimal) in Visual Basic that corresponds to the minimum value in the sequence.</returns>
|
|
<param name="source">A sequence of nullable <see cref="T:System.Decimal" /> values to determine the minimum value of.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.Min(System.Collections.Generic.IEnumerable{System.Nullable{System.Double}})">
|
|
<summary>Returns the minimum value in a sequence of nullable <see cref="T:System.Double" /> values.</summary>
|
|
<returns>A value of type Nullable<Double> in C# or Nullable(Of Double) in Visual Basic that corresponds to the minimum value in the sequence.</returns>
|
|
<param name="source">A sequence of nullable <see cref="T:System.Double" /> values to determine the minimum value of.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.Min(System.Collections.Generic.IEnumerable{System.Nullable{System.Int32}})">
|
|
<summary>Returns the minimum value in a sequence of nullable <see cref="T:System.Int32" /> values.</summary>
|
|
<returns>A value of type Nullable<Int32> in C# or Nullable(Of Int32) in Visual Basic that corresponds to the minimum value in the sequence.</returns>
|
|
<param name="source">A sequence of nullable <see cref="T:System.Int32" /> values to determine the minimum value of.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.Min(System.Collections.Generic.IEnumerable{System.Nullable{System.Int64}})">
|
|
<summary>Returns the minimum value in a sequence of nullable <see cref="T:System.Int64" /> values.</summary>
|
|
<returns>A value of type Nullable<Int64> in C# or Nullable(Of Int64) in Visual Basic that corresponds to the minimum value in the sequence.</returns>
|
|
<param name="source">A sequence of nullable <see cref="T:System.Int64" /> values to determine the minimum value of.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.Min(System.Collections.Generic.IEnumerable{System.Nullable{System.Single}})">
|
|
<summary>Returns the minimum value in a sequence of nullable <see cref="T:System.Single" /> values.</summary>
|
|
<returns>A value of type Nullable<Single> in C# or Nullable(Of Single) in Visual Basic that corresponds to the minimum value in the sequence.</returns>
|
|
<param name="source">A sequence of nullable <see cref="T:System.Single" /> values to determine the minimum value of.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.Min(System.Collections.Generic.IEnumerable{System.Single})">
|
|
<summary>Returns the minimum value in a sequence of <see cref="T:System.Single" /> values.</summary>
|
|
<returns>The minimum value in the sequence.</returns>
|
|
<param name="source">A sequence of <see cref="T:System.Single" /> values to determine the minimum value of.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> is null.</exception>
|
|
<exception cref="T:System.InvalidOperationException">
|
|
<paramref name="source" /> contains no elements.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.Min``1(System.Collections.Generic.IEnumerable{``0})">
|
|
<summary>Returns the minimum value in a generic sequence.</summary>
|
|
<returns>The minimum value in the sequence.</returns>
|
|
<param name="source">A sequence of values to determine the minimum value of.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.Min``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Decimal})">
|
|
<summary>Invokes a transform function on each element of a sequence and returns the minimum <see cref="T:System.Decimal" /> value.</summary>
|
|
<returns>The minimum value in the sequence.</returns>
|
|
<param name="source">A sequence of values to determine the minimum value of.</param>
|
|
<param name="selector">A transform function to apply to each element.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="selector" /> is null.</exception>
|
|
<exception cref="T:System.InvalidOperationException">
|
|
<paramref name="source" /> contains no elements.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.Min``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Double})">
|
|
<summary>Invokes a transform function on each element of a sequence and returns the minimum <see cref="T:System.Double" /> value.</summary>
|
|
<returns>The minimum value in the sequence.</returns>
|
|
<param name="source">A sequence of values to determine the minimum value of.</param>
|
|
<param name="selector">A transform function to apply to each element.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="selector" /> is null.</exception>
|
|
<exception cref="T:System.InvalidOperationException">
|
|
<paramref name="source" /> contains no elements.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.Min``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Int32})">
|
|
<summary>Invokes a transform function on each element of a sequence and returns the minimum <see cref="T:System.Int32" /> value.</summary>
|
|
<returns>The minimum value in the sequence.</returns>
|
|
<param name="source">A sequence of values to determine the minimum value of.</param>
|
|
<param name="selector">A transform function to apply to each element.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="selector" /> is null.</exception>
|
|
<exception cref="T:System.InvalidOperationException">
|
|
<paramref name="source" /> contains no elements.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.Min``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Int64})">
|
|
<summary>Invokes a transform function on each element of a sequence and returns the minimum <see cref="T:System.Int64" /> value.</summary>
|
|
<returns>The minimum value in the sequence.</returns>
|
|
<param name="source">A sequence of values to determine the minimum value of.</param>
|
|
<param name="selector">A transform function to apply to each element.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="selector" /> is null.</exception>
|
|
<exception cref="T:System.InvalidOperationException">
|
|
<paramref name="source" /> contains no elements.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.Min``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Nullable{System.Decimal}})">
|
|
<summary>Invokes a transform function on each element of a sequence and returns the minimum nullable <see cref="T:System.Decimal" /> value.</summary>
|
|
<returns>The value of type Nullable<Decimal> in C# or Nullable(Of Decimal) in Visual Basic that corresponds to the minimum value in the sequence.</returns>
|
|
<param name="source">A sequence of values to determine the minimum value of.</param>
|
|
<param name="selector">A transform function to apply to each element.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="selector" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.Min``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Nullable{System.Double}})">
|
|
<summary>Invokes a transform function on each element of a sequence and returns the minimum nullable <see cref="T:System.Double" /> value.</summary>
|
|
<returns>The value of type Nullable<Double> in C# or Nullable(Of Double) in Visual Basic that corresponds to the minimum value in the sequence.</returns>
|
|
<param name="source">A sequence of values to determine the minimum value of.</param>
|
|
<param name="selector">A transform function to apply to each element.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="selector" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.Min``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Nullable{System.Int32}})">
|
|
<summary>Invokes a transform function on each element of a sequence and returns the minimum nullable <see cref="T:System.Int32" /> value.</summary>
|
|
<returns>The value of type Nullable<Int32> in C# or Nullable(Of Int32) in Visual Basic that corresponds to the minimum value in the sequence.</returns>
|
|
<param name="source">A sequence of values to determine the minimum value of.</param>
|
|
<param name="selector">A transform function to apply to each element.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="selector" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.Min``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Nullable{System.Int64}})">
|
|
<summary>Invokes a transform function on each element of a sequence and returns the minimum nullable <see cref="T:System.Int64" /> value.</summary>
|
|
<returns>The value of type Nullable<Int64> in C# or Nullable(Of Int64) in Visual Basic that corresponds to the minimum value in the sequence.</returns>
|
|
<param name="source">A sequence of values to determine the minimum value of.</param>
|
|
<param name="selector">A transform function to apply to each element.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="selector" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.Min``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Nullable{System.Single}})">
|
|
<summary>Invokes a transform function on each element of a sequence and returns the minimum nullable <see cref="T:System.Single" /> value.</summary>
|
|
<returns>The value of type Nullable<Single> in C# or Nullable(Of Single) in Visual Basic that corresponds to the minimum value in the sequence.</returns>
|
|
<param name="source">A sequence of values to determine the minimum value of.</param>
|
|
<param name="selector">A transform function to apply to each element.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="selector" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.Min``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Single})">
|
|
<summary>Invokes a transform function on each element of a sequence and returns the minimum <see cref="T:System.Single" /> value.</summary>
|
|
<returns>The minimum value in the sequence.</returns>
|
|
<param name="source">A sequence of values to determine the minimum value of.</param>
|
|
<param name="selector">A transform function to apply to each element.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="selector" /> is null.</exception>
|
|
<exception cref="T:System.InvalidOperationException">
|
|
<paramref name="source" /> contains no elements.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.Min``2(System.Collections.Generic.IEnumerable{``0},System.Func{``0,``1})">
|
|
<summary>Invokes a transform function on each element of a generic sequence and returns the minimum resulting value.</summary>
|
|
<returns>The minimum value in the sequence.</returns>
|
|
<param name="source">A sequence of values to determine the minimum value of.</param>
|
|
<param name="selector">A transform function to apply to each element.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<typeparam name="TResult">The type of the value returned by <paramref name="selector" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="selector" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.OfType``1(System.Collections.IEnumerable)">
|
|
<summary>Filters the elements of an <see cref="T:System.Collections.IEnumerable" /> based on a specified type.</summary>
|
|
<returns>An <see cref="T:System.Collections.Generic.IEnumerable`1" /> that contains elements from the input sequence of type <paramref name="TResult" />.</returns>
|
|
<param name="source">The <see cref="T:System.Collections.IEnumerable" /> whose elements to filter.</param>
|
|
<typeparam name="TResult">The type to filter the elements of the sequence on.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.OrderBy``2(System.Collections.Generic.IEnumerable{``0},System.Func{``0,``1})">
|
|
<summary>Sorts the elements of a sequence in ascending order according to a key.</summary>
|
|
<returns>An <see cref="T:System.Linq.IOrderedEnumerable`1" /> whose elements are sorted according to a key.</returns>
|
|
<param name="source">A sequence of values to order.</param>
|
|
<param name="keySelector">A function to extract a key from an element.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<typeparam name="TKey">The type of the key returned by <paramref name="keySelector" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="keySelector" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.OrderBy``2(System.Collections.Generic.IEnumerable{``0},System.Func{``0,``1},System.Collections.Generic.IComparer{``1})">
|
|
<summary>Sorts the elements of a sequence in ascending order by using a specified comparer.</summary>
|
|
<returns>An <see cref="T:System.Linq.IOrderedEnumerable`1" /> whose elements are sorted according to a key.</returns>
|
|
<param name="source">A sequence of values to order.</param>
|
|
<param name="keySelector">A function to extract a key from an element.</param>
|
|
<param name="comparer">An <see cref="T:System.Collections.Generic.IComparer`1" /> to compare keys.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<typeparam name="TKey">The type of the key returned by <paramref name="keySelector" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="keySelector" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.OrderByDescending``2(System.Collections.Generic.IEnumerable{``0},System.Func{``0,``1})">
|
|
<summary>Sorts the elements of a sequence in descending order according to a key.</summary>
|
|
<returns>An <see cref="T:System.Linq.IOrderedEnumerable`1" /> whose elements are sorted in descending order according to a key.</returns>
|
|
<param name="source">A sequence of values to order.</param>
|
|
<param name="keySelector">A function to extract a key from an element.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<typeparam name="TKey">The type of the key returned by <paramref name="keySelector" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="keySelector" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.OrderByDescending``2(System.Collections.Generic.IEnumerable{``0},System.Func{``0,``1},System.Collections.Generic.IComparer{``1})">
|
|
<summary>Sorts the elements of a sequence in descending order by using a specified comparer.</summary>
|
|
<returns>An <see cref="T:System.Linq.IOrderedEnumerable`1" /> whose elements are sorted in descending order according to a key.</returns>
|
|
<param name="source">A sequence of values to order.</param>
|
|
<param name="keySelector">A function to extract a key from an element.</param>
|
|
<param name="comparer">An <see cref="T:System.Collections.Generic.IComparer`1" /> to compare keys.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<typeparam name="TKey">The type of the key returned by <paramref name="keySelector" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="keySelector" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.Range(System.Int32,System.Int32)">
|
|
<summary>Generates a sequence of integral numbers within a specified range.</summary>
|
|
<returns>An IEnumerable<Int32> in C# or IEnumerable(Of Int32) in Visual Basic that contains a range of sequential integral numbers.</returns>
|
|
<param name="start">The value of the first integer in the sequence.</param>
|
|
<param name="count">The number of sequential integers to generate.</param>
|
|
<exception cref="T:System.ArgumentOutOfRangeException">
|
|
<paramref name="count" /> is less than 0.-or-<paramref name="start" /> + <paramref name="count" /> -1 is larger than <see cref="F:System.Int32.MaxValue" />.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.Repeat``1(``0,System.Int32)">
|
|
<summary>Generates a sequence that contains one repeated value.</summary>
|
|
<returns>An <see cref="T:System.Collections.Generic.IEnumerable`1" /> that contains a repeated value.</returns>
|
|
<param name="element">The value to be repeated.</param>
|
|
<param name="count">The number of times to repeat the value in the generated sequence.</param>
|
|
<typeparam name="TResult">The type of the value to be repeated in the result sequence.</typeparam>
|
|
<exception cref="T:System.ArgumentOutOfRangeException">
|
|
<paramref name="count" /> is less than 0.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.Reverse``1(System.Collections.Generic.IEnumerable{``0})">
|
|
<summary>Inverts the order of the elements in a sequence.</summary>
|
|
<returns>A sequence whose elements correspond to those of the input sequence in reverse order.</returns>
|
|
<param name="source">A sequence of values to reverse.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.Select``2(System.Collections.Generic.IEnumerable{``0},System.Func{``0,``1})">
|
|
<summary>Projects each element of a sequence into a new form.</summary>
|
|
<returns>An <see cref="T:System.Collections.Generic.IEnumerable`1" /> whose elements are the result of invoking the transform function on each element of <paramref name="source" />.</returns>
|
|
<param name="source">A sequence of values to invoke a transform function on.</param>
|
|
<param name="selector">A transform function to apply to each element.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<typeparam name="TResult">The type of the value returned by <paramref name="selector" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="selector" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.Select``2(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Int32,``1})">
|
|
<summary>Projects each element of a sequence into a new form by incorporating the element's index.</summary>
|
|
<returns>An <see cref="T:System.Collections.Generic.IEnumerable`1" /> whose elements are the result of invoking the transform function on each element of <paramref name="source" />.</returns>
|
|
<param name="source">A sequence of values to invoke a transform function on.</param>
|
|
<param name="selector">A transform function to apply to each source element; the second parameter of the function represents the index of the source element.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<typeparam name="TResult">The type of the value returned by <paramref name="selector" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="selector" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.SelectMany``3(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Collections.Generic.IEnumerable{``1}},System.Func{``0,``1,``2})">
|
|
<summary>Projects each element of a sequence to an <see cref="T:System.Collections.Generic.IEnumerable`1" />, flattens the resulting sequences into one sequence, and invokes a result selector function on each element therein.</summary>
|
|
<returns>An <see cref="T:System.Collections.Generic.IEnumerable`1" /> whose elements are the result of invoking the one-to-many transform function <paramref name="collectionSelector" /> on each element of <paramref name="source" /> and then mapping each of those sequence elements and their corresponding source element to a result element.</returns>
|
|
<param name="source">A sequence of values to project.</param>
|
|
<param name="collectionSelector">A transform function to apply to each element of the input sequence.</param>
|
|
<param name="resultSelector">A transform function to apply to each element of the intermediate sequence.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<typeparam name="TCollection">The type of the intermediate elements collected by <paramref name="collectionSelector" />.</typeparam>
|
|
<typeparam name="TResult">The type of the elements of the resulting sequence.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="collectionSelector" /> or <paramref name="resultSelector" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.SelectMany``2(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Collections.Generic.IEnumerable{``1}})">
|
|
<summary>Projects each element of a sequence to an <see cref="T:System.Collections.Generic.IEnumerable`1" /> and flattens the resulting sequences into one sequence.</summary>
|
|
<returns>An <see cref="T:System.Collections.Generic.IEnumerable`1" /> whose elements are the result of invoking the one-to-many transform function on each element of the input sequence.</returns>
|
|
<param name="source">A sequence of values to project.</param>
|
|
<param name="selector">A transform function to apply to each element.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<typeparam name="TResult">The type of the elements of the sequence returned by <paramref name="selector" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="selector" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.SelectMany``3(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Int32,System.Collections.Generic.IEnumerable{``1}},System.Func{``0,``1,``2})">
|
|
<summary>Projects each element of a sequence to an <see cref="T:System.Collections.Generic.IEnumerable`1" />, flattens the resulting sequences into one sequence, and invokes a result selector function on each element therein. The index of each source element is used in the intermediate projected form of that element.</summary>
|
|
<returns>An <see cref="T:System.Collections.Generic.IEnumerable`1" /> whose elements are the result of invoking the one-to-many transform function <paramref name="collectionSelector" /> on each element of <paramref name="source" /> and then mapping each of those sequence elements and their corresponding source element to a result element.</returns>
|
|
<param name="source">A sequence of values to project.</param>
|
|
<param name="collectionSelector">A transform function to apply to each source element; the second parameter of the function represents the index of the source element.</param>
|
|
<param name="resultSelector">A transform function to apply to each element of the intermediate sequence.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<typeparam name="TCollection">The type of the intermediate elements collected by <paramref name="collectionSelector" />.</typeparam>
|
|
<typeparam name="TResult">The type of the elements of the resulting sequence.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="collectionSelector" /> or <paramref name="resultSelector" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.SelectMany``2(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Int32,System.Collections.Generic.IEnumerable{``1}})">
|
|
<summary>Projects each element of a sequence to an <see cref="T:System.Collections.Generic.IEnumerable`1" />, and flattens the resulting sequences into one sequence. The index of each source element is used in the projected form of that element.</summary>
|
|
<returns>An <see cref="T:System.Collections.Generic.IEnumerable`1" /> whose elements are the result of invoking the one-to-many transform function on each element of an input sequence.</returns>
|
|
<param name="source">A sequence of values to project.</param>
|
|
<param name="selector">A transform function to apply to each source element; the second parameter of the function represents the index of the source element.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<typeparam name="TResult">The type of the elements of the sequence returned by <paramref name="selector" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="selector" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.SequenceEqual``1(System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEnumerable{``0})">
|
|
<summary>Determines whether two sequences are equal by comparing the elements by using the default equality comparer for their type.</summary>
|
|
<returns>true if the two source sequences are of equal length and their corresponding elements are equal according to the default equality comparer for their type; otherwise, false.</returns>
|
|
<param name="first">An <see cref="T:System.Collections.Generic.IEnumerable`1" /> to compare to <paramref name="second" />.</param>
|
|
<param name="second">An <see cref="T:System.Collections.Generic.IEnumerable`1" /> to compare to the first sequence.</param>
|
|
<typeparam name="TSource">The type of the elements of the input sequences.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="first" /> or <paramref name="second" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.SequenceEqual``1(System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0})">
|
|
<summary>Determines whether two sequences are equal by comparing their elements by using a specified <see cref="T:System.Collections.Generic.IEqualityComparer`1" />.</summary>
|
|
<returns>true if the two source sequences are of equal length and their corresponding elements compare equal according to <paramref name="comparer" />; otherwise, false.</returns>
|
|
<param name="first">An <see cref="T:System.Collections.Generic.IEnumerable`1" /> to compare to <paramref name="second" />.</param>
|
|
<param name="second">An <see cref="T:System.Collections.Generic.IEnumerable`1" /> to compare to the first sequence.</param>
|
|
<param name="comparer">An <see cref="T:System.Collections.Generic.IEqualityComparer`1" /> to use to compare elements.</param>
|
|
<typeparam name="TSource">The type of the elements of the input sequences.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="first" /> or <paramref name="second" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.Single``1(System.Collections.Generic.IEnumerable{``0})">
|
|
<summary>Returns the only element of a sequence, and throws an exception if there is not exactly one element in the sequence.</summary>
|
|
<returns>The single element of the input sequence.</returns>
|
|
<param name="source">An <see cref="T:System.Collections.Generic.IEnumerable`1" /> to return the single element of.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> is null.</exception>
|
|
<exception cref="T:System.InvalidOperationException">The input sequence contains more than one element.-or-The input sequence is empty.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.Single``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Boolean})">
|
|
<summary>Returns the only element of a sequence that satisfies a specified condition, and throws an exception if more than one such element exists.</summary>
|
|
<returns>The single element of the input sequence that satisfies a condition.</returns>
|
|
<param name="source">An <see cref="T:System.Collections.Generic.IEnumerable`1" /> to return a single element from.</param>
|
|
<param name="predicate">A function to test an element for a condition.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="predicate" /> is null.</exception>
|
|
<exception cref="T:System.InvalidOperationException">No element satisfies the condition in <paramref name="predicate" />.-or-More than one element satisfies the condition in <paramref name="predicate" />.-or-The source sequence is empty.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.SingleOrDefault``1(System.Collections.Generic.IEnumerable{``0})">
|
|
<summary>Returns the only element of a sequence, or a default value if the sequence is empty; this method throws an exception if there is more than one element in the sequence.</summary>
|
|
<returns>The single element of the input sequence, or default(<paramref name="TSource" />) if the sequence contains no elements.</returns>
|
|
<param name="source">An <see cref="T:System.Collections.Generic.IEnumerable`1" /> to return the single element of.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> is null.</exception>
|
|
<exception cref="T:System.InvalidOperationException">The input sequence contains more than one element.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.SingleOrDefault``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Boolean})">
|
|
<summary>Returns the only element of a sequence that satisfies a specified condition or a default value if no such element exists; this method throws an exception if more than one element satisfies the condition.</summary>
|
|
<returns>The single element of the input sequence that satisfies the condition, or default(<paramref name="TSource" />) if no such element is found.</returns>
|
|
<param name="source">An <see cref="T:System.Collections.Generic.IEnumerable`1" /> to return a single element from.</param>
|
|
<param name="predicate">A function to test an element for a condition.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="predicate" /> is null.</exception>
|
|
<exception cref="T:System.InvalidOperationException">More than one element satisfies the condition in <paramref name="predicate" />.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.Skip``1(System.Collections.Generic.IEnumerable{``0},System.Int32)">
|
|
<summary>Bypasses a specified number of elements in a sequence and then returns the remaining elements.</summary>
|
|
<returns>An <see cref="T:System.Collections.Generic.IEnumerable`1" /> that contains the elements that occur after the specified index in the input sequence.</returns>
|
|
<param name="source">An <see cref="T:System.Collections.Generic.IEnumerable`1" /> to return elements from.</param>
|
|
<param name="count">The number of elements to skip before returning the remaining elements.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.SkipWhile``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Boolean})">
|
|
<summary>Bypasses elements in a sequence as long as a specified condition is true and then returns the remaining elements.</summary>
|
|
<returns>An <see cref="T:System.Collections.Generic.IEnumerable`1" /> that contains the elements from the input sequence starting at the first element in the linear series that does not pass the test specified by <paramref name="predicate" />.</returns>
|
|
<param name="source">An <see cref="T:System.Collections.Generic.IEnumerable`1" /> to return elements from.</param>
|
|
<param name="predicate">A function to test each element for a condition.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="predicate" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.SkipWhile``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Int32,System.Boolean})">
|
|
<summary>Bypasses elements in a sequence as long as a specified condition is true and then returns the remaining elements. The element's index is used in the logic of the predicate function.</summary>
|
|
<returns>An <see cref="T:System.Collections.Generic.IEnumerable`1" /> that contains the elements from the input sequence starting at the first element in the linear series that does not pass the test specified by <paramref name="predicate" />.</returns>
|
|
<param name="source">An <see cref="T:System.Collections.Generic.IEnumerable`1" /> to return elements from.</param>
|
|
<param name="predicate">A function to test each source element for a condition; the second parameter of the function represents the index of the source element.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="predicate" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.Sum(System.Collections.Generic.IEnumerable{System.Decimal})">
|
|
<summary>Computes the sum of a sequence of <see cref="T:System.Decimal" /> values.</summary>
|
|
<returns>The sum of the values in the sequence.</returns>
|
|
<param name="source">A sequence of <see cref="T:System.Decimal" /> values to calculate the sum of.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> is null.</exception>
|
|
<exception cref="T:System.OverflowException">The sum is larger than <see cref="F:System.Decimal.MaxValue" />.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.Sum(System.Collections.Generic.IEnumerable{System.Double})">
|
|
<summary>Computes the sum of a sequence of <see cref="T:System.Double" /> values.</summary>
|
|
<returns>The sum of the values in the sequence.</returns>
|
|
<param name="source">A sequence of <see cref="T:System.Double" /> values to calculate the sum of.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.Sum(System.Collections.Generic.IEnumerable{System.Int32})">
|
|
<summary>Computes the sum of a sequence of <see cref="T:System.Int32" /> values.</summary>
|
|
<returns>The sum of the values in the sequence.</returns>
|
|
<param name="source">A sequence of <see cref="T:System.Int32" /> values to calculate the sum of.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> is null.</exception>
|
|
<exception cref="T:System.OverflowException">The sum is larger than <see cref="F:System.Int32.MaxValue" />.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.Sum(System.Collections.Generic.IEnumerable{System.Int64})">
|
|
<summary>Computes the sum of a sequence of <see cref="T:System.Int64" /> values.</summary>
|
|
<returns>The sum of the values in the sequence.</returns>
|
|
<param name="source">A sequence of <see cref="T:System.Int64" /> values to calculate the sum of.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> is null.</exception>
|
|
<exception cref="T:System.OverflowException">The sum is larger than <see cref="F:System.Int64.MaxValue" />.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.Sum(System.Collections.Generic.IEnumerable{System.Nullable{System.Decimal}})">
|
|
<summary>Computes the sum of a sequence of nullable <see cref="T:System.Decimal" /> values.</summary>
|
|
<returns>The sum of the values in the sequence.</returns>
|
|
<param name="source">A sequence of nullable <see cref="T:System.Decimal" /> values to calculate the sum of.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> is null.</exception>
|
|
<exception cref="T:System.OverflowException">The sum is larger than <see cref="F:System.Decimal.MaxValue" />.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.Sum(System.Collections.Generic.IEnumerable{System.Nullable{System.Double}})">
|
|
<summary>Computes the sum of a sequence of nullable <see cref="T:System.Double" /> values.</summary>
|
|
<returns>The sum of the values in the sequence.</returns>
|
|
<param name="source">A sequence of nullable <see cref="T:System.Double" /> values to calculate the sum of.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.Sum(System.Collections.Generic.IEnumerable{System.Nullable{System.Int32}})">
|
|
<summary>Computes the sum of a sequence of nullable <see cref="T:System.Int32" /> values.</summary>
|
|
<returns>The sum of the values in the sequence.</returns>
|
|
<param name="source">A sequence of nullable <see cref="T:System.Int32" /> values to calculate the sum of.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> is null.</exception>
|
|
<exception cref="T:System.OverflowException">The sum is larger than <see cref="F:System.Int32.MaxValue" />.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.Sum(System.Collections.Generic.IEnumerable{System.Nullable{System.Int64}})">
|
|
<summary>Computes the sum of a sequence of nullable <see cref="T:System.Int64" /> values.</summary>
|
|
<returns>The sum of the values in the sequence.</returns>
|
|
<param name="source">A sequence of nullable <see cref="T:System.Int64" /> values to calculate the sum of.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> is null.</exception>
|
|
<exception cref="T:System.OverflowException">The sum is larger than <see cref="F:System.Int64.MaxValue" />.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.Sum(System.Collections.Generic.IEnumerable{System.Nullable{System.Single}})">
|
|
<summary>Computes the sum of a sequence of nullable <see cref="T:System.Single" /> values.</summary>
|
|
<returns>The sum of the values in the sequence.</returns>
|
|
<param name="source">A sequence of nullable <see cref="T:System.Single" /> values to calculate the sum of.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.Sum(System.Collections.Generic.IEnumerable{System.Single})">
|
|
<summary>Computes the sum of a sequence of <see cref="T:System.Single" /> values.</summary>
|
|
<returns>The sum of the values in the sequence.</returns>
|
|
<param name="source">A sequence of <see cref="T:System.Single" /> values to calculate the sum of.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.Sum``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Decimal})">
|
|
<summary>Computes the sum of the sequence of <see cref="T:System.Decimal" /> values that are obtained by invoking a transform function on each element of the input sequence.</summary>
|
|
<returns>The sum of the projected values.</returns>
|
|
<param name="source">A sequence of values that are used to calculate a sum.</param>
|
|
<param name="selector">A transform function to apply to each element.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="selector" /> is null.</exception>
|
|
<exception cref="T:System.OverflowException">The sum is larger than <see cref="F:System.Decimal.MaxValue" />.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.Sum``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Double})">
|
|
<summary>Computes the sum of the sequence of <see cref="T:System.Double" /> values that are obtained by invoking a transform function on each element of the input sequence.</summary>
|
|
<returns>The sum of the projected values.</returns>
|
|
<param name="source">A sequence of values that are used to calculate a sum.</param>
|
|
<param name="selector">A transform function to apply to each element.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="selector" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.Sum``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Int32})">
|
|
<summary>Computes the sum of the sequence of <see cref="T:System.Int32" /> values that are obtained by invoking a transform function on each element of the input sequence.</summary>
|
|
<returns>The sum of the projected values.</returns>
|
|
<param name="source">A sequence of values that are used to calculate a sum.</param>
|
|
<param name="selector">A transform function to apply to each element.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="selector" /> is null.</exception>
|
|
<exception cref="T:System.OverflowException">The sum is larger than <see cref="F:System.Int32.MaxValue" />.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.Sum``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Int64})">
|
|
<summary>Computes the sum of the sequence of <see cref="T:System.Int64" /> values that are obtained by invoking a transform function on each element of the input sequence.</summary>
|
|
<returns>The sum of the projected values.</returns>
|
|
<param name="source">A sequence of values that are used to calculate a sum.</param>
|
|
<param name="selector">A transform function to apply to each element.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="selector" /> is null.</exception>
|
|
<exception cref="T:System.OverflowException">The sum is larger than <see cref="F:System.Int64.MaxValue" />.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.Sum``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Nullable{System.Decimal}})">
|
|
<summary>Computes the sum of the sequence of nullable <see cref="T:System.Decimal" /> values that are obtained by invoking a transform function on each element of the input sequence.</summary>
|
|
<returns>The sum of the projected values.</returns>
|
|
<param name="source">A sequence of values that are used to calculate a sum.</param>
|
|
<param name="selector">A transform function to apply to each element.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="selector" /> is null.</exception>
|
|
<exception cref="T:System.OverflowException">The sum is larger than <see cref="F:System.Decimal.MaxValue" />.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.Sum``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Nullable{System.Double}})">
|
|
<summary>Computes the sum of the sequence of nullable <see cref="T:System.Double" /> values that are obtained by invoking a transform function on each element of the input sequence.</summary>
|
|
<returns>The sum of the projected values.</returns>
|
|
<param name="source">A sequence of values that are used to calculate a sum.</param>
|
|
<param name="selector">A transform function to apply to each element.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="selector" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.Sum``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Nullable{System.Int32}})">
|
|
<summary>Computes the sum of the sequence of nullable <see cref="T:System.Int32" /> values that are obtained by invoking a transform function on each element of the input sequence.</summary>
|
|
<returns>The sum of the projected values.</returns>
|
|
<param name="source">A sequence of values that are used to calculate a sum.</param>
|
|
<param name="selector">A transform function to apply to each element.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="selector" /> is null.</exception>
|
|
<exception cref="T:System.OverflowException">The sum is larger than <see cref="F:System.Int32.MaxValue" />.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.Sum``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Nullable{System.Int64}})">
|
|
<summary>Computes the sum of the sequence of nullable <see cref="T:System.Int64" /> values that are obtained by invoking a transform function on each element of the input sequence.</summary>
|
|
<returns>The sum of the projected values.</returns>
|
|
<param name="source">A sequence of values that are used to calculate a sum.</param>
|
|
<param name="selector">A transform function to apply to each element.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="selector" /> is null.</exception>
|
|
<exception cref="T:System.OverflowException">The sum is larger than <see cref="F:System.Int64.MaxValue" />.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.Sum``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Nullable{System.Single}})">
|
|
<summary>Computes the sum of the sequence of nullable <see cref="T:System.Single" /> values that are obtained by invoking a transform function on each element of the input sequence.</summary>
|
|
<returns>The sum of the projected values.</returns>
|
|
<param name="source">A sequence of values that are used to calculate a sum.</param>
|
|
<param name="selector">A transform function to apply to each element.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="selector" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.Sum``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Single})">
|
|
<summary>Computes the sum of the sequence of <see cref="T:System.Single" /> values that are obtained by invoking a transform function on each element of the input sequence.</summary>
|
|
<returns>The sum of the projected values.</returns>
|
|
<param name="source">A sequence of values that are used to calculate a sum.</param>
|
|
<param name="selector">A transform function to apply to each element.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="selector" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.Take``1(System.Collections.Generic.IEnumerable{``0},System.Int32)">
|
|
<summary>Returns a specified number of contiguous elements from the start of a sequence.</summary>
|
|
<returns>An <see cref="T:System.Collections.Generic.IEnumerable`1" /> that contains the specified number of elements from the start of the input sequence.</returns>
|
|
<param name="source">The sequence to return elements from.</param>
|
|
<param name="count">The number of elements to return.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.TakeWhile``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Boolean})">
|
|
<summary>Returns elements from a sequence as long as a specified condition is true.</summary>
|
|
<returns>An <see cref="T:System.Collections.Generic.IEnumerable`1" /> that contains the elements from the input sequence that occur before the element at which the test no longer passes.</returns>
|
|
<param name="source">A sequence to return elements from.</param>
|
|
<param name="predicate">A function to test each element for a condition.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="predicate" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.TakeWhile``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Int32,System.Boolean})">
|
|
<summary>Returns elements from a sequence as long as a specified condition is true. The element's index is used in the logic of the predicate function.</summary>
|
|
<returns>An <see cref="T:System.Collections.Generic.IEnumerable`1" /> that contains elements from the input sequence that occur before the element at which the test no longer passes.</returns>
|
|
<param name="source">The sequence to return elements from.</param>
|
|
<param name="predicate">A function to test each source element for a condition; the second parameter of the function represents the index of the source element.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="predicate" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.ThenBy``2(System.Linq.IOrderedEnumerable{``0},System.Func{``0,``1})">
|
|
<summary>Performs a subsequent ordering of the elements in a sequence in ascending order according to a key.</summary>
|
|
<returns>An <see cref="T:System.Linq.IOrderedEnumerable`1" /> whose elements are sorted according to a key.</returns>
|
|
<param name="source">An <see cref="T:System.Linq.IOrderedEnumerable`1" /> that contains elements to sort.</param>
|
|
<param name="keySelector">A function to extract a key from each element.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<typeparam name="TKey">The type of the key returned by <paramref name="keySelector" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="keySelector" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.ThenBy``2(System.Linq.IOrderedEnumerable{``0},System.Func{``0,``1},System.Collections.Generic.IComparer{``1})">
|
|
<summary>Performs a subsequent ordering of the elements in a sequence in ascending order by using a specified comparer.</summary>
|
|
<returns>An <see cref="T:System.Linq.IOrderedEnumerable`1" /> whose elements are sorted according to a key.</returns>
|
|
<param name="source">An <see cref="T:System.Linq.IOrderedEnumerable`1" /> that contains elements to sort.</param>
|
|
<param name="keySelector">A function to extract a key from each element.</param>
|
|
<param name="comparer">An <see cref="T:System.Collections.Generic.IComparer`1" /> to compare keys.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<typeparam name="TKey">The type of the key returned by <paramref name="keySelector" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="keySelector" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.ThenByDescending``2(System.Linq.IOrderedEnumerable{``0},System.Func{``0,``1})">
|
|
<summary>Performs a subsequent ordering of the elements in a sequence in descending order, according to a key.</summary>
|
|
<returns>An <see cref="T:System.Linq.IOrderedEnumerable`1" /> whose elements are sorted in descending order according to a key.</returns>
|
|
<param name="source">An <see cref="T:System.Linq.IOrderedEnumerable`1" /> that contains elements to sort.</param>
|
|
<param name="keySelector">A function to extract a key from each element.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<typeparam name="TKey">The type of the key returned by <paramref name="keySelector" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="keySelector" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.ThenByDescending``2(System.Linq.IOrderedEnumerable{``0},System.Func{``0,``1},System.Collections.Generic.IComparer{``1})">
|
|
<summary>Performs a subsequent ordering of the elements in a sequence in descending order by using a specified comparer.</summary>
|
|
<returns>An <see cref="T:System.Linq.IOrderedEnumerable`1" /> whose elements are sorted in descending order according to a key.</returns>
|
|
<param name="source">An <see cref="T:System.Linq.IOrderedEnumerable`1" /> that contains elements to sort.</param>
|
|
<param name="keySelector">A function to extract a key from each element.</param>
|
|
<param name="comparer">An <see cref="T:System.Collections.Generic.IComparer`1" /> to compare keys.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<typeparam name="TKey">The type of the key returned by <paramref name="keySelector" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="keySelector" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.ToArray``1(System.Collections.Generic.IEnumerable{``0})">
|
|
<summary>Creates an array from a <see cref="T:System.Collections.Generic.IEnumerable`1" />.</summary>
|
|
<returns>An array that contains the elements from the input sequence.</returns>
|
|
<param name="source">An <see cref="T:System.Collections.Generic.IEnumerable`1" /> to create an array from.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.ToDictionary``2(System.Collections.Generic.IEnumerable{``0},System.Func{``0,``1})">
|
|
<summary>Creates a <see cref="T:System.Collections.Generic.Dictionary`2" /> from an <see cref="T:System.Collections.Generic.IEnumerable`1" /> according to a specified key selector function.</summary>
|
|
<returns>A <see cref="T:System.Collections.Generic.Dictionary`2" /> that contains keys and values.</returns>
|
|
<param name="source">An <see cref="T:System.Collections.Generic.IEnumerable`1" /> to create a <see cref="T:System.Collections.Generic.Dictionary`2" /> from.</param>
|
|
<param name="keySelector">A function to extract a key from each element.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<typeparam name="TKey">The type of the key returned by <paramref name="keySelector" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="keySelector" /> is null.-or-<paramref name="keySelector" /> produces a key that is null.</exception>
|
|
<exception cref="T:System.ArgumentException">
|
|
<paramref name="keySelector" /> produces duplicate keys for two elements.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.ToDictionary``2(System.Collections.Generic.IEnumerable{``0},System.Func{``0,``1},System.Collections.Generic.IEqualityComparer{``1})">
|
|
<summary>Creates a <see cref="T:System.Collections.Generic.Dictionary`2" /> from an <see cref="T:System.Collections.Generic.IEnumerable`1" /> according to a specified key selector function and key comparer.</summary>
|
|
<returns>A <see cref="T:System.Collections.Generic.Dictionary`2" /> that contains keys and values.</returns>
|
|
<param name="source">An <see cref="T:System.Collections.Generic.IEnumerable`1" /> to create a <see cref="T:System.Collections.Generic.Dictionary`2" /> from.</param>
|
|
<param name="keySelector">A function to extract a key from each element.</param>
|
|
<param name="comparer">An <see cref="T:System.Collections.Generic.IEqualityComparer`1" /> to compare keys.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<typeparam name="TKey">The type of the keys returned by <paramref name="keySelector" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="keySelector" /> is null.-or-<paramref name="keySelector" /> produces a key that is null.</exception>
|
|
<exception cref="T:System.ArgumentException">
|
|
<paramref name="keySelector" /> produces duplicate keys for two elements.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.ToDictionary``3(System.Collections.Generic.IEnumerable{``0},System.Func{``0,``1},System.Func{``0,``2})">
|
|
<summary>Creates a <see cref="T:System.Collections.Generic.Dictionary`2" /> from an <see cref="T:System.Collections.Generic.IEnumerable`1" /> according to specified key selector and element selector functions.</summary>
|
|
<returns>A <see cref="T:System.Collections.Generic.Dictionary`2" /> that contains values of type <paramref name="TElement" /> selected from the input sequence.</returns>
|
|
<param name="source">An <see cref="T:System.Collections.Generic.IEnumerable`1" /> to create a <see cref="T:System.Collections.Generic.Dictionary`2" /> from.</param>
|
|
<param name="keySelector">A function to extract a key from each element.</param>
|
|
<param name="elementSelector">A transform function to produce a result element value from each element.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<typeparam name="TKey">The type of the key returned by <paramref name="keySelector" />.</typeparam>
|
|
<typeparam name="TElement">The type of the value returned by <paramref name="elementSelector" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="keySelector" /> or <paramref name="elementSelector" /> is null.-or-<paramref name="keySelector" /> produces a key that is null.</exception>
|
|
<exception cref="T:System.ArgumentException">
|
|
<paramref name="keySelector" /> produces duplicate keys for two elements.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.ToDictionary``3(System.Collections.Generic.IEnumerable{``0},System.Func{``0,``1},System.Func{``0,``2},System.Collections.Generic.IEqualityComparer{``1})">
|
|
<summary>Creates a <see cref="T:System.Collections.Generic.Dictionary`2" /> from an <see cref="T:System.Collections.Generic.IEnumerable`1" /> according to a specified key selector function, a comparer, and an element selector function.</summary>
|
|
<returns>A <see cref="T:System.Collections.Generic.Dictionary`2" /> that contains values of type <paramref name="TElement" /> selected from the input sequence.</returns>
|
|
<param name="source">An <see cref="T:System.Collections.Generic.IEnumerable`1" /> to create a <see cref="T:System.Collections.Generic.Dictionary`2" /> from.</param>
|
|
<param name="keySelector">A function to extract a key from each element.</param>
|
|
<param name="elementSelector">A transform function to produce a result element value from each element.</param>
|
|
<param name="comparer">An <see cref="T:System.Collections.Generic.IEqualityComparer`1" /> to compare keys.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<typeparam name="TKey">The type of the key returned by <paramref name="keySelector" />.</typeparam>
|
|
<typeparam name="TElement">The type of the value returned by <paramref name="elementSelector" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="keySelector" /> or <paramref name="elementSelector" /> is null.-or-<paramref name="keySelector" /> produces a key that is null.</exception>
|
|
<exception cref="T:System.ArgumentException">
|
|
<paramref name="keySelector" /> produces duplicate keys for two elements.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.ToList``1(System.Collections.Generic.IEnumerable{``0})">
|
|
<summary>Creates a <see cref="T:System.Collections.Generic.List`1" /> from an <see cref="T:System.Collections.Generic.IEnumerable`1" />.</summary>
|
|
<returns>A <see cref="T:System.Collections.Generic.List`1" /> that contains elements from the input sequence.</returns>
|
|
<param name="source">The <see cref="T:System.Collections.Generic.IEnumerable`1" /> to create a <see cref="T:System.Collections.Generic.List`1" /> from.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.ToLookup``2(System.Collections.Generic.IEnumerable{``0},System.Func{``0,``1})">
|
|
<summary>Creates a <see cref="T:System.Linq.Lookup`2" /> from an <see cref="T:System.Collections.Generic.IEnumerable`1" /> according to a specified key selector function.</summary>
|
|
<returns>A <see cref="T:System.Linq.Lookup`2" /> that contains keys and values.</returns>
|
|
<param name="source">The <see cref="T:System.Collections.Generic.IEnumerable`1" /> to create a <see cref="T:System.Linq.Lookup`2" /> from.</param>
|
|
<param name="keySelector">A function to extract a key from each element.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<typeparam name="TKey">The type of the key returned by <paramref name="keySelector" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="keySelector" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.ToLookup``2(System.Collections.Generic.IEnumerable{``0},System.Func{``0,``1},System.Collections.Generic.IEqualityComparer{``1})">
|
|
<summary>Creates a <see cref="T:System.Linq.Lookup`2" /> from an <see cref="T:System.Collections.Generic.IEnumerable`1" /> according to a specified key selector function and key comparer.</summary>
|
|
<returns>A <see cref="T:System.Linq.Lookup`2" /> that contains keys and values.</returns>
|
|
<param name="source">The <see cref="T:System.Collections.Generic.IEnumerable`1" /> to create a <see cref="T:System.Linq.Lookup`2" /> from.</param>
|
|
<param name="keySelector">A function to extract a key from each element.</param>
|
|
<param name="comparer">An <see cref="T:System.Collections.Generic.IEqualityComparer`1" /> to compare keys.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<typeparam name="TKey">The type of the key returned by <paramref name="keySelector" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="keySelector" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.ToLookup``3(System.Collections.Generic.IEnumerable{``0},System.Func{``0,``1},System.Func{``0,``2})">
|
|
<summary>Creates a <see cref="T:System.Linq.Lookup`2" /> from an <see cref="T:System.Collections.Generic.IEnumerable`1" /> according to specified key selector and element selector functions.</summary>
|
|
<returns>A <see cref="T:System.Linq.Lookup`2" /> that contains values of type <paramref name="TElement" /> selected from the input sequence.</returns>
|
|
<param name="source">The <see cref="T:System.Collections.Generic.IEnumerable`1" /> to create a <see cref="T:System.Linq.Lookup`2" /> from.</param>
|
|
<param name="keySelector">A function to extract a key from each element.</param>
|
|
<param name="elementSelector">A transform function to produce a result element value from each element.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<typeparam name="TKey">The type of the key returned by <paramref name="keySelector" />.</typeparam>
|
|
<typeparam name="TElement">The type of the value returned by <paramref name="elementSelector" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="keySelector" /> or <paramref name="elementSelector" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.ToLookup``3(System.Collections.Generic.IEnumerable{``0},System.Func{``0,``1},System.Func{``0,``2},System.Collections.Generic.IEqualityComparer{``1})">
|
|
<summary>Creates a <see cref="T:System.Linq.Lookup`2" /> from an <see cref="T:System.Collections.Generic.IEnumerable`1" /> according to a specified key selector function, a comparer and an element selector function.</summary>
|
|
<returns>A <see cref="T:System.Linq.Lookup`2" /> that contains values of type <paramref name="TElement" /> selected from the input sequence.</returns>
|
|
<param name="source">The <see cref="T:System.Collections.Generic.IEnumerable`1" /> to create a <see cref="T:System.Linq.Lookup`2" /> from.</param>
|
|
<param name="keySelector">A function to extract a key from each element.</param>
|
|
<param name="elementSelector">A transform function to produce a result element value from each element.</param>
|
|
<param name="comparer">An <see cref="T:System.Collections.Generic.IEqualityComparer`1" /> to compare keys.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<typeparam name="TKey">The type of the key returned by <paramref name="keySelector" />.</typeparam>
|
|
<typeparam name="TElement">The type of the value returned by <paramref name="elementSelector" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="keySelector" /> or <paramref name="elementSelector" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.Union``1(System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEnumerable{``0})">
|
|
<summary>Produces the union of two sequences by using the default equality comparer.</summary>
|
|
<returns>An <see cref="T:System.Collections.Generic.IEnumerable`1" /> that contains the elements from both input sequences, excluding duplicates.</returns>
|
|
<param name="first">An <see cref="T:System.Collections.Generic.IEnumerable`1" /> whose distinct elements form the first set for the union.</param>
|
|
<param name="second">An <see cref="T:System.Collections.Generic.IEnumerable`1" /> whose distinct elements form the second set for the union.</param>
|
|
<typeparam name="TSource">The type of the elements of the input sequences.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="first" /> or <paramref name="second" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.Union``1(System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0})">
|
|
<summary>Produces the set union of two sequences by using a specified <see cref="T:System.Collections.Generic.IEqualityComparer`1" />.</summary>
|
|
<returns>An <see cref="T:System.Collections.Generic.IEnumerable`1" /> that contains the elements from both input sequences, excluding duplicates.</returns>
|
|
<param name="first">An <see cref="T:System.Collections.Generic.IEnumerable`1" /> whose distinct elements form the first set for the union.</param>
|
|
<param name="second">An <see cref="T:System.Collections.Generic.IEnumerable`1" /> whose distinct elements form the second set for the union.</param>
|
|
<param name="comparer">The <see cref="T:System.Collections.Generic.IEqualityComparer`1" /> to compare values.</param>
|
|
<typeparam name="TSource">The type of the elements of the input sequences.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="first" /> or <paramref name="second" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.Where``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Boolean})">
|
|
<summary>Filters a sequence of values based on a predicate.</summary>
|
|
<returns>An <see cref="T:System.Collections.Generic.IEnumerable`1" /> that contains elements from the input sequence that satisfy the condition.</returns>
|
|
<param name="source">An <see cref="T:System.Collections.Generic.IEnumerable`1" /> to filter.</param>
|
|
<param name="predicate">A function to test each element for a condition.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="predicate" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Enumerable.Where``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Int32,System.Boolean})">
|
|
<summary>Filters a sequence of values based on a predicate. Each element's index is used in the logic of the predicate function.</summary>
|
|
<returns>An <see cref="T:System.Collections.Generic.IEnumerable`1" /> that contains elements from the input sequence that satisfy the condition.</returns>
|
|
<param name="source">An <see cref="T:System.Collections.Generic.IEnumerable`1" /> to filter.</param>
|
|
<param name="predicate">A function to test each source element for a condition; the second parameter of the function represents the index of the source element.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="predicate" /> is null.</exception>
|
|
</member>
|
|
<member name="T:System.Linq.IGrouping`2">
|
|
<summary>Represents a collection of objects that have a common key.</summary>
|
|
<typeparam name="TKey">The type of the key of the <see cref="T:System.Linq.IGrouping`2" />.</typeparam>
|
|
<typeparam name="TElement">The type of the values in the <see cref="T:System.Linq.IGrouping`2" />.</typeparam>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Linq.IGrouping`2.Key">
|
|
<summary>Gets the key of the <see cref="T:System.Linq.IGrouping`2" />.</summary>
|
|
<returns>The key of the <see cref="T:System.Linq.IGrouping`2" />.</returns>
|
|
</member>
|
|
<member name="T:System.Linq.ILookup`2">
|
|
<summary>Defines an indexer, size property, and Boolean search method for data structures that map keys to <see cref="T:System.Collections.Generic.IEnumerable`1" /> sequences of values.</summary>
|
|
<typeparam name="TKey">The type of the keys in the <see cref="T:System.Linq.ILookup`2" />.</typeparam>
|
|
<typeparam name="TElement">The type of the elements in the <see cref="T:System.Collections.Generic.IEnumerable`1" /> sequences that make up the values in the <see cref="T:System.Linq.ILookup`2" />.</typeparam>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Linq.ILookup`2.Contains(`0)">
|
|
<summary>Determines whether a specified key exists in the <see cref="T:System.Linq.ILookup`2" />.</summary>
|
|
<returns>true if <paramref name="key" /> is in the <see cref="T:System.Linq.ILookup`2" />; otherwise, false.</returns>
|
|
<param name="key">The key to search for in the <see cref="T:System.Linq.ILookup`2" />.</param>
|
|
</member>
|
|
<member name="P:System.Linq.ILookup`2.Count">
|
|
<summary>Gets the number of key/value collection pairs in the <see cref="T:System.Linq.ILookup`2" />.</summary>
|
|
<returns>The number of key/value collection pairs in the <see cref="T:System.Linq.ILookup`2" />.</returns>
|
|
</member>
|
|
<member name="P:System.Linq.ILookup`2.Item(`0)">
|
|
<summary>Gets the <see cref="T:System.Collections.Generic.IEnumerable`1" /> sequence of values indexed by a specified key.</summary>
|
|
<returns>The <see cref="T:System.Collections.Generic.IEnumerable`1" /> sequence of values indexed by the specified key.</returns>
|
|
<param name="key">The key of the desired sequence of values.</param>
|
|
</member>
|
|
<member name="T:System.Linq.IOrderedEnumerable`1">
|
|
<summary>Represents a sorted sequence.</summary>
|
|
<typeparam name="TElement">The type of the elements of the sequence.</typeparam>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Linq.IOrderedEnumerable`1.CreateOrderedEnumerable``1(System.Func{`0,``0},System.Collections.Generic.IComparer{``0},System.Boolean)">
|
|
<summary>Performs a subsequent ordering on the elements of an <see cref="T:System.Linq.IOrderedEnumerable`1" /> according to a key.</summary>
|
|
<returns>An <see cref="T:System.Linq.IOrderedEnumerable`1" /> whose elements are sorted according to a key.</returns>
|
|
<param name="keySelector">The <see cref="T:System.Func`2" /> used to extract the key for each element.</param>
|
|
<param name="comparer">The <see cref="T:System.Collections.Generic.IComparer`1" /> used to compare keys for placement in the returned sequence.</param>
|
|
<param name="descending">true to sort the elements in descending order; false to sort the elements in ascending order.</param>
|
|
<typeparam name="TKey">The type of the key produced by <paramref name="keySelector" />.</typeparam>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="T:System.Linq.IOrderedQueryable">
|
|
<summary>Represents the result of a sorting operation.</summary>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="T:System.Linq.IOrderedQueryable`1">
|
|
<summary>Represents the result of a sorting operation.</summary>
|
|
<typeparam name="T">The type of the content of the data source.</typeparam>
|
|
</member>
|
|
<member name="T:System.Linq.IQueryable">
|
|
<summary>Provides functionality to evaluate queries against a specific data source wherein the type of the data is not specified.</summary>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Linq.IQueryable.ElementType">
|
|
<summary>Gets the type of the element(s) that are returned when the expression tree associated with this instance of <see cref="T:System.Linq.IQueryable" /> is executed.</summary>
|
|
<returns>A <see cref="T:System.Type" /> that represents the type of the element(s) that are returned when the expression tree associated with this object is executed.</returns>
|
|
</member>
|
|
<member name="P:System.Linq.IQueryable.Expression">
|
|
<summary>Gets the expression tree that is associated with the instance of <see cref="T:System.Linq.IQueryable" />.</summary>
|
|
<returns>The <see cref="T:System.Linq.Expressions.Expression" /> that is associated with this instance of <see cref="T:System.Linq.IQueryable" />.</returns>
|
|
</member>
|
|
<member name="P:System.Linq.IQueryable.Provider">
|
|
<summary>Gets the query provider that is associated with this data source.</summary>
|
|
<returns>The <see cref="T:System.Linq.IQueryProvider" /> that is associated with this data source.</returns>
|
|
</member>
|
|
<member name="T:System.Linq.IQueryable`1">
|
|
<summary>Provides functionality to evaluate queries against a specific data source wherein the type of the data is known.</summary>
|
|
<typeparam name="T">The type of the data in the data source.</typeparam>
|
|
</member>
|
|
<member name="T:System.Linq.IQueryProvider">
|
|
<summary>Defines methods to create and execute queries that are described by an <see cref="T:System.Linq.IQueryable" /> object.</summary>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Linq.IQueryProvider.CreateQuery``1(System.Linq.Expressions.Expression)">
|
|
<summary>Constructs an <see cref="T:System.Linq.IQueryable`1" /> object that can evaluate the query represented by a specified expression tree.</summary>
|
|
<returns>An <see cref="T:System.Linq.IQueryable`1" /> that can evaluate the query represented by the specified expression tree.</returns>
|
|
<param name="expression">An expression tree that represents a LINQ query.</param>
|
|
<typeparam name="TElement">The type of the elements of the <see cref="T:System.Linq.IQueryable`1" /> that is returned.</typeparam>
|
|
</member>
|
|
<member name="M:System.Linq.IQueryProvider.CreateQuery(System.Linq.Expressions.Expression)">
|
|
<summary>Constructs an <see cref="T:System.Linq.IQueryable" /> object that can evaluate the query represented by a specified expression tree.</summary>
|
|
<returns>An <see cref="T:System.Linq.IQueryable" /> that can evaluate the query represented by the specified expression tree.</returns>
|
|
<param name="expression">An expression tree that represents a LINQ query.</param>
|
|
</member>
|
|
<member name="M:System.Linq.IQueryProvider.Execute``1(System.Linq.Expressions.Expression)">
|
|
<summary>Executes the strongly-typed query represented by a specified expression tree.</summary>
|
|
<returns>The value that results from executing the specified query.</returns>
|
|
<param name="expression">An expression tree that represents a LINQ query.</param>
|
|
<typeparam name="TResult">The type of the value that results from executing the query.</typeparam>
|
|
</member>
|
|
<member name="M:System.Linq.IQueryProvider.Execute(System.Linq.Expressions.Expression)">
|
|
<summary>Executes the query represented by a specified expression tree.</summary>
|
|
<returns>The value that results from executing the specified query.</returns>
|
|
<param name="expression">An expression tree that represents a LINQ query.</param>
|
|
</member>
|
|
<member name="T:System.Linq.Lookup`2">
|
|
<summary>Represents a collection of keys each mapped to one or more values.</summary>
|
|
<typeparam name="TKey">The type of the keys in the <see cref="T:System.Linq.Lookup`2" />.</typeparam>
|
|
<typeparam name="TElement">The type of the elements of each <see cref="T:System.Collections.Generic.IEnumerable`1" /> value in the <see cref="T:System.Linq.Lookup`2" />.</typeparam>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Linq.Lookup`2.ApplyResultSelector``1(System.Func{`0,System.Collections.Generic.IEnumerable{`1},``0})">
|
|
<summary>Applies a transform function to each key and its associated values and returns the results.</summary>
|
|
<returns>A collection that contains one value for each key/value collection pair in the <see cref="T:System.Linq.Lookup`2" />.</returns>
|
|
<param name="resultSelector">A function to project a result value from each key and its associated values.</param>
|
|
<typeparam name="TResult">The type of the result values produced by <paramref name="resultSelector" />.</typeparam>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Linq.Lookup`2.Contains(`0)">
|
|
<summary>Determines whether a specified key is in the <see cref="T:System.Linq.Lookup`2" />.</summary>
|
|
<returns>true if <paramref name="key" /> is in the <see cref="T:System.Linq.Lookup`2" />; otherwise, false.</returns>
|
|
<param name="key">The key to find in the <see cref="T:System.Linq.Lookup`2" />.</param>
|
|
</member>
|
|
<member name="P:System.Linq.Lookup`2.Count">
|
|
<summary>Gets the number of key/value collection pairs in the <see cref="T:System.Linq.Lookup`2" />.</summary>
|
|
<returns>The number of key/value collection pairs in the <see cref="T:System.Linq.Lookup`2" />.</returns>
|
|
</member>
|
|
<member name="M:System.Linq.Lookup`2.GetEnumerator">
|
|
<summary>Returns a generic enumerator that iterates through the <see cref="T:System.Linq.Lookup`2" />.</summary>
|
|
<returns>An enumerator for the <see cref="T:System.Linq.Lookup`2" />.</returns>
|
|
</member>
|
|
<member name="P:System.Linq.Lookup`2.Item(`0)">
|
|
<summary>Gets the collection of values indexed by the specified key.</summary>
|
|
<returns>The collection of values indexed by the specified key.</returns>
|
|
<param name="key">The key of the desired collection of values.</param>
|
|
</member>
|
|
<member name="M:System.Linq.Lookup`2.System#Collections#IEnumerable#GetEnumerator">
|
|
<summary>Returns an enumerator that iterates through the <see cref="T:System.Linq.Lookup`2" />. This class cannot be inherited.</summary>
|
|
<returns>An enumerator for the <see cref="T:System.Linq.Lookup`2" />.</returns>
|
|
</member>
|
|
<member name="T:System.Linq.Queryable">
|
|
<summary>Provides a set of static (Shared in Visual Basic) methods for querying data structures that implement <see cref="T:System.Linq.IQueryable`1" />.</summary>
|
|
</member>
|
|
<member name="M:System.Linq.Queryable.Aggregate``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``0,``0}})">
|
|
<summary>Applies an accumulator function over a sequence.</summary>
|
|
<returns>The final accumulator value.</returns>
|
|
<param name="source">A sequence to aggregate over.</param>
|
|
<param name="func">An accumulator function to apply to each element.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="func" /> is null.</exception>
|
|
<exception cref="T:System.InvalidOperationException">
|
|
<paramref name="source" /> contains no elements.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Queryable.Aggregate``2(System.Linq.IQueryable{``0},``1,System.Linq.Expressions.Expression{System.Func{``1,``0,``1}})">
|
|
<summary>Applies an accumulator function over a sequence. The specified seed value is used as the initial accumulator value.</summary>
|
|
<returns>The final accumulator value.</returns>
|
|
<param name="source">A sequence to aggregate over.</param>
|
|
<param name="seed">The initial accumulator value.</param>
|
|
<param name="func">An accumulator function to invoke on each element.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<typeparam name="TAccumulate">The type of the accumulator value.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="func" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Queryable.Aggregate``3(System.Linq.IQueryable{``0},``1,System.Linq.Expressions.Expression{System.Func{``1,``0,``1}},System.Linq.Expressions.Expression{System.Func{``1,``2}})">
|
|
<summary>Applies an accumulator function over a sequence. The specified seed value is used as the initial accumulator value, and the specified function is used to select the result value.</summary>
|
|
<returns>The transformed final accumulator value.</returns>
|
|
<param name="source">A sequence to aggregate over.</param>
|
|
<param name="seed">The initial accumulator value.</param>
|
|
<param name="func">An accumulator function to invoke on each element.</param>
|
|
<param name="selector">A function to transform the final accumulator value into the result value.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<typeparam name="TAccumulate">The type of the accumulator value.</typeparam>
|
|
<typeparam name="TResult">The type of the resulting value.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="func" /> or <paramref name="selector" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Queryable.All``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}})">
|
|
<summary>Determines whether all the elements of a sequence satisfy a condition.</summary>
|
|
<returns>true if every element of the source sequence passes the test in the specified predicate, or if the sequence is empty; otherwise, false.</returns>
|
|
<param name="source">A sequence whose elements to test for a condition.</param>
|
|
<param name="predicate">A function to test each element for a condition.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="predicate" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Queryable.Any``1(System.Linq.IQueryable{``0})">
|
|
<summary>Determines whether a sequence contains any elements.</summary>
|
|
<returns>true if the source sequence contains any elements; otherwise, false.</returns>
|
|
<param name="source">A sequence to check for being empty.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Queryable.Any``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}})">
|
|
<summary>Determines whether any element of a sequence satisfies a condition.</summary>
|
|
<returns>true if any elements in the source sequence pass the test in the specified predicate; otherwise, false.</returns>
|
|
<param name="source">A sequence whose elements to test for a condition.</param>
|
|
<param name="predicate">A function to test each element for a condition.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="predicate" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Queryable.AsQueryable``1(System.Collections.Generic.IEnumerable{``0})">
|
|
<summary>Converts a generic <see cref="T:System.Collections.Generic.IEnumerable`1" /> to a generic <see cref="T:System.Linq.IQueryable`1" />.</summary>
|
|
<returns>An <see cref="T:System.Linq.IQueryable`1" /> that represents the input sequence.</returns>
|
|
<param name="source">A sequence to convert.</param>
|
|
<typeparam name="TElement">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Queryable.AsQueryable(System.Collections.IEnumerable)">
|
|
<summary>Converts an <see cref="T:System.Collections.IEnumerable" /> to an <see cref="T:System.Linq.IQueryable" />.</summary>
|
|
<returns>An <see cref="T:System.Linq.IQueryable" /> that represents the input sequence.</returns>
|
|
<param name="source">A sequence to convert.</param>
|
|
<exception cref="T:System.ArgumentException">
|
|
<paramref name="source" /> does not implement <see cref="T:System.Collections.Generic.IEnumerable`1" /> for some <paramref name="T" />.</exception>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Queryable.Average(System.Linq.IQueryable{System.Decimal})">
|
|
<summary>Computes the average of a sequence of <see cref="T:System.Decimal" /> values.</summary>
|
|
<returns>The average of the sequence of values.</returns>
|
|
<param name="source">A sequence of <see cref="T:System.Decimal" /> values to calculate the average of.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> is null.</exception>
|
|
<exception cref="T:System.InvalidOperationException">
|
|
<paramref name="source" /> contains no elements.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Queryable.Average(System.Linq.IQueryable{System.Double})">
|
|
<summary>Computes the average of a sequence of <see cref="T:System.Double" /> values.</summary>
|
|
<returns>The average of the sequence of values.</returns>
|
|
<param name="source">A sequence of <see cref="T:System.Double" /> values to calculate the average of.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> is null.</exception>
|
|
<exception cref="T:System.InvalidOperationException">
|
|
<paramref name="source" /> contains no elements.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Queryable.Average(System.Linq.IQueryable{System.Int32})">
|
|
<summary>Computes the average of a sequence of <see cref="T:System.Int32" /> values.</summary>
|
|
<returns>The average of the sequence of values.</returns>
|
|
<param name="source">A sequence of <see cref="T:System.Int32" /> values to calculate the average of.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> is null.</exception>
|
|
<exception cref="T:System.InvalidOperationException">
|
|
<paramref name="source" /> contains no elements.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Queryable.Average(System.Linq.IQueryable{System.Int64})">
|
|
<summary>Computes the average of a sequence of <see cref="T:System.Int64" /> values.</summary>
|
|
<returns>The average of the sequence of values.</returns>
|
|
<param name="source">A sequence of <see cref="T:System.Int64" /> values to calculate the average of.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> is null.</exception>
|
|
<exception cref="T:System.InvalidOperationException">
|
|
<paramref name="source" /> contains no elements.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Queryable.Average(System.Linq.IQueryable{System.Nullable{System.Decimal}})">
|
|
<summary>Computes the average of a sequence of nullable <see cref="T:System.Decimal" /> values.</summary>
|
|
<returns>The average of the sequence of values, or null if the source sequence is empty or contains only null values.</returns>
|
|
<param name="source">A sequence of nullable <see cref="T:System.Decimal" /> values to calculate the average of.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Queryable.Average(System.Linq.IQueryable{System.Nullable{System.Double}})">
|
|
<summary>Computes the average of a sequence of nullable <see cref="T:System.Double" /> values.</summary>
|
|
<returns>The average of the sequence of values, or null if the source sequence is empty or contains only null values.</returns>
|
|
<param name="source">A sequence of nullable <see cref="T:System.Double" /> values to calculate the average of.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Queryable.Average(System.Linq.IQueryable{System.Nullable{System.Int32}})">
|
|
<summary>Computes the average of a sequence of nullable <see cref="T:System.Int32" /> values.</summary>
|
|
<returns>The average of the sequence of values, or null if the source sequence is empty or contains only null values.</returns>
|
|
<param name="source">A sequence of nullable <see cref="T:System.Int32" /> values to calculate the average of.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Queryable.Average(System.Linq.IQueryable{System.Nullable{System.Int64}})">
|
|
<summary>Computes the average of a sequence of nullable <see cref="T:System.Int64" /> values.</summary>
|
|
<returns>The average of the sequence of values, or null if the source sequence is empty or contains only null values.</returns>
|
|
<param name="source">A sequence of nullable <see cref="T:System.Int64" /> values to calculate the average of.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Queryable.Average(System.Linq.IQueryable{System.Nullable{System.Single}})">
|
|
<summary>Computes the average of a sequence of nullable <see cref="T:System.Single" /> values.</summary>
|
|
<returns>The average of the sequence of values, or null if the source sequence is empty or contains only null values.</returns>
|
|
<param name="source">A sequence of nullable <see cref="T:System.Single" /> values to calculate the average of.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Queryable.Average(System.Linq.IQueryable{System.Single})">
|
|
<summary>Computes the average of a sequence of <see cref="T:System.Single" /> values.</summary>
|
|
<returns>The average of the sequence of values.</returns>
|
|
<param name="source">A sequence of <see cref="T:System.Single" /> values to calculate the average of.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> is null.</exception>
|
|
<exception cref="T:System.InvalidOperationException">
|
|
<paramref name="source" /> contains no elements.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Decimal}})">
|
|
<summary>Computes the average of a sequence of <see cref="T:System.Decimal" /> values that is obtained by invoking a projection function on each element of the input sequence.</summary>
|
|
<returns>The average of the sequence of values.</returns>
|
|
<param name="source">A sequence of values that are used to calculate an average.</param>
|
|
<param name="selector">A projection function to apply to each element.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="selector" /> is null.</exception>
|
|
<exception cref="T:System.InvalidOperationException">
|
|
<paramref name="source" /> contains no elements.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Double}})">
|
|
<summary>Computes the average of a sequence of <see cref="T:System.Double" /> values that is obtained by invoking a projection function on each element of the input sequence.</summary>
|
|
<returns>The average of the sequence of values.</returns>
|
|
<param name="source">A sequence of values to calculate the average of.</param>
|
|
<param name="selector">A projection function to apply to each element.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="selector" /> is null.</exception>
|
|
<exception cref="T:System.InvalidOperationException">
|
|
<paramref name="source" /> contains no elements.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32}})">
|
|
<summary>Computes the average of a sequence of <see cref="T:System.Int32" /> values that is obtained by invoking a projection function on each element of the input sequence.</summary>
|
|
<returns>The average of the sequence of values.</returns>
|
|
<param name="source">A sequence of values to calculate the average of.</param>
|
|
<param name="selector">A projection function to apply to each element.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="selector" /> is null.</exception>
|
|
<exception cref="T:System.InvalidOperationException">
|
|
<paramref name="source" /> contains no elements.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int64}})">
|
|
<summary>Computes the average of a sequence of <see cref="T:System.Int64" /> values that is obtained by invoking a projection function on each element of the input sequence.</summary>
|
|
<returns>The average of the sequence of values.</returns>
|
|
<param name="source">A sequence of values to calculate the average of.</param>
|
|
<param name="selector">A projection function to apply to each element.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="selector" /> is null.</exception>
|
|
<exception cref="T:System.InvalidOperationException">
|
|
<paramref name="source" /> contains no elements.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Decimal}}})">
|
|
<summary>Computes the average of a sequence of nullable <see cref="T:System.Decimal" /> values that is obtained by invoking a projection function on each element of the input sequence.</summary>
|
|
<returns>The average of the sequence of values, or null if the <paramref name="source" /> sequence is empty or contains only null values.</returns>
|
|
<param name="source">A sequence of values to calculate the average of.</param>
|
|
<param name="selector">A projection function to apply to each element.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="selector" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Double}}})">
|
|
<summary>Computes the average of a sequence of nullable <see cref="T:System.Double" /> values that is obtained by invoking a projection function on each element of the input sequence.</summary>
|
|
<returns>The average of the sequence of values, or null if the <paramref name="source" /> sequence is empty or contains only null values.</returns>
|
|
<param name="source">A sequence of values to calculate the average of.</param>
|
|
<param name="selector">A projection function to apply to each element.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="selector" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Int32}}})">
|
|
<summary>Computes the average of a sequence of nullable <see cref="T:System.Int32" /> values that is obtained by invoking a projection function on each element of the input sequence.</summary>
|
|
<returns>The average of the sequence of values, or null if the <paramref name="source" /> sequence is empty or contains only null values.</returns>
|
|
<param name="source">A sequence of values to calculate the average of.</param>
|
|
<param name="selector">A projection function to apply to each element.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="selector" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Int64}}})">
|
|
<summary>Computes the average of a sequence of nullable <see cref="T:System.Int64" /> values that is obtained by invoking a projection function on each element of the input sequence.</summary>
|
|
<returns>The average of the sequence of values, or null if the <paramref name="source" /> sequence is empty or contains only null values.</returns>
|
|
<param name="source">A sequence of values to calculate the average of.</param>
|
|
<param name="selector">A projection function to apply to each element.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="selector" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Single}}})">
|
|
<summary>Computes the average of a sequence of nullable <see cref="T:System.Single" /> values that is obtained by invoking a projection function on each element of the input sequence.</summary>
|
|
<returns>The average of the sequence of values, or null if the <paramref name="source" /> sequence is empty or contains only null values.</returns>
|
|
<param name="source">A sequence of values to calculate the average of.</param>
|
|
<param name="selector">A projection function to apply to each element.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="selector" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Queryable.Average``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Single}})">
|
|
<summary>Computes the average of a sequence of <see cref="T:System.Single" /> values that is obtained by invoking a projection function on each element of the input sequence.</summary>
|
|
<returns>The average of the sequence of values.</returns>
|
|
<param name="source">A sequence of values to calculate the average of.</param>
|
|
<param name="selector">A projection function to apply to each element.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="selector" /> is null.</exception>
|
|
<exception cref="T:System.InvalidOperationException">
|
|
<paramref name="source" /> contains no elements.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Queryable.Cast``1(System.Linq.IQueryable)">
|
|
<summary>Converts the elements of an <see cref="T:System.Linq.IQueryable" /> to the specified type.</summary>
|
|
<returns>An <see cref="T:System.Linq.IQueryable`1" /> that contains each element of the source sequence converted to the specified type.</returns>
|
|
<param name="source">The <see cref="T:System.Linq.IQueryable" /> that contains the elements to be converted.</param>
|
|
<typeparam name="TResult">The type to convert the elements of <paramref name="source" /> to.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> is null.</exception>
|
|
<exception cref="T:System.InvalidCastException">An element in the sequence cannot be cast to type <paramref name="TResult" />.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Queryable.Concat``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0})">
|
|
<summary>Concatenates two sequences.</summary>
|
|
<returns>An <see cref="T:System.Linq.IQueryable`1" /> that contains the concatenated elements of the two input sequences.</returns>
|
|
<param name="source1">The first sequence to concatenate.</param>
|
|
<param name="source2">The sequence to concatenate to the first sequence.</param>
|
|
<typeparam name="TSource">The type of the elements of the input sequences.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source1" /> or <paramref name="source2" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Queryable.Contains``1(System.Linq.IQueryable{``0},``0)">
|
|
<summary>Determines whether a sequence contains a specified element by using the default equality comparer.</summary>
|
|
<returns>true if the input sequence contains an element that has the specified value; otherwise, false.</returns>
|
|
<param name="source">An <see cref="T:System.Linq.IQueryable`1" /> in which to locate <paramref name="item" />.</param>
|
|
<param name="item">The object to locate in the sequence.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Queryable.Contains``1(System.Linq.IQueryable{``0},``0,System.Collections.Generic.IEqualityComparer{``0})">
|
|
<summary>Determines whether a sequence contains a specified element by using a specified <see cref="T:System.Collections.Generic.IEqualityComparer`1" />.</summary>
|
|
<returns>true if the input sequence contains an element that has the specified value; otherwise, false.</returns>
|
|
<param name="source">An <see cref="T:System.Linq.IQueryable`1" /> in which to locate <paramref name="item" />.</param>
|
|
<param name="item">The object to locate in the sequence.</param>
|
|
<param name="comparer">An <see cref="T:System.Collections.Generic.IEqualityComparer`1" /> to compare values.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Queryable.Count``1(System.Linq.IQueryable{``0})">
|
|
<summary>Returns the number of elements in a sequence.</summary>
|
|
<returns>The number of elements in the input sequence.</returns>
|
|
<param name="source">The <see cref="T:System.Linq.IQueryable`1" /> that contains the elements to be counted.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> is null.</exception>
|
|
<exception cref="T:System.OverflowException">The number of elements in <paramref name="source" /> is larger than <see cref="F:System.Int32.MaxValue" />.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Queryable.Count``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}})">
|
|
<summary>Returns the number of elements in the specified sequence that satisfies a condition.</summary>
|
|
<returns>The number of elements in the sequence that satisfies the condition in the predicate function.</returns>
|
|
<param name="source">An <see cref="T:System.Linq.IQueryable`1" /> that contains the elements to be counted.</param>
|
|
<param name="predicate">A function to test each element for a condition.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="predicate" /> is null.</exception>
|
|
<exception cref="T:System.OverflowException">The number of elements in <paramref name="source" /> is larger than <see cref="F:System.Int32.MaxValue" />.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Queryable.DefaultIfEmpty``1(System.Linq.IQueryable{``0})">
|
|
<summary>Returns the elements of the specified sequence or the type parameter's default value in a singleton collection if the sequence is empty.</summary>
|
|
<returns>An <see cref="T:System.Linq.IQueryable`1" /> that contains default(<paramref name="TSource" />) if <paramref name="source" /> is empty; otherwise, <paramref name="source" />.</returns>
|
|
<param name="source">The <see cref="T:System.Linq.IQueryable`1" /> to return a default value for if empty.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Queryable.DefaultIfEmpty``1(System.Linq.IQueryable{``0},``0)">
|
|
<summary>Returns the elements of the specified sequence or the specified value in a singleton collection if the sequence is empty.</summary>
|
|
<returns>An <see cref="T:System.Linq.IQueryable`1" /> that contains <paramref name="defaultValue" /> if <paramref name="source" /> is empty; otherwise, <paramref name="source" />.</returns>
|
|
<param name="source">The <see cref="T:System.Linq.IQueryable`1" /> to return the specified value for if empty.</param>
|
|
<param name="defaultValue">The value to return if the sequence is empty.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Queryable.Distinct``1(System.Linq.IQueryable{``0})">
|
|
<summary>Returns distinct elements from a sequence by using the default equality comparer to compare values.</summary>
|
|
<returns>An <see cref="T:System.Linq.IQueryable`1" /> that contains distinct elements from <paramref name="source" />.</returns>
|
|
<param name="source">The <see cref="T:System.Linq.IQueryable`1" /> to remove duplicates from.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Queryable.Distinct``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEqualityComparer{``0})">
|
|
<summary>Returns distinct elements from a sequence by using a specified <see cref="T:System.Collections.Generic.IEqualityComparer`1" /> to compare values.</summary>
|
|
<returns>An <see cref="T:System.Linq.IQueryable`1" /> that contains distinct elements from <paramref name="source" />.</returns>
|
|
<param name="source">The <see cref="T:System.Linq.IQueryable`1" /> to remove duplicates from.</param>
|
|
<param name="comparer">An <see cref="T:System.Collections.Generic.IEqualityComparer`1" /> to compare values.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="comparer" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Queryable.ElementAt``1(System.Linq.IQueryable{``0},System.Int32)">
|
|
<summary>Returns the element at a specified index in a sequence.</summary>
|
|
<returns>The element at the specified position in <paramref name="source" />.</returns>
|
|
<param name="source">An <see cref="T:System.Linq.IQueryable`1" /> to return an element from.</param>
|
|
<param name="index">The zero-based index of the element to retrieve.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> is null.</exception>
|
|
<exception cref="T:System.ArgumentOutOfRangeException">
|
|
<paramref name="index" /> is less than zero.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Queryable.ElementAtOrDefault``1(System.Linq.IQueryable{``0},System.Int32)">
|
|
<summary>Returns the element at a specified index in a sequence or a default value if the index is out of range.</summary>
|
|
<returns>default(<paramref name="TSource" />) if <paramref name="index" /> is outside the bounds of <paramref name="source" />; otherwise, the element at the specified position in <paramref name="source" />.</returns>
|
|
<param name="source">An <see cref="T:System.Linq.IQueryable`1" /> to return an element from.</param>
|
|
<param name="index">The zero-based index of the element to retrieve.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Queryable.Except``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0})">
|
|
<summary>Produces the set difference of two sequences by using the default equality comparer to compare values.</summary>
|
|
<returns>An <see cref="T:System.Linq.IQueryable`1" /> that contains the set difference of the two sequences.</returns>
|
|
<param name="source1">An <see cref="T:System.Linq.IQueryable`1" /> whose elements that are not also in <paramref name="source2" /> will be returned.</param>
|
|
<param name="source2">An <see cref="T:System.Collections.Generic.IEnumerable`1" /> whose elements that also occur in the first sequence will not appear in the returned sequence.</param>
|
|
<typeparam name="TSource">The type of the elements of the input sequences.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source1" /> or <paramref name="source2" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Queryable.Except``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0})">
|
|
<summary>Produces the set difference of two sequences by using the specified <see cref="T:System.Collections.Generic.IEqualityComparer`1" /> to compare values.</summary>
|
|
<returns>An <see cref="T:System.Linq.IQueryable`1" /> that contains the set difference of the two sequences.</returns>
|
|
<param name="source1">An <see cref="T:System.Linq.IQueryable`1" /> whose elements that are not also in <paramref name="source2" /> will be returned.</param>
|
|
<param name="source2">An <see cref="T:System.Collections.Generic.IEnumerable`1" /> whose elements that also occur in the first sequence will not appear in the returned sequence.</param>
|
|
<param name="comparer">An <see cref="T:System.Collections.Generic.IEqualityComparer`1" /> to compare values.</param>
|
|
<typeparam name="TSource">The type of the elements of the input sequences.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source1" /> or <paramref name="source2" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Queryable.First``1(System.Linq.IQueryable{``0})">
|
|
<summary>Returns the first element of a sequence.</summary>
|
|
<returns>The first element in <paramref name="source" />.</returns>
|
|
<param name="source">The <see cref="T:System.Linq.IQueryable`1" /> to return the first element of.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> is null.</exception>
|
|
<exception cref="T:System.InvalidOperationException">The source sequence is empty.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Queryable.First``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}})">
|
|
<summary>Returns the first element of a sequence that satisfies a specified condition.</summary>
|
|
<returns>The first element in <paramref name="source" /> that passes the test in <paramref name="predicate" />.</returns>
|
|
<param name="source">An <see cref="T:System.Linq.IQueryable`1" /> to return an element from.</param>
|
|
<param name="predicate">A function to test each element for a condition.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="predicate" /> is null.</exception>
|
|
<exception cref="T:System.InvalidOperationException">No element satisfies the condition in <paramref name="predicate" />.-or-The source sequence is empty.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Queryable.FirstOrDefault``1(System.Linq.IQueryable{``0})">
|
|
<summary>Returns the first element of a sequence, or a default value if the sequence contains no elements.</summary>
|
|
<returns>default(<paramref name="TSource" />) if <paramref name="source" /> is empty; otherwise, the first element in <paramref name="source" />.</returns>
|
|
<param name="source">The <see cref="T:System.Linq.IQueryable`1" /> to return the first element of.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Queryable.FirstOrDefault``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}})">
|
|
<summary>Returns the first element of a sequence that satisfies a specified condition or a default value if no such element is found.</summary>
|
|
<returns>default(<paramref name="TSource" />) if <paramref name="source" /> is empty or if no element passes the test specified by <paramref name="predicate" />; otherwise, the first element in <paramref name="source" /> that passes the test specified by <paramref name="predicate" />.</returns>
|
|
<param name="source">An <see cref="T:System.Linq.IQueryable`1" /> to return an element from.</param>
|
|
<param name="predicate">A function to test each element for a condition.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="predicate" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Queryable.GroupBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}})">
|
|
<summary>Groups the elements of a sequence according to a specified key selector function.</summary>
|
|
<returns>An IQueryable<IGrouping<TKey, TSource>> in C# or IQueryable(Of IGrouping(Of TKey, TSource)) in Visual Basic where each <see cref="T:System.Linq.IGrouping`2" /> object contains a sequence of objects and a key.</returns>
|
|
<param name="source">An <see cref="T:System.Linq.IQueryable`1" /> whose elements to group.</param>
|
|
<param name="keySelector">A function to extract the key for each element.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<typeparam name="TKey">The type of the key returned by the function represented in <paramref name="keySelector" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="keySelector" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Queryable.GroupBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IEqualityComparer{``1})">
|
|
<summary>Groups the elements of a sequence according to a specified key selector function and compares the keys by using a specified comparer.</summary>
|
|
<returns>An IQueryable<IGrouping<TKey, TSource>> in C# or IQueryable(Of IGrouping(Of TKey, TSource)) in Visual Basic where each <see cref="T:System.Linq.IGrouping`2" /> contains a sequence of objects and a key.</returns>
|
|
<param name="source">An <see cref="T:System.Linq.IQueryable`1" /> whose elements to group.</param>
|
|
<param name="keySelector">A function to extract the key for each element.</param>
|
|
<param name="comparer">An <see cref="T:System.Collections.Generic.IEqualityComparer`1" /> to compare keys.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<typeparam name="TKey">The type of the key returned by the function represented in <paramref name="keySelector" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="keySelector" /> or <paramref name="comparer" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Queryable.GroupBy``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``0,``2}})">
|
|
<summary>Groups the elements of a sequence according to a specified key selector function and projects the elements for each group by using a specified function.</summary>
|
|
<returns>An IQueryable<IGrouping<TKey, TElement>> in C# or IQueryable(Of IGrouping(Of TKey, TElement)) in Visual Basic where each <see cref="T:System.Linq.IGrouping`2" /> contains a sequence of objects of type <paramref name="TElement" /> and a key.</returns>
|
|
<param name="source">An <see cref="T:System.Linq.IQueryable`1" /> whose elements to group.</param>
|
|
<param name="keySelector">A function to extract the key for each element.</param>
|
|
<param name="elementSelector">A function to map each source element to an element in an <see cref="T:System.Linq.IGrouping`2" />.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<typeparam name="TKey">The type of the key returned by the function represented in <paramref name="keySelector" />.</typeparam>
|
|
<typeparam name="TElement">The type of the elements in each <see cref="T:System.Linq.IGrouping`2" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="keySelector" /> or <paramref name="elementSelector" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Queryable.GroupBy``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Collections.Generic.IEqualityComparer{``1})">
|
|
<summary>Groups the elements of a sequence and projects the elements for each group by using a specified function. Key values are compared by using a specified comparer.</summary>
|
|
<returns>An IQueryable<IGrouping<TKey, TElement>> in C# or IQueryable(Of IGrouping(Of TKey, TElement)) in Visual Basic where each <see cref="T:System.Linq.IGrouping`2" /> contains a sequence of objects of type <paramref name="TElement" /> and a key.</returns>
|
|
<param name="source">An <see cref="T:System.Linq.IQueryable`1" /> whose elements to group.</param>
|
|
<param name="keySelector">A function to extract the key for each element.</param>
|
|
<param name="elementSelector">A function to map each source element to an element in an <see cref="T:System.Linq.IGrouping`2" />.</param>
|
|
<param name="comparer">An <see cref="T:System.Collections.Generic.IEqualityComparer`1" /> to compare keys.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<typeparam name="TKey">The type of the key returned by the function represented in <paramref name="keySelector" />.</typeparam>
|
|
<typeparam name="TElement">The type of the elements in each <see cref="T:System.Linq.IGrouping`2" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="keySelector" /> or <paramref name="elementSelector" /> or <paramref name="comparer" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Queryable.GroupBy``4(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,System.Collections.Generic.IEnumerable{``2},``3}})">
|
|
<summary>Groups the elements of a sequence according to a specified key selector function and creates a result value from each group and its key. The elements of each group are projected by using a specified function.</summary>
|
|
<returns>An T:System.Linq.IQueryable`1 that has a type argument of <paramref name="TResult" /> and where each element represents a projection over a group and its key.</returns>
|
|
<param name="source">An <see cref="T:System.Linq.IQueryable`1" /> whose elements to group.</param>
|
|
<param name="keySelector">A function to extract the key for each element.</param>
|
|
<param name="elementSelector">A function to map each source element to an element in an <see cref="T:System.Linq.IGrouping`2" />.</param>
|
|
<param name="resultSelector">A function to create a result value from each group.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<typeparam name="TKey">The type of the key returned by the function represented in <paramref name="keySelector" />.</typeparam>
|
|
<typeparam name="TElement">The type of the elements in each <see cref="T:System.Linq.IGrouping`2" />.</typeparam>
|
|
<typeparam name="TResult">The type of the result value returned by <paramref name="resultSelector" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="keySelector" /> or <paramref name="elementSelector" /> or <paramref name="resultSelector" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Queryable.GroupBy``4(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,System.Collections.Generic.IEnumerable{``2},``3}},System.Collections.Generic.IEqualityComparer{``1})">
|
|
<summary>Groups the elements of a sequence according to a specified key selector function and creates a result value from each group and its key. Keys are compared by using a specified comparer and the elements of each group are projected by using a specified function.</summary>
|
|
<returns>An T:System.Linq.IQueryable`1 that has a type argument of <paramref name="TResult" /> and where each element represents a projection over a group and its key.</returns>
|
|
<param name="source">An <see cref="T:System.Linq.IQueryable`1" /> whose elements to group.</param>
|
|
<param name="keySelector">A function to extract the key for each element.</param>
|
|
<param name="elementSelector">A function to map each source element to an element in an <see cref="T:System.Linq.IGrouping`2" />.</param>
|
|
<param name="resultSelector">A function to create a result value from each group.</param>
|
|
<param name="comparer">An <see cref="T:System.Collections.Generic.IEqualityComparer`1" /> to compare keys.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<typeparam name="TKey">The type of the key returned by the function represented in <paramref name="keySelector" />.</typeparam>
|
|
<typeparam name="TElement">The type of the elements in each <see cref="T:System.Linq.IGrouping`2" />.</typeparam>
|
|
<typeparam name="TResult">The type of the result value returned by <paramref name="resultSelector" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="keySelector" /> or <paramref name="elementSelector" /> or <paramref name="resultSelector" /> or <paramref name="comparer" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Queryable.GroupBy``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``1,System.Collections.Generic.IEnumerable{``0},``2}})">
|
|
<summary>Groups the elements of a sequence according to a specified key selector function and creates a result value from each group and its key.</summary>
|
|
<returns>An T:System.Linq.IQueryable`1 that has a type argument of <paramref name="TResult" /> and where each element represents a projection over a group and its key.</returns>
|
|
<param name="source">An <see cref="T:System.Linq.IQueryable`1" /> whose elements to group.</param>
|
|
<param name="keySelector">A function to extract the key for each element.</param>
|
|
<param name="resultSelector">A function to create a result value from each group.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<typeparam name="TKey">The type of the key returned by the function represented in <paramref name="keySelector" />.</typeparam>
|
|
<typeparam name="TResult">The type of the result value returned by <paramref name="resultSelector" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="keySelector" /> or <paramref name="resultSelector" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Queryable.GroupBy``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``1,System.Collections.Generic.IEnumerable{``0},``2}},System.Collections.Generic.IEqualityComparer{``1})">
|
|
<summary>Groups the elements of a sequence according to a specified key selector function and creates a result value from each group and its key. Keys are compared by using a specified comparer.</summary>
|
|
<returns>An T:System.Linq.IQueryable`1 that has a type argument of <paramref name="TResult" /> and where each element represents a projection over a group and its key.</returns>
|
|
<param name="source">An <see cref="T:System.Linq.IQueryable`1" /> whose elements to group.</param>
|
|
<param name="keySelector">A function to extract the key for each element.</param>
|
|
<param name="resultSelector">A function to create a result value from each group.</param>
|
|
<param name="comparer">An <see cref="T:System.Collections.Generic.IEqualityComparer`1" /> to compare keys.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<typeparam name="TKey">The type of the key returned by the function represented in <paramref name="keySelector" />.</typeparam>
|
|
<typeparam name="TResult">The type of the result value returned by <paramref name="resultSelector" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="keySelector" /> or <paramref name="resultSelector" /> or <paramref name="comparer" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Queryable.GroupJoin``4(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,``2}},System.Linq.Expressions.Expression{System.Func{``0,System.Collections.Generic.IEnumerable{``1},``3}})">
|
|
<summary>Correlates the elements of two sequences based on key equality and groups the results. The default equality comparer is used to compare keys.</summary>
|
|
<returns>An <see cref="T:System.Linq.IQueryable`1" /> that contains elements of type <paramref name="TResult" /> obtained by performing a grouped join on two sequences.</returns>
|
|
<param name="outer">The first sequence to join.</param>
|
|
<param name="inner">The sequence to join to the first sequence.</param>
|
|
<param name="outerKeySelector">A function to extract the join key from each element of the first sequence.</param>
|
|
<param name="innerKeySelector">A function to extract the join key from each element of the second sequence.</param>
|
|
<param name="resultSelector">A function to create a result element from an element from the first sequence and a collection of matching elements from the second sequence.</param>
|
|
<typeparam name="TOuter">The type of the elements of the first sequence.</typeparam>
|
|
<typeparam name="TInner">The type of the elements of the second sequence.</typeparam>
|
|
<typeparam name="TKey">The type of the keys returned by the key selector functions.</typeparam>
|
|
<typeparam name="TResult">The type of the result elements.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="outer" /> or <paramref name="inner" /> or <paramref name="outerKeySelector" /> or <paramref name="innerKeySelector" /> or <paramref name="resultSelector" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Queryable.GroupJoin``4(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,``2}},System.Linq.Expressions.Expression{System.Func{``0,System.Collections.Generic.IEnumerable{``1},``3}},System.Collections.Generic.IEqualityComparer{``2})">
|
|
<summary>Correlates the elements of two sequences based on key equality and groups the results. A specified <see cref="T:System.Collections.Generic.IEqualityComparer`1" /> is used to compare keys.</summary>
|
|
<returns>An <see cref="T:System.Linq.IQueryable`1" /> that contains elements of type <paramref name="TResult" /> obtained by performing a grouped join on two sequences.</returns>
|
|
<param name="outer">The first sequence to join.</param>
|
|
<param name="inner">The sequence to join to the first sequence.</param>
|
|
<param name="outerKeySelector">A function to extract the join key from each element of the first sequence.</param>
|
|
<param name="innerKeySelector">A function to extract the join key from each element of the second sequence.</param>
|
|
<param name="resultSelector">A function to create a result element from an element from the first sequence and a collection of matching elements from the second sequence.</param>
|
|
<param name="comparer">A comparer to hash and compare keys.</param>
|
|
<typeparam name="TOuter">The type of the elements of the first sequence.</typeparam>
|
|
<typeparam name="TInner">The type of the elements of the second sequence.</typeparam>
|
|
<typeparam name="TKey">The type of the keys returned by the key selector functions.</typeparam>
|
|
<typeparam name="TResult">The type of the result elements.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="outer" /> or <paramref name="inner" /> or <paramref name="outerKeySelector" /> or <paramref name="innerKeySelector" /> or <paramref name="resultSelector" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Queryable.Intersect``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0})">
|
|
<summary>Produces the set intersection of two sequences by using the default equality comparer to compare values.</summary>
|
|
<returns>A sequence that contains the set intersection of the two sequences.</returns>
|
|
<param name="source1">A sequence whose distinct elements that also appear in <paramref name="source2" /> are returned.</param>
|
|
<param name="source2">A sequence whose distinct elements that also appear in the first sequence are returned.</param>
|
|
<typeparam name="TSource">The type of the elements of the input sequences.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source1" /> or <paramref name="source2" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Queryable.Intersect``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0})">
|
|
<summary>Produces the set intersection of two sequences by using the specified <see cref="T:System.Collections.Generic.IEqualityComparer`1" /> to compare values.</summary>
|
|
<returns>An <see cref="T:System.Linq.IQueryable`1" /> that contains the set intersection of the two sequences.</returns>
|
|
<param name="source1">An <see cref="T:System.Linq.IQueryable`1" /> whose distinct elements that also appear in <paramref name="source2" /> are returned.</param>
|
|
<param name="source2">An <see cref="T:System.Collections.Generic.IEnumerable`1" /> whose distinct elements that also appear in the first sequence are returned.</param>
|
|
<param name="comparer">An <see cref="T:System.Collections.Generic.IEqualityComparer`1" /> to compare values.</param>
|
|
<typeparam name="TSource">The type of the elements of the input sequences.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source1" /> or <paramref name="source2" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Queryable.Join``4(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,``2}},System.Linq.Expressions.Expression{System.Func{``0,``1,``3}})">
|
|
<summary>Correlates the elements of two sequences based on matching keys. The default equality comparer is used to compare keys.</summary>
|
|
<returns>An <see cref="T:System.Linq.IQueryable`1" /> that has elements of type <paramref name="TResult" /> obtained by performing an inner join on two sequences.</returns>
|
|
<param name="outer">The first sequence to join.</param>
|
|
<param name="inner">The sequence to join to the first sequence.</param>
|
|
<param name="outerKeySelector">A function to extract the join key from each element of the first sequence.</param>
|
|
<param name="innerKeySelector">A function to extract the join key from each element of the second sequence.</param>
|
|
<param name="resultSelector">A function to create a result element from two matching elements.</param>
|
|
<typeparam name="TOuter">The type of the elements of the first sequence.</typeparam>
|
|
<typeparam name="TInner">The type of the elements of the second sequence.</typeparam>
|
|
<typeparam name="TKey">The type of the keys returned by the key selector functions.</typeparam>
|
|
<typeparam name="TResult">The type of the result elements.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="outer" /> or <paramref name="inner" /> or <paramref name="outerKeySelector" /> or <paramref name="innerKeySelector" /> or <paramref name="resultSelector" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Queryable.Join``4(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``1},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.Linq.Expressions.Expression{System.Func{``1,``2}},System.Linq.Expressions.Expression{System.Func{``0,``1,``3}},System.Collections.Generic.IEqualityComparer{``2})">
|
|
<summary>Correlates the elements of two sequences based on matching keys. A specified <see cref="T:System.Collections.Generic.IEqualityComparer`1" /> is used to compare keys.</summary>
|
|
<returns>An <see cref="T:System.Linq.IQueryable`1" /> that has elements of type <paramref name="TResult" /> obtained by performing an inner join on two sequences.</returns>
|
|
<param name="outer">The first sequence to join.</param>
|
|
<param name="inner">The sequence to join to the first sequence.</param>
|
|
<param name="outerKeySelector">A function to extract the join key from each element of the first sequence.</param>
|
|
<param name="innerKeySelector">A function to extract the join key from each element of the second sequence.</param>
|
|
<param name="resultSelector">A function to create a result element from two matching elements.</param>
|
|
<param name="comparer">An <see cref="T:System.Collections.Generic.IEqualityComparer`1" /> to hash and compare keys.</param>
|
|
<typeparam name="TOuter">The type of the elements of the first sequence.</typeparam>
|
|
<typeparam name="TInner">The type of the elements of the second sequence.</typeparam>
|
|
<typeparam name="TKey">The type of the keys returned by the key selector functions.</typeparam>
|
|
<typeparam name="TResult">The type of the result elements.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="outer" /> or <paramref name="inner" /> or <paramref name="outerKeySelector" /> or <paramref name="innerKeySelector" /> or <paramref name="resultSelector" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Queryable.Last``1(System.Linq.IQueryable{``0})">
|
|
<summary>Returns the last element in a sequence.</summary>
|
|
<returns>The value at the last position in <paramref name="source" />.</returns>
|
|
<param name="source">An <see cref="T:System.Linq.IQueryable`1" /> to return the last element of.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> is null.</exception>
|
|
<exception cref="T:System.InvalidOperationException">The source sequence is empty.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Queryable.Last``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}})">
|
|
<summary>Returns the last element of a sequence that satisfies a specified condition.</summary>
|
|
<returns>The last element in <paramref name="source" /> that passes the test specified by <paramref name="predicate" />.</returns>
|
|
<param name="source">An <see cref="T:System.Linq.IQueryable`1" /> to return an element from.</param>
|
|
<param name="predicate">A function to test each element for a condition.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="predicate" /> is null.</exception>
|
|
<exception cref="T:System.InvalidOperationException">No element satisfies the condition in <paramref name="predicate" />.-or-The source sequence is empty.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Queryable.LastOrDefault``1(System.Linq.IQueryable{``0})">
|
|
<summary>Returns the last element in a sequence, or a default value if the sequence contains no elements.</summary>
|
|
<returns>default(<paramref name="TSource" />) if <paramref name="source" /> is empty; otherwise, the last element in <paramref name="source" />.</returns>
|
|
<param name="source">An <see cref="T:System.Linq.IQueryable`1" /> to return the last element of.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Queryable.LastOrDefault``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}})">
|
|
<summary>Returns the last element of a sequence that satisfies a condition or a default value if no such element is found.</summary>
|
|
<returns>default(<paramref name="TSource" />) if <paramref name="source" /> is empty or if no elements pass the test in the predicate function; otherwise, the last element of <paramref name="source" /> that passes the test in the predicate function.</returns>
|
|
<param name="source">An <see cref="T:System.Linq.IQueryable`1" /> to return an element from.</param>
|
|
<param name="predicate">A function to test each element for a condition.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="predicate" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Queryable.LongCount``1(System.Linq.IQueryable{``0})">
|
|
<summary>Returns an <see cref="T:System.Int64" /> that represents the total number of elements in a sequence.</summary>
|
|
<returns>The number of elements in <paramref name="source" />.</returns>
|
|
<param name="source">An <see cref="T:System.Linq.IQueryable`1" /> that contains the elements to be counted.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> is null.</exception>
|
|
<exception cref="T:System.OverflowException">The number of elements exceeds <see cref="F:System.Int64.MaxValue" />.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Queryable.LongCount``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}})">
|
|
<summary>Returns an <see cref="T:System.Int64" /> that represents the number of elements in a sequence that satisfy a condition.</summary>
|
|
<returns>The number of elements in <paramref name="source" /> that satisfy the condition in the predicate function.</returns>
|
|
<param name="source">An <see cref="T:System.Linq.IQueryable`1" /> that contains the elements to be counted.</param>
|
|
<param name="predicate">A function to test each element for a condition.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="predicate" /> is null.</exception>
|
|
<exception cref="T:System.OverflowException">The number of matching elements exceeds <see cref="F:System.Int64.MaxValue" />.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Queryable.Max``1(System.Linq.IQueryable{``0})">
|
|
<summary>Returns the maximum value in a generic <see cref="T:System.Linq.IQueryable`1" />.</summary>
|
|
<returns>The maximum value in the sequence.</returns>
|
|
<param name="source">A sequence of values to determine the maximum of.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Queryable.Max``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}})">
|
|
<summary>Invokes a projection function on each element of a generic <see cref="T:System.Linq.IQueryable`1" /> and returns the maximum resulting value.</summary>
|
|
<returns>The maximum value in the sequence.</returns>
|
|
<param name="source">A sequence of values to determine the maximum of.</param>
|
|
<param name="selector">A projection function to apply to each element.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<typeparam name="TResult">The type of the value returned by the function represented by <paramref name="selector" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="selector" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Queryable.Min``1(System.Linq.IQueryable{``0})">
|
|
<summary>Returns the minimum value of a generic <see cref="T:System.Linq.IQueryable`1" />.</summary>
|
|
<returns>The minimum value in the sequence.</returns>
|
|
<param name="source">A sequence of values to determine the minimum of.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Queryable.Min``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}})">
|
|
<summary>Invokes a projection function on each element of a generic <see cref="T:System.Linq.IQueryable`1" /> and returns the minimum resulting value.</summary>
|
|
<returns>The minimum value in the sequence.</returns>
|
|
<param name="source">A sequence of values to determine the minimum of.</param>
|
|
<param name="selector">A projection function to apply to each element.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<typeparam name="TResult">The type of the value returned by the function represented by <paramref name="selector" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="selector" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Queryable.OfType``1(System.Linq.IQueryable)">
|
|
<summary>Filters the elements of an <see cref="T:System.Linq.IQueryable" /> based on a specified type.</summary>
|
|
<returns>A collection that contains the elements from <paramref name="source" /> that have type <paramref name="TResult" />.</returns>
|
|
<param name="source">An <see cref="T:System.Linq.IQueryable" /> whose elements to filter.</param>
|
|
<typeparam name="TResult">The type to filter the elements of the sequence on.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Queryable.OrderBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}})">
|
|
<summary>Sorts the elements of a sequence in ascending order according to a key.</summary>
|
|
<returns>An <see cref="T:System.Linq.IOrderedQueryable`1" /> whose elements are sorted according to a key.</returns>
|
|
<param name="source">A sequence of values to order.</param>
|
|
<param name="keySelector">A function to extract a key from an element.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<typeparam name="TKey">The type of the key returned by the function that is represented by <paramref name="keySelector" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="keySelector" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Queryable.OrderBy``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``1})">
|
|
<summary>Sorts the elements of a sequence in ascending order by using a specified comparer.</summary>
|
|
<returns>An <see cref="T:System.Linq.IOrderedQueryable`1" /> whose elements are sorted according to a key.</returns>
|
|
<param name="source">A sequence of values to order.</param>
|
|
<param name="keySelector">A function to extract a key from an element.</param>
|
|
<param name="comparer">An <see cref="T:System.Collections.Generic.IComparer`1" /> to compare keys.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<typeparam name="TKey">The type of the key returned by the function that is represented by <paramref name="keySelector" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="keySelector" /> or <paramref name="comparer" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Queryable.OrderByDescending``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}})">
|
|
<summary>Sorts the elements of a sequence in descending order according to a key.</summary>
|
|
<returns>An <see cref="T:System.Linq.IOrderedQueryable`1" /> whose elements are sorted in descending order according to a key.</returns>
|
|
<param name="source">A sequence of values to order.</param>
|
|
<param name="keySelector">A function to extract a key from an element.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<typeparam name="TKey">The type of the key returned by the function that is represented by <paramref name="keySelector" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="keySelector" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Queryable.OrderByDescending``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``1})">
|
|
<summary>Sorts the elements of a sequence in descending order by using a specified comparer.</summary>
|
|
<returns>An <see cref="T:System.Linq.IOrderedQueryable`1" /> whose elements are sorted in descending order according to a key.</returns>
|
|
<param name="source">A sequence of values to order.</param>
|
|
<param name="keySelector">A function to extract a key from an element.</param>
|
|
<param name="comparer">An <see cref="T:System.Collections.Generic.IComparer`1" /> to compare keys.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<typeparam name="TKey">The type of the key returned by the function that is represented by <paramref name="keySelector" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="keySelector" /> or <paramref name="comparer" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Queryable.Reverse``1(System.Linq.IQueryable{``0})">
|
|
<summary>Inverts the order of the elements in a sequence.</summary>
|
|
<returns>An <see cref="T:System.Linq.IQueryable`1" /> whose elements correspond to those of the input sequence in reverse order.</returns>
|
|
<param name="source">A sequence of values to reverse.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Queryable.Select``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}})">
|
|
<summary>Projects each element of a sequence into a new form.</summary>
|
|
<returns>An <see cref="T:System.Linq.IQueryable`1" /> whose elements are the result of invoking a projection function on each element of <paramref name="source" />.</returns>
|
|
<param name="source">A sequence of values to project.</param>
|
|
<param name="selector">A projection function to apply to each element.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<typeparam name="TResult">The type of the value returned by the function represented by <paramref name="selector" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="selector" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Queryable.Select``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,``1}})">
|
|
<summary>Projects each element of a sequence into a new form by incorporating the element's index.</summary>
|
|
<returns>An <see cref="T:System.Linq.IQueryable`1" /> whose elements are the result of invoking a projection function on each element of <paramref name="source" />.</returns>
|
|
<param name="source">A sequence of values to project.</param>
|
|
<param name="selector">A projection function to apply to each element.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<typeparam name="TResult">The type of the value returned by the function represented by <paramref name="selector" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="selector" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Queryable.SelectMany``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Collections.Generic.IEnumerable{``1}}},System.Linq.Expressions.Expression{System.Func{``0,``1,``2}})">
|
|
<summary>Projects each element of a sequence to an <see cref="T:System.Collections.Generic.IEnumerable`1" /> and invokes a result selector function on each element therein. The resulting values from each intermediate sequence are combined into a single, one-dimensional sequence and returned.</summary>
|
|
<returns>An <see cref="T:System.Linq.IQueryable`1" /> whose elements are the result of invoking the one-to-many projection function <paramref name="collectionSelector" /> on each element of <paramref name="source" /> and then mapping each of those sequence elements and their corresponding <paramref name="source" /> element to a result element.</returns>
|
|
<param name="source">A sequence of values to project.</param>
|
|
<param name="collectionSelector">A projection function to apply to each element of the input sequence.</param>
|
|
<param name="resultSelector">A projection function to apply to each element of each intermediate sequence.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<typeparam name="TCollection">The type of the intermediate elements collected by the function represented by <paramref name="collectionSelector" />.</typeparam>
|
|
<typeparam name="TResult">The type of the elements of the resulting sequence.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="collectionSelector" /> or <paramref name="resultSelector" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Queryable.SelectMany``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Collections.Generic.IEnumerable{``1}}})">
|
|
<summary>Projects each element of a sequence to an <see cref="T:System.Collections.Generic.IEnumerable`1" /> and combines the resulting sequences into one sequence.</summary>
|
|
<returns>An <see cref="T:System.Linq.IQueryable`1" /> whose elements are the result of invoking a one-to-many projection function on each element of the input sequence.</returns>
|
|
<param name="source">A sequence of values to project.</param>
|
|
<param name="selector">A projection function to apply to each element.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<typeparam name="TResult">The type of the elements of the sequence returned by the function represented by <paramref name="selector" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="selector" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Queryable.SelectMany``3(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Collections.Generic.IEnumerable{``1}}},System.Linq.Expressions.Expression{System.Func{``0,``1,``2}})">
|
|
<summary>Projects each element of a sequence to an <see cref="T:System.Collections.Generic.IEnumerable`1" /> that incorporates the index of the source element that produced it. A result selector function is invoked on each element of each intermediate sequence, and the resulting values are combined into a single, one-dimensional sequence and returned.</summary>
|
|
<returns>An <see cref="T:System.Linq.IQueryable`1" /> whose elements are the result of invoking the one-to-many projection function <paramref name="collectionSelector" /> on each element of <paramref name="source" /> and then mapping each of those sequence elements and their corresponding <paramref name="source" /> element to a result element.</returns>
|
|
<param name="source">A sequence of values to project.</param>
|
|
<param name="collectionSelector">A projection function to apply to each element of the input sequence; the second parameter of this function represents the index of the source element.</param>
|
|
<param name="resultSelector">A projection function to apply to each element of each intermediate sequence.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<typeparam name="TCollection">The type of the intermediate elements collected by the function represented by <paramref name="collectionSelector" />.</typeparam>
|
|
<typeparam name="TResult">The type of the elements of the resulting sequence.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="collectionSelector" /> or <paramref name="resultSelector" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Queryable.SelectMany``2(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Collections.Generic.IEnumerable{``1}}})">
|
|
<summary>Projects each element of a sequence to an <see cref="T:System.Collections.Generic.IEnumerable`1" /> and combines the resulting sequences into one sequence. The index of each source element is used in the projected form of that element.</summary>
|
|
<returns>An <see cref="T:System.Linq.IQueryable`1" /> whose elements are the result of invoking a one-to-many projection function on each element of the input sequence.</returns>
|
|
<param name="source">A sequence of values to project.</param>
|
|
<param name="selector">A projection function to apply to each element; the second parameter of this function represents the index of the source element.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<typeparam name="TResult">The type of the elements of the sequence returned by the function represented by <paramref name="selector" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="selector" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Queryable.SequenceEqual``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0})">
|
|
<summary>Determines whether two sequences are equal by using the default equality comparer to compare elements.</summary>
|
|
<returns>true if the two source sequences are of equal length and their corresponding elements compare equal; otherwise, false.</returns>
|
|
<param name="source1">An <see cref="T:System.Linq.IQueryable`1" /> whose elements to compare to those of <paramref name="source2" />.</param>
|
|
<param name="source2">An <see cref="T:System.Collections.Generic.IEnumerable`1" /> whose elements to compare to those of the first sequence.</param>
|
|
<typeparam name="TSource">The type of the elements of the input sequences.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source1" /> or <paramref name="source2" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Queryable.SequenceEqual``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0})">
|
|
<summary>Determines whether two sequences are equal by using a specified <see cref="T:System.Collections.Generic.IEqualityComparer`1" /> to compare elements.</summary>
|
|
<returns>true if the two source sequences are of equal length and their corresponding elements compare equal; otherwise, false.</returns>
|
|
<param name="source1">An <see cref="T:System.Linq.IQueryable`1" /> whose elements to compare to those of <paramref name="source2" />.</param>
|
|
<param name="source2">An <see cref="T:System.Collections.Generic.IEnumerable`1" /> whose elements to compare to those of the first sequence.</param>
|
|
<param name="comparer">An <see cref="T:System.Collections.Generic.IEqualityComparer`1" /> to use to compare elements.</param>
|
|
<typeparam name="TSource">The type of the elements of the input sequences.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source1" /> or <paramref name="source2" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Queryable.Single``1(System.Linq.IQueryable{``0})">
|
|
<summary>Returns the only element of a sequence, and throws an exception if there is not exactly one element in the sequence.</summary>
|
|
<returns>The single element of the input sequence.</returns>
|
|
<param name="source">An <see cref="T:System.Linq.IQueryable`1" /> to return the single element of.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> is null.</exception>
|
|
<exception cref="T:System.InvalidOperationException">
|
|
<paramref name="source" /> has more than one element.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Queryable.Single``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}})">
|
|
<summary>Returns the only element of a sequence that satisfies a specified condition, and throws an exception if more than one such element exists.</summary>
|
|
<returns>The single element of the input sequence that satisfies the condition in <paramref name="predicate" />.</returns>
|
|
<param name="source">An <see cref="T:System.Linq.IQueryable`1" /> to return a single element from.</param>
|
|
<param name="predicate">A function to test an element for a condition.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="predicate" /> is null.</exception>
|
|
<exception cref="T:System.InvalidOperationException">No element satisfies the condition in <paramref name="predicate" />.-or-More than one element satisfies the condition in <paramref name="predicate" />.-or-The source sequence is empty.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Queryable.SingleOrDefault``1(System.Linq.IQueryable{``0})">
|
|
<summary>Returns the only element of a sequence, or a default value if the sequence is empty; this method throws an exception if there is more than one element in the sequence.</summary>
|
|
<returns>The single element of the input sequence, or default(<paramref name="TSource" />) if the sequence contains no elements.</returns>
|
|
<param name="source">An <see cref="T:System.Linq.IQueryable`1" /> to return the single element of.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Queryable.SingleOrDefault``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}})">
|
|
<summary>Returns the only element of a sequence that satisfies a specified condition or a default value if no such element exists; this method throws an exception if more than one element satisfies the condition.</summary>
|
|
<returns>The single element of the input sequence that satisfies the condition in <paramref name="predicate" />, or default(<paramref name="TSource" />) if no such element is found.</returns>
|
|
<param name="source">An <see cref="T:System.Linq.IQueryable`1" /> to return a single element from.</param>
|
|
<param name="predicate">A function to test an element for a condition.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="predicate" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Queryable.Skip``1(System.Linq.IQueryable{``0},System.Int32)">
|
|
<summary>Bypasses a specified number of elements in a sequence and then returns the remaining elements.</summary>
|
|
<returns>An <see cref="T:System.Linq.IQueryable`1" /> that contains elements that occur after the specified index in the input sequence.</returns>
|
|
<param name="source">An <see cref="T:System.Linq.IQueryable`1" /> to return elements from.</param>
|
|
<param name="count">The number of elements to skip before returning the remaining elements.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Queryable.SkipWhile``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}})">
|
|
<summary>Bypasses elements in a sequence as long as a specified condition is true and then returns the remaining elements.</summary>
|
|
<returns>An <see cref="T:System.Linq.IQueryable`1" /> that contains elements from <paramref name="source" /> starting at the first element in the linear series that does not pass the test specified by <paramref name="predicate" />.</returns>
|
|
<param name="source">An <see cref="T:System.Linq.IQueryable`1" /> to return elements from.</param>
|
|
<param name="predicate">A function to test each element for a condition.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="predicate" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Queryable.SkipWhile``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Boolean}})">
|
|
<summary>Bypasses elements in a sequence as long as a specified condition is true and then returns the remaining elements. The element's index is used in the logic of the predicate function.</summary>
|
|
<returns>An <see cref="T:System.Linq.IQueryable`1" /> that contains elements from <paramref name="source" /> starting at the first element in the linear series that does not pass the test specified by <paramref name="predicate" />.</returns>
|
|
<param name="source">An <see cref="T:System.Linq.IQueryable`1" /> to return elements from.</param>
|
|
<param name="predicate">A function to test each element for a condition; the second parameter of this function represents the index of the source element.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="predicate" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Queryable.Sum(System.Linq.IQueryable{System.Decimal})">
|
|
<summary>Computes the sum of a sequence of <see cref="T:System.Decimal" /> values.</summary>
|
|
<returns>The sum of the values in the sequence.</returns>
|
|
<param name="source">A sequence of <see cref="T:System.Decimal" /> values to calculate the sum of.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> is null.</exception>
|
|
<exception cref="T:System.OverflowException">The sum is larger than <see cref="F:System.Decimal.MaxValue" />.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Queryable.Sum(System.Linq.IQueryable{System.Double})">
|
|
<summary>Computes the sum of a sequence of <see cref="T:System.Double" /> values.</summary>
|
|
<returns>The sum of the values in the sequence.</returns>
|
|
<param name="source">A sequence of <see cref="T:System.Double" /> values to calculate the sum of.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Queryable.Sum(System.Linq.IQueryable{System.Int32})">
|
|
<summary>Computes the sum of a sequence of <see cref="T:System.Int32" /> values.</summary>
|
|
<returns>The sum of the values in the sequence.</returns>
|
|
<param name="source">A sequence of <see cref="T:System.Int32" /> values to calculate the sum of.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> is null.</exception>
|
|
<exception cref="T:System.OverflowException">The sum is larger than <see cref="F:System.Int32.MaxValue" />.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Queryable.Sum(System.Linq.IQueryable{System.Int64})">
|
|
<summary>Computes the sum of a sequence of <see cref="T:System.Int64" /> values.</summary>
|
|
<returns>The sum of the values in the sequence.</returns>
|
|
<param name="source">A sequence of <see cref="T:System.Int64" /> values to calculate the sum of.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> is null.</exception>
|
|
<exception cref="T:System.OverflowException">The sum is larger than <see cref="F:System.Int64.MaxValue" />.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Queryable.Sum(System.Linq.IQueryable{System.Nullable{System.Decimal}})">
|
|
<summary>Computes the sum of a sequence of nullable <see cref="T:System.Decimal" /> values.</summary>
|
|
<returns>The sum of the values in the sequence.</returns>
|
|
<param name="source">A sequence of nullable <see cref="T:System.Decimal" /> values to calculate the sum of.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> is null.</exception>
|
|
<exception cref="T:System.OverflowException">The sum is larger than <see cref="F:System.Decimal.MaxValue" />.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Queryable.Sum(System.Linq.IQueryable{System.Nullable{System.Double}})">
|
|
<summary>Computes the sum of a sequence of nullable <see cref="T:System.Double" /> values.</summary>
|
|
<returns>The sum of the values in the sequence.</returns>
|
|
<param name="source">A sequence of nullable <see cref="T:System.Double" /> values to calculate the sum of.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Queryable.Sum(System.Linq.IQueryable{System.Nullable{System.Int32}})">
|
|
<summary>Computes the sum of a sequence of nullable <see cref="T:System.Int32" /> values.</summary>
|
|
<returns>The sum of the values in the sequence.</returns>
|
|
<param name="source">A sequence of nullable <see cref="T:System.Int32" /> values to calculate the sum of.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> is null.</exception>
|
|
<exception cref="T:System.OverflowException">The sum is larger than <see cref="F:System.Int32.MaxValue" />.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Queryable.Sum(System.Linq.IQueryable{System.Nullable{System.Int64}})">
|
|
<summary>Computes the sum of a sequence of nullable <see cref="T:System.Int64" /> values.</summary>
|
|
<returns>The sum of the values in the sequence.</returns>
|
|
<param name="source">A sequence of nullable <see cref="T:System.Int64" /> values to calculate the sum of.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> is null.</exception>
|
|
<exception cref="T:System.OverflowException">The sum is larger than <see cref="F:System.Int64.MaxValue" />.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Queryable.Sum(System.Linq.IQueryable{System.Nullable{System.Single}})">
|
|
<summary>Computes the sum of a sequence of nullable <see cref="T:System.Single" /> values.</summary>
|
|
<returns>The sum of the values in the sequence.</returns>
|
|
<param name="source">A sequence of nullable <see cref="T:System.Single" /> values to calculate the sum of.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Queryable.Sum(System.Linq.IQueryable{System.Single})">
|
|
<summary>Computes the sum of a sequence of <see cref="T:System.Single" /> values.</summary>
|
|
<returns>The sum of the values in the sequence.</returns>
|
|
<param name="source">A sequence of <see cref="T:System.Single" /> values to calculate the sum of.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Decimal}})">
|
|
<summary>Computes the sum of the sequence of <see cref="T:System.Decimal" /> values that is obtained by invoking a projection function on each element of the input sequence.</summary>
|
|
<returns>The sum of the projected values.</returns>
|
|
<param name="source">A sequence of values of type <paramref name="TSource" />.</param>
|
|
<param name="selector">A projection function to apply to each element.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="selector" /> is null.</exception>
|
|
<exception cref="T:System.OverflowException">The sum is larger than <see cref="F:System.Decimal.MaxValue" />.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Double}})">
|
|
<summary>Computes the sum of the sequence of <see cref="T:System.Double" /> values that is obtained by invoking a projection function on each element of the input sequence.</summary>
|
|
<returns>The sum of the projected values.</returns>
|
|
<param name="source">A sequence of values of type <paramref name="TSource" />.</param>
|
|
<param name="selector">A projection function to apply to each element.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="selector" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32}})">
|
|
<summary>Computes the sum of the sequence of <see cref="T:System.Int32" /> values that is obtained by invoking a projection function on each element of the input sequence.</summary>
|
|
<returns>The sum of the projected values.</returns>
|
|
<param name="source">A sequence of values of type <paramref name="TSource" />.</param>
|
|
<param name="selector">A projection function to apply to each element.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="selector" /> is null.</exception>
|
|
<exception cref="T:System.OverflowException">The sum is larger than <see cref="F:System.Int32.MaxValue" />.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int64}})">
|
|
<summary>Computes the sum of the sequence of <see cref="T:System.Int64" /> values that is obtained by invoking a projection function on each element of the input sequence.</summary>
|
|
<returns>The sum of the projected values.</returns>
|
|
<param name="source">A sequence of values of type <paramref name="TSource" />.</param>
|
|
<param name="selector">A projection function to apply to each element.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="selector" /> is null.</exception>
|
|
<exception cref="T:System.OverflowException">The sum is larger than <see cref="F:System.Int64.MaxValue" />.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Decimal}}})">
|
|
<summary>Computes the sum of the sequence of nullable <see cref="T:System.Decimal" /> values that is obtained by invoking a projection function on each element of the input sequence.</summary>
|
|
<returns>The sum of the projected values.</returns>
|
|
<param name="source">A sequence of values of type <paramref name="TSource" />.</param>
|
|
<param name="selector">A projection function to apply to each element.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="selector" /> is null.</exception>
|
|
<exception cref="T:System.OverflowException">The sum is larger than <see cref="F:System.Decimal.MaxValue" />.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Double}}})">
|
|
<summary>Computes the sum of the sequence of nullable <see cref="T:System.Double" /> values that is obtained by invoking a projection function on each element of the input sequence.</summary>
|
|
<returns>The sum of the projected values.</returns>
|
|
<param name="source">A sequence of values of type <paramref name="TSource" />.</param>
|
|
<param name="selector">A projection function to apply to each element.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="selector" /> is null.</exception>
|
|
<exception cref="T:System.OverflowException">The sum is larger than <see cref="F:System.Int32.MaxValue" />.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Int32}}})">
|
|
<summary>Computes the sum of the sequence of nullable <see cref="T:System.Int32" /> values that is obtained by invoking a projection function on each element of the input sequence.</summary>
|
|
<returns>The sum of the projected values.</returns>
|
|
<param name="source">A sequence of values of type <paramref name="TSource" />.</param>
|
|
<param name="selector">A projection function to apply to each element.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="selector" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Int64}}})">
|
|
<summary>Computes the sum of the sequence of nullable <see cref="T:System.Int64" /> values that is obtained by invoking a projection function on each element of the input sequence.</summary>
|
|
<returns>The sum of the projected values.</returns>
|
|
<param name="source">A sequence of values of type <paramref name="TSource" />.</param>
|
|
<param name="selector">A projection function to apply to each element.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="selector" /> is null.</exception>
|
|
<exception cref="T:System.OverflowException">The sum is larger than <see cref="F:System.Int64.MaxValue" />.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Single}}})">
|
|
<summary>Computes the sum of the sequence of nullable <see cref="T:System.Single" /> values that is obtained by invoking a projection function on each element of the input sequence.</summary>
|
|
<returns>The sum of the projected values.</returns>
|
|
<param name="source">A sequence of values of type <paramref name="TSource" />.</param>
|
|
<param name="selector">A projection function to apply to each element.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="selector" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Queryable.Sum``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Single}})">
|
|
<summary>Computes the sum of the sequence of <see cref="T:System.Single" /> values that is obtained by invoking a projection function on each element of the input sequence.</summary>
|
|
<returns>The sum of the projected values.</returns>
|
|
<param name="source">A sequence of values of type <paramref name="TSource" />.</param>
|
|
<param name="selector">A projection function to apply to each element.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="selector" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Queryable.Take``1(System.Linq.IQueryable{``0},System.Int32)">
|
|
<summary>Returns a specified number of contiguous elements from the start of a sequence.</summary>
|
|
<returns>An <see cref="T:System.Linq.IQueryable`1" /> that contains the specified number of elements from the start of <paramref name="source" />.</returns>
|
|
<param name="source">The sequence to return elements from.</param>
|
|
<param name="count">The number of elements to return.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Queryable.TakeWhile``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}})">
|
|
<summary>Returns elements from a sequence as long as a specified condition is true.</summary>
|
|
<returns>An <see cref="T:System.Linq.IQueryable`1" /> that contains elements from the input sequence occurring before the element at which the test specified by <paramref name="predicate" /> no longer passes.</returns>
|
|
<param name="source">The sequence to return elements from.</param>
|
|
<param name="predicate">A function to test each element for a condition.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="predicate" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Queryable.TakeWhile``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Boolean}})">
|
|
<summary>Returns elements from a sequence as long as a specified condition is true. The element's index is used in the logic of the predicate function.</summary>
|
|
<returns>An <see cref="T:System.Linq.IQueryable`1" /> that contains elements from the input sequence occurring before the element at which the test specified by <paramref name="predicate" /> no longer passes.</returns>
|
|
<param name="source">The sequence to return elements from.</param>
|
|
<param name="predicate">A function to test each element for a condition; the second parameter of the function represents the index of the element in the source sequence.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="predicate" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Queryable.ThenBy``2(System.Linq.IOrderedQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}})">
|
|
<summary>Performs a subsequent ordering of the elements in a sequence in ascending order according to a key.</summary>
|
|
<returns>An <see cref="T:System.Linq.IOrderedQueryable`1" /> whose elements are sorted according to a key.</returns>
|
|
<param name="source">An <see cref="T:System.Linq.IOrderedQueryable`1" /> that contains elements to sort.</param>
|
|
<param name="keySelector">A function to extract a key from each element.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<typeparam name="TKey">The type of the key returned by the function represented by <paramref name="keySelector" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="keySelector" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Queryable.ThenBy``2(System.Linq.IOrderedQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``1})">
|
|
<summary>Performs a subsequent ordering of the elements in a sequence in ascending order by using a specified comparer.</summary>
|
|
<returns>An <see cref="T:System.Linq.IOrderedQueryable`1" /> whose elements are sorted according to a key.</returns>
|
|
<param name="source">An <see cref="T:System.Linq.IOrderedQueryable`1" /> that contains elements to sort.</param>
|
|
<param name="keySelector">A function to extract a key from each element.</param>
|
|
<param name="comparer">An <see cref="T:System.Collections.Generic.IComparer`1" /> to compare keys.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<typeparam name="TKey">The type of the key returned by the function represented by <paramref name="keySelector" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="keySelector" /> or <paramref name="comparer" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Queryable.ThenByDescending``2(System.Linq.IOrderedQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}})">
|
|
<summary>Performs a subsequent ordering of the elements in a sequence in descending order, according to a key.</summary>
|
|
<returns>An <see cref="T:System.Linq.IOrderedQueryable`1" /> whose elements are sorted in descending order according to a key.</returns>
|
|
<param name="source">An <see cref="T:System.Linq.IOrderedQueryable`1" /> that contains elements to sort.</param>
|
|
<param name="keySelector">A function to extract a key from each element.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<typeparam name="TKey">The type of the key returned by the function represented by <paramref name="keySelector" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="keySelector" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Queryable.ThenByDescending``2(System.Linq.IOrderedQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IComparer{``1})">
|
|
<summary>Performs a subsequent ordering of the elements in a sequence in descending order by using a specified comparer.</summary>
|
|
<returns>A collection whose elements are sorted in descending order according to a key.</returns>
|
|
<param name="source">An <see cref="T:System.Linq.IOrderedQueryable`1" /> that contains elements to sort.</param>
|
|
<param name="keySelector">A function to extract a key from each element.</param>
|
|
<param name="comparer">An <see cref="T:System.Collections.Generic.IComparer`1" /> to compare keys.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<typeparam name="TKey">The type of the key that is returned by the <paramref name="keySelector" /> function.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="keySelector" /> or <paramref name="comparer" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Queryable.Union``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0})">
|
|
<summary>Produces the set union of two sequences by using the default equality comparer.</summary>
|
|
<returns>An <see cref="T:System.Linq.IQueryable`1" /> that contains the elements from both input sequences, excluding duplicates.</returns>
|
|
<param name="source1">A sequence whose distinct elements form the first set for the union operation.</param>
|
|
<param name="source2">A sequence whose distinct elements form the second set for the union operation.</param>
|
|
<typeparam name="TSource">The type of the elements of the input sequences.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source1" /> or <paramref name="source2" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Queryable.Union``1(System.Linq.IQueryable{``0},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0})">
|
|
<summary>Produces the set union of two sequences by using a specified <see cref="T:System.Collections.Generic.IEqualityComparer`1" />.</summary>
|
|
<returns>An <see cref="T:System.Linq.IQueryable`1" /> that contains the elements from both input sequences, excluding duplicates.</returns>
|
|
<param name="source1">A sequence whose distinct elements form the first set for the union operation.</param>
|
|
<param name="source2">A sequence whose distinct elements form the second set for the union operation.</param>
|
|
<param name="comparer">An <see cref="T:System.Collections.Generic.IEqualityComparer`1" /> to compare values.</param>
|
|
<typeparam name="TSource">The type of the elements of the input sequences.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source1" /> or <paramref name="source2" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Queryable.Where``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}})">
|
|
<summary>Filters a sequence of values based on a predicate.</summary>
|
|
<returns>An <see cref="T:System.Linq.IQueryable`1" /> that contains elements from the input sequence that satisfy the condition specified by <paramref name="predicate" />.</returns>
|
|
<param name="source">An <see cref="T:System.Linq.IQueryable`1" /> to filter.</param>
|
|
<param name="predicate">A function to test each element for a condition.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="predicate" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Queryable.Where``1(System.Linq.IQueryable{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32,System.Boolean}})">
|
|
<summary>Filters a sequence of values based on a predicate. Each element's index is used in the logic of the predicate function.</summary>
|
|
<returns>An <see cref="T:System.Linq.IQueryable`1" /> that contains elements from the input sequence that satisfy the condition specified by <paramref name="predicate" />.</returns>
|
|
<param name="source">An <see cref="T:System.Linq.IQueryable`1" /> to filter.</param>
|
|
<param name="predicate">A function to test each element for a condition; the second parameter of the function represents the index of the element in the source sequence.</param>
|
|
<typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="source" /> or <paramref name="predicate" /> is null.</exception>
|
|
</member>
|
|
<member name="T:System.Linq.Expressions.BinaryExpression">
|
|
<summary>Represents an expression that has a binary operator.</summary>
|
|
</member>
|
|
<member name="P:System.Linq.Expressions.BinaryExpression.Conversion">
|
|
<summary>Gets the type conversion function that is used by a coalescing operation.</summary>
|
|
<returns>A <see cref="T:System.Linq.Expressions.LambdaExpression" /> that represents a type conversion function.</returns>
|
|
</member>
|
|
<member name="P:System.Linq.Expressions.BinaryExpression.IsLifted">
|
|
<summary>Gets a value that indicates whether the expression tree node represents a lifted call to an operator.</summary>
|
|
<returns>true if the node represents a lifted call; otherwise, false.</returns>
|
|
</member>
|
|
<member name="P:System.Linq.Expressions.BinaryExpression.IsLiftedToNull">
|
|
<summary>Gets a value that indicates whether the expression tree node represents a lifted call to an operator whose return type is lifted to a nullable type.</summary>
|
|
<returns>true if the operator's return type is lifted to a nullable type; otherwise, false.</returns>
|
|
</member>
|
|
<member name="P:System.Linq.Expressions.BinaryExpression.Left">
|
|
<summary>Gets the left operand of the binary operation.</summary>
|
|
<returns>An <see cref="T:System.Linq.Expressions.Expression" /> that represents the left operand of the binary operation.</returns>
|
|
</member>
|
|
<member name="P:System.Linq.Expressions.BinaryExpression.Method">
|
|
<summary>Gets the implementing method for the binary operation.</summary>
|
|
<returns>The <see cref="T:System.Reflection.MethodInfo" /> that represents the implementing method.</returns>
|
|
</member>
|
|
<member name="P:System.Linq.Expressions.BinaryExpression.Right">
|
|
<summary>Gets the right operand of the binary operation.</summary>
|
|
<returns>An <see cref="T:System.Linq.Expressions.Expression" /> that represents the right operand of the binary operation.</returns>
|
|
</member>
|
|
<member name="T:System.Linq.Expressions.ConditionalExpression">
|
|
<summary>Represents an expression that has a conditional operator.</summary>
|
|
</member>
|
|
<member name="P:System.Linq.Expressions.ConditionalExpression.IfFalse">
|
|
<summary>Gets the expression to execute if the test evaluates to false.</summary>
|
|
<returns>An <see cref="T:System.Linq.Expressions.Expression" /> that represents the expression to execute if the test is false.</returns>
|
|
</member>
|
|
<member name="P:System.Linq.Expressions.ConditionalExpression.IfTrue">
|
|
<summary>Gets the expression to execute if the test evaluates to true.</summary>
|
|
<returns>An <see cref="T:System.Linq.Expressions.Expression" /> that represents the expression to execute if the test is true.</returns>
|
|
</member>
|
|
<member name="P:System.Linq.Expressions.ConditionalExpression.Test">
|
|
<summary>Gets the test of the conditional operation.</summary>
|
|
<returns>An <see cref="T:System.Linq.Expressions.Expression" /> that represents the test of the conditional operation.</returns>
|
|
</member>
|
|
<member name="T:System.Linq.Expressions.ConstantExpression">
|
|
<summary>Represents an expression that has a constant value.</summary>
|
|
</member>
|
|
<member name="P:System.Linq.Expressions.ConstantExpression.Value">
|
|
<summary>Gets the value of the constant expression.</summary>
|
|
<returns>An <see cref="T:System.Object" /> equal to the value of the represented expression.</returns>
|
|
</member>
|
|
<member name="T:System.Linq.Expressions.ElementInit">
|
|
<summary>Represents an initializer for a single element of an <see cref="T:System.Collections.IEnumerable" /> collection.</summary>
|
|
</member>
|
|
<member name="P:System.Linq.Expressions.ElementInit.AddMethod">
|
|
<summary>Gets the instance method that is used to add an element to an <see cref="T:System.Collections.IEnumerable" /> collection.</summary>
|
|
<returns>A <see cref="T:System.Reflection.MethodInfo" /> that represents an instance method that adds an element to a collection.</returns>
|
|
</member>
|
|
<member name="P:System.Linq.Expressions.ElementInit.Arguments">
|
|
<summary>Gets the collection of arguments that are passed to a method that adds an element to an <see cref="T:System.Collections.IEnumerable" /> collection.</summary>
|
|
<returns>A <see cref="T:System.Collections.ObjectModel.ReadOnlyCollection`1" /> of <see cref="T:System.Linq.Expressions.Expression" /> objects that represent the arguments for a method that adds an element to a collection.</returns>
|
|
</member>
|
|
<member name="M:System.Linq.Expressions.ElementInit.ToString">
|
|
<summary>Returns a textual representation of an <see cref="T:System.Linq.Expressions.ElementInit" /> object.</summary>
|
|
<returns>A textual representation of the <see cref="T:System.Linq.Expressions.ElementInit" /> object.</returns>
|
|
</member>
|
|
<member name="T:System.Linq.Expressions.Expression">
|
|
<summary>Provides the base class from which the classes that represent expression tree nodes are derived. It also contains static (Shared in Visual Basic) factory methods to create the various node types. This is an abstract class.</summary>
|
|
</member>
|
|
<member name="M:System.Linq.Expressions.Expression.#ctor(System.Linq.Expressions.ExpressionType,System.Type)">
|
|
<summary>Initializes a new instance of the <see cref="T:System.Linq.Expressions.Expression" /> class.</summary>
|
|
<param name="nodeType">The <see cref="T:System.Linq.Expressions.ExpressionType" /> to set as the node type.</param>
|
|
<param name="type">The <see cref="T:System.Type" /> to set as the type of the expression that this <see cref="T:System.Linq.Expressions.Expression" /> represents.</param>
|
|
</member>
|
|
<member name="M:System.Linq.Expressions.Expression.Add(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression)">
|
|
<summary>Creates a <see cref="T:System.Linq.Expressions.BinaryExpression" /> that represents an arithmetic addition operation that does not have overflow checking.</summary>
|
|
<returns>A <see cref="T:System.Linq.Expressions.BinaryExpression" /> that has the <see cref="P:System.Linq.Expressions.Expression.NodeType" /> property equal to <see cref="F:System.Linq.Expressions.ExpressionType.Add" /> and the <see cref="P:System.Linq.Expressions.BinaryExpression.Left" /> and <see cref="P:System.Linq.Expressions.BinaryExpression.Right" /> properties set to the specified values.</returns>
|
|
<param name="left">An <see cref="T:System.Linq.Expressions.Expression" /> to set the <see cref="P:System.Linq.Expressions.BinaryExpression.Left" /> property equal to.</param>
|
|
<param name="right">An <see cref="T:System.Linq.Expressions.Expression" /> to set the <see cref="P:System.Linq.Expressions.BinaryExpression.Right" /> property equal to.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="left" /> or <paramref name="right" /> is null.</exception>
|
|
<exception cref="T:System.InvalidOperationException">The addition operator is not defined for <paramref name="left" />.Type and <paramref name="right" />.Type.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Expressions.Expression.Add(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Reflection.MethodInfo)">
|
|
<summary>Creates a <see cref="T:System.Linq.Expressions.BinaryExpression" /> that represents an arithmetic addition operation that does not have overflow checking. The implementing method can be specified.</summary>
|
|
<returns>A <see cref="T:System.Linq.Expressions.BinaryExpression" /> that has the <see cref="P:System.Linq.Expressions.Expression.NodeType" /> property equal to <see cref="F:System.Linq.Expressions.ExpressionType.Add" /> and the <see cref="P:System.Linq.Expressions.BinaryExpression.Left" />, <see cref="P:System.Linq.Expressions.BinaryExpression.Right" /> and <see cref="P:System.Linq.Expressions.BinaryExpression.Method" /> properties set to the specified values.</returns>
|
|
<param name="left">An <see cref="T:System.Linq.Expressions.Expression" /> to set the <see cref="P:System.Linq.Expressions.BinaryExpression.Left" /> property equal to.</param>
|
|
<param name="right">An <see cref="T:System.Linq.Expressions.Expression" /> to set the <see cref="P:System.Linq.Expressions.BinaryExpression.Right" /> property equal to.</param>
|
|
<param name="method">A <see cref="T:System.Reflection.MethodInfo" /> to set the <see cref="P:System.Linq.Expressions.BinaryExpression.Method" /> property equal to.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="left" /> or <paramref name="right" /> is null.</exception>
|
|
<exception cref="T:System.ArgumentException">
|
|
<paramref name="method" /> is not null and the method it represents returns void, is not static (Shared in Visual Basic), or does not take exactly two arguments.</exception>
|
|
<exception cref="T:System.InvalidOperationException">
|
|
<paramref name="method" /> is null and the addition operator is not defined for <paramref name="left" />.Type and <paramref name="right" />.Type.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Expressions.Expression.AddChecked(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression)">
|
|
<summary>Creates a <see cref="T:System.Linq.Expressions.BinaryExpression" /> that represents an arithmetic addition operation that has overflow checking.</summary>
|
|
<returns>A <see cref="T:System.Linq.Expressions.BinaryExpression" /> that has the <see cref="P:System.Linq.Expressions.Expression.NodeType" /> property equal to <see cref="F:System.Linq.Expressions.ExpressionType.AddChecked" /> and the <see cref="P:System.Linq.Expressions.BinaryExpression.Left" /> and <see cref="P:System.Linq.Expressions.BinaryExpression.Right" /> properties set to the specified values.</returns>
|
|
<param name="left">An <see cref="T:System.Linq.Expressions.Expression" /> to set the <see cref="P:System.Linq.Expressions.BinaryExpression.Left" /> property equal to.</param>
|
|
<param name="right">An <see cref="T:System.Linq.Expressions.Expression" /> to set the <see cref="P:System.Linq.Expressions.BinaryExpression.Right" /> property equal to.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="left" /> or <paramref name="right" /> is null.</exception>
|
|
<exception cref="T:System.InvalidOperationException">The addition operator is not defined for <paramref name="left" />.Type and <paramref name="right" />.Type.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Expressions.Expression.AddChecked(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Reflection.MethodInfo)">
|
|
<summary>Creates a <see cref="T:System.Linq.Expressions.BinaryExpression" /> that represents an arithmetic addition operation that has overflow checking. The implementing method can be specified.</summary>
|
|
<returns>A <see cref="T:System.Linq.Expressions.BinaryExpression" /> that has the <see cref="P:System.Linq.Expressions.Expression.NodeType" /> property equal to <see cref="F:System.Linq.Expressions.ExpressionType.AddChecked" /> and the <see cref="P:System.Linq.Expressions.BinaryExpression.Left" />, <see cref="P:System.Linq.Expressions.BinaryExpression.Right" /> and <see cref="P:System.Linq.Expressions.BinaryExpression.Method" /> properties set to the specified values.</returns>
|
|
<param name="left">An <see cref="T:System.Linq.Expressions.Expression" /> to set the <see cref="P:System.Linq.Expressions.BinaryExpression.Left" /> property equal to.</param>
|
|
<param name="right">An <see cref="T:System.Linq.Expressions.Expression" /> to set the <see cref="P:System.Linq.Expressions.BinaryExpression.Right" /> property equal to.</param>
|
|
<param name="method">A <see cref="T:System.Reflection.MethodInfo" /> to set the <see cref="P:System.Linq.Expressions.BinaryExpression.Method" /> property equal to.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="left" /> or <paramref name="right" /> is null.</exception>
|
|
<exception cref="T:System.ArgumentException">
|
|
<paramref name="method" /> is not null and the method it represents returns void, is not static (Shared in Visual Basic), or does not take exactly two arguments.</exception>
|
|
<exception cref="T:System.InvalidOperationException">
|
|
<paramref name="method" /> is null and the addition operator is not defined for <paramref name="left" />.Type and <paramref name="right" />.Type.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Expressions.Expression.And(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression)">
|
|
<summary>Creates a <see cref="T:System.Linq.Expressions.BinaryExpression" /> that represents a bitwise AND operation.</summary>
|
|
<returns>A <see cref="T:System.Linq.Expressions.BinaryExpression" /> that has the <see cref="P:System.Linq.Expressions.Expression.NodeType" /> property equal to <see cref="F:System.Linq.Expressions.ExpressionType.And" /> and the <see cref="P:System.Linq.Expressions.BinaryExpression.Left" /> and <see cref="P:System.Linq.Expressions.BinaryExpression.Right" /> properties set to the specified values.</returns>
|
|
<param name="left">An <see cref="T:System.Linq.Expressions.Expression" /> to set the <see cref="P:System.Linq.Expressions.BinaryExpression.Left" /> property equal to.</param>
|
|
<param name="right">An <see cref="T:System.Linq.Expressions.Expression" /> to set the <see cref="P:System.Linq.Expressions.BinaryExpression.Right" /> property equal to.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="left" /> or <paramref name="right" /> is null.</exception>
|
|
<exception cref="T:System.InvalidOperationException">The bitwise AND operator is not defined for <paramref name="left" />.Type and <paramref name="right" />.Type.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Expressions.Expression.And(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Reflection.MethodInfo)">
|
|
<summary>Creates a <see cref="T:System.Linq.Expressions.BinaryExpression" /> that represents a bitwise AND operation. The implementing method can be specified.</summary>
|
|
<returns>A <see cref="T:System.Linq.Expressions.BinaryExpression" /> that has the <see cref="P:System.Linq.Expressions.Expression.NodeType" /> property equal to <see cref="F:System.Linq.Expressions.ExpressionType.And" /> and the <see cref="P:System.Linq.Expressions.BinaryExpression.Left" />, <see cref="P:System.Linq.Expressions.BinaryExpression.Right" />, and <see cref="P:System.Linq.Expressions.BinaryExpression.Method" /> properties set to the specified values.</returns>
|
|
<param name="left">An <see cref="T:System.Linq.Expressions.Expression" /> to set the <see cref="P:System.Linq.Expressions.BinaryExpression.Left" /> property equal to.</param>
|
|
<param name="right">An <see cref="T:System.Linq.Expressions.Expression" /> to set the <see cref="P:System.Linq.Expressions.BinaryExpression.Right" /> property equal to.</param>
|
|
<param name="method">A <see cref="T:System.Reflection.MethodInfo" /> to set the <see cref="P:System.Linq.Expressions.BinaryExpression.Method" /> property equal to.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="left" /> or <paramref name="right" /> is null.</exception>
|
|
<exception cref="T:System.ArgumentException">
|
|
<paramref name="method" /> is not null and the method it represents returns void, is not static (Shared in Visual Basic), or does not take exactly two arguments.</exception>
|
|
<exception cref="T:System.InvalidOperationException">
|
|
<paramref name="method" /> is null and the bitwise AND operator is not defined for <paramref name="left" />.Type and <paramref name="right" />.Type.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Expressions.Expression.AndAlso(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression)">
|
|
<summary>Creates a <see cref="T:System.Linq.Expressions.BinaryExpression" /> that represents a conditional AND operation that evaluates the second operand only if it has to.</summary>
|
|
<returns>A <see cref="T:System.Linq.Expressions.BinaryExpression" /> that has the <see cref="P:System.Linq.Expressions.Expression.NodeType" /> property equal to <see cref="F:System.Linq.Expressions.ExpressionType.AndAlso" /> and the <see cref="P:System.Linq.Expressions.BinaryExpression.Left" /> and <see cref="P:System.Linq.Expressions.BinaryExpression.Right" /> properties set to the specified values.</returns>
|
|
<param name="left">An <see cref="T:System.Linq.Expressions.Expression" /> to set the <see cref="P:System.Linq.Expressions.BinaryExpression.Left" /> property equal to.</param>
|
|
<param name="right">An <see cref="T:System.Linq.Expressions.Expression" /> to set the <see cref="P:System.Linq.Expressions.BinaryExpression.Right" /> property equal to.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="left" /> or <paramref name="right" /> is null.</exception>
|
|
<exception cref="T:System.InvalidOperationException">The bitwise AND operator is not defined for <paramref name="left" />.Type and <paramref name="right" />.Type.-or-<paramref name="left" />.Type and <paramref name="right" />.Type are not the same Boolean type.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Expressions.Expression.AndAlso(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Reflection.MethodInfo)">
|
|
<summary>Creates a <see cref="T:System.Linq.Expressions.BinaryExpression" /> that represents a conditional AND operation that evaluates the second operand only if it has to. The implementing method can be specified.</summary>
|
|
<returns>A <see cref="T:System.Linq.Expressions.BinaryExpression" /> that has the <see cref="P:System.Linq.Expressions.Expression.NodeType" /> property equal to <see cref="F:System.Linq.Expressions.ExpressionType.AndAlso" /> and the <see cref="P:System.Linq.Expressions.BinaryExpression.Left" />, <see cref="P:System.Linq.Expressions.BinaryExpression.Right" />, and <see cref="P:System.Linq.Expressions.BinaryExpression.Method" /> properties set to the specified values.</returns>
|
|
<param name="left">An <see cref="T:System.Linq.Expressions.Expression" /> to set the <see cref="P:System.Linq.Expressions.BinaryExpression.Left" /> property equal to.</param>
|
|
<param name="right">An <see cref="T:System.Linq.Expressions.Expression" /> to set the <see cref="P:System.Linq.Expressions.BinaryExpression.Right" /> property equal to.</param>
|
|
<param name="method">A <see cref="T:System.Reflection.MethodInfo" /> to set the <see cref="P:System.Linq.Expressions.BinaryExpression.Method" /> property equal to.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="left" /> or <paramref name="right" /> is null.</exception>
|
|
<exception cref="T:System.ArgumentException">
|
|
<paramref name="method" /> is not null and the method it represents returns void, is not static (Shared in Visual Basic), or does not take exactly two arguments.</exception>
|
|
<exception cref="T:System.InvalidOperationException">
|
|
<paramref name="method" /> is null and the bitwise AND operator is not defined for <paramref name="left" />.Type and <paramref name="right" />.Type.-or-<paramref name="method" /> is null and <paramref name="left" />.Type and <paramref name="right" />.Type are not the same Boolean type.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Expressions.Expression.ArrayIndex(System.Linq.Expressions.Expression,System.Collections.Generic.IEnumerable{System.Linq.Expressions.Expression})">
|
|
<summary>Creates a <see cref="T:System.Linq.Expressions.MethodCallExpression" /> that represents applying an array index operator to an array of rank more than one.</summary>
|
|
<returns>A <see cref="T:System.Linq.Expressions.MethodCallExpression" /> that has the <see cref="P:System.Linq.Expressions.Expression.NodeType" /> property equal to <see cref="F:System.Linq.Expressions.ExpressionType.Call" /> and the <see cref="P:System.Linq.Expressions.MethodCallExpression.Object" /> and <see cref="P:System.Linq.Expressions.MethodCallExpression.Arguments" /> properties set to the specified values.</returns>
|
|
<param name="array">An <see cref="T:System.Linq.Expressions.Expression" /> to set the <see cref="P:System.Linq.Expressions.MethodCallExpression.Object" /> property equal to.</param>
|
|
<param name="indexes">An <see cref="T:System.Collections.Generic.IEnumerable`1" /> that contains <see cref="T:System.Linq.Expressions.Expression" /> objects to use to populate the <see cref="P:System.Linq.Expressions.MethodCallExpression.Arguments" /> collection.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="array" /> or <paramref name="indexes" /> is null.</exception>
|
|
<exception cref="T:System.ArgumentException">
|
|
<paramref name="array" />.Type does not represent an array type.-or-The rank of <paramref name="array" />.Type does not match the number of elements in <paramref name="indexes" />.-or-The <see cref="P:System.Linq.Expressions.Expression.Type" /> property of one or more elements of <paramref name="indexes" /> does not represent the <see cref="T:System.Int32" /> type.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Expressions.Expression.ArrayIndex(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression)">
|
|
<summary>Creates a <see cref="T:System.Linq.Expressions.BinaryExpression" /> that represents applying an array index operator to an array of rank one.</summary>
|
|
<returns>A <see cref="T:System.Linq.Expressions.BinaryExpression" /> that has the <see cref="P:System.Linq.Expressions.Expression.NodeType" /> property equal to <see cref="F:System.Linq.Expressions.ExpressionType.ArrayIndex" /> and the <see cref="P:System.Linq.Expressions.BinaryExpression.Left" /> and <see cref="P:System.Linq.Expressions.BinaryExpression.Right" /> properties set to the specified values.</returns>
|
|
<param name="array">An <see cref="T:System.Linq.Expressions.Expression" /> to set the <see cref="P:System.Linq.Expressions.BinaryExpression.Left" /> property equal to.</param>
|
|
<param name="index">An <see cref="T:System.Linq.Expressions.Expression" /> to set the <see cref="P:System.Linq.Expressions.BinaryExpression.Right" /> property equal to.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="array" /> or <paramref name="index" /> is null.</exception>
|
|
<exception cref="T:System.ArgumentException">
|
|
<paramref name="array" />.Type does not represent an array type.-or-<paramref name="array" />.Type represents an array type whose rank is not 1.-or-<paramref name="index" />.Type does not represent the <see cref="T:System.Int32" /> type.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Expressions.Expression.ArrayIndex(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression[])">
|
|
<summary>Creates a <see cref="T:System.Linq.Expressions.MethodCallExpression" /> that represents applying an array index operator to an array of rank more than one.</summary>
|
|
<returns>A <see cref="T:System.Linq.Expressions.MethodCallExpression" /> that has the <see cref="P:System.Linq.Expressions.Expression.NodeType" /> property equal to <see cref="F:System.Linq.Expressions.ExpressionType.Call" /> and the <see cref="P:System.Linq.Expressions.MethodCallExpression.Object" /> and <see cref="P:System.Linq.Expressions.MethodCallExpression.Arguments" /> properties set to the specified values.</returns>
|
|
<param name="array">An <see cref="T:System.Linq.Expressions.Expression" /> to set the <see cref="P:System.Linq.Expressions.MethodCallExpression.Object" /> property equal to.</param>
|
|
<param name="indexes">An array of <see cref="T:System.Linq.Expressions.Expression" /> objects to use to populate the <see cref="P:System.Linq.Expressions.MethodCallExpression.Arguments" /> collection.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="array" /> or <paramref name="indexes" /> is null.</exception>
|
|
<exception cref="T:System.ArgumentException">
|
|
<paramref name="array" />.Type does not represent an array type.-or-The rank of <paramref name="array" />.Type does not match the number of elements in <paramref name="indexes" />.-or-The <see cref="P:System.Linq.Expressions.Expression.Type" /> property of one or more elements of <paramref name="indexes" /> does not represent the <see cref="T:System.Int32" /> type.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Expressions.Expression.ArrayLength(System.Linq.Expressions.Expression)">
|
|
<summary>Creates a <see cref="T:System.Linq.Expressions.UnaryExpression" /> that represents getting the length of a one-dimensional array.</summary>
|
|
<returns>A <see cref="T:System.Linq.Expressions.UnaryExpression" /> that has the <see cref="P:System.Linq.Expressions.Expression.NodeType" /> property equal to <see cref="F:System.Linq.Expressions.ExpressionType.ArrayLength" /> and the <see cref="P:System.Linq.Expressions.UnaryExpression.Operand" /> property equal to <paramref name="array" />.</returns>
|
|
<param name="array">An <see cref="T:System.Linq.Expressions.Expression" /> to set the <see cref="P:System.Linq.Expressions.UnaryExpression.Operand" /> property equal to.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="array" /> is null.</exception>
|
|
<exception cref="T:System.ArgumentException">
|
|
<paramref name="array" />.Type does not represent an array type.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Expressions.Expression.Bind(System.Reflection.MemberInfo,System.Linq.Expressions.Expression)">
|
|
<summary>Creates a <see cref="T:System.Linq.Expressions.MemberAssignment" /> that represents the initialization of a field or property.</summary>
|
|
<returns>A <see cref="T:System.Linq.Expressions.MemberAssignment" /> that has <see cref="P:System.Linq.Expressions.MemberBinding.BindingType" /> equal to <see cref="F:System.Linq.Expressions.MemberBindingType.Assignment" /> and the <see cref="P:System.Linq.Expressions.MemberBinding.Member" /> and <see cref="P:System.Linq.Expressions.MemberAssignment.Expression" /> properties set to the specified values.</returns>
|
|
<param name="member">A <see cref="T:System.Reflection.MemberInfo" /> to set the <see cref="P:System.Linq.Expressions.MemberBinding.Member" /> property equal to.</param>
|
|
<param name="expression">An <see cref="T:System.Linq.Expressions.Expression" /> to set the <see cref="P:System.Linq.Expressions.MemberAssignment.Expression" /> property equal to.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="member" /> or <paramref name="expression" /> is null.</exception>
|
|
<exception cref="T:System.ArgumentException">
|
|
<paramref name="member" /> does not represent a field or property.-or-The property represented by <paramref name="member" /> does not have a set accessor.-or-<paramref name="expression" />.Type is not assignable to the type of the field or property that <paramref name="member" /> represents.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Expressions.Expression.Bind(System.Reflection.MethodInfo,System.Linq.Expressions.Expression)">
|
|
<summary>Creates a <see cref="T:System.Linq.Expressions.MemberAssignment" /> that represents the initialization of a member by using a property accessor method.</summary>
|
|
<returns>A <see cref="T:System.Linq.Expressions.MemberAssignment" /> that has the <see cref="P:System.Linq.Expressions.MemberBinding.BindingType" /> property equal to <see cref="F:System.Linq.Expressions.MemberBindingType.Assignment" />, the <see cref="P:System.Linq.Expressions.MemberBinding.Member" /> property set to the <see cref="T:System.Reflection.PropertyInfo" /> that represents the property accessed in <paramref name="propertyAccessor" />, and the <see cref="P:System.Linq.Expressions.MemberAssignment.Expression" /> property set to <paramref name="expression" />.</returns>
|
|
<param name="propertyAccessor">A <see cref="T:System.Reflection.MethodInfo" /> that represents a property accessor method.</param>
|
|
<param name="expression">An <see cref="T:System.Linq.Expressions.Expression" /> to set the <see cref="P:System.Linq.Expressions.MemberAssignment.Expression" /> property equal to.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="propertyAccessor" /> or <paramref name="expression" /> is null.</exception>
|
|
<exception cref="T:System.ArgumentException">
|
|
<paramref name="propertyAccessor" /> does not represent a property accessor method.-or-The property accessed by <paramref name="propertyAccessor" /> does not have a set accessor.-or-<paramref name="expression" />.Type is not assignable to the type of the field or property that <paramref name="member" /> represents.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Expressions.Expression.Call(System.Linq.Expressions.Expression,System.Reflection.MethodInfo)">
|
|
<summary>Creates a <see cref="T:System.Linq.Expressions.MethodCallExpression" /> that represents a call to a method that takes no arguments.</summary>
|
|
<returns>A <see cref="T:System.Linq.Expressions.MethodCallExpression" /> that has the <see cref="P:System.Linq.Expressions.Expression.NodeType" /> property equal to <see cref="F:System.Linq.Expressions.ExpressionType.Call" /> and the <see cref="P:System.Linq.Expressions.MethodCallExpression.Object" /> and <see cref="P:System.Linq.Expressions.MethodCallExpression.Method" /> properties set to the specified values.</returns>
|
|
<param name="instance">An <see cref="T:System.Linq.Expressions.Expression" /> to set the <see cref="P:System.Linq.Expressions.MethodCallExpression.Object" /> property equal to (pass null for a static (Shared in Visual Basic) method).</param>
|
|
<param name="method">A <see cref="T:System.Reflection.MethodInfo" /> to set the <see cref="P:System.Linq.Expressions.MethodCallExpression.Method" /> property equal to.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="method" /> is null.-or-<paramref name="instance" /> is null and <paramref name="method" /> represents an instance method.</exception>
|
|
<exception cref="T:System.ArgumentException">
|
|
<paramref name="instance" />.Type is not assignable to the declaring type of the method represented by <paramref name="method" />.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Expressions.Expression.Call(System.Linq.Expressions.Expression,System.Reflection.MethodInfo,System.Collections.Generic.IEnumerable{System.Linq.Expressions.Expression})">
|
|
<summary>Creates a <see cref="T:System.Linq.Expressions.MethodCallExpression" /> that represents a call to a method that takes arguments.</summary>
|
|
<returns>A <see cref="T:System.Linq.Expressions.MethodCallExpression" /> that has the <see cref="P:System.Linq.Expressions.Expression.NodeType" /> property equal to <see cref="F:System.Linq.Expressions.ExpressionType.Call" /> and the <see cref="P:System.Linq.Expressions.MethodCallExpression.Object" />, <see cref="P:System.Linq.Expressions.MethodCallExpression.Method" />, and <see cref="P:System.Linq.Expressions.MethodCallExpression.Arguments" /> properties set to the specified values.</returns>
|
|
<param name="instance">An <see cref="T:System.Linq.Expressions.Expression" /> to set the <see cref="P:System.Linq.Expressions.MethodCallExpression.Object" /> property equal to (pass null for a static (Shared in Visual Basic) method).</param>
|
|
<param name="method">A <see cref="T:System.Reflection.MethodInfo" /> to set the <see cref="P:System.Linq.Expressions.MethodCallExpression.Method" /> property equal to.</param>
|
|
<param name="arguments">An <see cref="T:System.Collections.Generic.IEnumerable`1" /> that contains <see cref="T:System.Linq.Expressions.Expression" /> objects to use to populate the <see cref="P:System.Linq.Expressions.MethodCallExpression.Arguments" /> collection.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="method" /> is null.-or-<paramref name="instance" /> is null and <paramref name="method" /> represents an instance method.</exception>
|
|
<exception cref="T:System.ArgumentException">
|
|
<paramref name="instance" />.Type is not assignable to the declaring type of the method represented by <paramref name="method" />.-or-The number of elements in <paramref name="arguments" /> does not equal the number of parameters for the method represented by <paramref name="method" />.-or-One or more of the elements of <paramref name="arguments" /> is not assignable to the corresponding parameter for the method represented by <paramref name="method" />.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Expressions.Expression.Call(System.Linq.Expressions.Expression,System.Reflection.MethodInfo,System.Linq.Expressions.Expression[])">
|
|
<summary>Creates a <see cref="T:System.Linq.Expressions.MethodCallExpression" /> that represents a call to a method that takes arguments.</summary>
|
|
<returns>A <see cref="T:System.Linq.Expressions.MethodCallExpression" /> that has the <see cref="P:System.Linq.Expressions.Expression.NodeType" /> property equal to <see cref="F:System.Linq.Expressions.ExpressionType.Call" /> and the <see cref="P:System.Linq.Expressions.MethodCallExpression.Object" />, <see cref="P:System.Linq.Expressions.MethodCallExpression.Method" />, and <see cref="P:System.Linq.Expressions.MethodCallExpression.Arguments" /> properties set to the specified values.</returns>
|
|
<param name="instance">An <see cref="T:System.Linq.Expressions.Expression" /> to set the <see cref="P:System.Linq.Expressions.MethodCallExpression.Object" /> property equal to (pass null for a static (Shared in Visual Basic) method).</param>
|
|
<param name="method">A <see cref="T:System.Reflection.MethodInfo" /> to set the <see cref="P:System.Linq.Expressions.MethodCallExpression.Method" /> property equal to.</param>
|
|
<param name="arguments">An array of <see cref="T:System.Linq.Expressions.Expression" /> objects to use to populate the <see cref="P:System.Linq.Expressions.MethodCallExpression.Arguments" /> collection.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="method" /> is null.-or-<paramref name="instance" /> is null and <paramref name="method" /> represents an instance method.-or-<paramref name="arguments" /> is not null and one or more of its elements is null.</exception>
|
|
<exception cref="T:System.ArgumentException">
|
|
<paramref name="instance" />.Type is not assignable to the declaring type of the method represented by <paramref name="method" />.-or-The number of elements in <paramref name="arguments" /> does not equal the number of parameters for the method represented by <paramref name="method" />.-or-One or more of the elements of <paramref name="arguments" /> is not assignable to the corresponding parameter for the method represented by <paramref name="method" />.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Expressions.Expression.Call(System.Linq.Expressions.Expression,System.String,System.Type[],System.Linq.Expressions.Expression[])">
|
|
<summary>Creates a <see cref="T:System.Linq.Expressions.MethodCallExpression" /> that represents a call to an instance method by calling the appropriate factory method.</summary>
|
|
<returns>A <see cref="T:System.Linq.Expressions.MethodCallExpression" /> that has the <see cref="P:System.Linq.Expressions.Expression.NodeType" /> property equal to <see cref="F:System.Linq.Expressions.ExpressionType.Call" />, the <see cref="P:System.Linq.Expressions.MethodCallExpression.Object" /> property equal to <paramref name="instance" />, <see cref="P:System.Linq.Expressions.MethodCallExpression.Method" /> set to the <see cref="T:System.Reflection.MethodInfo" /> that represents the specified instance method, and <see cref="P:System.Linq.Expressions.MethodCallExpression.Arguments" /> set to the specified arguments.</returns>
|
|
<param name="instance">An <see cref="T:System.Linq.Expressions.Expression" /> whose <see cref="P:System.Linq.Expressions.Expression.Type" /> property value will be searched for a specific method.</param>
|
|
<param name="methodName">The name of the method.</param>
|
|
<param name="typeArguments">An array of <see cref="T:System.Type" /> objects that specify the type parameters of the method.</param>
|
|
<param name="arguments">An array of <see cref="T:System.Linq.Expressions.Expression" /> objects that represents the arguments to the method.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="instance" /> or <paramref name="methodName" /> is null.</exception>
|
|
<exception cref="T:System.InvalidOperationException">No method whose name is <paramref name="methodName" />, whose type parameters match <paramref name="typeArguments" />, and whose parameter types match <paramref name="arguments" /> is found in <paramref name="instance" />.Type or its base types.-or-More than one method whose name is <paramref name="methodName" />, whose type parameters match <paramref name="typeArguments" />, and whose parameter types match <paramref name="arguments" /> is found in <paramref name="instance" />.Type or its base types.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Expressions.Expression.Call(System.Reflection.MethodInfo,System.Linq.Expressions.Expression[])">
|
|
<summary>Creates a <see cref="T:System.Linq.Expressions.MethodCallExpression" /> that represents a call to a static (Shared in Visual Basic) method.</summary>
|
|
<returns>A <see cref="T:System.Linq.Expressions.MethodCallExpression" /> that has the <see cref="P:System.Linq.Expressions.Expression.NodeType" /> property equal to <see cref="F:System.Linq.Expressions.ExpressionType.Call" /> and the <see cref="P:System.Linq.Expressions.MethodCallExpression.Method" /> and <see cref="P:System.Linq.Expressions.MethodCallExpression.Arguments" /> properties set to the specified values.</returns>
|
|
<param name="method">A <see cref="T:System.Reflection.MethodInfo" /> that represents a static (Shared in Visual Basic) method to set the <see cref="P:System.Linq.Expressions.MethodCallExpression.Method" /> property equal to.</param>
|
|
<param name="arguments">An array of <see cref="T:System.Linq.Expressions.Expression" /> objects to use to populate the <see cref="P:System.Linq.Expressions.MethodCallExpression.Arguments" /> collection.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="method" /> is null.</exception>
|
|
<exception cref="T:System.ArgumentException">The number of elements in <paramref name="arguments" /> does not equal the number of parameters for the method represented by <paramref name="method" />.-or-One or more of the elements of <paramref name="arguments" /> is not assignable to the corresponding parameter for the method represented by <paramref name="method" />.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Expressions.Expression.Call(System.Type,System.String,System.Type[],System.Linq.Expressions.Expression[])">
|
|
<summary>Creates a <see cref="T:System.Linq.Expressions.MethodCallExpression" /> that represents a call to a static (Shared in Visual Basic) method by calling the appropriate factory method.</summary>
|
|
<returns>A <see cref="T:System.Linq.Expressions.MethodCallExpression" /> that has the <see cref="P:System.Linq.Expressions.Expression.NodeType" /> property equal to <see cref="F:System.Linq.Expressions.ExpressionType.Call" />, the <see cref="P:System.Linq.Expressions.MethodCallExpression.Method" /> property set to the <see cref="T:System.Reflection.MethodInfo" /> that represents the specified static (Shared in Visual Basic) method, and the <see cref="P:System.Linq.Expressions.MethodCallExpression.Arguments" /> property set to the specified arguments.</returns>
|
|
<param name="type">The <see cref="T:System.Type" /> that specifies the type that contains the specified static (Shared in Visual Basic) method.</param>
|
|
<param name="methodName">The name of the method.</param>
|
|
<param name="typeArguments">An array of <see cref="T:System.Type" /> objects that specify the type parameters of the method.</param>
|
|
<param name="arguments">An array of <see cref="T:System.Linq.Expressions.Expression" /> objects that represent the arguments to the method.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="type" /> or <paramref name="methodName" /> is null.</exception>
|
|
<exception cref="T:System.InvalidOperationException">No method whose name is <paramref name="methodName" />, whose type parameters match <paramref name="typeArguments" />, and whose parameter types match <paramref name="arguments" /> is found in <paramref name="type" /> or its base types.-or-More than one method whose name is <paramref name="methodName" />, whose type parameters match <paramref name="typeArguments" />, and whose parameter types match <paramref name="arguments" /> is found in <paramref name="type" /> or its base types.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Expressions.Expression.Coalesce(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression)">
|
|
<summary>Creates a <see cref="T:System.Linq.Expressions.BinaryExpression" /> that represents a coalescing operation.</summary>
|
|
<returns>A <see cref="T:System.Linq.Expressions.BinaryExpression" /> that has the <see cref="P:System.Linq.Expressions.Expression.NodeType" /> property equal to <see cref="F:System.Linq.Expressions.ExpressionType.Coalesce" /> and the <see cref="P:System.Linq.Expressions.BinaryExpression.Left" /> and <see cref="P:System.Linq.Expressions.BinaryExpression.Right" /> properties set to the specified values.</returns>
|
|
<param name="left">An <see cref="T:System.Linq.Expressions.Expression" /> to set the <see cref="P:System.Linq.Expressions.BinaryExpression.Left" /> property equal to.</param>
|
|
<param name="right">An <see cref="T:System.Linq.Expressions.Expression" /> to set the <see cref="P:System.Linq.Expressions.BinaryExpression.Right" /> property equal to.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="left" /> or <paramref name="right" /> is null.</exception>
|
|
<exception cref="T:System.InvalidOperationException">The <see cref="P:System.Linq.Expressions.Expression.Type" /> property of <paramref name="left" /> does not represent a reference type or a nullable value type.</exception>
|
|
<exception cref="T:System.ArgumentException">
|
|
<paramref name="left" />.Type and <paramref name="right" />.Type are not convertible to each other.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Expressions.Expression.Coalesce(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Linq.Expressions.LambdaExpression)">
|
|
<summary>Creates a <see cref="T:System.Linq.Expressions.BinaryExpression" /> that represents a coalescing operation, given a conversion function.</summary>
|
|
<returns>A <see cref="T:System.Linq.Expressions.BinaryExpression" /> that has the <see cref="P:System.Linq.Expressions.Expression.NodeType" /> property equal to <see cref="F:System.Linq.Expressions.ExpressionType.Coalesce" /> and the <see cref="P:System.Linq.Expressions.BinaryExpression.Left" />, <see cref="P:System.Linq.Expressions.BinaryExpression.Right" /> and <see cref="P:System.Linq.Expressions.BinaryExpression.Conversion" /> properties set to the specified values.</returns>
|
|
<param name="left">An <see cref="T:System.Linq.Expressions.Expression" /> to set the <see cref="P:System.Linq.Expressions.BinaryExpression.Left" /> property equal to.</param>
|
|
<param name="right">An <see cref="T:System.Linq.Expressions.Expression" /> to set the <see cref="P:System.Linq.Expressions.BinaryExpression.Right" /> property equal to.</param>
|
|
<param name="conversion">A <see cref="T:System.Linq.Expressions.LambdaExpression" /> to set the <see cref="P:System.Linq.Expressions.BinaryExpression.Conversion" /> property equal to.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="left" /> or <paramref name="right" /> is null.</exception>
|
|
<exception cref="T:System.ArgumentException">
|
|
<paramref name="left" />.Type and <paramref name="right" />.Type are not convertible to each other.-or-<paramref name="conversion" /> is not null and <paramref name="conversion" />.Type is a delegate type that does not take exactly one argument.</exception>
|
|
<exception cref="T:System.InvalidOperationException">The <see cref="P:System.Linq.Expressions.Expression.Type" /> property of <paramref name="left" /> does not represent a reference type or a nullable value type.-or-The <see cref="P:System.Linq.Expressions.Expression.Type" /> property of <paramref name="left" /> represents a type that is not assignable to the parameter type of the delegate type <paramref name="conversion" />.Type.-or-The <see cref="P:System.Linq.Expressions.Expression.Type" /> property of <paramref name="right" /> is not equal to the return type of the delegate type <paramref name="conversion" />.Type.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Expressions.Expression.Condition(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression)">
|
|
<summary>Creates a <see cref="T:System.Linq.Expressions.ConditionalExpression" />.</summary>
|
|
<returns>A <see cref="T:System.Linq.Expressions.ConditionalExpression" /> that has the <see cref="P:System.Linq.Expressions.Expression.NodeType" /> property equal to <see cref="F:System.Linq.Expressions.ExpressionType.Conditional" /> and the <see cref="P:System.Linq.Expressions.ConditionalExpression.Test" />, <see cref="P:System.Linq.Expressions.ConditionalExpression.IfTrue" />, and <see cref="P:System.Linq.Expressions.ConditionalExpression.IfFalse" /> properties set to the specified values.</returns>
|
|
<param name="test">An <see cref="T:System.Linq.Expressions.Expression" /> to set the <see cref="P:System.Linq.Expressions.ConditionalExpression.Test" /> property equal to.</param>
|
|
<param name="ifTrue">An <see cref="T:System.Linq.Expressions.Expression" /> to set the <see cref="P:System.Linq.Expressions.ConditionalExpression.IfTrue" /> property equal to.</param>
|
|
<param name="ifFalse">An <see cref="T:System.Linq.Expressions.Expression" /> to set the <see cref="P:System.Linq.Expressions.ConditionalExpression.IfFalse" /> property equal to.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="test" /> or <paramref name="ifTrue" /> or <paramref name="ifFalse" /> is null.</exception>
|
|
<exception cref="T:System.ArgumentException">
|
|
<paramref name="test" />.Type is not <see cref="T:System.Boolean" />.-or-<paramref name="ifTrue" />.Type is not equal to <paramref name="ifFalse" />.Type.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Expressions.Expression.Constant(System.Object)">
|
|
<summary>Creates a <see cref="T:System.Linq.Expressions.ConstantExpression" /> that has the <see cref="P:System.Linq.Expressions.ConstantExpression.Value" /> property set to the specified value.</summary>
|
|
<returns>A <see cref="T:System.Linq.Expressions.ConstantExpression" /> that has the <see cref="P:System.Linq.Expressions.Expression.NodeType" /> property equal to <see cref="F:System.Linq.Expressions.ExpressionType.Constant" /> and the <see cref="P:System.Linq.Expressions.ConstantExpression.Value" /> property set to the specified value.</returns>
|
|
<param name="value">An <see cref="T:System.Object" /> to set the <see cref="P:System.Linq.Expressions.ConstantExpression.Value" /> property equal to.</param>
|
|
</member>
|
|
<member name="M:System.Linq.Expressions.Expression.Constant(System.Object,System.Type)">
|
|
<summary>Creates a <see cref="T:System.Linq.Expressions.ConstantExpression" /> that has the <see cref="P:System.Linq.Expressions.ConstantExpression.Value" /> and <see cref="P:System.Linq.Expressions.Expression.Type" /> properties set to the specified values.</summary>
|
|
<returns>A <see cref="T:System.Linq.Expressions.ConstantExpression" /> that has the <see cref="P:System.Linq.Expressions.Expression.NodeType" /> property equal to <see cref="F:System.Linq.Expressions.ExpressionType.Constant" /> and the <see cref="P:System.Linq.Expressions.ConstantExpression.Value" /> and <see cref="P:System.Linq.Expressions.Expression.Type" /> properties set to the specified values.</returns>
|
|
<param name="value">An <see cref="T:System.Object" /> to set the <see cref="P:System.Linq.Expressions.ConstantExpression.Value" /> property equal to.</param>
|
|
<param name="type">A <see cref="T:System.Type" /> to set the <see cref="P:System.Linq.Expressions.Expression.Type" /> property equal to.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="type" /> is null.</exception>
|
|
<exception cref="T:System.ArgumentException">
|
|
<paramref name="value" /> is not null and <paramref name="type" /> is not assignable from the dynamic type of <paramref name="value" />.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Expressions.Expression.Convert(System.Linq.Expressions.Expression,System.Type)">
|
|
<summary>Creates a <see cref="T:System.Linq.Expressions.UnaryExpression" /> that represents a conversion operation.</summary>
|
|
<returns>A <see cref="T:System.Linq.Expressions.UnaryExpression" /> that has the <see cref="P:System.Linq.Expressions.Expression.NodeType" /> property equal to <see cref="F:System.Linq.Expressions.ExpressionType.Convert" /> and the <see cref="P:System.Linq.Expressions.UnaryExpression.Operand" /> and <see cref="P:System.Linq.Expressions.Expression.Type" /> properties set to the specified values.</returns>
|
|
<param name="expression">An <see cref="T:System.Linq.Expressions.Expression" /> to set the <see cref="P:System.Linq.Expressions.UnaryExpression.Operand" /> property equal to.</param>
|
|
<param name="type">A <see cref="T:System.Type" /> to set the <see cref="P:System.Linq.Expressions.Expression.Type" /> property equal to.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="expression" /> or <paramref name="type" /> is null.</exception>
|
|
<exception cref="T:System.InvalidOperationException">No conversion operator is defined between <paramref name="expression" />.Type and <paramref name="type" />.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Expressions.Expression.Convert(System.Linq.Expressions.Expression,System.Type,System.Reflection.MethodInfo)">
|
|
<summary>Creates a <see cref="T:System.Linq.Expressions.UnaryExpression" /> that represents a conversion operation for which the implementing method is specified.</summary>
|
|
<returns>A <see cref="T:System.Linq.Expressions.UnaryExpression" /> that has the <see cref="P:System.Linq.Expressions.Expression.NodeType" /> property equal to <see cref="F:System.Linq.Expressions.ExpressionType.Convert" /> and the <see cref="P:System.Linq.Expressions.UnaryExpression.Operand" />, <see cref="P:System.Linq.Expressions.Expression.Type" />, and <see cref="P:System.Linq.Expressions.UnaryExpression.Method" /> properties set to the specified values.</returns>
|
|
<param name="expression">An <see cref="T:System.Linq.Expressions.Expression" /> to set the <see cref="P:System.Linq.Expressions.UnaryExpression.Operand" /> property equal to.</param>
|
|
<param name="type">A <see cref="T:System.Type" /> to set the <see cref="P:System.Linq.Expressions.Expression.Type" /> property equal to.</param>
|
|
<param name="method">A <see cref="T:System.Reflection.MethodInfo" /> to set the <see cref="P:System.Linq.Expressions.UnaryExpression.Method" /> property equal to.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="expression" /> or <paramref name="type" /> is null.</exception>
|
|
<exception cref="T:System.ArgumentException">
|
|
<paramref name="method" /> is not null and the method it represents returns void, is not static (Shared in Visual Basic), or does not take exactly one argument.</exception>
|
|
<exception cref="T:System.Reflection.AmbiguousMatchException">More than one method that matches the <paramref name="method" /> description was found.</exception>
|
|
<exception cref="T:System.InvalidOperationException">No conversion operator is defined between <paramref name="expression" />.Type and <paramref name="type" />.-or-<paramref name="expression" />.Type is not assignable to the argument type of the method represented by <paramref name="method" />.-or-The return type of the method represented by <paramref name="method" /> is not assignable to <paramref name="type" />.-or-<paramref name="expression" />.Type or <paramref name="type" /> is a nullable value type and the corresponding non-nullable value type does not equal the argument type or the return type, respectively, of the method represented by <paramref name="method" />.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Expressions.Expression.ConvertChecked(System.Linq.Expressions.Expression,System.Type)">
|
|
<summary>Creates a <see cref="T:System.Linq.Expressions.UnaryExpression" /> that represents a conversion operation that throws an exception if the target type is overflowed.</summary>
|
|
<returns>A <see cref="T:System.Linq.Expressions.UnaryExpression" /> that has the <see cref="P:System.Linq.Expressions.Expression.NodeType" /> property equal to <see cref="F:System.Linq.Expressions.ExpressionType.ConvertChecked" /> and the <see cref="P:System.Linq.Expressions.UnaryExpression.Operand" /> and <see cref="P:System.Linq.Expressions.Expression.Type" /> properties set to the specified values.</returns>
|
|
<param name="expression">An <see cref="T:System.Linq.Expressions.Expression" /> to set the <see cref="P:System.Linq.Expressions.UnaryExpression.Operand" /> property equal to.</param>
|
|
<param name="type">A <see cref="T:System.Type" /> to set the <see cref="P:System.Linq.Expressions.Expression.Type" /> property equal to.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="expression" /> or <paramref name="type" /> is null.</exception>
|
|
<exception cref="T:System.InvalidOperationException">No conversion operator is defined between <paramref name="expression" />.Type and <paramref name="type" />.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Expressions.Expression.ConvertChecked(System.Linq.Expressions.Expression,System.Type,System.Reflection.MethodInfo)">
|
|
<summary>Creates a <see cref="T:System.Linq.Expressions.UnaryExpression" /> that represents a conversion operation that throws an exception if the target type is overflowed and for which the implementing method is specified.</summary>
|
|
<returns>A <see cref="T:System.Linq.Expressions.UnaryExpression" /> that has the <see cref="P:System.Linq.Expressions.Expression.NodeType" /> property equal to <see cref="F:System.Linq.Expressions.ExpressionType.ConvertChecked" /> and the <see cref="P:System.Linq.Expressions.UnaryExpression.Operand" />, <see cref="P:System.Linq.Expressions.Expression.Type" />, and <see cref="P:System.Linq.Expressions.UnaryExpression.Method" /> properties set to the specified values.</returns>
|
|
<param name="expression">An <see cref="T:System.Linq.Expressions.Expression" /> to set the <see cref="P:System.Linq.Expressions.UnaryExpression.Operand" /> property equal to.</param>
|
|
<param name="type">A <see cref="T:System.Type" /> to set the <see cref="P:System.Linq.Expressions.Expression.Type" /> property equal to.</param>
|
|
<param name="method">A <see cref="T:System.Reflection.MethodInfo" /> to set the <see cref="P:System.Linq.Expressions.UnaryExpression.Method" /> property equal to.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="expression" /> or <paramref name="type" /> is null.</exception>
|
|
<exception cref="T:System.ArgumentException">
|
|
<paramref name="method" /> is not null and the method it represents returns void, is not static (Shared in Visual Basic), or does not take exactly one argument.</exception>
|
|
<exception cref="T:System.Reflection.AmbiguousMatchException">More than one method that matches the <paramref name="method" /> description was found.</exception>
|
|
<exception cref="T:System.InvalidOperationException">No conversion operator is defined between <paramref name="expression" />.Type and <paramref name="type" />.-or-<paramref name="expression" />.Type is not assignable to the argument type of the method represented by <paramref name="method" />.-or-The return type of the method represented by <paramref name="method" /> is not assignable to <paramref name="type" />.-or-<paramref name="expression" />.Type or <paramref name="type" /> is a nullable value type and the corresponding non-nullable value type does not equal the argument type or the return type, respectively, of the method represented by <paramref name="method" />.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Expressions.Expression.Divide(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression)">
|
|
<summary>Creates a <see cref="T:System.Linq.Expressions.BinaryExpression" /> that represents an arithmetic division operation.</summary>
|
|
<returns>A <see cref="T:System.Linq.Expressions.BinaryExpression" /> that has the <see cref="P:System.Linq.Expressions.Expression.NodeType" /> property equal to <see cref="F:System.Linq.Expressions.ExpressionType.Divide" /> and the <see cref="P:System.Linq.Expressions.BinaryExpression.Left" /> and <see cref="P:System.Linq.Expressions.BinaryExpression.Right" /> properties set to the specified values.</returns>
|
|
<param name="left">An <see cref="T:System.Linq.Expressions.Expression" /> to set the <see cref="P:System.Linq.Expressions.BinaryExpression.Left" /> property to.</param>
|
|
<param name="right">An <see cref="T:System.Linq.Expressions.Expression" /> to set the <see cref="P:System.Linq.Expressions.BinaryExpression.Right" /> property to.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="left" /> or <paramref name="right" /> is null.</exception>
|
|
<exception cref="T:System.InvalidOperationException">The division operator is not defined for <paramref name="left" />.Type and <paramref name="right" />.Type.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Expressions.Expression.Divide(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Reflection.MethodInfo)">
|
|
<summary>Creates a <see cref="T:System.Linq.Expressions.BinaryExpression" /> that represents an arithmetic division operation. The implementing method can be specified.</summary>
|
|
<returns>A <see cref="T:System.Linq.Expressions.BinaryExpression" /> that has the <see cref="P:System.Linq.Expressions.Expression.NodeType" /> property equal to <see cref="F:System.Linq.Expressions.ExpressionType.Divide" /> and the <see cref="P:System.Linq.Expressions.BinaryExpression.Left" />, <see cref="P:System.Linq.Expressions.BinaryExpression.Right" />, and <see cref="P:System.Linq.Expressions.BinaryExpression.Method" /> properties set to the specified values.</returns>
|
|
<param name="left">An <see cref="T:System.Linq.Expressions.Expression" /> to set the <see cref="P:System.Linq.Expressions.BinaryExpression.Left" /> property equal to.</param>
|
|
<param name="right">An <see cref="T:System.Linq.Expressions.Expression" /> to set the <see cref="P:System.Linq.Expressions.BinaryExpression.Right" /> property equal to.</param>
|
|
<param name="method">A <see cref="T:System.Reflection.MethodInfo" /> to set the <see cref="P:System.Linq.Expressions.BinaryExpression.Method" /> property equal to.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="left" /> or <paramref name="right" /> is null.</exception>
|
|
<exception cref="T:System.ArgumentException">
|
|
<paramref name="method" /> is not null and the method it represents returns void, is not static (Shared in Visual Basic), or does not take exactly two arguments.</exception>
|
|
<exception cref="T:System.InvalidOperationException">
|
|
<paramref name="method" /> is null and the division operator is not defined for <paramref name="left" />.Type and <paramref name="right" />.Type.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Expressions.Expression.ElementInit(System.Reflection.MethodInfo,System.Collections.Generic.IEnumerable{System.Linq.Expressions.Expression})">
|
|
<summary>Creates an <see cref="T:System.Linq.Expressions.ElementInit" />, given an <see cref="T:System.Collections.Generic.IEnumerable`1" /> as the second argument.</summary>
|
|
<returns>An <see cref="T:System.Linq.Expressions.ElementInit" /> that has the <see cref="P:System.Linq.Expressions.ElementInit.AddMethod" /> and <see cref="P:System.Linq.Expressions.ElementInit.Arguments" /> properties set to the specified values.</returns>
|
|
<param name="addMethod">A <see cref="T:System.Reflection.MethodInfo" /> to set the <see cref="P:System.Linq.Expressions.ElementInit.AddMethod" /> property equal to.</param>
|
|
<param name="arguments">An <see cref="T:System.Collections.Generic.IEnumerable`1" /> that contains <see cref="T:System.Linq.Expressions.Expression" /> objects to set the <see cref="P:System.Linq.Expressions.ElementInit.Arguments" /> property equal to.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="addMethod" /> or <paramref name="arguments" /> is null.</exception>
|
|
<exception cref="T:System.ArgumentException">The method that <paramref name="addMethod" /> represents is not named "Add" (case insensitive).-or-The method that <paramref name="addMethod" /> represents is not an instance method.-or-<paramref name="arguments" /> does not contain the same number of elements as the number of parameters for the method that <paramref name="addMethod" /> represents.-or-The <see cref="P:System.Linq.Expressions.Expression.Type" /> property of one or more elements of <paramref name="arguments" /> is not assignable to the type of the corresponding parameter of the method that <paramref name="addMethod" /> represents.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Expressions.Expression.ElementInit(System.Reflection.MethodInfo,System.Linq.Expressions.Expression[])">
|
|
<summary>Creates an <see cref="T:System.Linq.Expressions.ElementInit" />, given an array of values as the second argument.</summary>
|
|
<returns>An <see cref="T:System.Linq.Expressions.ElementInit" /> that has the <see cref="P:System.Linq.Expressions.ElementInit.AddMethod" /> and <see cref="P:System.Linq.Expressions.ElementInit.Arguments" /> properties set to the specified values.</returns>
|
|
<param name="addMethod">A <see cref="T:System.Reflection.MethodInfo" /> to set the <see cref="P:System.Linq.Expressions.ElementInit.AddMethod" /> property equal to.</param>
|
|
<param name="arguments">An array of <see cref="T:System.Linq.Expressions.Expression" /> objects to set the <see cref="P:System.Linq.Expressions.ElementInit.Arguments" /> property equal to.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="addMethod" /> or <paramref name="arguments" /> is null.</exception>
|
|
<exception cref="T:System.ArgumentException">The method that addMethod represents is not named "Add" (case insensitive).-or-The method that addMethod represents is not an instance method.-or-arguments does not contain the same number of elements as the number of parameters for the method that addMethod represents.-or-The <see cref="P:System.Linq.Expressions.Expression.Type" /> property of one or more elements of <paramref name="arguments" /> is not assignable to the type of the corresponding parameter of the method that <paramref name="addMethod" /> represents.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Expressions.Expression.Equal(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression)">
|
|
<summary>Creates a <see cref="T:System.Linq.Expressions.BinaryExpression" /> that represents an equality comparison.</summary>
|
|
<returns>A <see cref="T:System.Linq.Expressions.BinaryExpression" /> that has the <see cref="P:System.Linq.Expressions.Expression.NodeType" /> property equal to <see cref="F:System.Linq.Expressions.ExpressionType.Equal" /> and the <see cref="P:System.Linq.Expressions.BinaryExpression.Left" /> and <see cref="P:System.Linq.Expressions.BinaryExpression.Right" /> properties set to the specified values.</returns>
|
|
<param name="left">An <see cref="T:System.Linq.Expressions.Expression" /> to set the <see cref="P:System.Linq.Expressions.BinaryExpression.Left" /> property equal to.</param>
|
|
<param name="right">An <see cref="T:System.Linq.Expressions.Expression" /> to set the <see cref="P:System.Linq.Expressions.BinaryExpression.Right" /> property equal to.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="left" /> or <paramref name="right" /> is null.</exception>
|
|
<exception cref="T:System.InvalidOperationException">The equality operator is not defined for <paramref name="left" />.Type and <paramref name="right" />.Type.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Expressions.Expression.Equal(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Boolean,System.Reflection.MethodInfo)">
|
|
<summary>Creates a <see cref="T:System.Linq.Expressions.BinaryExpression" /> that represents an equality comparison. The implementing method can be specified.</summary>
|
|
<returns>A <see cref="T:System.Linq.Expressions.BinaryExpression" /> that has the <see cref="P:System.Linq.Expressions.Expression.NodeType" /> property equal to <see cref="F:System.Linq.Expressions.ExpressionType.Equal" /> and the <see cref="P:System.Linq.Expressions.BinaryExpression.Left" />, <see cref="P:System.Linq.Expressions.BinaryExpression.Right" />, <see cref="P:System.Linq.Expressions.BinaryExpression.IsLiftedToNull" />, and <see cref="P:System.Linq.Expressions.BinaryExpression.Method" /> properties set to the specified values.</returns>
|
|
<param name="left">An <see cref="T:System.Linq.Expressions.Expression" /> to set the <see cref="P:System.Linq.Expressions.BinaryExpression.Left" /> property equal to.</param>
|
|
<param name="right">An <see cref="T:System.Linq.Expressions.Expression" /> to set the <see cref="P:System.Linq.Expressions.BinaryExpression.Right" /> property equal to.</param>
|
|
<param name="liftToNull">true to set <see cref="P:System.Linq.Expressions.BinaryExpression.IsLiftedToNull" /> to true; false to set <see cref="P:System.Linq.Expressions.BinaryExpression.IsLiftedToNull" /> to false.</param>
|
|
<param name="method">A <see cref="T:System.Reflection.MethodInfo" /> to set the <see cref="P:System.Linq.Expressions.BinaryExpression.Method" /> property equal to.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="left" /> or <paramref name="right" /> is null.</exception>
|
|
<exception cref="T:System.ArgumentException">
|
|
<paramref name="method" /> is not null and the method it represents returns void, is not static (Shared in Visual Basic), or does not take exactly two arguments.</exception>
|
|
<exception cref="T:System.InvalidOperationException">
|
|
<paramref name="method" /> is null and the equality operator is not defined for <paramref name="left" />.Type and <paramref name="right" />.Type.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Expressions.Expression.ExclusiveOr(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression)">
|
|
<summary>Creates a <see cref="T:System.Linq.Expressions.BinaryExpression" /> that represents a bitwise XOR operation.</summary>
|
|
<returns>A <see cref="T:System.Linq.Expressions.BinaryExpression" /> that has the <see cref="P:System.Linq.Expressions.Expression.NodeType" /> property equal to <see cref="F:System.Linq.Expressions.ExpressionType.ExclusiveOr" /> and the <see cref="P:System.Linq.Expressions.BinaryExpression.Left" /> and <see cref="P:System.Linq.Expressions.BinaryExpression.Right" /> properties set to the specified values.</returns>
|
|
<param name="left">An <see cref="T:System.Linq.Expressions.Expression" /> to set the <see cref="P:System.Linq.Expressions.BinaryExpression.Left" /> property equal to.</param>
|
|
<param name="right">An <see cref="T:System.Linq.Expressions.Expression" /> to set the <see cref="P:System.Linq.Expressions.BinaryExpression.Right" /> property equal to.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="left" /> or <paramref name="right" /> is null.</exception>
|
|
<exception cref="T:System.InvalidOperationException">The XOR operator is not defined for <paramref name="left" />.Type and <paramref name="right" />.Type.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Expressions.Expression.ExclusiveOr(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Reflection.MethodInfo)">
|
|
<summary>Creates a <see cref="T:System.Linq.Expressions.BinaryExpression" /> that represents a bitwise XOR operation. The implementing method can be specified.</summary>
|
|
<returns>A <see cref="T:System.Linq.Expressions.BinaryExpression" /> that has the <see cref="P:System.Linq.Expressions.Expression.NodeType" /> property equal to <see cref="F:System.Linq.Expressions.ExpressionType.ExclusiveOr" /> and the <see cref="P:System.Linq.Expressions.BinaryExpression.Left" />, <see cref="P:System.Linq.Expressions.BinaryExpression.Right" />, and <see cref="P:System.Linq.Expressions.BinaryExpression.Method" /> properties set to the specified values.</returns>
|
|
<param name="left">An <see cref="T:System.Linq.Expressions.Expression" /> to set the <see cref="P:System.Linq.Expressions.BinaryExpression.Left" /> property equal to.</param>
|
|
<param name="right">An <see cref="T:System.Linq.Expressions.Expression" /> to set the <see cref="P:System.Linq.Expressions.BinaryExpression.Right" /> property equal to.</param>
|
|
<param name="method">A <see cref="T:System.Reflection.MethodInfo" /> to set the <see cref="P:System.Linq.Expressions.BinaryExpression.Method" /> property equal to.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="left" /> or <paramref name="right" /> is null.</exception>
|
|
<exception cref="T:System.ArgumentException">
|
|
<paramref name="method" /> is not null and the method it represents returns void, is not static (Shared in Visual Basic), or does not take exactly two arguments.</exception>
|
|
<exception cref="T:System.InvalidOperationException">
|
|
<paramref name="method" /> is null and the XOR operator is not defined for <paramref name="left" />.Type and <paramref name="right" />.Type.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Expressions.Expression.Field(System.Linq.Expressions.Expression,System.Reflection.FieldInfo)">
|
|
<summary>Creates a <see cref="T:System.Linq.Expressions.MemberExpression" /> that represents accessing a field.</summary>
|
|
<returns>A <see cref="T:System.Linq.Expressions.MemberExpression" /> that has the <see cref="P:System.Linq.Expressions.Expression.NodeType" /> property equal to <see cref="F:System.Linq.Expressions.ExpressionType.MemberAccess" /> and the <see cref="P:System.Linq.Expressions.MemberExpression.Expression" /> and <see cref="P:System.Linq.Expressions.MemberExpression.Member" /> properties set to the specified values.</returns>
|
|
<param name="expression">An <see cref="T:System.Linq.Expressions.Expression" /> to set the <see cref="P:System.Linq.Expressions.MemberExpression.Expression" /> property equal to.</param>
|
|
<param name="field">The <see cref="T:System.Reflection.FieldInfo" /> to set the <see cref="P:System.Linq.Expressions.MemberExpression.Member" /> property equal to.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="field" /> is null.-or-The field represented by <paramref name="field" /> is not static (Shared in Visual Basic) and <paramref name="expression" /> is null.</exception>
|
|
<exception cref="T:System.ArgumentException">
|
|
<paramref name="expression" />.Type is not assignable to the declaring type of the field represented by <paramref name="field" />.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Expressions.Expression.Field(System.Linq.Expressions.Expression,System.String)">
|
|
<summary>Creates a <see cref="T:System.Linq.Expressions.MemberExpression" /> that represents accessing a field given the name of the field.</summary>
|
|
<returns>A <see cref="T:System.Linq.Expressions.MemberExpression" /> that has the <see cref="P:System.Linq.Expressions.Expression.NodeType" /> property equal to <see cref="F:System.Linq.Expressions.ExpressionType.MemberAccess" />, the <see cref="P:System.Linq.Expressions.MemberExpression.Expression" /> property set to <paramref name="expression" />, and the <see cref="P:System.Linq.Expressions.MemberExpression.Member" /> property set to the <see cref="T:System.Reflection.FieldInfo" /> that represents the field denoted by <paramref name="fieldName" />.</returns>
|
|
<param name="expression">An <see cref="T:System.Linq.Expressions.Expression" /> whose <see cref="P:System.Linq.Expressions.Expression.Type" /> contains a field named <paramref name="fieldName" />.</param>
|
|
<param name="fieldName">The name of a field.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="expression" /> or <paramref name="fieldName" /> is null.</exception>
|
|
<exception cref="T:System.ArgumentException">No field named <paramref name="fieldName" /> is defined in <paramref name="expression" />.Type or its base types.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Expressions.Expression.GetActionType(System.Type[])">
|
|
<summary>Creates a <see cref="T:System.Type" /> object that represents a generic System.Action delegate type that has specific type arguments.</summary>
|
|
<returns>The type of a System.Action delegate that has the specified type arguments.</returns>
|
|
<param name="typeArgs">An array of zero to four <see cref="T:System.Type" /> objects that specify the type arguments for the System.Action delegate type.</param>
|
|
<exception cref="T:System.ArgumentException">
|
|
<paramref name="typeArgs" /> contains more than four elements.</exception>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="typeArgs" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Expressions.Expression.GetFuncType(System.Type[])">
|
|
<summary>Creates a <see cref="T:System.Type" /> object that represents a generic System.Func delegate type that has specific type arguments.</summary>
|
|
<returns>The type of a System.Func delegate that has the specified type arguments.</returns>
|
|
<param name="typeArgs">An array of one to five <see cref="T:System.Type" /> objects that specify the type arguments for the System.Func delegate type.</param>
|
|
<exception cref="T:System.ArgumentException">
|
|
<paramref name="typeArgs" /> contains less than one or more than five elements.</exception>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="typeArgs" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Expressions.Expression.GreaterThan(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression)">
|
|
<summary>Creates a <see cref="T:System.Linq.Expressions.BinaryExpression" /> that represents a "greater than" numeric comparison.</summary>
|
|
<returns>A <see cref="T:System.Linq.Expressions.BinaryExpression" /> that has the <see cref="P:System.Linq.Expressions.Expression.NodeType" /> property equal to <see cref="F:System.Linq.Expressions.ExpressionType.GreaterThan" /> and the <see cref="P:System.Linq.Expressions.BinaryExpression.Left" /> and <see cref="P:System.Linq.Expressions.BinaryExpression.Right" /> properties set to the specified values.</returns>
|
|
<param name="left">An <see cref="T:System.Linq.Expressions.Expression" /> to set the <see cref="P:System.Linq.Expressions.BinaryExpression.Left" /> property equal to.</param>
|
|
<param name="right">An <see cref="T:System.Linq.Expressions.Expression" /> to set the <see cref="P:System.Linq.Expressions.BinaryExpression.Right" /> property equal to.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="left" /> or <paramref name="right" /> is null.</exception>
|
|
<exception cref="T:System.InvalidOperationException">The "greater than" operator is not defined for <paramref name="left" />.Type and <paramref name="right" />.Type.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Expressions.Expression.GreaterThan(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Boolean,System.Reflection.MethodInfo)">
|
|
<summary>Creates a <see cref="T:System.Linq.Expressions.BinaryExpression" /> that represents a "greater than" numeric comparison. The implementing method can be specified.</summary>
|
|
<returns>A <see cref="T:System.Linq.Expressions.BinaryExpression" /> that has the <see cref="P:System.Linq.Expressions.Expression.NodeType" /> property equal to <see cref="F:System.Linq.Expressions.ExpressionType.GreaterThan" /> and the <see cref="P:System.Linq.Expressions.BinaryExpression.Left" />, <see cref="P:System.Linq.Expressions.BinaryExpression.Right" />, <see cref="P:System.Linq.Expressions.BinaryExpression.IsLiftedToNull" />, and <see cref="P:System.Linq.Expressions.BinaryExpression.Method" /> properties set to the specified values.</returns>
|
|
<param name="left">An <see cref="T:System.Linq.Expressions.Expression" /> to set the <see cref="P:System.Linq.Expressions.BinaryExpression.Left" /> property equal to.</param>
|
|
<param name="right">An <see cref="T:System.Linq.Expressions.Expression" /> to set the <see cref="P:System.Linq.Expressions.BinaryExpression.Right" /> property equal to.</param>
|
|
<param name="liftToNull">true to set <see cref="P:System.Linq.Expressions.BinaryExpression.IsLiftedToNull" /> to true; false to set <see cref="P:System.Linq.Expressions.BinaryExpression.IsLiftedToNull" /> to false.</param>
|
|
<param name="method">A <see cref="T:System.Reflection.MethodInfo" /> to set the <see cref="P:System.Linq.Expressions.BinaryExpression.Method" /> property equal to.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="left" /> or <paramref name="right" /> is null.</exception>
|
|
<exception cref="T:System.ArgumentException">
|
|
<paramref name="method" /> is not null and the method it represents returns void, is not static (Shared in Visual Basic), or does not take exactly two arguments.</exception>
|
|
<exception cref="T:System.InvalidOperationException">
|
|
<paramref name="method" /> is null and the "greater than" operator is not defined for <paramref name="left" />.Type and <paramref name="right" />.Type.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Expressions.Expression.GreaterThanOrEqual(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression)">
|
|
<summary>Creates a <see cref="T:System.Linq.Expressions.BinaryExpression" /> that represents a "greater than or equal" numeric comparison.</summary>
|
|
<returns>A <see cref="T:System.Linq.Expressions.BinaryExpression" /> that has the <see cref="P:System.Linq.Expressions.Expression.NodeType" /> property equal to <see cref="F:System.Linq.Expressions.ExpressionType.GreaterThanOrEqual" /> and the <see cref="P:System.Linq.Expressions.BinaryExpression.Left" /> and <see cref="P:System.Linq.Expressions.BinaryExpression.Right" /> properties set to the specified values.</returns>
|
|
<param name="left">An <see cref="T:System.Linq.Expressions.Expression" /> to set the <see cref="P:System.Linq.Expressions.BinaryExpression.Left" /> property equal to.</param>
|
|
<param name="right">An <see cref="T:System.Linq.Expressions.Expression" /> to set the <see cref="P:System.Linq.Expressions.BinaryExpression.Right" /> property equal to.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="left" /> or <paramref name="right" /> is null.</exception>
|
|
<exception cref="T:System.InvalidOperationException">The "greater than or equal" operator is not defined for <paramref name="left" />.Type and <paramref name="right" />.Type.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Expressions.Expression.GreaterThanOrEqual(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Boolean,System.Reflection.MethodInfo)">
|
|
<summary>Creates a <see cref="T:System.Linq.Expressions.BinaryExpression" /> that represents a "greater than or equal" numeric comparison. The implementing method can be specified.</summary>
|
|
<returns>A <see cref="T:System.Linq.Expressions.BinaryExpression" /> that has the <see cref="P:System.Linq.Expressions.Expression.NodeType" /> property equal to <see cref="F:System.Linq.Expressions.ExpressionType.GreaterThanOrEqual" /> and the <see cref="P:System.Linq.Expressions.BinaryExpression.Left" />, <see cref="P:System.Linq.Expressions.BinaryExpression.Right" />, <see cref="P:System.Linq.Expressions.BinaryExpression.IsLiftedToNull" />, and <see cref="P:System.Linq.Expressions.BinaryExpression.Method" /> properties set to the specified values.</returns>
|
|
<param name="left">An <see cref="T:System.Linq.Expressions.Expression" /> to set the <see cref="P:System.Linq.Expressions.BinaryExpression.Left" /> property equal to.</param>
|
|
<param name="right">An <see cref="T:System.Linq.Expressions.Expression" /> to set the <see cref="P:System.Linq.Expressions.BinaryExpression.Right" /> property equal to.</param>
|
|
<param name="liftToNull">true to set <see cref="P:System.Linq.Expressions.BinaryExpression.IsLiftedToNull" /> to true; false to set <see cref="P:System.Linq.Expressions.BinaryExpression.IsLiftedToNull" /> to false.</param>
|
|
<param name="method">A <see cref="T:System.Reflection.MethodInfo" /> to set the <see cref="P:System.Linq.Expressions.BinaryExpression.Method" /> property equal to.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="left" /> or <paramref name="right" /> is null.</exception>
|
|
<exception cref="T:System.ArgumentException">
|
|
<paramref name="method" /> is not null and the method it represents returns void, is not static (Shared in Visual Basic), or does not take exactly two arguments.</exception>
|
|
<exception cref="T:System.InvalidOperationException">
|
|
<paramref name="method" /> is null and the "greater than or equal" operator is not defined for <paramref name="left" />.Type and <paramref name="right" />.Type.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Expressions.Expression.Invoke(System.Linq.Expressions.Expression,System.Collections.Generic.IEnumerable{System.Linq.Expressions.Expression})">
|
|
<summary>Creates an <see cref="T:System.Linq.Expressions.InvocationExpression" />.</summary>
|
|
<returns>An <see cref="T:System.Linq.Expressions.InvocationExpression" /> that has the <see cref="P:System.Linq.Expressions.Expression.NodeType" /> property equal to <see cref="F:System.Linq.Expressions.ExpressionType.Invoke" /> and the <see cref="P:System.Linq.Expressions.InvocationExpression.Expression" /> and <see cref="P:System.Linq.Expressions.InvocationExpression.Arguments" /> properties set to the specified values.</returns>
|
|
<param name="expression">An <see cref="T:System.Linq.Expressions.Expression" /> to set the <see cref="P:System.Linq.Expressions.InvocationExpression.Expression" /> property equal to.</param>
|
|
<param name="arguments">An <see cref="T:System.Collections.Generic.IEnumerable`1" /> that contains <see cref="T:System.Linq.Expressions.Expression" /> objects to use to populate the <see cref="P:System.Linq.Expressions.InvocationExpression.Arguments" /> collection.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="expression" /> is null.</exception>
|
|
<exception cref="T:System.ArgumentException">
|
|
<paramref name="expression" />.Type does not represent a delegate type or an <see cref="T:System.Linq.Expressions.Expression`1" />.-or-The <see cref="P:System.Linq.Expressions.Expression.Type" /> property of an element of <paramref name="arguments" /> is not assignable to the type of the corresponding parameter of the delegate represented by <paramref name="expression" />.</exception>
|
|
<exception cref="T:System.InvalidOperationException">
|
|
<paramref name="arguments" /> does not contain the same number of elements as the list of parameters for the delegate represented by <paramref name="expression" />.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Expressions.Expression.Invoke(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression[])">
|
|
<summary>Creates an <see cref="T:System.Linq.Expressions.InvocationExpression" />.</summary>
|
|
<returns>An <see cref="T:System.Linq.Expressions.InvocationExpression" /> that has the <see cref="P:System.Linq.Expressions.Expression.NodeType" /> property equal to <see cref="F:System.Linq.Expressions.ExpressionType.Invoke" /> and the <see cref="P:System.Linq.Expressions.InvocationExpression.Expression" /> and <see cref="P:System.Linq.Expressions.InvocationExpression.Arguments" /> properties set to the specified values.</returns>
|
|
<param name="expression">An <see cref="T:System.Linq.Expressions.Expression" /> to set the <see cref="P:System.Linq.Expressions.InvocationExpression.Expression" /> property equal to.</param>
|
|
<param name="arguments">An array of <see cref="T:System.Linq.Expressions.Expression" /> objects to use to populate the <see cref="P:System.Linq.Expressions.InvocationExpression.Arguments" /> collection.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="expression" /> is null.</exception>
|
|
<exception cref="T:System.ArgumentException">
|
|
<paramref name="expression" />.Type does not represent a delegate type or an <see cref="T:System.Linq.Expressions.Expression`1" />.-or-The <see cref="P:System.Linq.Expressions.Expression.Type" /> property of an element of <paramref name="arguments" /> is not assignable to the type of the corresponding parameter of the delegate represented by <paramref name="expression" />.</exception>
|
|
<exception cref="T:System.InvalidOperationException">
|
|
<paramref name="arguments" /> does not contain the same number of elements as the list of parameters for the delegate represented by <paramref name="expression" />.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Expressions.Expression.Lambda``1(System.Linq.Expressions.Expression,System.Collections.Generic.IEnumerable{System.Linq.Expressions.ParameterExpression})">
|
|
<summary>Creates an <see cref="T:System.Linq.Expressions.Expression`1" /> where the delegate type is known at compile time.</summary>
|
|
<returns>An <see cref="T:System.Linq.Expressions.Expression`1" /> that has the <see cref="P:System.Linq.Expressions.Expression.NodeType" /> property equal to <see cref="F:System.Linq.Expressions.ExpressionType.Lambda" /> and the <see cref="P:System.Linq.Expressions.LambdaExpression.Body" /> and <see cref="P:System.Linq.Expressions.LambdaExpression.Parameters" /> properties set to the specified values.</returns>
|
|
<param name="body">An <see cref="T:System.Linq.Expressions.Expression" /> to set the <see cref="P:System.Linq.Expressions.LambdaExpression.Body" /> property equal to.</param>
|
|
<param name="parameters">An <see cref="T:System.Collections.Generic.IEnumerable`1" /> that contains <see cref="T:System.Linq.Expressions.ParameterExpression" /> objects to use to populate the <see cref="P:System.Linq.Expressions.LambdaExpression.Parameters" /> collection.</param>
|
|
<typeparam name="TDelegate">A delegate type.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="body" /> is null.-or-One or more elements in <paramref name="parameters" /> are null.</exception>
|
|
<exception cref="T:System.ArgumentException">
|
|
<paramref name="TDelegate" /> is not a delegate type.-or-<paramref name="body" />.Type represents a type that is not assignable to the return type of <paramref name="TDelegate" />.-or-<paramref name="parameters" /> does not contain the same number of elements as the list of parameters for <paramref name="TDelegate" />.-or-The <see cref="P:System.Linq.Expressions.Expression.Type" /> property of an element of <paramref name="parameters" /> is not assignable from the type of the corresponding parameter type of <paramref name="TDelegate" />.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Expressions.Expression.Lambda(System.Linq.Expressions.Expression,System.Linq.Expressions.ParameterExpression[])">
|
|
<summary>Creates a <see cref="T:System.Linq.Expressions.LambdaExpression" /> by first constructing a delegate type.</summary>
|
|
<returns>A <see cref="T:System.Linq.Expressions.LambdaExpression" /> that has the <see cref="P:System.Linq.Expressions.Expression.NodeType" /> property equal to <see cref="F:System.Linq.Expressions.ExpressionType.Lambda" /> and the <see cref="P:System.Linq.Expressions.LambdaExpression.Body" /> and <see cref="P:System.Linq.Expressions.LambdaExpression.Parameters" /> properties set to the specified values.</returns>
|
|
<param name="body">An <see cref="T:System.Linq.Expressions.Expression" /> to set the <see cref="P:System.Linq.Expressions.LambdaExpression.Body" /> property equal to.</param>
|
|
<param name="parameters">An array of <see cref="T:System.Linq.Expressions.ParameterExpression" /> objects to use to populate the <see cref="P:System.Linq.Expressions.LambdaExpression.Parameters" /> collection.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="body" /> is null.-or-One or more elements of <paramref name="parameters" /> are null.</exception>
|
|
<exception cref="T:System.ArgumentException">
|
|
<paramref name="parameters" /> contains more than four elements.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Expressions.Expression.Lambda``1(System.Linq.Expressions.Expression,System.Linq.Expressions.ParameterExpression[])">
|
|
<summary>Creates an <see cref="T:System.Linq.Expressions.Expression`1" /> where the delegate type is known at compile time.</summary>
|
|
<returns>An <see cref="T:System.Linq.Expressions.Expression`1" /> that has the <see cref="P:System.Linq.Expressions.Expression.NodeType" /> property equal to <see cref="F:System.Linq.Expressions.ExpressionType.Lambda" /> and the <see cref="P:System.Linq.Expressions.LambdaExpression.Body" /> and <see cref="P:System.Linq.Expressions.LambdaExpression.Parameters" /> properties set to the specified values.</returns>
|
|
<param name="body">An <see cref="T:System.Linq.Expressions.Expression" /> to set the <see cref="P:System.Linq.Expressions.LambdaExpression.Body" /> property equal to.</param>
|
|
<param name="parameters">An array of <see cref="T:System.Linq.Expressions.ParameterExpression" /> objects to use to populate the <see cref="P:System.Linq.Expressions.LambdaExpression.Parameters" /> collection.</param>
|
|
<typeparam name="TDelegate">A delegate type.</typeparam>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="body" /> is null.-or-One or more elements in <paramref name="parameters" /> are null.</exception>
|
|
<exception cref="T:System.ArgumentException">
|
|
<paramref name="TDelegate" /> is not a delegate type.-or-<paramref name="body" />.Type represents a type that is not assignable to the return type of <paramref name="TDelegate" />.-or-<paramref name="parameters" /> does not contain the same number of elements as the list of parameters for <paramref name="TDelegate" />.-or-The <see cref="P:System.Linq.Expressions.Expression.Type" /> property of an element of <paramref name="parameters" /> is not assignable from the type of the corresponding parameter type of <paramref name="TDelegate" />.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Expressions.Expression.Lambda(System.Type,System.Linq.Expressions.Expression,System.Collections.Generic.IEnumerable{System.Linq.Expressions.ParameterExpression})">
|
|
<summary>Creates a <see cref="T:System.Linq.Expressions.LambdaExpression" /> and can be used when the delegate type is not known at compile time.</summary>
|
|
<returns>An object that represents a lambda expression which has the <see cref="P:System.Linq.Expressions.Expression.NodeType" /> property equal to <see cref="F:System.Linq.Expressions.ExpressionType.Lambda" /> and the <see cref="P:System.Linq.Expressions.LambdaExpression.Body" /> and <see cref="P:System.Linq.Expressions.LambdaExpression.Parameters" /> properties set to the specified values.</returns>
|
|
<param name="delegateType">A <see cref="T:System.Type" /> that represents a delegate type.</param>
|
|
<param name="body">An <see cref="T:System.Linq.Expressions.Expression" /> to set the <see cref="P:System.Linq.Expressions.LambdaExpression.Body" /> property equal to.</param>
|
|
<param name="parameters">An <see cref="T:System.Collections.Generic.IEnumerable`1" /> that contains <see cref="T:System.Linq.Expressions.ParameterExpression" /> objects to use to populate the <see cref="P:System.Linq.Expressions.LambdaExpression.Parameters" /> collection.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="delegateType" /> or <paramref name="body" /> is null.-or-One or more elements in <paramref name="parameters" /> are null.</exception>
|
|
<exception cref="T:System.ArgumentException">
|
|
<paramref name="delegateType" /> does not represent a delegate type.-or-<paramref name="body" />.Type represents a type that is not assignable to the return type of the delegate type represented by <paramref name="delegateType" />.-or-<paramref name="parameters" /> does not contain the same number of elements as the list of parameters for the delegate type represented by <paramref name="delegateType" />.-or-The <see cref="P:System.Linq.Expressions.Expression.Type" /> property of an element of <paramref name="parameters" /> is not assignable from the type of the corresponding parameter type of the delegate type represented by <paramref name="delegateType" />.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Expressions.Expression.Lambda(System.Type,System.Linq.Expressions.Expression,System.Linq.Expressions.ParameterExpression[])">
|
|
<summary>Creates a <see cref="T:System.Linq.Expressions.LambdaExpression" /> and can be used when the delegate type is not known at compile time.</summary>
|
|
<returns>An object that represents a lambda expression which has the <see cref="P:System.Linq.Expressions.Expression.NodeType" /> property equal to <see cref="F:System.Linq.Expressions.ExpressionType.Lambda" /> and the <see cref="P:System.Linq.Expressions.LambdaExpression.Body" /> and <see cref="P:System.Linq.Expressions.LambdaExpression.Parameters" /> properties set to the specified values.</returns>
|
|
<param name="delegateType">A <see cref="T:System.Type" /> that represents a delegate type.</param>
|
|
<param name="body">An <see cref="T:System.Linq.Expressions.Expression" /> to set the <see cref="P:System.Linq.Expressions.LambdaExpression.Body" /> property equal to.</param>
|
|
<param name="parameters">An array of <see cref="T:System.Linq.Expressions.ParameterExpression" /> objects to use to populate the <see cref="P:System.Linq.Expressions.LambdaExpression.Parameters" /> collection.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="delegateType" /> or <paramref name="body" /> is null.-or-One or more elements in <paramref name="parameters" /> are null.</exception>
|
|
<exception cref="T:System.ArgumentException">
|
|
<paramref name="delegateType" /> does not represent a delegate type.-or-<paramref name="body" />.Type represents a type that is not assignable to the return type of the delegate type represented by <paramref name="delegateType" />.-or-<paramref name="parameters" /> does not contain the same number of elements as the list of parameters for the delegate type represented by <paramref name="delegateType" />.-or-The <see cref="P:System.Linq.Expressions.Expression.Type" /> property of an element of <paramref name="parameters" /> is not assignable from the type of the corresponding parameter type of the delegate type represented by <paramref name="delegateType" />.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Expressions.Expression.LeftShift(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression)">
|
|
<summary>Creates a <see cref="T:System.Linq.Expressions.BinaryExpression" /> that represents a bitwise left-shift operation.</summary>
|
|
<returns>A <see cref="T:System.Linq.Expressions.BinaryExpression" /> that has the <see cref="P:System.Linq.Expressions.Expression.NodeType" /> property equal to <see cref="F:System.Linq.Expressions.ExpressionType.LeftShift" /> and the <see cref="P:System.Linq.Expressions.BinaryExpression.Left" /> and <see cref="P:System.Linq.Expressions.BinaryExpression.Right" /> properties set to the specified values.</returns>
|
|
<param name="left">An <see cref="T:System.Linq.Expressions.Expression" /> to set the <see cref="P:System.Linq.Expressions.BinaryExpression.Left" /> property equal to.</param>
|
|
<param name="right">An <see cref="T:System.Linq.Expressions.Expression" /> to set the <see cref="P:System.Linq.Expressions.BinaryExpression.Right" /> property equal to.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="left" /> or <paramref name="right" /> is null.</exception>
|
|
<exception cref="T:System.InvalidOperationException">The left-shift operator is not defined for <paramref name="left" />.Type and <paramref name="right" />.Type.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Expressions.Expression.LeftShift(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Reflection.MethodInfo)">
|
|
<summary>Creates a <see cref="T:System.Linq.Expressions.BinaryExpression" /> that represents a bitwise left-shift operation. The implementing method can be specified.</summary>
|
|
<returns>A <see cref="T:System.Linq.Expressions.BinaryExpression" /> that has the <see cref="P:System.Linq.Expressions.Expression.NodeType" /> property equal to <see cref="F:System.Linq.Expressions.ExpressionType.LeftShift" /> and the <see cref="P:System.Linq.Expressions.BinaryExpression.Left" />, <see cref="P:System.Linq.Expressions.BinaryExpression.Right" />, and <see cref="P:System.Linq.Expressions.BinaryExpression.Method" /> properties set to the specified values.</returns>
|
|
<param name="left">An <see cref="T:System.Linq.Expressions.Expression" /> to set the <see cref="P:System.Linq.Expressions.BinaryExpression.Left" /> property equal to.</param>
|
|
<param name="right">An <see cref="T:System.Linq.Expressions.Expression" /> to set the <see cref="P:System.Linq.Expressions.BinaryExpression.Right" /> property equal to.</param>
|
|
<param name="method">A <see cref="T:System.Reflection.MethodInfo" /> to set the <see cref="P:System.Linq.Expressions.BinaryExpression.Method" /> property equal to.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="left" /> or <paramref name="right" /> is null.</exception>
|
|
<exception cref="T:System.ArgumentException">
|
|
<paramref name="method" /> is not null and the method it represents returns void, is not static (Shared in Visual Basic), or does not take exactly two arguments.</exception>
|
|
<exception cref="T:System.InvalidOperationException">
|
|
<paramref name="method" /> is null and the left-shift operator is not defined for <paramref name="left" />.Type and <paramref name="right" />.Type.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Expressions.Expression.LessThan(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression)">
|
|
<summary>Creates a <see cref="T:System.Linq.Expressions.BinaryExpression" /> that represents a "less than" numeric comparison.</summary>
|
|
<returns>A <see cref="T:System.Linq.Expressions.BinaryExpression" /> that has the <see cref="P:System.Linq.Expressions.Expression.NodeType" /> property equal to <see cref="F:System.Linq.Expressions.ExpressionType.LessThan" /> and the <see cref="P:System.Linq.Expressions.BinaryExpression.Left" /> and <see cref="P:System.Linq.Expressions.BinaryExpression.Right" /> properties set to the specified values.</returns>
|
|
<param name="left">An <see cref="T:System.Linq.Expressions.Expression" /> to set the <see cref="P:System.Linq.Expressions.BinaryExpression.Left" /> property equal to.</param>
|
|
<param name="right">An <see cref="T:System.Linq.Expressions.Expression" /> to set the <see cref="P:System.Linq.Expressions.BinaryExpression.Right" /> property equal to.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="left" /> or <paramref name="right" /> is null.</exception>
|
|
<exception cref="T:System.InvalidOperationException">The "less than" operator is not defined for <paramref name="left" />.Type and <paramref name="right" />.Type.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Expressions.Expression.LessThan(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Boolean,System.Reflection.MethodInfo)">
|
|
<summary>Creates a <see cref="T:System.Linq.Expressions.BinaryExpression" /> that represents a "less than" numeric comparison. The implementing method can be specified.</summary>
|
|
<returns>A <see cref="T:System.Linq.Expressions.BinaryExpression" /> that has the <see cref="P:System.Linq.Expressions.Expression.NodeType" /> property equal to <see cref="F:System.Linq.Expressions.ExpressionType.LessThan" /> and the <see cref="P:System.Linq.Expressions.BinaryExpression.Left" />, <see cref="P:System.Linq.Expressions.BinaryExpression.Right" />, <see cref="P:System.Linq.Expressions.BinaryExpression.IsLiftedToNull" />, and <see cref="P:System.Linq.Expressions.BinaryExpression.Method" /> properties set to the specified values.</returns>
|
|
<param name="left">An <see cref="T:System.Linq.Expressions.Expression" /> to set the <see cref="P:System.Linq.Expressions.BinaryExpression.Left" /> property equal to.</param>
|
|
<param name="right">An <see cref="T:System.Linq.Expressions.Expression" /> to set the <see cref="P:System.Linq.Expressions.BinaryExpression.Right" /> property equal to.</param>
|
|
<param name="liftToNull">true to set <see cref="P:System.Linq.Expressions.BinaryExpression.IsLiftedToNull" /> to true; false to set <see cref="P:System.Linq.Expressions.BinaryExpression.IsLiftedToNull" /> to false.</param>
|
|
<param name="method">A <see cref="T:System.Reflection.MethodInfo" /> to set the <see cref="P:System.Linq.Expressions.BinaryExpression.Method" /> property equal to.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="left" /> or <paramref name="right" /> is null.</exception>
|
|
<exception cref="T:System.ArgumentException">
|
|
<paramref name="method" /> is not null and the method it represents returns void, is not static (Shared in Visual Basic), or does not take exactly two arguments.</exception>
|
|
<exception cref="T:System.InvalidOperationException">
|
|
<paramref name="method" /> is null and the "less than" operator is not defined for <paramref name="left" />.Type and <paramref name="right" />.Type.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Expressions.Expression.LessThanOrEqual(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression)">
|
|
<summary>Creates a <see cref="T:System.Linq.Expressions.BinaryExpression" /> that represents a " less than or equal" numeric comparison.</summary>
|
|
<returns>A <see cref="T:System.Linq.Expressions.BinaryExpression" /> that has the <see cref="P:System.Linq.Expressions.Expression.NodeType" /> property equal to <see cref="F:System.Linq.Expressions.ExpressionType.LessThanOrEqual" /> and the <see cref="P:System.Linq.Expressions.BinaryExpression.Left" /> and <see cref="P:System.Linq.Expressions.BinaryExpression.Right" /> properties set to the specified values.</returns>
|
|
<param name="left">An <see cref="T:System.Linq.Expressions.Expression" /> to set the <see cref="P:System.Linq.Expressions.BinaryExpression.Left" /> property equal to.</param>
|
|
<param name="right">An <see cref="T:System.Linq.Expressions.Expression" /> to set the <see cref="P:System.Linq.Expressions.BinaryExpression.Right" /> property equal to.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="left" /> or <paramref name="right" /> is null.</exception>
|
|
<exception cref="T:System.InvalidOperationException">The "less than or equal" operator is not defined for <paramref name="left" />.Type and <paramref name="right" />.Type.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Expressions.Expression.LessThanOrEqual(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Boolean,System.Reflection.MethodInfo)">
|
|
<summary>Creates a <see cref="T:System.Linq.Expressions.BinaryExpression" /> that represents a " less than or equal" numeric comparison. The implementing method can be specified.</summary>
|
|
<returns>A <see cref="T:System.Linq.Expressions.BinaryExpression" /> that has the <see cref="P:System.Linq.Expressions.Expression.NodeType" /> property equal to <see cref="F:System.Linq.Expressions.ExpressionType.LessThanOrEqual" /> and the <see cref="P:System.Linq.Expressions.BinaryExpression.Left" />, <see cref="P:System.Linq.Expressions.BinaryExpression.Right" />, <see cref="P:System.Linq.Expressions.BinaryExpression.IsLiftedToNull" />, and <see cref="P:System.Linq.Expressions.BinaryExpression.Method" /> properties set to the specified values.</returns>
|
|
<param name="left">An <see cref="T:System.Linq.Expressions.Expression" /> to set the <see cref="P:System.Linq.Expressions.BinaryExpression.Left" /> property equal to.</param>
|
|
<param name="right">An <see cref="T:System.Linq.Expressions.Expression" /> to set the <see cref="P:System.Linq.Expressions.BinaryExpression.Right" /> property equal to.</param>
|
|
<param name="liftToNull">true to set <see cref="P:System.Linq.Expressions.BinaryExpression.IsLiftedToNull" /> to true; false to set <see cref="P:System.Linq.Expressions.BinaryExpression.IsLiftedToNull" /> to false.</param>
|
|
<param name="method">A <see cref="T:System.Reflection.MethodInfo" /> to set the <see cref="P:System.Linq.Expressions.BinaryExpression.Method" /> property equal to.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="left" /> or <paramref name="right" /> is null.</exception>
|
|
<exception cref="T:System.ArgumentException">
|
|
<paramref name="method" /> is not null and the method it represents returns void, is not static (Shared in Visual Basic), or does not take exactly two arguments.</exception>
|
|
<exception cref="T:System.InvalidOperationException">
|
|
<paramref name="method" /> is null and the "less than or equal" operator is not defined for <paramref name="left" />.Type and <paramref name="right" />.Type.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Expressions.Expression.ListBind(System.Reflection.MemberInfo,System.Collections.Generic.IEnumerable{System.Linq.Expressions.ElementInit})">
|
|
<summary>Creates a <see cref="T:System.Linq.Expressions.MemberListBinding" /> where the member is a field or property.</summary>
|
|
<returns>A <see cref="T:System.Linq.Expressions.MemberListBinding" /> that has the <see cref="P:System.Linq.Expressions.MemberBinding.BindingType" /> property equal to <see cref="F:System.Linq.Expressions.MemberBindingType.ListBinding" /> and the <see cref="P:System.Linq.Expressions.MemberBinding.Member" /> and <see cref="P:System.Linq.Expressions.MemberListBinding.Initializers" /> properties set to the specified values.</returns>
|
|
<param name="member">A <see cref="T:System.Reflection.MemberInfo" /> that represents a field or property to set the <see cref="P:System.Linq.Expressions.MemberBinding.Member" /> property equal to.</param>
|
|
<param name="initializers">An <see cref="T:System.Collections.Generic.IEnumerable`1" /> that contains <see cref="T:System.Linq.Expressions.ElementInit" /> objects to use to populate the <see cref="P:System.Linq.Expressions.MemberListBinding.Initializers" /> collection.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="member" /> is null. -or-One or more elements of <paramref name="initializers" /> is null.</exception>
|
|
<exception cref="T:System.ArgumentException">
|
|
<paramref name="member" /> does not represent a field or property.-or-The <see cref="P:System.Reflection.FieldInfo.FieldType" /> or <see cref="P:System.Reflection.PropertyInfo.PropertyType" /> of the field or property that <paramref name="member" /> represents does not implement <see cref="T:System.Collections.IEnumerable" />.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Expressions.Expression.ListBind(System.Reflection.MemberInfo,System.Linq.Expressions.ElementInit[])">
|
|
<summary>Creates a <see cref="T:System.Linq.Expressions.MemberListBinding" /> where the member is a field or property.</summary>
|
|
<returns>A <see cref="T:System.Linq.Expressions.MemberListBinding" /> that has the <see cref="P:System.Linq.Expressions.MemberBinding.BindingType" /> property equal to <see cref="F:System.Linq.Expressions.MemberBindingType.ListBinding" /> and the <see cref="P:System.Linq.Expressions.MemberBinding.Member" /> and <see cref="P:System.Linq.Expressions.MemberListBinding.Initializers" /> properties set to the specified values.</returns>
|
|
<param name="member">A <see cref="T:System.Reflection.MemberInfo" /> that represents a field or property to set the <see cref="P:System.Linq.Expressions.MemberBinding.Member" /> property equal to.</param>
|
|
<param name="initializers">An array of <see cref="T:System.Linq.Expressions.ElementInit" /> objects to use to populate the <see cref="P:System.Linq.Expressions.MemberListBinding.Initializers" /> collection.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="member" /> is null. -or-One or more elements of <paramref name="initializers" /> is null.</exception>
|
|
<exception cref="T:System.ArgumentException">
|
|
<paramref name="member" /> does not represent a field or property.-or-The <see cref="P:System.Reflection.FieldInfo.FieldType" /> or <see cref="P:System.Reflection.PropertyInfo.PropertyType" /> of the field or property that <paramref name="member" /> represents does not implement <see cref="T:System.Collections.IEnumerable" />.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Expressions.Expression.ListBind(System.Reflection.MethodInfo,System.Collections.Generic.IEnumerable{System.Linq.Expressions.ElementInit})">
|
|
<summary>Creates a <see cref="T:System.Linq.Expressions.MemberListBinding" /> based on a specified property accessor method.</summary>
|
|
<returns>A <see cref="T:System.Linq.Expressions.MemberListBinding" /> that has the <see cref="P:System.Linq.Expressions.MemberBinding.BindingType" /> property equal to <see cref="F:System.Linq.Expressions.MemberBindingType.ListBinding" />, the <see cref="P:System.Linq.Expressions.MemberBinding.Member" /> property set to the <see cref="T:System.Reflection.MemberInfo" /> that represents the property accessed in <paramref name="propertyAccessor" />, and <see cref="P:System.Linq.Expressions.MemberListBinding.Initializers" /> populated with the elements of <paramref name="initializers" />.</returns>
|
|
<param name="propertyAccessor">A <see cref="T:System.Reflection.MethodInfo" /> that represents a property accessor method.</param>
|
|
<param name="initializers">An <see cref="T:System.Collections.Generic.IEnumerable`1" /> that contains <see cref="T:System.Linq.Expressions.ElementInit" /> objects to use to populate the <see cref="P:System.Linq.Expressions.MemberListBinding.Initializers" /> collection.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="propertyAccessor" /> is null. -or-One or more elements of <paramref name="initializers" /> are null.</exception>
|
|
<exception cref="T:System.ArgumentException">
|
|
<paramref name="propertyAccessor" /> does not represent a property accessor method.-or-The <see cref="P:System.Reflection.PropertyInfo.PropertyType" /> of the property that the method represented by <paramref name="propertyAccessor" /> accesses does not implement <see cref="T:System.Collections.IEnumerable" />.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Expressions.Expression.ListBind(System.Reflection.MethodInfo,System.Linq.Expressions.ElementInit[])">
|
|
<summary>Creates a <see cref="T:System.Linq.Expressions.MemberListBinding" /> object based on a specified property accessor method.</summary>
|
|
<returns>A <see cref="T:System.Linq.Expressions.MemberListBinding" /> that has the <see cref="P:System.Linq.Expressions.MemberBinding.BindingType" /> property equal to <see cref="F:System.Linq.Expressions.MemberBindingType.ListBinding" />, the <see cref="P:System.Linq.Expressions.MemberBinding.Member" /> property set to the <see cref="T:System.Reflection.MemberInfo" /> that represents the property accessed in <paramref name="propertyAccessor" />, and <see cref="P:System.Linq.Expressions.MemberListBinding.Initializers" /> populated with the elements of <paramref name="initializers" />.</returns>
|
|
<param name="propertyAccessor">A <see cref="T:System.Reflection.MethodInfo" /> that represents a property accessor method.</param>
|
|
<param name="initializers">An array of <see cref="T:System.Linq.Expressions.ElementInit" /> objects to use to populate the <see cref="P:System.Linq.Expressions.MemberListBinding.Initializers" /> collection.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="propertyAccessor" /> is null. -or-One or more elements of <paramref name="initializers" /> is null.</exception>
|
|
<exception cref="T:System.ArgumentException">
|
|
<paramref name="propertyAccessor" /> does not represent a property accessor method.-or-The <see cref="P:System.Reflection.PropertyInfo.PropertyType" /> of the property that the method represented by <paramref name="propertyAccessor" /> accesses does not implement <see cref="T:System.Collections.IEnumerable" />.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Expressions.Expression.ListInit(System.Linq.Expressions.NewExpression,System.Collections.Generic.IEnumerable{System.Linq.Expressions.ElementInit})">
|
|
<summary>Creates a <see cref="T:System.Linq.Expressions.ListInitExpression" /> that uses specified <see cref="T:System.Linq.Expressions.ElementInit" /> objects to initialize a collection.</summary>
|
|
<returns>A <see cref="T:System.Linq.Expressions.ListInitExpression" /> that has the <see cref="P:System.Linq.Expressions.Expression.NodeType" /> property equal to <see cref="F:System.Linq.Expressions.ExpressionType.ListInit" /> and the <see cref="P:System.Linq.Expressions.ListInitExpression.NewExpression" /> and <see cref="P:System.Linq.Expressions.ListInitExpression.Initializers" /> properties set to the specified values.</returns>
|
|
<param name="newExpression">A <see cref="T:System.Linq.Expressions.NewExpression" /> to set the <see cref="P:System.Linq.Expressions.ListInitExpression.NewExpression" /> property equal to.</param>
|
|
<param name="initializers">An <see cref="T:System.Collections.Generic.IEnumerable`1" /> that contains <see cref="T:System.Linq.Expressions.ElementInit" /> objects to use to populate the <see cref="P:System.Linq.Expressions.ListInitExpression.Initializers" /> collection.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="newExpression" /> or <paramref name="initializers" /> is null.-or-One or more elements of <paramref name="initializers" /> is null.</exception>
|
|
<exception cref="T:System.ArgumentException">
|
|
<paramref name="newExpression" />.Type does not implement <see cref="T:System.Collections.IEnumerable" />.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Expressions.Expression.ListInit(System.Linq.Expressions.NewExpression,System.Collections.Generic.IEnumerable{System.Linq.Expressions.Expression})">
|
|
<summary>Creates a <see cref="T:System.Linq.Expressions.ListInitExpression" /> that uses a method named "Add" to add elements to a collection.</summary>
|
|
<returns>A <see cref="T:System.Linq.Expressions.ListInitExpression" /> that has the <see cref="P:System.Linq.Expressions.Expression.NodeType" /> property equal to <see cref="F:System.Linq.Expressions.ExpressionType.ListInit" /> and the <see cref="P:System.Linq.Expressions.ListInitExpression.NewExpression" /> property set to the specified value.</returns>
|
|
<param name="newExpression">A <see cref="T:System.Linq.Expressions.NewExpression" /> to set the <see cref="P:System.Linq.Expressions.ListInitExpression.NewExpression" /> property equal to.</param>
|
|
<param name="initializers">An <see cref="T:System.Collections.Generic.IEnumerable`1" /> that contains <see cref="T:System.Linq.Expressions.Expression" /> objects to use to populate the <see cref="P:System.Linq.Expressions.ListInitExpression.Initializers" /> collection.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="newExpression" /> or <paramref name="initializers" /> is null.-or-One or more elements of <paramref name="initializers" /> is null.</exception>
|
|
<exception cref="T:System.ArgumentException">
|
|
<paramref name="newExpression" />.Type does not implement <see cref="T:System.Collections.IEnumerable" />.</exception>
|
|
<exception cref="T:System.InvalidOperationException">There is no instance method named "Add" (case insensitive) declared in <paramref name="newExpression" />.Type or its base type.-or-The add method on <paramref name="newExpression" />.Type or its base type does not take exactly one argument.-or-The type represented by the <see cref="P:System.Linq.Expressions.Expression.Type" /> property of the first element of <paramref name="initializers" /> is not assignable to the argument type of the add method on <paramref name="newExpression" />.Type or its base type.-or-More than one argument-compatible method named "Add" (case-insensitive) exists on <paramref name="newExpression" />.Type and/or its base type.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Expressions.Expression.ListInit(System.Linq.Expressions.NewExpression,System.Linq.Expressions.ElementInit[])">
|
|
<summary>Creates a <see cref="T:System.Linq.Expressions.ListInitExpression" /> that uses specified <see cref="T:System.Linq.Expressions.ElementInit" /> objects to initialize a collection.</summary>
|
|
<returns>A <see cref="T:System.Linq.Expressions.ListInitExpression" /> that has the <see cref="P:System.Linq.Expressions.Expression.NodeType" /> property equal to <see cref="F:System.Linq.Expressions.ExpressionType.ListInit" /> and the <see cref="P:System.Linq.Expressions.ListInitExpression.NewExpression" /> and <see cref="P:System.Linq.Expressions.ListInitExpression.Initializers" /> properties set to the specified values.</returns>
|
|
<param name="newExpression">A <see cref="T:System.Linq.Expressions.NewExpression" /> to set the <see cref="P:System.Linq.Expressions.ListInitExpression.NewExpression" /> property equal to.</param>
|
|
<param name="initializers">An array of <see cref="T:System.Linq.Expressions.ElementInit" /> objects to use to populate the <see cref="P:System.Linq.Expressions.ListInitExpression.Initializers" /> collection.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="newExpression" /> or <paramref name="initializers" /> is null.-or-One or more elements of <paramref name="initializers" /> is null.</exception>
|
|
<exception cref="T:System.ArgumentException">
|
|
<paramref name="newExpression" />.Type does not implement <see cref="T:System.Collections.IEnumerable" />.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Expressions.Expression.ListInit(System.Linq.Expressions.NewExpression,System.Linq.Expressions.Expression[])">
|
|
<summary>Creates a <see cref="T:System.Linq.Expressions.ListInitExpression" /> that uses a method named "Add" to add elements to a collection.</summary>
|
|
<returns>A <see cref="T:System.Linq.Expressions.ListInitExpression" /> that has the <see cref="P:System.Linq.Expressions.Expression.NodeType" /> property equal to <see cref="F:System.Linq.Expressions.ExpressionType.ListInit" /> and the <see cref="P:System.Linq.Expressions.ListInitExpression.NewExpression" /> property set to the specified value.</returns>
|
|
<param name="newExpression">A <see cref="T:System.Linq.Expressions.NewExpression" /> to set the <see cref="P:System.Linq.Expressions.ListInitExpression.NewExpression" /> property equal to.</param>
|
|
<param name="initializers">An array of <see cref="T:System.Linq.Expressions.Expression" /> objects to use to populate the <see cref="P:System.Linq.Expressions.ListInitExpression.Initializers" /> collection.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="newExpression" /> or <paramref name="initializers" /> is null.-or-One or more elements of <paramref name="initializers" /> is null.</exception>
|
|
<exception cref="T:System.ArgumentException">
|
|
<paramref name="newExpression" />.Type does not implement <see cref="T:System.Collections.IEnumerable" />.</exception>
|
|
<exception cref="T:System.InvalidOperationException">There is no instance method named "Add" (case insensitive) declared in <paramref name="newExpression" />.Type or its base type.-or-The add method on <paramref name="newExpression" />.Type or its base type does not take exactly one argument.-or-The type represented by the <see cref="P:System.Linq.Expressions.Expression.Type" /> property of the first element of <paramref name="initializers" /> is not assignable to the argument type of the add method on <paramref name="newExpression" />.Type or its base type.-or-More than one argument-compatible method named "Add" (case-insensitive) exists on <paramref name="newExpression" />.Type and/or its base type.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Expressions.Expression.ListInit(System.Linq.Expressions.NewExpression,System.Reflection.MethodInfo,System.Collections.Generic.IEnumerable{System.Linq.Expressions.Expression})">
|
|
<summary>Creates a <see cref="T:System.Linq.Expressions.ListInitExpression" /> that uses a specified method to add elements to a collection.</summary>
|
|
<returns>A <see cref="T:System.Linq.Expressions.ListInitExpression" /> that has the <see cref="P:System.Linq.Expressions.Expression.NodeType" /> property equal to <see cref="F:System.Linq.Expressions.ExpressionType.ListInit" /> and the <see cref="P:System.Linq.Expressions.ListInitExpression.NewExpression" /> property set to the specified value.</returns>
|
|
<param name="newExpression">A <see cref="T:System.Linq.Expressions.NewExpression" /> to set the <see cref="P:System.Linq.Expressions.ListInitExpression.NewExpression" /> property equal to.</param>
|
|
<param name="addMethod">A <see cref="T:System.Reflection.MethodInfo" /> that represents an instance method named "Add" (case insensitive), that adds an element to a collection.</param>
|
|
<param name="initializers">An <see cref="T:System.Collections.Generic.IEnumerable`1" /> that contains <see cref="T:System.Linq.Expressions.Expression" /> objects to use to populate the <see cref="P:System.Linq.Expressions.ListInitExpression.Initializers" /> collection.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="newExpression" /> or <paramref name="initializers" /> is null.-or-One or more elements of <paramref name="initializers" /> is null.</exception>
|
|
<exception cref="T:System.ArgumentException">
|
|
<paramref name="newExpression" />.Type does not implement <see cref="T:System.Collections.IEnumerable" />.-or-<paramref name="addMethod" /> is not null and it does not represent an instance method named "Add" (case insensitive) that takes exactly one argument.-or-<paramref name="addMethod" /> is not null and the type represented by the <see cref="P:System.Linq.Expressions.Expression.Type" /> property of one or more elements of <paramref name="initializers" /> is not assignable to the argument type of the method that <paramref name="addMethod" /> represents.</exception>
|
|
<exception cref="T:System.InvalidOperationException">
|
|
<paramref name="addMethod" /> is null and no instance method named "Add" that takes one type-compatible argument exists on <paramref name="newExpression" />.Type or its base type.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Expressions.Expression.ListInit(System.Linq.Expressions.NewExpression,System.Reflection.MethodInfo,System.Linq.Expressions.Expression[])">
|
|
<summary>Creates a <see cref="T:System.Linq.Expressions.ListInitExpression" /> that uses a specified method to add elements to a collection.</summary>
|
|
<returns>A <see cref="T:System.Linq.Expressions.ListInitExpression" /> that has the <see cref="P:System.Linq.Expressions.Expression.NodeType" /> property equal to <see cref="F:System.Linq.Expressions.ExpressionType.ListInit" /> and the <see cref="P:System.Linq.Expressions.ListInitExpression.NewExpression" /> property set to the specified value.</returns>
|
|
<param name="newExpression">A <see cref="T:System.Linq.Expressions.NewExpression" /> to set the <see cref="P:System.Linq.Expressions.ListInitExpression.NewExpression" /> property equal to.</param>
|
|
<param name="addMethod">A <see cref="T:System.Reflection.MethodInfo" /> that represents an instance method that takes one argument, that adds an element to a collection.</param>
|
|
<param name="initializers">An array of <see cref="T:System.Linq.Expressions.Expression" /> objects to use to populate the <see cref="P:System.Linq.Expressions.ListInitExpression.Initializers" /> collection.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="newExpression" /> or <paramref name="initializers" /> is null.-or-One or more elements of <paramref name="initializers" /> is null.</exception>
|
|
<exception cref="T:System.ArgumentException">
|
|
<paramref name="newExpression" />.Type does not implement <see cref="T:System.Collections.IEnumerable" />.-or-<paramref name="addMethod" /> is not null and it does not represent an instance method named "Add" (case insensitive) that takes exactly one argument.-or-<paramref name="addMethod" /> is not null and the type represented by the <see cref="P:System.Linq.Expressions.Expression.Type" /> property of one or more elements of <paramref name="initializers" /> is not assignable to the argument type of the method that <paramref name="addMethod" /> represents.</exception>
|
|
<exception cref="T:System.InvalidOperationException">
|
|
<paramref name="addMethod" /> is null and no instance method named "Add" that takes one type-compatible argument exists on <paramref name="newExpression" />.Type or its base type.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Expressions.Expression.MakeBinary(System.Linq.Expressions.ExpressionType,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression)">
|
|
<summary>Creates a <see cref="T:System.Linq.Expressions.BinaryExpression" />, given the left and right operands, by calling an appropriate factory method.</summary>
|
|
<returns>The <see cref="T:System.Linq.Expressions.BinaryExpression" /> that results from calling the appropriate factory method.</returns>
|
|
<param name="binaryType">The <see cref="T:System.Linq.Expressions.ExpressionType" /> that specifies the type of binary operation.</param>
|
|
<param name="left">An <see cref="T:System.Linq.Expressions.Expression" /> that represents the left operand.</param>
|
|
<param name="right">An <see cref="T:System.Linq.Expressions.Expression" /> that represents the right operand.</param>
|
|
<exception cref="T:System.ArgumentException">
|
|
<paramref name="binaryType" /> does not correspond to a binary expression node.</exception>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="left" /> or <paramref name="right" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Expressions.Expression.MakeBinary(System.Linq.Expressions.ExpressionType,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Boolean,System.Reflection.MethodInfo)">
|
|
<summary>Creates a <see cref="T:System.Linq.Expressions.BinaryExpression" />, given the left operand, right operand and implementing method, by calling the appropriate factory method.</summary>
|
|
<returns>The <see cref="T:System.Linq.Expressions.BinaryExpression" /> that results from calling the appropriate factory method.</returns>
|
|
<param name="binaryType">The <see cref="T:System.Linq.Expressions.ExpressionType" /> that specifies the type of binary operation.</param>
|
|
<param name="left">An <see cref="T:System.Linq.Expressions.Expression" /> that represents the left operand.</param>
|
|
<param name="right">An <see cref="T:System.Linq.Expressions.Expression" /> that represents the right operand.</param>
|
|
<param name="liftToNull">true to set <see cref="P:System.Linq.Expressions.BinaryExpression.IsLiftedToNull" /> to true; false to set <see cref="P:System.Linq.Expressions.BinaryExpression.IsLiftedToNull" /> to false.</param>
|
|
<param name="method">A <see cref="T:System.Reflection.MethodInfo" /> that specifies the implementing method.</param>
|
|
<exception cref="T:System.ArgumentException">
|
|
<paramref name="binaryType" /> does not correspond to a binary expression node.</exception>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="left" /> or <paramref name="right" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Expressions.Expression.MakeBinary(System.Linq.Expressions.ExpressionType,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Boolean,System.Reflection.MethodInfo,System.Linq.Expressions.LambdaExpression)">
|
|
<summary>Creates a <see cref="T:System.Linq.Expressions.BinaryExpression" />, given the left operand, right operand, implementing method and type conversion function, by calling the appropriate factory method.</summary>
|
|
<returns>The <see cref="T:System.Linq.Expressions.BinaryExpression" /> that results from calling the appropriate factory method.</returns>
|
|
<param name="binaryType">The <see cref="T:System.Linq.Expressions.ExpressionType" /> that specifies the type of binary operation.</param>
|
|
<param name="left">An <see cref="T:System.Linq.Expressions.Expression" /> that represents the left operand.</param>
|
|
<param name="right">An <see cref="T:System.Linq.Expressions.Expression" /> that represents the right operand.</param>
|
|
<param name="liftToNull">true to set <see cref="P:System.Linq.Expressions.BinaryExpression.IsLiftedToNull" /> to true; false to set <see cref="P:System.Linq.Expressions.BinaryExpression.IsLiftedToNull" /> to false.</param>
|
|
<param name="method">A <see cref="T:System.Reflection.MethodInfo" /> that specifies the implementing method.</param>
|
|
<param name="conversion">A <see cref="T:System.Linq.Expressions.LambdaExpression" /> that represents a type conversion function. This parameter is used only if <paramref name="binaryType" /> is <see cref="F:System.Linq.Expressions.ExpressionType.Coalesce" />.</param>
|
|
<exception cref="T:System.ArgumentException">
|
|
<paramref name="binaryType" /> does not correspond to a binary expression node.</exception>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="left" /> or <paramref name="right" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Expressions.Expression.MakeMemberAccess(System.Linq.Expressions.Expression,System.Reflection.MemberInfo)">
|
|
<summary>Creates a <see cref="T:System.Linq.Expressions.MemberExpression" /> that represents accessing either a field or a property.</summary>
|
|
<returns>The <see cref="T:System.Linq.Expressions.MemberExpression" /> that results from calling the appropriate factory method.</returns>
|
|
<param name="expression">An <see cref="T:System.Linq.Expressions.Expression" /> that represents the object that the member belongs to.</param>
|
|
<param name="member">The <see cref="T:System.Reflection.MemberInfo" /> that describes the field or property to be accessed.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="expression" /> or <paramref name="member" /> is null.</exception>
|
|
<exception cref="T:System.ArgumentException">
|
|
<paramref name="member" /> does not represent a field or property.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Expressions.Expression.MakeUnary(System.Linq.Expressions.ExpressionType,System.Linq.Expressions.Expression,System.Type)">
|
|
<summary>Creates a <see cref="T:System.Linq.Expressions.UnaryExpression" />, given an operand, by calling the appropriate factory method.</summary>
|
|
<returns>The <see cref="T:System.Linq.Expressions.UnaryExpression" /> that results from calling the appropriate factory method.</returns>
|
|
<param name="unaryType">The <see cref="T:System.Linq.Expressions.ExpressionType" /> that specifies the type of unary operation.</param>
|
|
<param name="operand">An <see cref="T:System.Linq.Expressions.Expression" /> that represents the operand.</param>
|
|
<param name="type">The <see cref="T:System.Type" /> that specifies the type to be converted to (pass null if not applicable).</param>
|
|
<exception cref="T:System.ArgumentException">
|
|
<paramref name="unaryType" /> does not correspond to a unary expression node.</exception>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="operand" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Expressions.Expression.MakeUnary(System.Linq.Expressions.ExpressionType,System.Linq.Expressions.Expression,System.Type,System.Reflection.MethodInfo)">
|
|
<summary>Creates a <see cref="T:System.Linq.Expressions.UnaryExpression" />, given an operand and implementing method, by calling the appropriate factory method.</summary>
|
|
<returns>The <see cref="T:System.Linq.Expressions.UnaryExpression" /> that results from calling the appropriate factory method.</returns>
|
|
<param name="unaryType">The <see cref="T:System.Linq.Expressions.ExpressionType" /> that specifies the type of unary operation.</param>
|
|
<param name="operand">An <see cref="T:System.Linq.Expressions.Expression" /> that represents the operand.</param>
|
|
<param name="type">The <see cref="T:System.Type" /> that specifies the type to be converted to (pass null if not applicable).</param>
|
|
<param name="method">The <see cref="T:System.Reflection.MethodInfo" /> that represents the implementing method.</param>
|
|
<exception cref="T:System.ArgumentException">
|
|
<paramref name="unaryType" /> does not correspond to a unary expression node.</exception>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="operand" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Expressions.Expression.MemberBind(System.Reflection.MemberInfo,System.Collections.Generic.IEnumerable{System.Linq.Expressions.MemberBinding})">
|
|
<summary>Creates a <see cref="T:System.Linq.Expressions.MemberMemberBinding" /> that represents the recursive initialization of members of a field or property.</summary>
|
|
<returns>A <see cref="T:System.Linq.Expressions.MemberMemberBinding" /> that has the <see cref="P:System.Linq.Expressions.MemberBinding.BindingType" /> property equal to <see cref="F:System.Linq.Expressions.MemberBindingType.MemberBinding" /> and the <see cref="P:System.Linq.Expressions.MemberBinding.Member" /> and <see cref="P:System.Linq.Expressions.MemberMemberBinding.Bindings" /> properties set to the specified values.</returns>
|
|
<param name="member">The <see cref="T:System.Reflection.MemberInfo" /> to set the <see cref="P:System.Linq.Expressions.MemberBinding.Member" /> property equal to.</param>
|
|
<param name="bindings">An <see cref="T:System.Collections.Generic.IEnumerable`1" /> that contains <see cref="T:System.Linq.Expressions.MemberBinding" /> objects to use to populate the <see cref="P:System.Linq.Expressions.MemberMemberBinding.Bindings" /> collection.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="member" /> or <paramref name="bindings" /> is null.</exception>
|
|
<exception cref="T:System.ArgumentException">
|
|
<paramref name="member" /> does not represent a field or property.-or-The <see cref="P:System.Linq.Expressions.MemberBinding.Member" /> property of an element of <paramref name="bindings" /> does not represent a member of the type of the field or property that <paramref name="member" /> represents.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Expressions.Expression.MemberBind(System.Reflection.MemberInfo,System.Linq.Expressions.MemberBinding[])">
|
|
<summary>Creates a <see cref="T:System.Linq.Expressions.MemberMemberBinding" /> that represents the recursive initialization of members of a field or property.</summary>
|
|
<returns>A <see cref="T:System.Linq.Expressions.MemberMemberBinding" /> that has the <see cref="P:System.Linq.Expressions.MemberBinding.BindingType" /> property equal to <see cref="F:System.Linq.Expressions.MemberBindingType.MemberBinding" /> and the <see cref="P:System.Linq.Expressions.MemberBinding.Member" /> and <see cref="P:System.Linq.Expressions.MemberMemberBinding.Bindings" /> properties set to the specified values.</returns>
|
|
<param name="member">The <see cref="T:System.Reflection.MemberInfo" /> to set the <see cref="P:System.Linq.Expressions.MemberBinding.Member" /> property equal to.</param>
|
|
<param name="bindings">An array of <see cref="T:System.Linq.Expressions.MemberBinding" /> objects to use to populate the <see cref="P:System.Linq.Expressions.MemberMemberBinding.Bindings" /> collection.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="member" /> or <paramref name="bindings" /> is null.</exception>
|
|
<exception cref="T:System.ArgumentException">
|
|
<paramref name="member" /> does not represent a field or property.-or-The <see cref="P:System.Linq.Expressions.MemberBinding.Member" /> property of an element of <paramref name="bindings" /> does not represent a member of the type of the field or property that <paramref name="member" /> represents.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Expressions.Expression.MemberBind(System.Reflection.MethodInfo,System.Collections.Generic.IEnumerable{System.Linq.Expressions.MemberBinding})">
|
|
<summary>Creates a <see cref="T:System.Linq.Expressions.MemberMemberBinding" /> that represents the recursive initialization of members of a member that is accessed by using a property accessor method.</summary>
|
|
<returns>A <see cref="T:System.Linq.Expressions.MemberMemberBinding" /> that has the <see cref="P:System.Linq.Expressions.MemberBinding.BindingType" /> property equal to <see cref="F:System.Linq.Expressions.MemberBindingType.MemberBinding" />, the <see cref="P:System.Linq.Expressions.MemberBinding.Member" /> property set to the <see cref="T:System.Reflection.PropertyInfo" /> that represents the property accessed in <paramref name="propertyAccessor" />, and <see cref="P:System.Linq.Expressions.MemberMemberBinding.Bindings" /> properties set to the specified values.</returns>
|
|
<param name="propertyAccessor">The <see cref="T:System.Reflection.MethodInfo" /> that represents a property accessor method.</param>
|
|
<param name="bindings">An <see cref="T:System.Collections.Generic.IEnumerable`1" /> that contains <see cref="T:System.Linq.Expressions.MemberBinding" /> objects to use to populate the <see cref="P:System.Linq.Expressions.MemberMemberBinding.Bindings" /> collection.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="propertyAccessor" /> or <paramref name="bindings" /> is null.</exception>
|
|
<exception cref="T:System.ArgumentException">
|
|
<paramref name="propertyAccessor" /> does not represent a property accessor method.-or-The <see cref="P:System.Linq.Expressions.MemberBinding.Member" /> property of an element of <paramref name="bindings" /> does not represent a member of the type of the property accessed by the method that <paramref name="propertyAccessor" /> represents.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Expressions.Expression.MemberBind(System.Reflection.MethodInfo,System.Linq.Expressions.MemberBinding[])">
|
|
<summary>Creates a <see cref="T:System.Linq.Expressions.MemberMemberBinding" /> that represents the recursive initialization of members of a member that is accessed by using a property accessor method.</summary>
|
|
<returns>A <see cref="T:System.Linq.Expressions.MemberMemberBinding" /> that has the <see cref="P:System.Linq.Expressions.MemberBinding.BindingType" /> property equal to <see cref="F:System.Linq.Expressions.MemberBindingType.MemberBinding" />, the <see cref="P:System.Linq.Expressions.MemberBinding.Member" /> property set to the <see cref="T:System.Reflection.PropertyInfo" /> that represents the property accessed in <paramref name="propertyAccessor" />, and <see cref="P:System.Linq.Expressions.MemberMemberBinding.Bindings" /> properties set to the specified values.</returns>
|
|
<param name="propertyAccessor">The <see cref="T:System.Reflection.MethodInfo" /> that represents a property accessor method.</param>
|
|
<param name="bindings">An array of <see cref="T:System.Linq.Expressions.MemberBinding" /> objects to use to populate the <see cref="P:System.Linq.Expressions.MemberMemberBinding.Bindings" /> collection.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="propertyAccessor" /> or <paramref name="bindings" /> is null.</exception>
|
|
<exception cref="T:System.ArgumentException">
|
|
<paramref name="propertyAccessor" /> does not represent a property accessor method.-or-The <see cref="P:System.Linq.Expressions.MemberBinding.Member" /> property of an element of <paramref name="bindings" /> does not represent a member of the type of the property accessed by the method that <paramref name="propertyAccessor" /> represents.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Expressions.Expression.MemberInit(System.Linq.Expressions.NewExpression,System.Collections.Generic.IEnumerable{System.Linq.Expressions.MemberBinding})">
|
|
<summary>Creates a <see cref="T:System.Linq.Expressions.MemberInitExpression" />.</summary>
|
|
<returns>A <see cref="T:System.Linq.Expressions.MemberInitExpression" /> that has the <see cref="P:System.Linq.Expressions.Expression.NodeType" /> property equal to <see cref="F:System.Linq.Expressions.ExpressionType.MemberInit" /> and the <see cref="P:System.Linq.Expressions.MemberInitExpression.NewExpression" /> and <see cref="P:System.Linq.Expressions.MemberInitExpression.Bindings" /> properties set to the specified values.</returns>
|
|
<param name="newExpression">A <see cref="T:System.Linq.Expressions.NewExpression" /> to set the <see cref="P:System.Linq.Expressions.MemberInitExpression.NewExpression" /> property equal to.</param>
|
|
<param name="bindings">An <see cref="T:System.Collections.Generic.IEnumerable`1" /> that contains <see cref="T:System.Linq.Expressions.MemberBinding" /> objects to use to populate the <see cref="P:System.Linq.Expressions.MemberInitExpression.Bindings" /> collection.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="newExpression" /> or <paramref name="bindings" /> is null.</exception>
|
|
<exception cref="T:System.ArgumentException">The <see cref="P:System.Linq.Expressions.MemberBinding.Member" /> property of an element of <paramref name="bindings" /> does not represent a member of the type that <paramref name="newExpression" />.Type represents.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Expressions.Expression.MemberInit(System.Linq.Expressions.NewExpression,System.Linq.Expressions.MemberBinding[])">
|
|
<summary>Creates a <see cref="T:System.Linq.Expressions.MemberInitExpression" />.</summary>
|
|
<returns>A <see cref="T:System.Linq.Expressions.MemberInitExpression" /> that has the <see cref="P:System.Linq.Expressions.Expression.NodeType" /> property equal to <see cref="F:System.Linq.Expressions.ExpressionType.MemberInit" /> and the <see cref="P:System.Linq.Expressions.MemberInitExpression.NewExpression" /> and <see cref="P:System.Linq.Expressions.MemberInitExpression.Bindings" /> properties set to the specified values.</returns>
|
|
<param name="newExpression">A <see cref="T:System.Linq.Expressions.NewExpression" /> to set the <see cref="P:System.Linq.Expressions.MemberInitExpression.NewExpression" /> property equal to.</param>
|
|
<param name="bindings">An array of <see cref="T:System.Linq.Expressions.MemberBinding" /> objects to use to populate the <see cref="P:System.Linq.Expressions.MemberInitExpression.Bindings" /> collection.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="newExpression" /> or <paramref name="bindings" /> is null.</exception>
|
|
<exception cref="T:System.ArgumentException">The <see cref="P:System.Linq.Expressions.MemberBinding.Member" /> property of an element of <paramref name="bindings" /> does not represent a member of the type that <paramref name="newExpression" />.Type represents.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Expressions.Expression.Modulo(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression)">
|
|
<summary>Creates a <see cref="T:System.Linq.Expressions.BinaryExpression" /> that represents an arithmetic remainder operation.</summary>
|
|
<returns>A <see cref="T:System.Linq.Expressions.BinaryExpression" /> that has the <see cref="P:System.Linq.Expressions.Expression.NodeType" /> property equal to <see cref="F:System.Linq.Expressions.ExpressionType.Modulo" /> and the <see cref="P:System.Linq.Expressions.BinaryExpression.Left" /> and <see cref="P:System.Linq.Expressions.BinaryExpression.Right" /> properties set to the specified values.</returns>
|
|
<param name="left">An <see cref="T:System.Linq.Expressions.Expression" /> to set the <see cref="P:System.Linq.Expressions.BinaryExpression.Left" /> property equal to.</param>
|
|
<param name="right">An <see cref="T:System.Linq.Expressions.Expression" /> to set the <see cref="P:System.Linq.Expressions.BinaryExpression.Right" /> property equal to.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="left" /> or <paramref name="right" /> is null.</exception>
|
|
<exception cref="T:System.InvalidOperationException">The modulus operator is not defined for <paramref name="left" />.Type and <paramref name="right" />.Type.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Expressions.Expression.Modulo(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Reflection.MethodInfo)">
|
|
<summary>Creates a <see cref="T:System.Linq.Expressions.BinaryExpression" /> that represents an arithmetic remainder operation. The implementing method can be specified.</summary>
|
|
<returns>A <see cref="T:System.Linq.Expressions.BinaryExpression" /> that has the <see cref="P:System.Linq.Expressions.Expression.NodeType" /> property equal to <see cref="F:System.Linq.Expressions.ExpressionType.Modulo" /> and the <see cref="P:System.Linq.Expressions.BinaryExpression.Left" />, <see cref="P:System.Linq.Expressions.BinaryExpression.Right" />, and <see cref="P:System.Linq.Expressions.BinaryExpression.Method" /> properties set to the specified values.</returns>
|
|
<param name="left">An <see cref="T:System.Linq.Expressions.Expression" /> to set the <see cref="P:System.Linq.Expressions.BinaryExpression.Left" /> property equal to.</param>
|
|
<param name="right">An <see cref="T:System.Linq.Expressions.Expression" /> to set the <see cref="P:System.Linq.Expressions.BinaryExpression.Right" /> property equal to.</param>
|
|
<param name="method">A <see cref="T:System.Reflection.MethodInfo" /> to set the <see cref="P:System.Linq.Expressions.BinaryExpression.Method" /> property equal to.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="left" /> or <paramref name="right" /> is null.</exception>
|
|
<exception cref="T:System.ArgumentException">
|
|
<paramref name="method" /> is not null and the method it represents returns void, is not static (Shared in Visual Basic), or does not take exactly two arguments.</exception>
|
|
<exception cref="T:System.InvalidOperationException">
|
|
<paramref name="method" /> is null and the modulus operator is not defined for <paramref name="left" />.Type and <paramref name="right" />.Type.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Expressions.Expression.Multiply(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression)">
|
|
<summary>Creates a <see cref="T:System.Linq.Expressions.BinaryExpression" /> that represents an arithmetic multiplication operation that does not have overflow checking.</summary>
|
|
<returns>A <see cref="T:System.Linq.Expressions.BinaryExpression" /> that has the <see cref="P:System.Linq.Expressions.Expression.NodeType" /> property equal to <see cref="F:System.Linq.Expressions.ExpressionType.Multiply" /> and the <see cref="P:System.Linq.Expressions.BinaryExpression.Left" /> and <see cref="P:System.Linq.Expressions.BinaryExpression.Right" /> properties set to the specified values.</returns>
|
|
<param name="left">An <see cref="T:System.Linq.Expressions.Expression" /> to set the <see cref="P:System.Linq.Expressions.BinaryExpression.Left" /> property equal to.</param>
|
|
<param name="right">An <see cref="T:System.Linq.Expressions.Expression" /> to set the <see cref="P:System.Linq.Expressions.BinaryExpression.Right" /> property equal to.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="left" /> or <paramref name="right" /> is null.</exception>
|
|
<exception cref="T:System.InvalidOperationException">The multiplication operator is not defined for <paramref name="left" />.Type and <paramref name="right" />.Type.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Expressions.Expression.Multiply(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Reflection.MethodInfo)">
|
|
<summary>Creates a <see cref="T:System.Linq.Expressions.BinaryExpression" /> that represents an arithmetic multiplication operation that does not have overflow checking and for which the implementing method is specified.</summary>
|
|
<returns>A <see cref="T:System.Linq.Expressions.BinaryExpression" /> that has the <see cref="P:System.Linq.Expressions.Expression.NodeType" /> property equal to <see cref="F:System.Linq.Expressions.ExpressionType.Multiply" /> and the <see cref="P:System.Linq.Expressions.BinaryExpression.Left" />, <see cref="P:System.Linq.Expressions.BinaryExpression.Right" />, and <see cref="P:System.Linq.Expressions.BinaryExpression.Method" /> properties set to the specified values.</returns>
|
|
<param name="left">An <see cref="T:System.Linq.Expressions.Expression" /> to set the <see cref="P:System.Linq.Expressions.BinaryExpression.Left" /> property equal to.</param>
|
|
<param name="right">An <see cref="T:System.Linq.Expressions.Expression" /> to set the <see cref="P:System.Linq.Expressions.BinaryExpression.Right" /> property equal to.</param>
|
|
<param name="method">A <see cref="T:System.Reflection.MethodInfo" /> to set the <see cref="P:System.Linq.Expressions.BinaryExpression.Method" /> property equal to.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="left" /> or <paramref name="right" /> is null.</exception>
|
|
<exception cref="T:System.ArgumentException">
|
|
<paramref name="method" /> is not null and the method it represents returns void, is not static (Shared in Visual Basic), or does not take exactly two arguments.</exception>
|
|
<exception cref="T:System.InvalidOperationException">
|
|
<paramref name="method" /> is null and the multiplication operator is not defined for <paramref name="left" />.Type and <paramref name="right" />.Type.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Expressions.Expression.MultiplyChecked(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression)">
|
|
<summary>Creates a <see cref="T:System.Linq.Expressions.BinaryExpression" /> that represents an arithmetic multiplication operation that has overflow checking.</summary>
|
|
<returns>A <see cref="T:System.Linq.Expressions.BinaryExpression" /> that has the <see cref="P:System.Linq.Expressions.Expression.NodeType" /> property equal to <see cref="F:System.Linq.Expressions.ExpressionType.MultiplyChecked" /> and the <see cref="P:System.Linq.Expressions.BinaryExpression.Left" /> and <see cref="P:System.Linq.Expressions.BinaryExpression.Right" /> properties set to the specified values.</returns>
|
|
<param name="left">An <see cref="T:System.Linq.Expressions.Expression" /> to set the <see cref="P:System.Linq.Expressions.BinaryExpression.Left" /> property equal to.</param>
|
|
<param name="right">An <see cref="T:System.Linq.Expressions.Expression" /> to set the <see cref="P:System.Linq.Expressions.BinaryExpression.Right" /> property equal to.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="left" /> or <paramref name="right" /> is null.</exception>
|
|
<exception cref="T:System.InvalidOperationException">The multiplication operator is not defined for <paramref name="left" />.Type and <paramref name="right" />.Type.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Expressions.Expression.MultiplyChecked(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Reflection.MethodInfo)">
|
|
<summary>Creates a <see cref="T:System.Linq.Expressions.BinaryExpression" /> that represents an arithmetic multiplication operation that has overflow checking. The implementing method can be specified.</summary>
|
|
<returns>A <see cref="T:System.Linq.Expressions.BinaryExpression" /> that has the <see cref="P:System.Linq.Expressions.Expression.NodeType" /> property equal to <see cref="F:System.Linq.Expressions.ExpressionType.MultiplyChecked" /> and the <see cref="P:System.Linq.Expressions.BinaryExpression.Left" />, <see cref="P:System.Linq.Expressions.BinaryExpression.Right" />, and <see cref="P:System.Linq.Expressions.BinaryExpression.Method" /> properties set to the specified values.</returns>
|
|
<param name="left">An <see cref="T:System.Linq.Expressions.Expression" /> to set the <see cref="P:System.Linq.Expressions.BinaryExpression.Left" /> property equal to.</param>
|
|
<param name="right">An <see cref="T:System.Linq.Expressions.Expression" /> to set the <see cref="P:System.Linq.Expressions.BinaryExpression.Right" /> property equal to.</param>
|
|
<param name="method">A <see cref="T:System.Reflection.MethodInfo" /> to set the <see cref="P:System.Linq.Expressions.BinaryExpression.Method" /> property equal to.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="left" /> or <paramref name="right" /> is null.</exception>
|
|
<exception cref="T:System.ArgumentException">
|
|
<paramref name="method" /> is not null and the method it represents returns void, is not static (Shared in Visual Basic), or does not take exactly two arguments.</exception>
|
|
<exception cref="T:System.InvalidOperationException">
|
|
<paramref name="method" /> is null and the multiplication operator is not defined for <paramref name="left" />.Type and <paramref name="right" />.Type.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Expressions.Expression.Negate(System.Linq.Expressions.Expression)">
|
|
<summary>Creates a <see cref="T:System.Linq.Expressions.UnaryExpression" /> that represents an arithmetic negation operation.</summary>
|
|
<returns>A <see cref="T:System.Linq.Expressions.UnaryExpression" /> that has the <see cref="P:System.Linq.Expressions.Expression.NodeType" /> property equal to <see cref="F:System.Linq.Expressions.ExpressionType.Negate" /> and the <see cref="P:System.Linq.Expressions.UnaryExpression.Operand" /> property set to the specified value.</returns>
|
|
<param name="expression">An <see cref="T:System.Linq.Expressions.Expression" /> to set the <see cref="P:System.Linq.Expressions.UnaryExpression.Operand" /> property equal to.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="expression" /> is null.</exception>
|
|
<exception cref="T:System.InvalidOperationException">The unary minus operator is not defined for <paramref name="expression" />.Type.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Expressions.Expression.Negate(System.Linq.Expressions.Expression,System.Reflection.MethodInfo)">
|
|
<summary>Creates a <see cref="T:System.Linq.Expressions.UnaryExpression" /> that represents an arithmetic negation operation. The implementing method can be specified.</summary>
|
|
<returns>A <see cref="T:System.Linq.Expressions.UnaryExpression" /> that has the <see cref="P:System.Linq.Expressions.Expression.NodeType" /> property equal to <see cref="F:System.Linq.Expressions.ExpressionType.Negate" /> and the <see cref="P:System.Linq.Expressions.UnaryExpression.Operand" /> and <see cref="P:System.Linq.Expressions.UnaryExpression.Method" /> properties set to the specified values.</returns>
|
|
<param name="expression">An <see cref="T:System.Linq.Expressions.Expression" /> to set the <see cref="P:System.Linq.Expressions.UnaryExpression.Operand" /> property equal to.</param>
|
|
<param name="method">A <see cref="T:System.Reflection.MethodInfo" /> to set the <see cref="P:System.Linq.Expressions.UnaryExpression.Method" /> property equal to.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="expression" /> is null.</exception>
|
|
<exception cref="T:System.ArgumentException">
|
|
<paramref name="method" /> is not null and the method it represents returns void, is not static (Shared in Visual Basic), or does not take exactly one argument.</exception>
|
|
<exception cref="T:System.InvalidOperationException">
|
|
<paramref name="method" /> is null and the unary minus operator is not defined for <paramref name="expression" />.Type.-or-<paramref name="expression" />.Type (or its corresponding non-nullable type if it is a nullable value type) is not assignable to the argument type of the method represented by <paramref name="method" />.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Expressions.Expression.NegateChecked(System.Linq.Expressions.Expression)">
|
|
<summary>Creates a <see cref="T:System.Linq.Expressions.UnaryExpression" /> that represents an arithmetic negation operation that has overflow checking.</summary>
|
|
<returns>A <see cref="T:System.Linq.Expressions.UnaryExpression" /> that has the <see cref="P:System.Linq.Expressions.Expression.NodeType" /> property equal to <see cref="F:System.Linq.Expressions.ExpressionType.NegateChecked" /> and the <see cref="P:System.Linq.Expressions.UnaryExpression.Operand" /> property set to the specified value.</returns>
|
|
<param name="expression">An <see cref="T:System.Linq.Expressions.Expression" /> to set the <see cref="P:System.Linq.Expressions.UnaryExpression.Operand" /> property equal to.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="expression" /> is null.</exception>
|
|
<exception cref="T:System.InvalidOperationException">The unary minus operator is not defined for <paramref name="expression" />.Type.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Expressions.Expression.NegateChecked(System.Linq.Expressions.Expression,System.Reflection.MethodInfo)">
|
|
<summary>Creates a <see cref="T:System.Linq.Expressions.UnaryExpression" /> that represents an arithmetic negation operation that has overflow checking. The implementing method can be specified.</summary>
|
|
<returns>A <see cref="T:System.Linq.Expressions.UnaryExpression" /> that has the <see cref="P:System.Linq.Expressions.Expression.NodeType" /> property equal to <see cref="F:System.Linq.Expressions.ExpressionType.NegateChecked" /> and the <see cref="P:System.Linq.Expressions.UnaryExpression.Operand" /> and <see cref="P:System.Linq.Expressions.UnaryExpression.Method" /> properties set to the specified values.</returns>
|
|
<param name="expression">An <see cref="T:System.Linq.Expressions.Expression" /> to set the <see cref="P:System.Linq.Expressions.UnaryExpression.Operand" /> property equal to.</param>
|
|
<param name="method">A <see cref="T:System.Reflection.MethodInfo" /> to set the <see cref="P:System.Linq.Expressions.UnaryExpression.Method" /> property equal to.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="expression" /> is null.</exception>
|
|
<exception cref="T:System.ArgumentException">
|
|
<paramref name="method" /> is not null and the method it represents returns void, is not static (Shared in Visual Basic), or does not take exactly one argument.</exception>
|
|
<exception cref="T:System.InvalidOperationException">
|
|
<paramref name="method" /> is null and the unary minus operator is not defined for <paramref name="expression" />.Type.-or-<paramref name="expression" />.Type (or its corresponding non-nullable type if it is a nullable value type) is not assignable to the argument type of the method represented by <paramref name="method" />.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Expressions.Expression.New(System.Reflection.ConstructorInfo)">
|
|
<summary>Creates a <see cref="T:System.Linq.Expressions.NewExpression" /> that represents calling the specified constructor that takes no arguments.</summary>
|
|
<returns>A <see cref="T:System.Linq.Expressions.NewExpression" /> that has the <see cref="P:System.Linq.Expressions.Expression.NodeType" /> property equal to <see cref="F:System.Linq.Expressions.ExpressionType.New" /> and the <see cref="P:System.Linq.Expressions.NewExpression.Constructor" /> property set to the specified value.</returns>
|
|
<param name="constructor">The <see cref="T:System.Reflection.ConstructorInfo" /> to set the <see cref="P:System.Linq.Expressions.NewExpression.Constructor" /> property equal to.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="constructor" /> is null.</exception>
|
|
<exception cref="T:System.ArgumentException">The constructor that <paramref name="constructor" /> represents has at least one parameter.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Expressions.Expression.New(System.Reflection.ConstructorInfo,System.Collections.Generic.IEnumerable{System.Linq.Expressions.Expression})">
|
|
<summary>Creates a <see cref="T:System.Linq.Expressions.NewExpression" /> that represents calling the specified constructor with the specified arguments.</summary>
|
|
<returns>A <see cref="T:System.Linq.Expressions.NewExpression" /> that has the <see cref="P:System.Linq.Expressions.Expression.NodeType" /> property equal to <see cref="F:System.Linq.Expressions.ExpressionType.New" /> and the <see cref="P:System.Linq.Expressions.NewExpression.Constructor" /> and <see cref="P:System.Linq.Expressions.NewExpression.Arguments" /> properties set to the specified values.</returns>
|
|
<param name="constructor">The <see cref="T:System.Reflection.ConstructorInfo" /> to set the <see cref="P:System.Linq.Expressions.NewExpression.Constructor" /> property equal to.</param>
|
|
<param name="arguments">An <see cref="T:System.Collections.Generic.IEnumerable`1" /> that contains <see cref="T:System.Linq.Expressions.Expression" /> objects to use to populate the <see cref="P:System.Linq.Expressions.NewExpression.Arguments" /> collection.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="constructor" /> is null.-or-An element of <paramref name="arguments" /> is null.</exception>
|
|
<exception cref="T:System.ArgumentException">The <paramref name="arguments" /> parameter does not contain the same number of elements as the number of parameters for the constructor that <paramref name="constructor" /> represents.-or-The <see cref="P:System.Linq.Expressions.Expression.Type" /> property of an element of <paramref name="arguments" /> is not assignable to the type of the corresponding parameter of the constructor that <paramref name="constructor" /> represents.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Expressions.Expression.New(System.Reflection.ConstructorInfo,System.Collections.Generic.IEnumerable{System.Linq.Expressions.Expression},System.Collections.Generic.IEnumerable{System.Reflection.MemberInfo})">
|
|
<summary>Creates a <see cref="T:System.Linq.Expressions.NewExpression" /> that represents calling the specified constructor with the specified arguments. The members that access the constructor initialized fields are specified.</summary>
|
|
<returns>A <see cref="T:System.Linq.Expressions.NewExpression" /> that has the <see cref="P:System.Linq.Expressions.Expression.NodeType" /> property equal to <see cref="F:System.Linq.Expressions.ExpressionType.New" /> and the <see cref="P:System.Linq.Expressions.NewExpression.Constructor" />, <see cref="P:System.Linq.Expressions.NewExpression.Arguments" /> and <see cref="P:System.Linq.Expressions.NewExpression.Members" /> properties set to the specified values.</returns>
|
|
<param name="constructor">The <see cref="T:System.Reflection.ConstructorInfo" /> to set the <see cref="P:System.Linq.Expressions.NewExpression.Constructor" /> property equal to.</param>
|
|
<param name="arguments">An <see cref="T:System.Collections.Generic.IEnumerable`1" /> that contains <see cref="T:System.Linq.Expressions.Expression" /> objects to use to populate the <see cref="P:System.Linq.Expressions.NewExpression.Arguments" /> collection.</param>
|
|
<param name="members">An <see cref="T:System.Collections.Generic.IEnumerable`1" /> that contains <see cref="T:System.Reflection.MemberInfo" /> objects to use to populate the <see cref="P:System.Linq.Expressions.NewExpression.Members" /> collection.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="constructor" /> is null.-or-An element of <paramref name="arguments" /> is null.-or-An element of <paramref name="members" /> is null.</exception>
|
|
<exception cref="T:System.ArgumentException">The <paramref name="arguments" /> parameter does not contain the same number of elements as the number of parameters for the constructor that <paramref name="constructor" /> represents.-or-The <see cref="P:System.Linq.Expressions.Expression.Type" /> property of an element of <paramref name="arguments" /> is not assignable to the type of the corresponding parameter of the constructor that <paramref name="constructor" /> represents.-or-The <paramref name="members" /> parameter does not have the same number of elements as <paramref name="arguments" />.-or-An element of <paramref name="arguments" /> has a <see cref="P:System.Linq.Expressions.Expression.Type" /> property that represents a type that is not assignable to the type of the member that is represented by the corresponding element of <paramref name="members" />.-or-An element of members represents a property that does not have a get accessor.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Expressions.Expression.New(System.Reflection.ConstructorInfo,System.Collections.Generic.IEnumerable{System.Linq.Expressions.Expression},System.Reflection.MemberInfo[])">
|
|
<summary>Creates a <see cref="T:System.Linq.Expressions.NewExpression" /> that represents calling the specified constructor with the specified arguments. The members that access the constructor initialized fields are specified as an array.</summary>
|
|
<returns>A <see cref="T:System.Linq.Expressions.NewExpression" /> that has the <see cref="P:System.Linq.Expressions.Expression.NodeType" /> property equal to <see cref="F:System.Linq.Expressions.ExpressionType.New" /> and the <see cref="P:System.Linq.Expressions.NewExpression.Constructor" />, <see cref="P:System.Linq.Expressions.NewExpression.Arguments" /> and <see cref="P:System.Linq.Expressions.NewExpression.Members" /> properties set to the specified values.</returns>
|
|
<param name="constructor">The <see cref="T:System.Reflection.ConstructorInfo" /> to set the <see cref="P:System.Linq.Expressions.NewExpression.Constructor" /> property equal to.</param>
|
|
<param name="arguments">An <see cref="T:System.Collections.Generic.IEnumerable`1" /> that contains <see cref="T:System.Linq.Expressions.Expression" /> objects to use to populate the <see cref="P:System.Linq.Expressions.NewExpression.Arguments" /> collection.</param>
|
|
<param name="members">An array of <see cref="T:System.Reflection.MemberInfo" /> objects to use to populate the <see cref="P:System.Linq.Expressions.NewExpression.Members" /> collection.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="constructor" /> is null.-or-An element of <paramref name="arguments" /> is null.-or-An element of <paramref name="members" /> is null.</exception>
|
|
<exception cref="T:System.ArgumentException">The <paramref name="arguments" /> parameter does not contain the same number of elements as the number of parameters for the constructor that <paramref name="constructor" /> represents.-or-The <see cref="P:System.Linq.Expressions.Expression.Type" /> property of an element of <paramref name="arguments" /> is not assignable to the type of the corresponding parameter of the constructor that <paramref name="constructor" /> represents.-or-The <paramref name="members" /> parameter does not have the same number of elements as <paramref name="arguments" />.-or-An element of <paramref name="arguments" /> has a <see cref="P:System.Linq.Expressions.Expression.Type" /> property that represents a type that is not assignable to the type of the member that is represented by the corresponding element of <paramref name="members" />.-or-An element of <paramref name="members" /> represents a property that does not have a get accessor.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Expressions.Expression.New(System.Reflection.ConstructorInfo,System.Linq.Expressions.Expression[])">
|
|
<summary>Creates a <see cref="T:System.Linq.Expressions.NewExpression" /> that represents calling the specified constructor with the specified arguments.</summary>
|
|
<returns>A <see cref="T:System.Linq.Expressions.NewExpression" /> that has the <see cref="P:System.Linq.Expressions.Expression.NodeType" /> property equal to <see cref="F:System.Linq.Expressions.ExpressionType.New" /> and the <see cref="P:System.Linq.Expressions.NewExpression.Constructor" /> and <see cref="P:System.Linq.Expressions.NewExpression.Arguments" /> properties set to the specified values.</returns>
|
|
<param name="constructor">The <see cref="T:System.Reflection.ConstructorInfo" /> to set the <see cref="P:System.Linq.Expressions.NewExpression.Constructor" /> property equal to.</param>
|
|
<param name="arguments">An array of <see cref="T:System.Linq.Expressions.Expression" /> objects to use to populate the <see cref="P:System.Linq.Expressions.NewExpression.Arguments" /> collection.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="constructor" /> is null.-or-An element of <paramref name="arguments" /> is null.</exception>
|
|
<exception cref="T:System.ArgumentException">The length of <paramref name="arguments" /> does match the number of parameters for the constructor that <paramref name="constructor" /> represents.-or-The <see cref="P:System.Linq.Expressions.Expression.Type" /> property of an element of <paramref name="arguments" /> is not assignable to the type of the corresponding parameter of the constructor that <paramref name="constructor" /> represents.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Expressions.Expression.New(System.Type)">
|
|
<summary>Creates a <see cref="T:System.Linq.Expressions.NewExpression" /> that represents calling the parameterless constructor of the specified type.</summary>
|
|
<returns>A <see cref="T:System.Linq.Expressions.NewExpression" /> that has the <see cref="P:System.Linq.Expressions.Expression.NodeType" /> property equal to <see cref="F:System.Linq.Expressions.ExpressionType.New" /> and the <see cref="P:System.Linq.Expressions.NewExpression.Constructor" /> property set to the <see cref="T:System.Reflection.ConstructorInfo" /> that represents the parameterless constructor of the specified type.</returns>
|
|
<param name="type">A <see cref="T:System.Type" /> that has a constructor that takes no arguments.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="type" /> is null.</exception>
|
|
<exception cref="T:System.ArgumentException">The type that <paramref name="type" /> represents does not have a parameterless constructor.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Expressions.Expression.NewArrayBounds(System.Type,System.Collections.Generic.IEnumerable{System.Linq.Expressions.Expression})">
|
|
<summary>Creates a <see cref="T:System.Linq.Expressions.NewArrayExpression" /> that represents creating an array that has a specified rank.</summary>
|
|
<returns>A <see cref="T:System.Linq.Expressions.NewArrayExpression" /> that has the <see cref="P:System.Linq.Expressions.Expression.NodeType" /> property equal to <see cref="F:System.Linq.Expressions.ExpressionType.NewArrayBounds" /> and the <see cref="P:System.Linq.Expressions.NewArrayExpression.Expressions" /> property set to the specified value.</returns>
|
|
<param name="type">A <see cref="T:System.Type" /> that represents the element type of the array.</param>
|
|
<param name="bounds">An <see cref="T:System.Collections.Generic.IEnumerable`1" /> that contains <see cref="T:System.Linq.Expressions.Expression" /> objects to use to populate the <see cref="P:System.Linq.Expressions.NewArrayExpression.Expressions" /> collection.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="type" /> or <paramref name="bounds" /> is null.-or-An element of <paramref name="bounds" /> is null.</exception>
|
|
<exception cref="T:System.ArgumentException">The <see cref="P:System.Linq.Expressions.Expression.Type" /> property of an element of <paramref name="bounds" /> does not represent an integral type.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Expressions.Expression.NewArrayBounds(System.Type,System.Linq.Expressions.Expression[])">
|
|
<summary>Creates a <see cref="T:System.Linq.Expressions.NewArrayExpression" /> that represents creating an array that has a specified rank.</summary>
|
|
<returns>A <see cref="T:System.Linq.Expressions.NewArrayExpression" /> that has the <see cref="P:System.Linq.Expressions.Expression.NodeType" /> property equal to <see cref="F:System.Linq.Expressions.ExpressionType.NewArrayBounds" /> and the <see cref="P:System.Linq.Expressions.NewArrayExpression.Expressions" /> property set to the specified value.</returns>
|
|
<param name="type">A <see cref="T:System.Type" /> that represents the element type of the array.</param>
|
|
<param name="bounds">An array of <see cref="T:System.Linq.Expressions.Expression" /> objects to use to populate the <see cref="P:System.Linq.Expressions.NewArrayExpression.Expressions" /> collection.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="type" /> or <paramref name="bounds" /> is null.-or-An element of <paramref name="bounds" /> is null.</exception>
|
|
<exception cref="T:System.ArgumentException">The <see cref="P:System.Linq.Expressions.Expression.Type" /> property of an element of <paramref name="bounds" /> does not represent an integral type.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Expressions.Expression.NewArrayInit(System.Type,System.Collections.Generic.IEnumerable{System.Linq.Expressions.Expression})">
|
|
<summary>Creates a <see cref="T:System.Linq.Expressions.NewArrayExpression" /> that represents creating a one-dimensional array and initializing it from a list of elements.</summary>
|
|
<returns>A <see cref="T:System.Linq.Expressions.NewArrayExpression" /> that has the <see cref="P:System.Linq.Expressions.Expression.NodeType" /> property equal to <see cref="F:System.Linq.Expressions.ExpressionType.NewArrayInit" /> and the <see cref="P:System.Linq.Expressions.NewArrayExpression.Expressions" /> property set to the specified value.</returns>
|
|
<param name="type">A <see cref="T:System.Type" /> that represents the element type of the array.</param>
|
|
<param name="initializers">An <see cref="T:System.Collections.Generic.IEnumerable`1" /> that contains <see cref="T:System.Linq.Expressions.Expression" /> objects to use to populate the <see cref="P:System.Linq.Expressions.NewArrayExpression.Expressions" /> collection.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="type" /> or <paramref name="initializers" /> is null.-or-An element of <paramref name="initializers" /> is null.</exception>
|
|
<exception cref="T:System.InvalidOperationException">The <see cref="P:System.Linq.Expressions.Expression.Type" /> property of an element of <paramref name="initializers" /> represents a type that is not assignable to the type that <paramref name="type" /> represents.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Expressions.Expression.NewArrayInit(System.Type,System.Linq.Expressions.Expression[])">
|
|
<summary>Creates a <see cref="T:System.Linq.Expressions.NewArrayExpression" /> that represents creating a one-dimensional array and initializing it from a list of elements.</summary>
|
|
<returns>A <see cref="T:System.Linq.Expressions.NewArrayExpression" /> that has the <see cref="P:System.Linq.Expressions.Expression.NodeType" /> property equal to <see cref="F:System.Linq.Expressions.ExpressionType.NewArrayInit" /> and the <see cref="P:System.Linq.Expressions.NewArrayExpression.Expressions" /> property set to the specified value.</returns>
|
|
<param name="type">A <see cref="T:System.Type" /> that represents the element type of the array.</param>
|
|
<param name="initializers">An array of <see cref="T:System.Linq.Expressions.Expression" /> objects to use to populate the <see cref="P:System.Linq.Expressions.NewArrayExpression.Expressions" /> collection.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="type" /> or <paramref name="initializers" /> is null.-or-An element of <paramref name="initializers" /> is null.</exception>
|
|
<exception cref="T:System.InvalidOperationException">The <see cref="P:System.Linq.Expressions.Expression.Type" /> property of an element of <paramref name="initializers" /> represents a type that is not assignable to the type <paramref name="type" />.</exception>
|
|
</member>
|
|
<member name="P:System.Linq.Expressions.Expression.NodeType">
|
|
<summary>Gets the node type of this <see cref="T:System.Linq.Expressions.Expression" />.</summary>
|
|
<returns>One of the <see cref="T:System.Linq.Expressions.ExpressionType" /> values.</returns>
|
|
</member>
|
|
<member name="M:System.Linq.Expressions.Expression.Not(System.Linq.Expressions.Expression)">
|
|
<summary>Creates a <see cref="T:System.Linq.Expressions.UnaryExpression" /> that represents a bitwise complement operation.</summary>
|
|
<returns>A <see cref="T:System.Linq.Expressions.UnaryExpression" /> that has the <see cref="P:System.Linq.Expressions.Expression.NodeType" /> property equal to <see cref="F:System.Linq.Expressions.ExpressionType.Not" /> and the <see cref="P:System.Linq.Expressions.UnaryExpression.Operand" /> property set to the specified value.</returns>
|
|
<param name="expression">An <see cref="T:System.Linq.Expressions.Expression" /> to set the <see cref="P:System.Linq.Expressions.UnaryExpression.Operand" /> property equal to.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="expression" /> is null.</exception>
|
|
<exception cref="T:System.InvalidOperationException">The unary not operator is not defined for <paramref name="expression" />.Type.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Expressions.Expression.Not(System.Linq.Expressions.Expression,System.Reflection.MethodInfo)">
|
|
<summary>Creates a <see cref="T:System.Linq.Expressions.UnaryExpression" /> that represents a bitwise complement operation. The implementing method can be specified.</summary>
|
|
<returns>A <see cref="T:System.Linq.Expressions.UnaryExpression" /> that has the <see cref="P:System.Linq.Expressions.Expression.NodeType" /> property equal to <see cref="F:System.Linq.Expressions.ExpressionType.Not" /> and the <see cref="P:System.Linq.Expressions.UnaryExpression.Operand" /> and <see cref="P:System.Linq.Expressions.UnaryExpression.Method" /> properties set to the specified values.</returns>
|
|
<param name="expression">An <see cref="T:System.Linq.Expressions.Expression" /> to set the <see cref="P:System.Linq.Expressions.UnaryExpression.Operand" /> property equal to.</param>
|
|
<param name="method">A <see cref="T:System.Reflection.MethodInfo" /> to set the <see cref="P:System.Linq.Expressions.UnaryExpression.Method" /> property equal to.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="expression" /> is null.</exception>
|
|
<exception cref="T:System.ArgumentException">
|
|
<paramref name="method" /> is not null and the method it represents returns void, is not static (Shared in Visual Basic), or does not take exactly one argument.</exception>
|
|
<exception cref="T:System.InvalidOperationException">
|
|
<paramref name="method" /> is null and the unary not operator is not defined for <paramref name="expression" />.Type.-or-<paramref name="expression" />.Type (or its corresponding non-nullable type if it is a nullable value type) is not assignable to the argument type of the method represented by <paramref name="method" />.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Expressions.Expression.NotEqual(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression)">
|
|
<summary>Creates a <see cref="T:System.Linq.Expressions.BinaryExpression" /> that represents an inequality comparison.</summary>
|
|
<returns>A <see cref="T:System.Linq.Expressions.BinaryExpression" /> that has the <see cref="P:System.Linq.Expressions.Expression.NodeType" /> property equal to <see cref="F:System.Linq.Expressions.ExpressionType.NotEqual" /> and the <see cref="P:System.Linq.Expressions.BinaryExpression.Left" /> and <see cref="P:System.Linq.Expressions.BinaryExpression.Right" /> properties set to the specified values.</returns>
|
|
<param name="left">An <see cref="T:System.Linq.Expressions.Expression" /> to set the <see cref="P:System.Linq.Expressions.BinaryExpression.Left" /> property equal to.</param>
|
|
<param name="right">An <see cref="T:System.Linq.Expressions.Expression" /> to set the <see cref="P:System.Linq.Expressions.BinaryExpression.Right" /> property equal to.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="left" /> or <paramref name="right" /> is null.</exception>
|
|
<exception cref="T:System.InvalidOperationException">The inequality operator is not defined for <paramref name="left" />.Type and <paramref name="right" />.Type.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Expressions.Expression.NotEqual(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Boolean,System.Reflection.MethodInfo)">
|
|
<summary>Creates a <see cref="T:System.Linq.Expressions.BinaryExpression" /> that represents an inequality comparison. The implementing method can be specified.</summary>
|
|
<returns>A <see cref="T:System.Linq.Expressions.BinaryExpression" /> that has the <see cref="P:System.Linq.Expressions.Expression.NodeType" /> property equal to <see cref="F:System.Linq.Expressions.ExpressionType.NotEqual" /> and the <see cref="P:System.Linq.Expressions.BinaryExpression.Left" />, <see cref="P:System.Linq.Expressions.BinaryExpression.Right" />, <see cref="P:System.Linq.Expressions.BinaryExpression.IsLiftedToNull" />, and <see cref="P:System.Linq.Expressions.BinaryExpression.Method" /> properties set to the specified values.</returns>
|
|
<param name="left">An <see cref="T:System.Linq.Expressions.Expression" /> to set the <see cref="P:System.Linq.Expressions.BinaryExpression.Left" /> property equal to.</param>
|
|
<param name="right">An <see cref="T:System.Linq.Expressions.Expression" /> to set the <see cref="P:System.Linq.Expressions.BinaryExpression.Right" /> property equal to.</param>
|
|
<param name="liftToNull">true to set <see cref="P:System.Linq.Expressions.BinaryExpression.IsLiftedToNull" /> to true; false to set <see cref="P:System.Linq.Expressions.BinaryExpression.IsLiftedToNull" /> to false.</param>
|
|
<param name="method">A <see cref="T:System.Reflection.MethodInfo" /> to set the <see cref="P:System.Linq.Expressions.BinaryExpression.Method" /> property equal to.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="left" /> or <paramref name="right" /> is null.</exception>
|
|
<exception cref="T:System.ArgumentException">
|
|
<paramref name="method" /> is not null and the method it represents returns void, is not static (Shared in Visual Basic), or does not take exactly two arguments.</exception>
|
|
<exception cref="T:System.InvalidOperationException">
|
|
<paramref name="method" /> is null and the inequality operator is not defined for <paramref name="left" />.Type and <paramref name="right" />.Type.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Expressions.Expression.Or(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression)">
|
|
<summary>Creates a <see cref="T:System.Linq.Expressions.BinaryExpression" /> that represents a bitwise OR operation.</summary>
|
|
<returns>A <see cref="T:System.Linq.Expressions.BinaryExpression" /> that has the <see cref="P:System.Linq.Expressions.Expression.NodeType" /> property equal to <see cref="F:System.Linq.Expressions.ExpressionType.Or" /> and the <see cref="P:System.Linq.Expressions.BinaryExpression.Left" /> and <see cref="P:System.Linq.Expressions.BinaryExpression.Right" /> properties set to the specified values.</returns>
|
|
<param name="left">An <see cref="T:System.Linq.Expressions.Expression" /> to set the <see cref="P:System.Linq.Expressions.BinaryExpression.Left" /> property equal to.</param>
|
|
<param name="right">An <see cref="T:System.Linq.Expressions.Expression" /> to set the <see cref="P:System.Linq.Expressions.BinaryExpression.Right" /> property equal to.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="left" /> or <paramref name="right" /> is null.</exception>
|
|
<exception cref="T:System.InvalidOperationException">The bitwise OR operator is not defined for <paramref name="left" />.Type and <paramref name="right" />.Type.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Expressions.Expression.Or(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Reflection.MethodInfo)">
|
|
<summary>Creates a <see cref="T:System.Linq.Expressions.BinaryExpression" /> that represents a bitwise OR operation. The implementing method can be specified.</summary>
|
|
<returns>A <see cref="T:System.Linq.Expressions.BinaryExpression" /> that has the <see cref="P:System.Linq.Expressions.Expression.NodeType" /> property equal to <see cref="F:System.Linq.Expressions.ExpressionType.Or" /> and the <see cref="P:System.Linq.Expressions.BinaryExpression.Left" />, <see cref="P:System.Linq.Expressions.BinaryExpression.Right" />, and <see cref="P:System.Linq.Expressions.BinaryExpression.Method" /> properties set to the specified values.</returns>
|
|
<param name="left">An <see cref="T:System.Linq.Expressions.Expression" /> to set the <see cref="P:System.Linq.Expressions.BinaryExpression.Left" /> property equal to.</param>
|
|
<param name="right">An <see cref="T:System.Linq.Expressions.Expression" /> to set the <see cref="P:System.Linq.Expressions.BinaryExpression.Right" /> property equal to.</param>
|
|
<param name="method">A <see cref="T:System.Reflection.MethodInfo" /> to set the <see cref="P:System.Linq.Expressions.BinaryExpression.Method" /> property equal to.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="left" /> or <paramref name="right" /> is null.</exception>
|
|
<exception cref="T:System.ArgumentException">
|
|
<paramref name="method" /> is not null and the method it represents returns void, is not static (Shared in Visual Basic), or does not take exactly two arguments.</exception>
|
|
<exception cref="T:System.InvalidOperationException">
|
|
<paramref name="method" /> is null and the bitwise OR operator is not defined for <paramref name="left" />.Type and <paramref name="right" />.Type.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Expressions.Expression.OrElse(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression)">
|
|
<summary>Creates a <see cref="T:System.Linq.Expressions.BinaryExpression" /> that represents a conditional OR operation that evaluates the second operand only if it has to.</summary>
|
|
<returns>A <see cref="T:System.Linq.Expressions.BinaryExpression" /> that has the <see cref="P:System.Linq.Expressions.Expression.NodeType" /> property equal to <see cref="F:System.Linq.Expressions.ExpressionType.OrElse" /> and the <see cref="P:System.Linq.Expressions.BinaryExpression.Left" /> and <see cref="P:System.Linq.Expressions.BinaryExpression.Right" /> properties set to the specified values.</returns>
|
|
<param name="left">An <see cref="T:System.Linq.Expressions.Expression" /> to set the <see cref="P:System.Linq.Expressions.BinaryExpression.Left" /> property equal to.</param>
|
|
<param name="right">An <see cref="T:System.Linq.Expressions.Expression" /> to set the <see cref="P:System.Linq.Expressions.BinaryExpression.Right" /> property equal to.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="left" /> or <paramref name="right" /> is null.</exception>
|
|
<exception cref="T:System.InvalidOperationException">The bitwise OR operator is not defined for <paramref name="left" />.Type and <paramref name="right" />.Type.-or-<paramref name="left" />.Type and <paramref name="right" />.Type are not the same Boolean type.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Expressions.Expression.OrElse(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Reflection.MethodInfo)">
|
|
<summary>Creates a <see cref="T:System.Linq.Expressions.BinaryExpression" /> that represents a conditional OR operation that evaluates the second operand only if it has to. The implementing method can be specified.</summary>
|
|
<returns>A <see cref="T:System.Linq.Expressions.BinaryExpression" /> that has the <see cref="P:System.Linq.Expressions.Expression.NodeType" /> property equal to <see cref="F:System.Linq.Expressions.ExpressionType.OrElse" /> and the <see cref="P:System.Linq.Expressions.BinaryExpression.Left" />, <see cref="P:System.Linq.Expressions.BinaryExpression.Right" />, and <see cref="P:System.Linq.Expressions.BinaryExpression.Method" /> properties set to the specified values.</returns>
|
|
<param name="left">An <see cref="T:System.Linq.Expressions.Expression" /> to set the <see cref="P:System.Linq.Expressions.BinaryExpression.Left" /> property equal to.</param>
|
|
<param name="right">An <see cref="T:System.Linq.Expressions.Expression" /> to set the <see cref="P:System.Linq.Expressions.BinaryExpression.Right" /> property equal to.</param>
|
|
<param name="method">A <see cref="T:System.Reflection.MethodInfo" /> to set the <see cref="P:System.Linq.Expressions.BinaryExpression.Method" /> property equal to.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="left" /> or <paramref name="right" /> is null.</exception>
|
|
<exception cref="T:System.ArgumentException">
|
|
<paramref name="method" /> is not null and the method it represents returns void, is not static (Shared in Visual Basic), or does not take exactly two arguments.</exception>
|
|
<exception cref="T:System.InvalidOperationException">
|
|
<paramref name="method" /> is null and the bitwise OR operator is not defined for <paramref name="left" />.Type and <paramref name="right" />.Type.-or-<paramref name="method" /> is null and <paramref name="left" />.Type and <paramref name="right" />.Type are not the same Boolean type.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Expressions.Expression.Parameter(System.Type,System.String)">
|
|
<summary>Creates a <see cref="T:System.Linq.Expressions.ParameterExpression" />.</summary>
|
|
<returns>A <see cref="T:System.Linq.Expressions.ParameterExpression" /> that has the <see cref="P:System.Linq.Expressions.Expression.NodeType" /> property equal to <see cref="F:System.Linq.Expressions.ExpressionType.Parameter" /> and the <see cref="P:System.Linq.Expressions.Expression.Type" /> and <see cref="P:System.Linq.Expressions.ParameterExpression.Name" /> properties set to the specified values.</returns>
|
|
<param name="type">A <see cref="T:System.Type" /> to set the <see cref="P:System.Linq.Expressions.Expression.Type" /> property equal to.</param>
|
|
<param name="name">The value to set the <see cref="P:System.Linq.Expressions.ParameterExpression.Name" /> property equal to.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="type" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Expressions.Expression.Power(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression)">
|
|
<summary>Creates a <see cref="T:System.Linq.Expressions.BinaryExpression" /> that represents raising a number to a power.</summary>
|
|
<returns>A <see cref="T:System.Linq.Expressions.BinaryExpression" /> that has the <see cref="P:System.Linq.Expressions.Expression.NodeType" /> property equal to <see cref="F:System.Linq.Expressions.ExpressionType.Power" /> and the <see cref="P:System.Linq.Expressions.BinaryExpression.Left" /> and <see cref="P:System.Linq.Expressions.BinaryExpression.Right" /> properties set to the specified values.</returns>
|
|
<param name="left">An <see cref="T:System.Linq.Expressions.Expression" /> to set the <see cref="P:System.Linq.Expressions.BinaryExpression.Left" /> property equal to.</param>
|
|
<param name="right">An <see cref="T:System.Linq.Expressions.Expression" /> to set the <see cref="P:System.Linq.Expressions.BinaryExpression.Right" /> property equal to.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="left" /> or <paramref name="right" /> is null.</exception>
|
|
<exception cref="T:System.InvalidOperationException">The exponentiation operator is not defined for <paramref name="left" />.Type and <paramref name="right" />.Type.-or-<paramref name="left" />.Type and/or <paramref name="right" />.Type are not <see cref="T:System.Double" />.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Expressions.Expression.Power(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Reflection.MethodInfo)">
|
|
<summary>Creates a <see cref="T:System.Linq.Expressions.BinaryExpression" /> that represents raising a number to a power. The implementing method can be specified.</summary>
|
|
<returns>A <see cref="T:System.Linq.Expressions.BinaryExpression" /> that has the <see cref="P:System.Linq.Expressions.Expression.NodeType" /> property equal to <see cref="F:System.Linq.Expressions.ExpressionType.Power" /> and the <see cref="P:System.Linq.Expressions.BinaryExpression.Left" />, <see cref="P:System.Linq.Expressions.BinaryExpression.Right" />, and <see cref="P:System.Linq.Expressions.BinaryExpression.Method" /> properties set to the specified values.</returns>
|
|
<param name="left">An <see cref="T:System.Linq.Expressions.Expression" /> to set the <see cref="P:System.Linq.Expressions.BinaryExpression.Left" /> property equal to.</param>
|
|
<param name="right">An <see cref="T:System.Linq.Expressions.Expression" /> to set the <see cref="P:System.Linq.Expressions.BinaryExpression.Right" /> property equal to.</param>
|
|
<param name="method">A <see cref="T:System.Reflection.MethodInfo" /> to set the <see cref="P:System.Linq.Expressions.BinaryExpression.Method" /> property equal to.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="left" /> or <paramref name="right" /> is null.</exception>
|
|
<exception cref="T:System.ArgumentException">
|
|
<paramref name="method" /> is not null and the method it represents returns void, is not static (Shared in Visual Basic), or does not take exactly two arguments.</exception>
|
|
<exception cref="T:System.InvalidOperationException">
|
|
<paramref name="method" /> is null and the exponentiation operator is not defined for <paramref name="left" />.Type and <paramref name="right" />.Type.-or-<paramref name="method" /> is null and <paramref name="left" />.Type and/or <paramref name="right" />.Type are not <see cref="T:System.Double" />.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Expressions.Expression.Property(System.Linq.Expressions.Expression,System.Reflection.MethodInfo)">
|
|
<summary>Creates a <see cref="T:System.Linq.Expressions.MemberExpression" /> that represents accessing a property by using a property accessor method.</summary>
|
|
<returns>A <see cref="T:System.Linq.Expressions.MemberExpression" /> that has the <see cref="P:System.Linq.Expressions.Expression.NodeType" /> property equal to <see cref="F:System.Linq.Expressions.ExpressionType.MemberAccess" />, the <see cref="P:System.Linq.Expressions.MemberExpression.Expression" /> property set to <paramref name="expression" /> and the <see cref="P:System.Linq.Expressions.MemberExpression.Member" /> property set to the <see cref="T:System.Reflection.PropertyInfo" /> that represents the property accessed in <paramref name="propertyAccessor" />.</returns>
|
|
<param name="expression">An <see cref="T:System.Linq.Expressions.Expression" /> to set the <see cref="P:System.Linq.Expressions.MemberExpression.Expression" /> property equal to.</param>
|
|
<param name="propertyAccessor">The <see cref="T:System.Reflection.MethodInfo" /> that represents a property accessor method.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="propertyAccessor" /> is null.-or-The method that <paramref name="propertyAccessor" /> represents is not static (Shared in Visual Basic) and <paramref name="expression" /> is null.</exception>
|
|
<exception cref="T:System.ArgumentException">
|
|
<paramref name="expression" />.Type is not assignable to the declaring type of the method represented by <paramref name="propertyAccessor" />.-or-The method that <paramref name="propertyAccessor" /> represents is not a property accessor method.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Expressions.Expression.Property(System.Linq.Expressions.Expression,System.Reflection.PropertyInfo)">
|
|
<summary>Creates a <see cref="T:System.Linq.Expressions.MemberExpression" /> that represents accessing a property.</summary>
|
|
<returns>A <see cref="T:System.Linq.Expressions.MemberExpression" /> that has the <see cref="P:System.Linq.Expressions.Expression.NodeType" /> property equal to <see cref="F:System.Linq.Expressions.ExpressionType.MemberAccess" /> and the <see cref="P:System.Linq.Expressions.MemberExpression.Expression" /> and <see cref="P:System.Linq.Expressions.MemberExpression.Member" /> properties set to the specified values.</returns>
|
|
<param name="expression">An <see cref="T:System.Linq.Expressions.Expression" /> to set the <see cref="P:System.Linq.Expressions.MemberExpression.Expression" /> property equal to.</param>
|
|
<param name="property">The <see cref="T:System.Reflection.PropertyInfo" /> to set the <see cref="P:System.Linq.Expressions.MemberExpression.Member" /> property equal to.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="property" /> is null.-or-The property that <paramref name="property" /> represents is not static (Shared in Visual Basic) and <paramref name="expression" /> is null.</exception>
|
|
<exception cref="T:System.ArgumentException">
|
|
<paramref name="expression" />.Type is not assignable to the declaring type of the property that <paramref name="property" /> represents.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Expressions.Expression.Property(System.Linq.Expressions.Expression,System.String)">
|
|
<summary>Creates a <see cref="T:System.Linq.Expressions.MemberExpression" /> that represents accessing a property given the name of the property.</summary>
|
|
<returns>A <see cref="T:System.Linq.Expressions.MemberExpression" /> that has the <see cref="P:System.Linq.Expressions.Expression.NodeType" /> property equal to <see cref="F:System.Linq.Expressions.ExpressionType.MemberAccess" />, the <see cref="P:System.Linq.Expressions.MemberExpression.Expression" /> property set to <paramref name="expression" />, and the <see cref="P:System.Linq.Expressions.MemberExpression.Member" /> property set to the <see cref="T:System.Reflection.PropertyInfo" /> that represents the property denoted by <paramref name="propertyName" />.</returns>
|
|
<param name="expression">An <see cref="T:System.Linq.Expressions.Expression" /> whose <see cref="P:System.Linq.Expressions.Expression.Type" /> contains a property named <paramref name="propertyName" />.</param>
|
|
<param name="propertyName">The name of a property.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="expression" /> or <paramref name="propertyName" /> is null.</exception>
|
|
<exception cref="T:System.ArgumentException">No property named <paramref name="propertyName" /> is defined in <paramref name="expression" />.Type or its base types.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Expressions.Expression.PropertyOrField(System.Linq.Expressions.Expression,System.String)">
|
|
<summary>Creates a <see cref="T:System.Linq.Expressions.MemberExpression" /> that represents accessing a property or field given the name of the property or field.</summary>
|
|
<returns>A <see cref="T:System.Linq.Expressions.MemberExpression" /> that has the <see cref="P:System.Linq.Expressions.Expression.NodeType" /> property equal to <see cref="F:System.Linq.Expressions.ExpressionType.MemberAccess" />, the <see cref="P:System.Linq.Expressions.MemberExpression.Expression" /> property set to <paramref name="expression" />, and the <see cref="P:System.Linq.Expressions.MemberExpression.Member" /> property set to the <see cref="T:System.Reflection.PropertyInfo" /> or <see cref="T:System.Reflection.FieldInfo" /> that represents the property or field denoted by <paramref name="propertyOrFieldName" />.</returns>
|
|
<param name="expression">An <see cref="T:System.Linq.Expressions.Expression" /> whose <see cref="P:System.Linq.Expressions.Expression.Type" /> contains a property or field named <paramref name="propertyOrFieldName" />.</param>
|
|
<param name="propertyOrFieldName">The name of a property or field.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="expression" /> or <paramref name="propertyOrFieldName" /> is null.</exception>
|
|
<exception cref="T:System.ArgumentException">No property or field named <paramref name="propertyOrFieldName" /> is defined in <paramref name="expression" />.Type or its base types.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Expressions.Expression.Quote(System.Linq.Expressions.Expression)">
|
|
<summary>Creates a <see cref="T:System.Linq.Expressions.UnaryExpression" /> that represents an expression that has a constant value of type <see cref="T:System.Linq.Expressions.Expression" />.</summary>
|
|
<returns>A <see cref="T:System.Linq.Expressions.UnaryExpression" /> that has the <see cref="P:System.Linq.Expressions.Expression.NodeType" /> property equal to <see cref="F:System.Linq.Expressions.ExpressionType.Quote" /> and the <see cref="P:System.Linq.Expressions.UnaryExpression.Operand" /> property set to the specified value.</returns>
|
|
<param name="expression">An <see cref="T:System.Linq.Expressions.Expression" /> to set the <see cref="P:System.Linq.Expressions.UnaryExpression.Operand" /> property equal to.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="expression" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Expressions.Expression.RightShift(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression)">
|
|
<summary>Creates a <see cref="T:System.Linq.Expressions.BinaryExpression" /> that represents a bitwise right-shift operation.</summary>
|
|
<returns>A <see cref="T:System.Linq.Expressions.BinaryExpression" /> that has the <see cref="P:System.Linq.Expressions.Expression.NodeType" /> property equal to <see cref="F:System.Linq.Expressions.ExpressionType.RightShift" /> and the <see cref="P:System.Linq.Expressions.BinaryExpression.Left" /> and <see cref="P:System.Linq.Expressions.BinaryExpression.Right" /> properties set to the specified values.</returns>
|
|
<param name="left">An <see cref="T:System.Linq.Expressions.Expression" /> to set the <see cref="P:System.Linq.Expressions.BinaryExpression.Left" /> property equal to.</param>
|
|
<param name="right">An <see cref="T:System.Linq.Expressions.Expression" /> to set the <see cref="P:System.Linq.Expressions.BinaryExpression.Right" /> property equal to.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="left" /> or <paramref name="right" /> is null.</exception>
|
|
<exception cref="T:System.InvalidOperationException">The right-shift operator is not defined for <paramref name="left" />.Type and <paramref name="right" />.Type.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Expressions.Expression.RightShift(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Reflection.MethodInfo)">
|
|
<summary>Creates a <see cref="T:System.Linq.Expressions.BinaryExpression" /> that represents a bitwise right-shift operation. The implementing method can be specified.</summary>
|
|
<returns>A <see cref="T:System.Linq.Expressions.BinaryExpression" /> that has the <see cref="P:System.Linq.Expressions.Expression.NodeType" /> property equal to <see cref="F:System.Linq.Expressions.ExpressionType.RightShift" /> and the <see cref="P:System.Linq.Expressions.BinaryExpression.Left" />, <see cref="P:System.Linq.Expressions.BinaryExpression.Right" />, and <see cref="P:System.Linq.Expressions.BinaryExpression.Method" /> properties set to the specified values.</returns>
|
|
<param name="left">An <see cref="T:System.Linq.Expressions.Expression" /> to set the <see cref="P:System.Linq.Expressions.BinaryExpression.Left" /> property equal to.</param>
|
|
<param name="right">An <see cref="T:System.Linq.Expressions.Expression" /> to set the <see cref="P:System.Linq.Expressions.BinaryExpression.Right" /> property equal to.</param>
|
|
<param name="method">A <see cref="T:System.Reflection.MethodInfo" /> to set the <see cref="P:System.Linq.Expressions.BinaryExpression.Method" /> property equal to.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="left" /> or <paramref name="right" /> is null.</exception>
|
|
<exception cref="T:System.ArgumentException">
|
|
<paramref name="method" /> is not null and the method it represents returns void, is not static (Shared in Visual Basic), or does not take exactly two arguments.</exception>
|
|
<exception cref="T:System.InvalidOperationException">
|
|
<paramref name="method" /> is null and the right-shift operator is not defined for <paramref name="left" />.Type and <paramref name="right" />.Type.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Expressions.Expression.Subtract(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression)">
|
|
<summary>Creates a <see cref="T:System.Linq.Expressions.BinaryExpression" /> that represents an arithmetic subtraction operation that does not have overflow checking.</summary>
|
|
<returns>A <see cref="T:System.Linq.Expressions.BinaryExpression" /> that has the <see cref="P:System.Linq.Expressions.Expression.NodeType" /> property equal to <see cref="F:System.Linq.Expressions.ExpressionType.Subtract" /> and the <see cref="P:System.Linq.Expressions.BinaryExpression.Left" /> and <see cref="P:System.Linq.Expressions.BinaryExpression.Right" /> properties set to the specified values.</returns>
|
|
<param name="left">An <see cref="T:System.Linq.Expressions.Expression" /> to set the <see cref="P:System.Linq.Expressions.BinaryExpression.Left" /> property equal to.</param>
|
|
<param name="right">An <see cref="T:System.Linq.Expressions.Expression" /> to set the <see cref="P:System.Linq.Expressions.BinaryExpression.Right" /> property equal to.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="left" /> or <paramref name="right" /> is null.</exception>
|
|
<exception cref="T:System.InvalidOperationException">The subtraction operator is not defined for <paramref name="left" />.Type and <paramref name="right" />.Type.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Expressions.Expression.Subtract(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Reflection.MethodInfo)">
|
|
<summary>Creates a <see cref="T:System.Linq.Expressions.BinaryExpression" /> that represents an arithmetic subtraction operation that does not have overflow checking. The implementing method can be specified.</summary>
|
|
<returns>A <see cref="T:System.Linq.Expressions.BinaryExpression" /> that has the <see cref="P:System.Linq.Expressions.Expression.NodeType" /> property equal to <see cref="F:System.Linq.Expressions.ExpressionType.Subtract" /> and the <see cref="P:System.Linq.Expressions.BinaryExpression.Left" />, <see cref="P:System.Linq.Expressions.BinaryExpression.Right" />, and <see cref="P:System.Linq.Expressions.BinaryExpression.Method" /> properties set to the specified values.</returns>
|
|
<param name="left">An <see cref="T:System.Linq.Expressions.Expression" /> to set the <see cref="P:System.Linq.Expressions.BinaryExpression.Left" /> property equal to.</param>
|
|
<param name="right">An <see cref="T:System.Linq.Expressions.Expression" /> to set the <see cref="P:System.Linq.Expressions.BinaryExpression.Right" /> property equal to.</param>
|
|
<param name="method">A <see cref="T:System.Reflection.MethodInfo" /> to set the <see cref="P:System.Linq.Expressions.BinaryExpression.Method" /> property equal to.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="left" /> or <paramref name="right" /> is null.</exception>
|
|
<exception cref="T:System.ArgumentException">
|
|
<paramref name="method" /> is not null and the method it represents returns void, is not static (Shared in Visual Basic), or does not take exactly two arguments.</exception>
|
|
<exception cref="T:System.InvalidOperationException">
|
|
<paramref name="method" /> is null and the subtraction operator is not defined for <paramref name="left" />.Type and <paramref name="right" />.Type.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Expressions.Expression.SubtractChecked(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression)">
|
|
<summary>Creates a <see cref="T:System.Linq.Expressions.BinaryExpression" /> that represents an arithmetic subtraction operation that has overflow checking.</summary>
|
|
<returns>A <see cref="T:System.Linq.Expressions.BinaryExpression" /> that has the <see cref="P:System.Linq.Expressions.Expression.NodeType" /> property equal to <see cref="F:System.Linq.Expressions.ExpressionType.SubtractChecked" /> and the <see cref="P:System.Linq.Expressions.BinaryExpression.Left" /> and <see cref="P:System.Linq.Expressions.BinaryExpression.Right" /> properties set to the specified values.</returns>
|
|
<param name="left">An <see cref="T:System.Linq.Expressions.Expression" /> to set the <see cref="P:System.Linq.Expressions.BinaryExpression.Left" /> property equal to.</param>
|
|
<param name="right">An <see cref="T:System.Linq.Expressions.Expression" /> to set the <see cref="P:System.Linq.Expressions.BinaryExpression.Right" /> property equal to.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="left" /> or <paramref name="right" /> is null.</exception>
|
|
<exception cref="T:System.InvalidOperationException">The subtraction operator is not defined for <paramref name="left" />.Type and <paramref name="right" />.Type.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Expressions.Expression.SubtractChecked(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Reflection.MethodInfo)">
|
|
<summary>Creates a <see cref="T:System.Linq.Expressions.BinaryExpression" /> that represents an arithmetic subtraction operation that has overflow checking. The implementing method can be specified.</summary>
|
|
<returns>A <see cref="T:System.Linq.Expressions.BinaryExpression" /> that has the <see cref="P:System.Linq.Expressions.Expression.NodeType" /> property equal to <see cref="F:System.Linq.Expressions.ExpressionType.SubtractChecked" /> and the <see cref="P:System.Linq.Expressions.BinaryExpression.Left" />, <see cref="P:System.Linq.Expressions.BinaryExpression.Right" />, and <see cref="P:System.Linq.Expressions.BinaryExpression.Method" /> properties set to the specified values.</returns>
|
|
<param name="left">An <see cref="T:System.Linq.Expressions.Expression" /> to set the <see cref="P:System.Linq.Expressions.BinaryExpression.Left" /> property equal to.</param>
|
|
<param name="right">An <see cref="T:System.Linq.Expressions.Expression" /> to set the <see cref="P:System.Linq.Expressions.BinaryExpression.Right" /> property equal to.</param>
|
|
<param name="method">A <see cref="T:System.Reflection.MethodInfo" /> to set the <see cref="P:System.Linq.Expressions.BinaryExpression.Method" /> property equal to.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="left" /> or <paramref name="right" /> is null.</exception>
|
|
<exception cref="T:System.ArgumentException">
|
|
<paramref name="method" /> is not null and the method it represents returns void, is not static (Shared in Visual Basic), or does not take exactly two arguments.</exception>
|
|
<exception cref="T:System.InvalidOperationException">
|
|
<paramref name="method" /> is null and the subtraction operator is not defined for <paramref name="left" />.Type and <paramref name="right" />.Type.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Expressions.Expression.ToString">
|
|
<summary>Returns a textual representation of the <see cref="T:System.Linq.Expressions.Expression" />.</summary>
|
|
<returns>A textual representation of the <see cref="T:System.Linq.Expressions.Expression" />.</returns>
|
|
</member>
|
|
<member name="P:System.Linq.Expressions.Expression.Type">
|
|
<summary>Gets the static type of the expression that this <see cref="T:System.Linq.Expressions.Expression" /> represents.</summary>
|
|
<returns>The <see cref="T:System.Type" /> that represents the static type of the expression.</returns>
|
|
</member>
|
|
<member name="M:System.Linq.Expressions.Expression.TypeAs(System.Linq.Expressions.Expression,System.Type)">
|
|
<summary>Creates a <see cref="T:System.Linq.Expressions.UnaryExpression" /> that represents an explicit reference or boxing conversion where null is supplied if the conversion fails.</summary>
|
|
<returns>A <see cref="T:System.Linq.Expressions.UnaryExpression" /> that has the <see cref="P:System.Linq.Expressions.Expression.NodeType" /> property equal to <see cref="F:System.Linq.Expressions.ExpressionType.TypeAs" /> and the <see cref="P:System.Linq.Expressions.UnaryExpression.Operand" /> and <see cref="P:System.Linq.Expressions.Expression.Type" /> properties set to the specified values.</returns>
|
|
<param name="expression">An <see cref="T:System.Linq.Expressions.Expression" /> to set the <see cref="P:System.Linq.Expressions.UnaryExpression.Operand" /> property equal to.</param>
|
|
<param name="type">A <see cref="T:System.Type" /> to set the <see cref="P:System.Linq.Expressions.Expression.Type" /> property equal to.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="expression" /> or <paramref name="type" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Expressions.Expression.TypeIs(System.Linq.Expressions.Expression,System.Type)">
|
|
<summary>Creates a <see cref="T:System.Linq.Expressions.TypeBinaryExpression" />.</summary>
|
|
<returns>A <see cref="T:System.Linq.Expressions.TypeBinaryExpression" /> for which the <see cref="P:System.Linq.Expressions.Expression.NodeType" /> property is equal to <see cref="F:System.Linq.Expressions.ExpressionType.TypeIs" /> and for which the <see cref="P:System.Linq.Expressions.TypeBinaryExpression.Expression" /> and <see cref="P:System.Linq.Expressions.TypeBinaryExpression.TypeOperand" /> properties are set to the specified values.</returns>
|
|
<param name="expression">An <see cref="T:System.Linq.Expressions.Expression" /> to set the <see cref="P:System.Linq.Expressions.TypeBinaryExpression.Expression" /> property equal to.</param>
|
|
<param name="type">A <see cref="T:System.Type" /> to set the <see cref="P:System.Linq.Expressions.TypeBinaryExpression.TypeOperand" /> property equal to.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="expression" /> or <paramref name="type" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Expressions.Expression.UnaryPlus(System.Linq.Expressions.Expression)">
|
|
<summary>Creates a <see cref="T:System.Linq.Expressions.UnaryExpression" /> that represents a unary plus operation.</summary>
|
|
<returns>A <see cref="T:System.Linq.Expressions.UnaryExpression" /> that has the <see cref="P:System.Linq.Expressions.Expression.NodeType" /> property equal to <see cref="F:System.Linq.Expressions.ExpressionType.UnaryPlus" /> and the <see cref="P:System.Linq.Expressions.UnaryExpression.Operand" /> property set to the specified value.</returns>
|
|
<param name="expression">An <see cref="T:System.Linq.Expressions.Expression" /> to set the <see cref="P:System.Linq.Expressions.UnaryExpression.Operand" /> property equal to.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="expression" /> is null.</exception>
|
|
<exception cref="T:System.InvalidOperationException">The unary plus operator is not defined for <paramref name="expression" />.Type.</exception>
|
|
</member>
|
|
<member name="M:System.Linq.Expressions.Expression.UnaryPlus(System.Linq.Expressions.Expression,System.Reflection.MethodInfo)">
|
|
<summary>Creates a <see cref="T:System.Linq.Expressions.UnaryExpression" /> that represents a unary plus operation. The implementing method can be specified.</summary>
|
|
<returns>A <see cref="T:System.Linq.Expressions.UnaryExpression" /> that has the <see cref="P:System.Linq.Expressions.Expression.NodeType" /> property equal to <see cref="F:System.Linq.Expressions.ExpressionType.UnaryPlus" /> and the <see cref="P:System.Linq.Expressions.UnaryExpression.Operand" /> and <see cref="P:System.Linq.Expressions.UnaryExpression.Method" /> properties set to the specified values.</returns>
|
|
<param name="expression">An <see cref="T:System.Linq.Expressions.Expression" /> to set the <see cref="P:System.Linq.Expressions.UnaryExpression.Operand" /> property equal to.</param>
|
|
<param name="method">A <see cref="T:System.Reflection.MethodInfo" /> to set the <see cref="P:System.Linq.Expressions.UnaryExpression.Method" /> property equal to.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="expression" /> is null.</exception>
|
|
<exception cref="T:System.ArgumentException">
|
|
<paramref name="method" /> is not null and the method it represents returns void, is not static (Shared in Visual Basic), or does not take exactly one argument.</exception>
|
|
<exception cref="T:System.InvalidOperationException">
|
|
<paramref name="method" /> is null and the unary plus operator is not defined for <paramref name="expression" />.Type.-or-<paramref name="expression" />.Type (or its corresponding non-nullable type if it is a nullable value type) is not assignable to the argument type of the method represented by <paramref name="method" />.</exception>
|
|
</member>
|
|
<member name="T:System.Linq.Expressions.Expression`1">
|
|
<summary>Represents a strongly typed lambda expression as a data structure in the form of an expression tree. This class cannot be inherited.</summary>
|
|
<typeparam name="TDelegate">The type of the delegate that the <see cref="T:System.Linq.Expressions.Expression`1" /> represents.</typeparam>
|
|
</member>
|
|
<member name="M:System.Linq.Expressions.Expression`1.Compile">
|
|
<summary>Compiles the lambda expression described by the expression tree into executable code.</summary>
|
|
<returns>A delegate of type <paramref name="TDelegate" /> that represents the lambda expression described by the <see cref="T:System.Linq.Expressions.Expression`1" />.</returns>
|
|
</member>
|
|
<member name="T:System.Linq.Expressions.ExpressionType">
|
|
<summary>Describes the node types for the nodes of an expression tree.</summary>
|
|
</member>
|
|
<member name="F:System.Linq.Expressions.ExpressionType.Add">
|
|
<summary>A node that represents arithmetic addition without overflow checking.</summary>
|
|
</member>
|
|
<member name="F:System.Linq.Expressions.ExpressionType.AddChecked">
|
|
<summary>A node that represents arithmetic addition with overflow checking.</summary>
|
|
</member>
|
|
<member name="F:System.Linq.Expressions.ExpressionType.And">
|
|
<summary>A node that represents a bitwise AND operation.</summary>
|
|
</member>
|
|
<member name="F:System.Linq.Expressions.ExpressionType.AndAlso">
|
|
<summary>A node that represents a short-circuiting conditional AND operation.</summary>
|
|
</member>
|
|
<member name="F:System.Linq.Expressions.ExpressionType.ArrayLength">
|
|
<summary>A node that represents getting the length of a one-dimensional array.</summary>
|
|
</member>
|
|
<member name="F:System.Linq.Expressions.ExpressionType.ArrayIndex">
|
|
<summary>A node that represents indexing into a one-dimensional array.</summary>
|
|
</member>
|
|
<member name="F:System.Linq.Expressions.ExpressionType.Call">
|
|
<summary>A node that represents a method call.</summary>
|
|
</member>
|
|
<member name="F:System.Linq.Expressions.ExpressionType.Coalesce">
|
|
<summary>A node that represents a null coalescing operation.</summary>
|
|
</member>
|
|
<member name="F:System.Linq.Expressions.ExpressionType.Conditional">
|
|
<summary>A node that represents a conditional operation.</summary>
|
|
</member>
|
|
<member name="F:System.Linq.Expressions.ExpressionType.Constant">
|
|
<summary>A node that represents an expression that has a constant value.</summary>
|
|
</member>
|
|
<member name="F:System.Linq.Expressions.ExpressionType.Convert">
|
|
<summary>A node that represents a cast or conversion operation. If the operation is a numeric conversion, it overflows silently if the converted value does not fit the target type.</summary>
|
|
</member>
|
|
<member name="F:System.Linq.Expressions.ExpressionType.ConvertChecked">
|
|
<summary>A node that represents a cast or conversion operation. If the operation is a numeric conversion, an exception is thrown if the converted value does not fit the target type.</summary>
|
|
</member>
|
|
<member name="F:System.Linq.Expressions.ExpressionType.Divide">
|
|
<summary>A node that represents arithmetic division.</summary>
|
|
</member>
|
|
<member name="F:System.Linq.Expressions.ExpressionType.Equal">
|
|
<summary>A node that represents an equality comparison.</summary>
|
|
</member>
|
|
<member name="F:System.Linq.Expressions.ExpressionType.ExclusiveOr">
|
|
<summary>A node that represents a bitwise XOR operation.</summary>
|
|
</member>
|
|
<member name="F:System.Linq.Expressions.ExpressionType.GreaterThan">
|
|
<summary>A node that represents a "greater than" numeric comparison.</summary>
|
|
</member>
|
|
<member name="F:System.Linq.Expressions.ExpressionType.GreaterThanOrEqual">
|
|
<summary>A node that represents a "greater than or equal" numeric comparison.</summary>
|
|
</member>
|
|
<member name="F:System.Linq.Expressions.ExpressionType.Invoke">
|
|
<summary>A node that represents applying a delegate or lambda expression to a list of argument expressions.</summary>
|
|
</member>
|
|
<member name="F:System.Linq.Expressions.ExpressionType.Lambda">
|
|
<summary>A node that represents a lambda expression.</summary>
|
|
</member>
|
|
<member name="F:System.Linq.Expressions.ExpressionType.LeftShift">
|
|
<summary>A node that represents a bitwise left-shift operation.</summary>
|
|
</member>
|
|
<member name="F:System.Linq.Expressions.ExpressionType.LessThan">
|
|
<summary>A node that represents a "less than" numeric comparison.</summary>
|
|
</member>
|
|
<member name="F:System.Linq.Expressions.ExpressionType.LessThanOrEqual">
|
|
<summary>A node that represents a "less than or equal" numeric comparison.</summary>
|
|
</member>
|
|
<member name="F:System.Linq.Expressions.ExpressionType.ListInit">
|
|
<summary>A node that represents creating a new <see cref="T:System.Collections.IEnumerable" /> object and initializing it from a list of elements.</summary>
|
|
</member>
|
|
<member name="F:System.Linq.Expressions.ExpressionType.MemberAccess">
|
|
<summary>A node that represents reading from a field or property.</summary>
|
|
</member>
|
|
<member name="F:System.Linq.Expressions.ExpressionType.MemberInit">
|
|
<summary>A node that represents creating a new object and initializing one or more of its members.</summary>
|
|
</member>
|
|
<member name="F:System.Linq.Expressions.ExpressionType.Modulo">
|
|
<summary>A node that represents an arithmetic remainder operation.</summary>
|
|
</member>
|
|
<member name="F:System.Linq.Expressions.ExpressionType.Multiply">
|
|
<summary>A node that represents arithmetic multiplication without overflow checking.</summary>
|
|
</member>
|
|
<member name="F:System.Linq.Expressions.ExpressionType.MultiplyChecked">
|
|
<summary>A node that represents arithmetic multiplication with overflow checking.</summary>
|
|
</member>
|
|
<member name="F:System.Linq.Expressions.ExpressionType.Negate">
|
|
<summary>A node that represents an arithmetic negation operation.</summary>
|
|
</member>
|
|
<member name="F:System.Linq.Expressions.ExpressionType.UnaryPlus">
|
|
<summary>A node that represents a unary plus operation. The result of a predefined unary plus operation is simply the value of the operand, but user-defined implementations may have non-trivial results.</summary>
|
|
</member>
|
|
<member name="F:System.Linq.Expressions.ExpressionType.NegateChecked">
|
|
<summary>A node that represents an arithmetic negation operation that has overflow checking.</summary>
|
|
</member>
|
|
<member name="F:System.Linq.Expressions.ExpressionType.New">
|
|
<summary>A node that represents calling a constructor to create a new object.</summary>
|
|
</member>
|
|
<member name="F:System.Linq.Expressions.ExpressionType.NewArrayInit">
|
|
<summary>A node that represents creating a new one-dimensional array and initializing it from a list of elements.</summary>
|
|
</member>
|
|
<member name="F:System.Linq.Expressions.ExpressionType.NewArrayBounds">
|
|
<summary>A node that represents creating a new array where the bounds for each dimension are specified.</summary>
|
|
</member>
|
|
<member name="F:System.Linq.Expressions.ExpressionType.Not">
|
|
<summary>A node that represents a bitwise complement operation.</summary>
|
|
</member>
|
|
<member name="F:System.Linq.Expressions.ExpressionType.NotEqual">
|
|
<summary>A node that represents an inequality comparison.</summary>
|
|
</member>
|
|
<member name="F:System.Linq.Expressions.ExpressionType.Or">
|
|
<summary>A node that represents a bitwise OR operation.</summary>
|
|
</member>
|
|
<member name="F:System.Linq.Expressions.ExpressionType.OrElse">
|
|
<summary>A node that represents a short-circuiting conditional OR operation.</summary>
|
|
</member>
|
|
<member name="F:System.Linq.Expressions.ExpressionType.Parameter">
|
|
<summary>A node that represents a reference to a parameter defined in the context of the expression.</summary>
|
|
</member>
|
|
<member name="F:System.Linq.Expressions.ExpressionType.Power">
|
|
<summary>A node that represents raising a number to a power.</summary>
|
|
</member>
|
|
<member name="F:System.Linq.Expressions.ExpressionType.Quote">
|
|
<summary>A node that represents an expression that has a constant value of type <see cref="T:System.Linq.Expressions.Expression" />. A <see cref="F:System.Linq.Expressions.ExpressionType.Quote" /> node can contain references to parameters defined in the context of the expression it represents.</summary>
|
|
</member>
|
|
<member name="F:System.Linq.Expressions.ExpressionType.RightShift">
|
|
<summary>A node that represents a bitwise right-shift operation.</summary>
|
|
</member>
|
|
<member name="F:System.Linq.Expressions.ExpressionType.Subtract">
|
|
<summary>A node that represents arithmetic subtraction without overflow checking.</summary>
|
|
</member>
|
|
<member name="F:System.Linq.Expressions.ExpressionType.SubtractChecked">
|
|
<summary>A node that represents arithmetic subtraction with overflow checking.</summary>
|
|
</member>
|
|
<member name="F:System.Linq.Expressions.ExpressionType.TypeAs">
|
|
<summary>A node that represents an explicit reference or boxing conversion where null is supplied if the conversion fails.</summary>
|
|
</member>
|
|
<member name="F:System.Linq.Expressions.ExpressionType.TypeIs">
|
|
<summary>A node that represents a type test.</summary>
|
|
</member>
|
|
<member name="T:System.Linq.Expressions.InvocationExpression">
|
|
<summary>Represents an expression that applies a delegate or lambda expression to a list of argument expressions.</summary>
|
|
</member>
|
|
<member name="P:System.Linq.Expressions.InvocationExpression.Arguments">
|
|
<summary>Gets the arguments that the delegate is applied to.</summary>
|
|
<returns>A <see cref="T:System.Collections.ObjectModel.ReadOnlyCollection`1" /> of <see cref="T:System.Linq.Expressions.Expression" /> objects which represent the arguments that the delegate is applied to.</returns>
|
|
</member>
|
|
<member name="P:System.Linq.Expressions.InvocationExpression.Expression">
|
|
<summary>Gets the delegate or lambda expression to be applied.</summary>
|
|
<returns>An <see cref="T:System.Linq.Expressions.Expression" /> that represents the delegate to be applied.</returns>
|
|
</member>
|
|
<member name="T:System.Linq.Expressions.LambdaExpression">
|
|
<summary>Describes a lambda expression.</summary>
|
|
</member>
|
|
<member name="P:System.Linq.Expressions.LambdaExpression.Body">
|
|
<summary>Gets the body of the lambda expression.</summary>
|
|
<returns>An <see cref="T:System.Linq.Expressions.Expression" /> that represents the body of the lambda expression.</returns>
|
|
</member>
|
|
<member name="M:System.Linq.Expressions.LambdaExpression.Compile">
|
|
<summary>Produces a delegate that represents the lambda expression.</summary>
|
|
<returns>A <see cref="T:System.Delegate" /> that, when it is executed, has the behavior described by the semantics of the <see cref="T:System.Linq.Expressions.LambdaExpression" />.</returns>
|
|
</member>
|
|
<member name="P:System.Linq.Expressions.LambdaExpression.Parameters">
|
|
<summary>Gets the parameters of the lambda expression.</summary>
|
|
<returns>A <see cref="T:System.Collections.ObjectModel.ReadOnlyCollection`1" /> of <see cref="T:System.Linq.Expressions.ParameterExpression" /> objects that represent the parameters of the lambda expression.</returns>
|
|
</member>
|
|
<member name="T:System.Linq.Expressions.ListInitExpression">
|
|
<summary>Represents a constructor call that has a collection initializer.</summary>
|
|
</member>
|
|
<member name="P:System.Linq.Expressions.ListInitExpression.Initializers">
|
|
<summary>Gets the element initializers that are used to initialize a collection.</summary>
|
|
<returns>A <see cref="T:System.Collections.ObjectModel.ReadOnlyCollection`1" /> of <see cref="T:System.Linq.Expressions.ElementInit" /> objects which represent the elements that are used to initialize the collection.</returns>
|
|
</member>
|
|
<member name="P:System.Linq.Expressions.ListInitExpression.NewExpression">
|
|
<summary>Gets the expression that contains a call to the constructor of a collection type.</summary>
|
|
<returns>A <see cref="T:System.Linq.Expressions.NewExpression" /> that represents the call to the constructor of a collection type.</returns>
|
|
</member>
|
|
<member name="T:System.Linq.Expressions.MemberAssignment">
|
|
<summary>Represents initializing a field or property of a newly created object.</summary>
|
|
</member>
|
|
<member name="P:System.Linq.Expressions.MemberAssignment.Expression">
|
|
<summary>Gets the expression to assign to the field or property.</summary>
|
|
<returns>The <see cref="T:System.Linq.Expressions.Expression" /> that represents the value to assign to the field or property.</returns>
|
|
</member>
|
|
<member name="T:System.Linq.Expressions.MemberBinding">
|
|
<summary>Provides the base class from which the classes that represent bindings that are used to initialize members of a newly created object derive.</summary>
|
|
</member>
|
|
<member name="M:System.Linq.Expressions.MemberBinding.#ctor(System.Linq.Expressions.MemberBindingType,System.Reflection.MemberInfo)">
|
|
<summary>Initializes a new instance of the <see cref="T:System.Linq.Expressions.MemberBinding" /> class.</summary>
|
|
<param name="type">The <see cref="T:System.Linq.Expressions.MemberBindingType" /> that discriminates the type of binding that is represented.</param>
|
|
<param name="member">The <see cref="T:System.Reflection.MemberInfo" /> that represents a field or property to be initialized.</param>
|
|
</member>
|
|
<member name="P:System.Linq.Expressions.MemberBinding.BindingType">
|
|
<summary>Gets the type of binding that is represented.</summary>
|
|
<returns>One of the <see cref="T:System.Linq.Expressions.MemberBindingType" /> values.</returns>
|
|
</member>
|
|
<member name="P:System.Linq.Expressions.MemberBinding.Member">
|
|
<summary>Gets the field or property to be initialized.</summary>
|
|
<returns>The <see cref="T:System.Reflection.MemberInfo" /> that represents the field or property to be initialized.</returns>
|
|
</member>
|
|
<member name="M:System.Linq.Expressions.MemberBinding.ToString">
|
|
<summary>Returns a textual representation of the <see cref="T:System.Linq.Expressions.MemberBinding" />.</summary>
|
|
<returns>A textual representation of the <see cref="T:System.Linq.Expressions.MemberBinding" />.</returns>
|
|
</member>
|
|
<member name="T:System.Linq.Expressions.MemberBindingType">
|
|
<summary>Describes the binding types that are used in <see cref="T:System.Linq.Expressions.MemberInitExpression" /> objects.</summary>
|
|
</member>
|
|
<member name="F:System.Linq.Expressions.MemberBindingType.Assignment">
|
|
<summary>A binding that represents initializing a member with the value of an expression.</summary>
|
|
</member>
|
|
<member name="F:System.Linq.Expressions.MemberBindingType.MemberBinding">
|
|
<summary>A binding that represents recursively initializing members of a member.</summary>
|
|
</member>
|
|
<member name="F:System.Linq.Expressions.MemberBindingType.ListBinding">
|
|
<summary>A binding that represents initializing a member of type <see cref="T:System.Collections.IList" /> or <see cref="T:System.Collections.Generic.ICollection`1" /> from a list of elements.</summary>
|
|
</member>
|
|
<member name="T:System.Linq.Expressions.MemberExpression">
|
|
<summary>Represents accessing a field or property.</summary>
|
|
</member>
|
|
<member name="P:System.Linq.Expressions.MemberExpression.Expression">
|
|
<summary>Gets the containing object of the field or property.</summary>
|
|
<returns>An <see cref="T:System.Linq.Expressions.Expression" /> that represents the containing object of the field or property.</returns>
|
|
</member>
|
|
<member name="P:System.Linq.Expressions.MemberExpression.Member">
|
|
<summary>Gets the field or property to be accessed.</summary>
|
|
<returns>The <see cref="T:System.Reflection.MemberInfo" /> that represents the field or property to be accessed.</returns>
|
|
</member>
|
|
<member name="T:System.Linq.Expressions.MemberInitExpression">
|
|
<summary>Represents calling a constructor and initializing one or more members of the new object.</summary>
|
|
</member>
|
|
<member name="P:System.Linq.Expressions.MemberInitExpression.Bindings">
|
|
<summary>Gets the bindings that describe how to initialize the members of the newly created object.</summary>
|
|
<returns>A <see cref="T:System.Collections.ObjectModel.ReadOnlyCollection`1" /> of <see cref="T:System.Linq.Expressions.MemberBinding" /> objects which describe how to initialize the members.</returns>
|
|
</member>
|
|
<member name="P:System.Linq.Expressions.MemberInitExpression.NewExpression">
|
|
<summary>Gets the expression that represents the constructor call.</summary>
|
|
<returns>A <see cref="T:System.Linq.Expressions.NewExpression" /> that represents the constructor call.</returns>
|
|
</member>
|
|
<member name="T:System.Linq.Expressions.MemberListBinding">
|
|
<summary>Represents initializing the elements of a collection member of a newly created object.</summary>
|
|
</member>
|
|
<member name="P:System.Linq.Expressions.MemberListBinding.Initializers">
|
|
<summary>Gets the element initializers for initializing a collection member of a newly created object.</summary>
|
|
<returns>A <see cref="T:System.Collections.ObjectModel.ReadOnlyCollection`1" /> of <see cref="T:System.Linq.Expressions.ElementInit" /> objects to initialize a collection member with.</returns>
|
|
</member>
|
|
<member name="T:System.Linq.Expressions.MemberMemberBinding">
|
|
<summary>Represents initializing members of a member of a newly created object.</summary>
|
|
</member>
|
|
<member name="P:System.Linq.Expressions.MemberMemberBinding.Bindings">
|
|
<summary>Gets the bindings that describe how to initialize the members of a member.</summary>
|
|
<returns>A <see cref="T:System.Collections.ObjectModel.ReadOnlyCollection`1" /> of <see cref="T:System.Linq.Expressions.MemberBinding" /> objects that describe how to initialize the members of the member.</returns>
|
|
</member>
|
|
<member name="T:System.Linq.Expressions.MethodCallExpression">
|
|
<summary>Represents calling a method.</summary>
|
|
</member>
|
|
<member name="P:System.Linq.Expressions.MethodCallExpression.Arguments">
|
|
<summary>Gets the arguments to the called method.</summary>
|
|
<returns>A <see cref="T:System.Collections.ObjectModel.ReadOnlyCollection`1" /> of <see cref="T:System.Linq.Expressions.Expression" /> objects which represent the arguments to the called method.</returns>
|
|
</member>
|
|
<member name="P:System.Linq.Expressions.MethodCallExpression.Method">
|
|
<summary>Gets the called method.</summary>
|
|
<returns>The <see cref="T:System.Reflection.MethodInfo" /> that represents the called method.</returns>
|
|
</member>
|
|
<member name="P:System.Linq.Expressions.MethodCallExpression.Object">
|
|
<summary>Gets the receiving object of the method.</summary>
|
|
<returns>An <see cref="T:System.Linq.Expressions.Expression" /> that represents the receiving object of the method.</returns>
|
|
</member>
|
|
<member name="T:System.Linq.Expressions.NewArrayExpression">
|
|
<summary>Represents creating a new array and possibly initializing the elements of the new array.</summary>
|
|
</member>
|
|
<member name="P:System.Linq.Expressions.NewArrayExpression.Expressions">
|
|
<summary>Gets the bounds of the array if the value of the <see cref="P:System.Linq.Expressions.Expression.NodeType" /> property is <see cref="F:System.Linq.Expressions.ExpressionType.NewArrayBounds" />, or the values to initialize the elements of the new array if the value of the <see cref="P:System.Linq.Expressions.Expression.NodeType" /> property is <see cref="F:System.Linq.Expressions.ExpressionType.NewArrayInit" />.</summary>
|
|
<returns>A <see cref="T:System.Collections.ObjectModel.ReadOnlyCollection`1" /> of <see cref="T:System.Linq.Expressions.Expression" /> objects which represent either the bounds of the array or the initialization values.</returns>
|
|
</member>
|
|
<member name="T:System.Linq.Expressions.NewExpression">
|
|
<summary>Represents a constructor call.</summary>
|
|
</member>
|
|
<member name="P:System.Linq.Expressions.NewExpression.Arguments">
|
|
<summary>Gets the arguments to the constructor.</summary>
|
|
<returns>A collection of <see cref="T:System.Linq.Expressions.Expression" /> objects that represent the arguments to the constructor.</returns>
|
|
</member>
|
|
<member name="P:System.Linq.Expressions.NewExpression.Constructor">
|
|
<summary>Gets the called constructor.</summary>
|
|
<returns>The <see cref="T:System.Reflection.ConstructorInfo" /> that represents the called constructor.</returns>
|
|
</member>
|
|
<member name="P:System.Linq.Expressions.NewExpression.Members">
|
|
<summary>Gets the members that can retrieve the values of the fields that were initialized with constructor arguments.</summary>
|
|
<returns>A collection of <see cref="T:System.Reflection.MemberInfo" /> objects that represent the members that can retrieve the values of the fields that were initialized with constructor arguments.</returns>
|
|
</member>
|
|
<member name="T:System.Linq.Expressions.ParameterExpression">
|
|
<summary>Represents a named parameter expression.</summary>
|
|
</member>
|
|
<member name="P:System.Linq.Expressions.ParameterExpression.Name">
|
|
<summary>Gets the name of the parameter.</summary>
|
|
<returns>A <see cref="T:System.String" /> that contains the name of the parameter.</returns>
|
|
</member>
|
|
<member name="T:System.Linq.Expressions.TypeBinaryExpression">
|
|
<summary>Represents an operation between an expression and a type.</summary>
|
|
</member>
|
|
<member name="P:System.Linq.Expressions.TypeBinaryExpression.Expression">
|
|
<summary>Gets the expression operand of a type test operation.</summary>
|
|
<returns>An <see cref="T:System.Linq.Expressions.Expression" /> that represents the expression operand of a type test operation.</returns>
|
|
</member>
|
|
<member name="P:System.Linq.Expressions.TypeBinaryExpression.TypeOperand">
|
|
<summary>Gets the type operand of a type test operation.</summary>
|
|
<returns>A <see cref="T:System.Type" /> that represents the type operand of a type test operation.</returns>
|
|
</member>
|
|
<member name="T:System.Linq.Expressions.UnaryExpression">
|
|
<summary>Represents an expression that has a unary operator.</summary>
|
|
</member>
|
|
<member name="P:System.Linq.Expressions.UnaryExpression.IsLifted">
|
|
<summary>Gets a value that indicates whether the expression tree node represents a lifted call to an operator.</summary>
|
|
<returns>true if the node represents a lifted call; otherwise, false.</returns>
|
|
</member>
|
|
<member name="P:System.Linq.Expressions.UnaryExpression.IsLiftedToNull">
|
|
<summary>Gets a value that indicates whether the expression tree node represents a lifted call to an operator whose return type is lifted to a nullable type.</summary>
|
|
<returns>true if the operator's return type is lifted to a nullable type; otherwise, false.</returns>
|
|
</member>
|
|
<member name="P:System.Linq.Expressions.UnaryExpression.Method">
|
|
<summary>Gets the implementing method for the unary operation.</summary>
|
|
<returns>The <see cref="T:System.Reflection.MethodInfo" /> that represents the implementing method.</returns>
|
|
</member>
|
|
<member name="P:System.Linq.Expressions.UnaryExpression.Operand">
|
|
<summary>Gets the operand of the unary operation.</summary>
|
|
<returns>An <see cref="T:System.Linq.Expressions.Expression" /> that represents the operand of the unary operation.</returns>
|
|
</member>
|
|
<member name="T:System.Management.Instrumentation.InstanceNotFoundException">
|
|
<summary>The exception thrown to indicate that no instances are returned by a provider.</summary>
|
|
</member>
|
|
<member name="M:System.Management.Instrumentation.InstanceNotFoundException.#ctor">
|
|
<summary>Initializes a new instance of the InstanceNotFoundException class.</summary>
|
|
</member>
|
|
<member name="M:System.Management.Instrumentation.InstanceNotFoundException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
|
|
<summary>Initializes a new instance of the InstanceNotFoundException class with the specified serialization information and streaming context.</summary>
|
|
<param name="info">The SerializationInfo that contains all the data required to serialize the exception.</param>
|
|
<param name="context">The StreamingContext that specifies the source and destination of the stream.</param>
|
|
</member>
|
|
<member name="M:System.Management.Instrumentation.InstanceNotFoundException.#ctor(System.String)">
|
|
<summary>Initializes a new instance of the InstanceNotFoundException class with its message string set to message.</summary>
|
|
<param name="message">A string that contains the error message that explains the reason for the exception.</param>
|
|
</member>
|
|
<member name="M:System.Management.Instrumentation.InstanceNotFoundException.#ctor(System.String,System.Exception)">
|
|
<summary>Initializes a new instance of the InstanceNotFoundException class with the specified error message and the inner exception.</summary>
|
|
<param name="message">A string that contains the error message that explains the reason for the exception.</param>
|
|
<param name="innerException">The Exception that caused the current exception to be thrown.</param>
|
|
</member>
|
|
<member name="T:System.Management.Instrumentation.InstrumentationBaseException">
|
|
<summary>Represents the base provider-related exception.</summary>
|
|
</member>
|
|
<member name="M:System.Management.Instrumentation.InstrumentationBaseException.#ctor">
|
|
<summary>Initializes a new instance of the <see cref="T:System.Management.Instrumentation.InstrumentationBaseException" />. class. This is the default constructor.</summary>
|
|
</member>
|
|
<member name="M:System.Management.Instrumentation.InstrumentationBaseException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
|
|
<summary>Initializes a new instance of the <see cref="T:System.Management.Instrumentation.InstrumentationBaseException" /> class with serialization information.</summary>
|
|
<param name="info">The data that is required to serialize or deserialize an object.</param>
|
|
<param name="context">Description of the source and destination of the specified serialized stream.</param>
|
|
</member>
|
|
<member name="M:System.Management.Instrumentation.InstrumentationBaseException.#ctor(System.String)">
|
|
<summary>Initializes a new instance of the <see cref="T:System.Management.Instrumentation.InstrumentationBaseException" /> class with a message that describes the exception.</summary>
|
|
<param name="message">Message that describes the exception.</param>
|
|
</member>
|
|
<member name="M:System.Management.Instrumentation.InstrumentationBaseException.#ctor(System.String,System.Exception)">
|
|
<summary>Initializes a new <see cref="T:System.Management.Instrumentation.InstrumentationBaseException" /> class with the specified string and exception.</summary>
|
|
<param name="message">Message that describes the exception.</param>
|
|
<param name="innerException">The Exception instance that caused the current exception.</param>
|
|
</member>
|
|
<member name="T:System.Management.Instrumentation.InstrumentationException">
|
|
<summary>Represents a provider-related exception.</summary>
|
|
</member>
|
|
<member name="M:System.Management.Instrumentation.InstrumentationException.#ctor">
|
|
<summary>Initializes a new instance of the <see cref="T:System.Management.Instrumentation.InstrumentationException" /> class. This is the default constructor.</summary>
|
|
</member>
|
|
<member name="M:System.Management.Instrumentation.InstrumentationException.#ctor(System.Exception)">
|
|
<summary>Initializes a new <see cref="T:System.Management.Instrumentation.InstrumentationException" /> class with the System.Exception that caused the current exception.</summary>
|
|
<param name="innerException">The Exception instance that caused the current exception.</param>
|
|
</member>
|
|
<member name="M:System.Management.Instrumentation.InstrumentationException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
|
|
<summary>Initializes a new instance of the <see cref="T:System.Management.Instrumentation.InstrumentationException" /> class with serialization information.</summary>
|
|
<param name="info">The data that is required to serialize or deserialize an object.</param>
|
|
<param name="context">Description of the source and destination of the specified serialized stream.</param>
|
|
</member>
|
|
<member name="M:System.Management.Instrumentation.InstrumentationException.#ctor(System.String)">
|
|
<summary>Initializes a new instance of the <see cref="T:System.Management.Instrumentation.InstrumentationException" /> class with a message that describes the exception.</summary>
|
|
<param name="message">Message that describes the exception.</param>
|
|
</member>
|
|
<member name="M:System.Management.Instrumentation.InstrumentationException.#ctor(System.String,System.Exception)">
|
|
<summary>Initializes a new <see cref="T:System.Management.Instrumentation.InstrumentationException" /> class with the specified string and exception.</summary>
|
|
<param name="message">Message that describes the exception.</param>
|
|
<param name="innerException">The Exception instance that caused the current exception.</param>
|
|
</member>
|
|
<member name="T:System.Management.Instrumentation.ManagementBindAttribute">
|
|
<summary>The ManagementBind attribute indicates that a method is used to return the instance of a WMI class associated with a specific key value.</summary>
|
|
</member>
|
|
<member name="M:System.Management.Instrumentation.ManagementBindAttribute.#ctor">
|
|
<summary>Initializes a new instance of the <see cref="T:System.Management.ManagementBindAttribute" /> class. This is the default constructor.</summary>
|
|
</member>
|
|
<member name="P:System.Management.Instrumentation.ManagementBindAttribute.Schema">
|
|
<summary>Gets or sets a value that defines the type of output that the method that is marked with the ManagementEnumerator attribute will output.</summary>
|
|
<returns>A <see cref="T:System.Type" /> value that indicates the type of output that the method marked with the <see cref="ManagementBind" /> attribute will output.</returns>
|
|
</member>
|
|
<member name="T:System.Management.Instrumentation.ManagementCommitAttribute">
|
|
<summary>The ManagementCommit attribute marks a method that is called when it is necessary to update a set of read-write properties in one, atomic operation.</summary>
|
|
</member>
|
|
<member name="M:System.Management.Instrumentation.ManagementCommitAttribute.#ctor">
|
|
<summary>Initializes a new instance of the <see cref="T:System.Management.ManagementCommitAttribute" /> class. This is the default constructor.</summary>
|
|
</member>
|
|
<member name="T:System.Management.Instrumentation.ManagementConfigurationAttribute">
|
|
<summary>The ManagementConfiguration attribute indicates that a property or field represents a read-write WMI property.</summary>
|
|
</member>
|
|
<member name="M:System.Management.Instrumentation.ManagementConfigurationAttribute.#ctor">
|
|
<summary>Initializes a new instance of the <see cref="T:System.Management.ManagementConfigurationAttribute" /> class. This is the default constructor.</summary>
|
|
</member>
|
|
<member name="P:System.Management.Instrumentation.ManagementConfigurationAttribute.Mode">
|
|
<summary>Gets or sets the mode of the property, which specifies whether changes to it are applied as soon as possible or when a commit method is called.</summary>
|
|
<returns>Returns a <see cref="T:System.Management.Instrumentation.ManagementConfigurationType" /> that indicates whether the WMI property uses <see cref="F:System.Management.Instrumentation.ManagementConfigurationType.Apply" /> or <see cref="F:System.Management.Instrumentation.ManagementConfigurationType.OnCommit" /> mode.</returns>
|
|
</member>
|
|
<member name="P:System.Management.Instrumentation.ManagementConfigurationAttribute.Schema">
|
|
<summary>Gets or sets a value that defines the type of output that the property that is marked with the ManagementConfiguration attribute will return.</summary>
|
|
<returns>A <see cref="T:System.Type" /> value representing the type of output that the property marked with the ManagementConfiguration attribute will return.</returns>
|
|
</member>
|
|
<member name="T:System.Management.Instrumentation.ManagementConfigurationType">
|
|
<summary>Represents the possible commit behaviors of a read/write property. It is used as the value of a parameter of the <see cref="T:System.Management.Instrumentation.ManagementConfigurationAttribute" /> attribute.</summary>
|
|
</member>
|
|
<member name="F:System.Management.Instrumentation.ManagementConfigurationType.Apply">
|
|
<summary>Set values take effect only when Commit is called.</summary>
|
|
</member>
|
|
<member name="F:System.Management.Instrumentation.ManagementConfigurationType.OnCommit">
|
|
<summary>Set values are applied immediately.</summary>
|
|
</member>
|
|
<member name="T:System.Management.Instrumentation.ManagementCreateAttribute">
|
|
<summary>The ManagementCreateAttribute is used to indicate that a method creates a new instance of a managed entity.</summary>
|
|
</member>
|
|
<member name="M:System.Management.Instrumentation.ManagementCreateAttribute.#ctor">
|
|
<summary>Initializes a new instance of the <see cref="T:System.Management.ManagementCreateAttribute" /> class. This is the default constructor.</summary>
|
|
</member>
|
|
<member name="T:System.Management.Instrumentation.ManagementEntityAttribute">
|
|
<summary>The ManagementEntity attribute indicates that a class provides management information exposed through a WMI provider.</summary>
|
|
</member>
|
|
<member name="M:System.Management.Instrumentation.ManagementEntityAttribute.#ctor">
|
|
<summary>Initializes a new instance of the <see cref="T:System.Management.ManagementEntityAttribute" /> class. This is the default constructor.</summary>
|
|
</member>
|
|
<member name="P:System.Management.Instrumentation.ManagementEntityAttribute.External">
|
|
<summary>Gets or sets a value that specifies whether the class represents a WMI class in a provider implemented external to the current assembly.</summary>
|
|
<returns>A boolean value that is true if the class represents an external WMI class and false otherwise.</returns>
|
|
</member>
|
|
<member name="P:System.Management.Instrumentation.ManagementEntityAttribute.Name">
|
|
<summary>Gets or sets the name of the WMI class.</summary>
|
|
<returns>A string that contains the name of the WMI class.</returns>
|
|
</member>
|
|
<member name="P:System.Management.Instrumentation.ManagementEntityAttribute.Singleton">
|
|
<summary>Specifies whether the associated class represents a singleton WMI class.</summary>
|
|
<returns>A boolean value that is true if the class represents a singleton WMI class and false otherwise.</returns>
|
|
</member>
|
|
<member name="T:System.Management.Instrumentation.ManagementEnumeratorAttribute">
|
|
<summary>The ManagementEnumerator attribute marks a method that returns all the instances of a WMI class.</summary>
|
|
</member>
|
|
<member name="M:System.Management.Instrumentation.ManagementEnumeratorAttribute.#ctor">
|
|
<summary>Initializes a new instance of the <see cref="T:System.Management.ManagementEnumeratorAttribute" /> class.</summary>
|
|
</member>
|
|
<member name="P:System.Management.Instrumentation.ManagementEnumeratorAttribute.Schema">
|
|
<summary>Gets or sets a value that defines the type of output that the method that is marked with the ManagementEnumerator attribute will output.</summary>
|
|
<returns>A <see cref="T:System.Type" /> value that indicates the type of output that the method marked with the <see cref="ManagementEnumerator" /> attribute will output.</returns>
|
|
</member>
|
|
<member name="T:System.Management.Instrumentation.ManagementHostingModel">
|
|
<summary>Defines values that specify the hosting model for the provider.</summary>
|
|
</member>
|
|
<member name="F:System.Management.Instrumentation.ManagementHostingModel.Decoupled">
|
|
<summary>Activates the provider as a decoupled provider.</summary>
|
|
</member>
|
|
<member name="F:System.Management.Instrumentation.ManagementHostingModel.NetworkService">
|
|
<summary>Activates the provider in the provider host process that is running under the NetworkService account.</summary>
|
|
</member>
|
|
<member name="F:System.Management.Instrumentation.ManagementHostingModel.LocalService">
|
|
<summary>Activates the provider in the provider host process that is running under the LocalService account.</summary>
|
|
</member>
|
|
<member name="F:System.Management.Instrumentation.ManagementHostingModel.LocalSystem">
|
|
<summary>Activates the provider in the provider host process that is running under the LocalSystem account.</summary>
|
|
</member>
|
|
<member name="T:System.Management.Instrumentation.ManagementKeyAttribute">
|
|
<summary>The ManagementKey attribute identifies the key properties of a WMI class.</summary>
|
|
</member>
|
|
<member name="M:System.Management.Instrumentation.ManagementKeyAttribute.#ctor">
|
|
<summary>Initializes a new instance of the <see cref="T:System.Management.ManagementKeyAttribute" /> class. This is the default constructor.</summary>
|
|
</member>
|
|
<member name="T:System.Management.Instrumentation.ManagementMemberAttribute">
|
|
<summary>This class is used by the WMI.NET Provider Extensions framework. It is the base class for all the management attributes that can be applied to members.</summary>
|
|
</member>
|
|
<member name="M:System.Management.Instrumentation.ManagementMemberAttribute.#ctor">
|
|
<summary>Initializes a new instance of <see cref="T:System.Management.ManagementMemberAttribute" /> the class. This is the default constructor.</summary>
|
|
</member>
|
|
<member name="P:System.Management.Instrumentation.ManagementMemberAttribute.Name">
|
|
<summary>Gets or sets the name of the management attribute.</summary>
|
|
<returns>Returns a string which is the name of the management attribute.</returns>
|
|
</member>
|
|
<member name="T:System.Management.Instrumentation.ManagementNameAttribute">
|
|
<summary>The ManagementName attribute is used to override names exposed through a WMI class.</summary>
|
|
</member>
|
|
<member name="M:System.Management.Instrumentation.ManagementNameAttribute.#ctor(System.String)">
|
|
<summary>Initializes a new instance of the <see cref="T:System.Management.ManagementNameAttribute" /> class that specifies a value for the <see cref="P:System.Management.ManagementNameAttribute.Name" /> property of the class.</summary>
|
|
<param name="name">The user-friendly name for the object.</param>
|
|
</member>
|
|
<member name="P:System.Management.Instrumentation.ManagementNameAttribute.Name">
|
|
<summary>Gets or sets the user-friendly name for an object. The object can be a method parameter or properties marked with the ManagementProbe, ManagementKey, or ManagementConfiguration attributes.</summary>
|
|
<returns>A <see cref="T:System.String" /> value that indicates the user friendly name for an object.</returns>
|
|
</member>
|
|
<member name="T:System.Management.Instrumentation.ManagementNewInstanceAttribute">
|
|
<summary>The base class for management attributes that have only run-time functionality and no schema representation. The management attribute classes ManagementBindAttribute, ManagementCreateAttribute and ManagementEnumeratorAttribute are all derived from this class.</summary>
|
|
</member>
|
|
<member name="M:System.Management.Instrumentation.ManagementNewInstanceAttribute.#ctor">
|
|
<summary>Initializes a new instance of the <see cref="T:System.Management.ManagementNewInstanceAttribute" /> class. This is the default constructor.</summary>
|
|
</member>
|
|
<member name="T:System.Management.Instrumentation.ManagementProbeAttribute">
|
|
<summary>The ManagementProbe attribute indicates that a property or field represents a read-only WMI property.</summary>
|
|
</member>
|
|
<member name="M:System.Management.Instrumentation.ManagementProbeAttribute.#ctor">
|
|
<summary>Initializes a new instance of the <see cref="T:System.Management.ManagementProbeAttribute" /> class. This is the default constructor for the class.</summary>
|
|
</member>
|
|
<member name="P:System.Management.Instrumentation.ManagementProbeAttribute.Schema">
|
|
<summary>Gets or sets a value that defines the type of output that the property that is marked with the ManagementProbe attribute will output.</summary>
|
|
<returns>A <see cref="T:System.Type" /> value that indicates the type of output that the property that is marked with the ManagementProbe attribute will output.</returns>
|
|
</member>
|
|
<member name="T:System.Management.Instrumentation.ManagementReferenceAttribute">
|
|
<summary>The ManagementReferenceAttribute marks a class member, property or method parameter as a reference to another management object or class.</summary>
|
|
</member>
|
|
<member name="M:System.Management.Instrumentation.ManagementReferenceAttribute.#ctor">
|
|
<summary>Initializes a new instance of the <see cref="T:System.Management.ManagementReferenceAttribute" /> class. This is the default constructor.</summary>
|
|
</member>
|
|
<member name="P:System.Management.Instrumentation.ManagementReferenceAttribute.Type">
|
|
<summary>Gets or sets the name of the referenced type.</summary>
|
|
<returns>A string containing the name of the referenced type.</returns>
|
|
</member>
|
|
<member name="T:System.Management.Instrumentation.ManagementRemoveAttribute">
|
|
<summary>The ManagementRemoveAttribute is used to indicate that a method cleans up an instance of a managed entity.</summary>
|
|
</member>
|
|
<member name="M:System.Management.Instrumentation.ManagementRemoveAttribute.#ctor">
|
|
<summary>Initializes a new instance of the <see cref="T:System.Management.ManagementRemoveAttribute" /> class. This is the default constructor.</summary>
|
|
</member>
|
|
<member name="P:System.Management.Instrumentation.ManagementRemoveAttribute.Schema">
|
|
<summary>Gets or sets a value that defines the type of output that the object that is marked with the ManagementRemove attribute will output.</summary>
|
|
<returns>A <see cref="T:System.Type" /> value that indicates the type of output that the object marked with the Remove attribute will output.</returns>
|
|
</member>
|
|
<member name="T:System.Management.Instrumentation.ManagementTaskAttribute">
|
|
<summary>The ManagementTask attribute indicates that the target method implements a WMI method.</summary>
|
|
</member>
|
|
<member name="M:System.Management.Instrumentation.ManagementTaskAttribute.#ctor">
|
|
<summary>Initializes a new instance of the <see cref="T:System.Management.ManagementTaskAttribute" /> class. This is the default constructor.</summary>
|
|
</member>
|
|
<member name="P:System.Management.Instrumentation.ManagementTaskAttribute.Schema">
|
|
<summary>Gets or sets a value that defines the type of output that the method that is marked with the ManagementTask attribute will output.</summary>
|
|
<returns>A <see cref="T:System.Type" /> value that indicates the type of output that the method that is marked with the ManagementTask attribute will output.</returns>
|
|
</member>
|
|
<member name="T:System.Management.Instrumentation.WmiConfigurationAttribute">
|
|
<summary>The WmiConfiguration attribute indicates that an assembly contains code that implements a WMI provider by using the WMI.NET Provider Extensions model. The attribute accepts parameters that establish the high-level configuration of the implemented WMI provider. </summary>
|
|
</member>
|
|
<member name="M:System.Management.Instrumentation.WmiConfigurationAttribute.#ctor(System.String)">
|
|
<summary>Initializes a new instance of the <see cref="T:System.Management.WmiConfigurationAttribute" /> class that specifies the WMI namespace in which the WMI provider will expose classes.</summary>
|
|
<param name="scope">The WMI namespace in which the provider will expose classes. For example, "root\MyProviderNamespace".</param>
|
|
</member>
|
|
<member name="P:System.Management.Instrumentation.WmiConfigurationAttribute.HostingGroup">
|
|
<summary>Gets or sets the hosting group for the WMI provider.</summary>
|
|
<returns>A <see cref="T:System.String" /> value that indicates the hosting group for the WMI provider.</returns>
|
|
</member>
|
|
<member name="P:System.Management.Instrumentation.WmiConfigurationAttribute.HostingModel">
|
|
<summary>Gets or sets the hosting model for the WMI provider.</summary>
|
|
<returns>A <see cref="T:System.Management.Instrumentation.ManagementHostingModel" /> value that indicates the hosting model of the WMI provider.</returns>
|
|
</member>
|
|
<member name="P:System.Management.Instrumentation.WmiConfigurationAttribute.IdentifyLevel">
|
|
<summary>Gets or sets a value that specifies whether the WMI provider can impersonate its callers. If the value is false, the provider cannot impersonate, and if the value is true, the provider can impersonate.</summary>
|
|
<returns>A Boolean value that indicates whether a provider can or cannot impersonate its callers. If the value is false, the provider cannot impersonate, and if the value is true, the provider can impersonate.</returns>
|
|
</member>
|
|
<member name="P:System.Management.Instrumentation.WmiConfigurationAttribute.NamespaceSecurity">
|
|
<summary>Gets or sets a Security Descriptor Definition Language (SDDL) string that specifies the security descriptor on the namespace in which the provider exposes management objects.</summary>
|
|
<returns>An SDDL string that represents the security descriptor on the namespace in which the provider exposes management objects.</returns>
|
|
</member>
|
|
<member name="P:System.Management.Instrumentation.WmiConfigurationAttribute.Scope">
|
|
<summary>Gets or sets the WMI namespace in which the WMI provider exposes classes.</summary>
|
|
<returns>A <see cref="T:System.String" /> value that indicates the namespace in which the WMI provider exposes classes.</returns>
|
|
</member>
|
|
<member name="P:System.Management.Instrumentation.WmiConfigurationAttribute.SecurityRestriction">
|
|
<summary>Gets or sets a security descriptor for the WMI provider. For more information, see the SecurityDescriptor property information in the "__Win32Provider" topic in the MSDN online library at http://www.msdn.com. </summary>
|
|
<returns>A <see cref="T:System.String" /> value that contains the security descriptor for the WMI provider.</returns>
|
|
</member>
|
|
<member name="T:System.Runtime.CompilerServices.ExecutionScope">
|
|
<summary>Represents the runtime state of a dynamically generated method.</summary>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Runtime.CompilerServices.ExecutionScope.CreateDelegate(System.Int32,System.Object[])">
|
|
<summary>Creates a delegate that can be used to execute a dynamically generated method.</summary>
|
|
<returns>A <see cref="T:System.Delegate" /> that can execute a dynamically generated method.</returns>
|
|
<param name="indexLambda">The index of the object that stores information about associated lambda expression of the dynamic method.</param>
|
|
<param name="locals">An array that contains the hoisted local variables from the parent context.</param>
|
|
</member>
|
|
<member name="M:System.Runtime.CompilerServices.ExecutionScope.CreateHoistedLocals">
|
|
<summary>Creates an array to store the hoisted local variables.</summary>
|
|
<returns>An array to store hoisted local variables.</returns>
|
|
</member>
|
|
<member name="F:System.Runtime.CompilerServices.ExecutionScope.Globals">
|
|
<summary>Represents the non-trivial constants and locally executable expressions that are referenced by a dynamically generated method.</summary>
|
|
</member>
|
|
<member name="M:System.Runtime.CompilerServices.ExecutionScope.IsolateExpression(System.Linq.Expressions.Expression,System.Object[])">
|
|
<summary>Frees a specified expression tree of external parameter references by replacing the parameter with its current value.</summary>
|
|
<returns>An expression tree that does not contain external parameter references.</returns>
|
|
<param name="expression">An expression tree to free of external parameter references.</param>
|
|
<param name="locals">An array that contains the hoisted local variables.</param>
|
|
</member>
|
|
<member name="F:System.Runtime.CompilerServices.ExecutionScope.Locals">
|
|
<summary>Represents the hoisted local variables from the parent context.</summary>
|
|
</member>
|
|
<member name="F:System.Runtime.CompilerServices.ExecutionScope.Parent">
|
|
<summary>Represents the execution scope of the calling delegate.</summary>
|
|
</member>
|
|
<member name="T:System.Runtime.CompilerServices.ExtensionAttribute">
|
|
<summary>Indicates that a method is an extension method, or that a class or assembly contains extension methods.</summary>
|
|
</member>
|
|
<member name="M:System.Runtime.CompilerServices.ExtensionAttribute.#ctor">
|
|
<summary>Initializes a new instance of the <see cref="T:System.Runtime.CompilerServices.ExtensionAttribute" /> class. </summary>
|
|
</member>
|
|
<member name="T:System.Runtime.CompilerServices.IStrongBox">
|
|
<summary>Defines a property for accessing the value that an object references.</summary>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Runtime.CompilerServices.IStrongBox.Value">
|
|
<summary>Gets or sets the value that an object references.</summary>
|
|
<returns>The value that the object references.</returns>
|
|
</member>
|
|
<member name="T:System.Runtime.CompilerServices.StrongBox`1">
|
|
<summary>Holds a reference to a value.</summary>
|
|
<typeparam name="T">The type of the value that the <see cref="T:System.Runtime.CompilerServices.StrongBox`1" /> references.</typeparam>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Runtime.CompilerServices.StrongBox`1.#ctor(`0)">
|
|
<summary>Initializes a new instance of the <see cref="T:System.Runtime.CompilerServices.StrongBox`1" /> class by using the supplied value. </summary>
|
|
<param name="value">A value that the <see cref="T:System.Runtime.CompilerServices.StrongBox`1" /> will reference.</param>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Runtime.CompilerServices.StrongBox`1.System#Runtime#CompilerServices#IStrongBox#Value">
|
|
<summary>Gets or sets the value that the <see cref="T:System.Runtime.CompilerServices.StrongBox`1" /> references.</summary>
|
|
<returns>The value that the <see cref="T:System.Runtime.CompilerServices.StrongBox`1" /> references.</returns>
|
|
</member>
|
|
<member name="F:System.Runtime.CompilerServices.StrongBox`1.Value">
|
|
<summary>Represents the value that the <see cref="T:System.Runtime.CompilerServices.StrongBox`1" /> references.</summary>
|
|
</member>
|
|
<member name="T:System.Security.ManifestKinds">
|
|
<summary>Represents the type of manifest that the signature information applies to.</summary>
|
|
</member>
|
|
<member name="F:System.Security.ManifestKinds.None">
|
|
<summary>The manifest is of no particular type. </summary>
|
|
</member>
|
|
<member name="F:System.Security.ManifestKinds.Deployment">
|
|
<summary>The manifest is for deployment only.</summary>
|
|
</member>
|
|
<member name="F:System.Security.ManifestKinds.Application">
|
|
<summary>The manifest is for an application. </summary>
|
|
</member>
|
|
<member name="F:System.Security.ManifestKinds.ApplicationAndDeployment">
|
|
<summary>The manifest is for deployment and application. The is the default value for verifying signatures. </summary>
|
|
</member>
|
|
<member name="T:System.Security.Cryptography.Aes">
|
|
<summary>Represents the abstract base class from which all implementations of the Advanced Encryption Standard (AES) must inherit. </summary>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.Aes.#ctor">
|
|
<summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.Aes" /> class. </summary>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.Aes.Create">
|
|
<summary>Creates a cryptographic object that is used to perform the symmetric algorithm.</summary>
|
|
<returns>A cryptographic object that is used to perform the symmetric algorithm.</returns>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.Aes.Create(System.String)">
|
|
<summary>Creates a cryptographic object that specifies the implementation of AES to use to perform the symmetric algorithm.</summary>
|
|
<returns>A cryptographic object that is used to perform the symmetric algorithm.</returns>
|
|
<param name="algorithmName">The name of the specific implementation of AES to use.</param>
|
|
<exception cref="T:System.ArgumentNullException">The <paramref name="algorithmName" /> parameter is null.</exception>
|
|
</member>
|
|
<member name="T:System.Security.Cryptography.AesCryptoServiceProvider">
|
|
<summary>Performs symmetric encryption and decryption using the Cryptographic Application Programming Interfaces (CAPI) implementation of the Advanced Encryption Standard (AES) algorithm.</summary>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.AesCryptoServiceProvider.#ctor">
|
|
<summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.AesCryptoServiceProvider" /> class. </summary>
|
|
<exception cref="T:System.PlatformNotSupportedException">There is no supported key size for the current platform.</exception>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.AesCryptoServiceProvider.CreateDecryptor">
|
|
<summary>Creates a symmetric AES decryptor object using the current key and initialization vector (IV).</summary>
|
|
<returns>A symmetric AES decryptor object.</returns>
|
|
<exception cref="T:System.Security.Cryptography.CryptographicException">The current key is invalid or missing.</exception>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.AesCryptoServiceProvider.CreateDecryptor(System.Byte[],System.Byte[])">
|
|
<summary>Creates a symmetric AES decryptor object using the specified key and initialization vector (IV).</summary>
|
|
<returns>A symmetric AES decryptor object.</returns>
|
|
<param name="key">The secret key to use for the symmetric algorithm.</param>
|
|
<param name="iv">The initialization vector to use for the symmetric algorithm.</param>
|
|
<exception cref="T:System.Security.Cryptography.CryptographicException">The <paramref name="key" /> parameter is null or invalid.</exception>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.AesCryptoServiceProvider.CreateEncryptor">
|
|
<summary>Creates a symmetric AES encryptor object using the current key and initialization vector (IV).</summary>
|
|
<returns>A symmetric AES encryptor object.</returns>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.AesCryptoServiceProvider.CreateEncryptor(System.Byte[],System.Byte[])">
|
|
<summary>Creates a symmetric encryptor object using the specified key and initialization vector (IV).</summary>
|
|
<returns>A symmetric AES encryptor object.</returns>
|
|
<param name="key">The secret key to use for the symmetric algorithm.</param>
|
|
<param name="iv">The initialization vector to use for the symmetric algorithm.</param>
|
|
<exception cref="T:System.ArgumentNullException">The <paramref name="key" /> or <paramref name="iv" /> parameter is null.</exception>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.AesCryptoServiceProvider.GenerateIV">
|
|
<summary>Generates a random initialization vector (IV) to use for the algorithm.</summary>
|
|
<exception cref="T:System.Security.Cryptography.CryptographicException">The initialization vector (IV) could not be generated. </exception>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.AesCryptoServiceProvider.GenerateKey">
|
|
<summary>Generates a random key to use for the algorithm. </summary>
|
|
<exception cref="T:System.Security.Cryptography.CryptographicException">The key could not be generated.</exception>
|
|
</member>
|
|
<member name="P:System.Security.Cryptography.AesCryptoServiceProvider.Key">
|
|
<summary>Gets or sets the symmetric key that is used for encryption and decryption.</summary>
|
|
<returns>The symmetric key that is used for encryption and decryption.</returns>
|
|
<exception cref="T:System.ArgumentNullException">The value for the key is null.</exception>
|
|
<exception cref="T:System.Security.Cryptography.CryptographicException">The size of the key is invalid.</exception>
|
|
</member>
|
|
<member name="P:System.Security.Cryptography.AesCryptoServiceProvider.KeySize">
|
|
<summary>Gets or sets the size, in bits, of the secret key. </summary>
|
|
<returns>The size, in bits, of the key.</returns>
|
|
</member>
|
|
<member name="T:System.Security.Cryptography.AesManaged">
|
|
<summary>Provides a managed implementation of the Advanced Encryption Standard (AES) symmetric algorithm. </summary>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.AesManaged.#ctor">
|
|
<summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.AesManaged" /> class. </summary>
|
|
<exception cref="T:System.Security.Cryptography.CryptographicException">The Windows security policy setting for FIPS is enabled.</exception>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.AesManaged.CreateDecryptor">
|
|
<summary>Creates a symmetric decryptor object using the current key and initialization vector (IV).</summary>
|
|
<returns>A symmetric decryptor object.</returns>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.AesManaged.CreateDecryptor(System.Byte[],System.Byte[])">
|
|
<summary>Creates a symmetric decryptor object using the specified key and initialization vector (IV).</summary>
|
|
<returns>A symmetric decryptor object.</returns>
|
|
<param name="key">The secret key to use for the symmetric algorithm.</param>
|
|
<param name="iv">The initialization vector to use for the symmetric algorithm.</param>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.AesManaged.CreateEncryptor">
|
|
<summary>Creates a symmetric encryptor object using the current key and initialization vector (IV).</summary>
|
|
<returns>A symmetric encryptor object.</returns>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.AesManaged.CreateEncryptor(System.Byte[],System.Byte[])">
|
|
<summary>Creates a symmetric encryptor object using the specified key and initialization vector (IV).</summary>
|
|
<returns>A symmetric encryptor object.</returns>
|
|
<param name="key">The secret key to use for the symmetric algorithm.</param>
|
|
<param name="iv">The initialization vector to use for the symmetric algorithm.</param>
|
|
</member>
|
|
<member name="P:System.Security.Cryptography.AesManaged.FeedbackSize">
|
|
<summary>Gets or sets the number of bits to use as feedback. </summary>
|
|
<returns>The feedback size, in bits.</returns>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.AesManaged.GenerateIV">
|
|
<summary>Generates a random initialization vector (IV) to use for the symmetric algorithm.</summary>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.AesManaged.GenerateKey">
|
|
<summary>Generates a random key to use for the symmetric algorithm. </summary>
|
|
</member>
|
|
<member name="P:System.Security.Cryptography.AesManaged.IV">
|
|
<summary>Gets or sets the initialization vector (IV) to use for the symmetric algorithm. </summary>
|
|
<returns>The initialization vector to use for the symmetric algorithm</returns>
|
|
</member>
|
|
<member name="P:System.Security.Cryptography.AesManaged.Key">
|
|
<summary>Gets or sets the secret key used for the symmetric algorithm.</summary>
|
|
<returns>The key for the symmetric algorithm.</returns>
|
|
</member>
|
|
<member name="P:System.Security.Cryptography.AesManaged.KeySize">
|
|
<summary>Gets or sets the size, in bits, of the secret key used for the symmetric algorithm. </summary>
|
|
<returns>The size, in bits, of the key used by the symmetric algorithm.</returns>
|
|
</member>
|
|
<member name="P:System.Security.Cryptography.AesManaged.Mode">
|
|
<summary>Gets or sets the mode for operation of the symmetric algorithm.</summary>
|
|
<returns>One of the <see cref="T:System.Security.Cryptography.CipherMode" /> values. The default is <see cref="F:System.Security.Cryptography.CipherMode.CBC" />.</returns>
|
|
<exception cref="T:System.Security.Cryptography.CryptographicException">
|
|
<see cref="P:System.Security.Cryptography.AesManaged.Mode" /> is set to <see cref="F:System.Security.Cryptography.CipherMode.CFB" /> or <see cref="F:System.Security.Cryptography.CipherMode.OFB" />.</exception>
|
|
</member>
|
|
<member name="P:System.Security.Cryptography.AesManaged.Padding">
|
|
<summary>Gets or sets the padding mode used in the symmetric algorithm. </summary>
|
|
<returns>One of the <see cref="T:System.Security.Cryptography.PaddingMode" /> values. The default is <see cref="F:System.Security.Cryptography.PaddingMode.PKCS7" />.</returns>
|
|
</member>
|
|
<member name="T:System.Security.Cryptography.CngAlgorithm">
|
|
<summary>Encapsulates the name of an encryption algorithm. </summary>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.CngAlgorithm.#ctor(System.String)">
|
|
<summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.CngAlgorithm" /> class.</summary>
|
|
<param name="algorithm">The name of the algorithm to initialize.</param>
|
|
<exception cref="T:System.ArgumentNullException">The <paramref name="algorithm" /> parameter is null.</exception>
|
|
<exception cref="T:System.ArgumentException">The <paramref name="algorithm" /> parameter length is 0 (zero).</exception>
|
|
</member>
|
|
<member name="P:System.Security.Cryptography.CngAlgorithm.Algorithm">
|
|
<summary>Gets the algorithm name that the current <see cref="T:System.Security.Cryptography.CngAlgorithm" /> object specifies.</summary>
|
|
<returns>The embedded algorithm name.</returns>
|
|
</member>
|
|
<member name="P:System.Security.Cryptography.CngAlgorithm.ECDiffieHellmanP256">
|
|
<summary>Gets a <see cref="T:System.Security.Cryptography.CngAlgorithm" /> object that specifies an Elliptic Curve Diffie-Hellman (ECDH) key exchange algorithm that uses the P-256 curve.</summary>
|
|
<returns>An object that specifies an ECDH algorithm that uses the P-256 curve.</returns>
|
|
</member>
|
|
<member name="P:System.Security.Cryptography.CngAlgorithm.ECDiffieHellmanP384">
|
|
<summary>Gets a <see cref="T:System.Security.Cryptography.CngAlgorithm" /> object that specifies an Elliptic Curve Diffie-Hellman (ECDH) key exchange algorithm that uses the P-384 curve.</summary>
|
|
<returns>An object that specifies an ECDH algorithm that uses the P-384 curve.</returns>
|
|
</member>
|
|
<member name="P:System.Security.Cryptography.CngAlgorithm.ECDiffieHellmanP521">
|
|
<summary>Gets a <see cref="T:System.Security.Cryptography.CngAlgorithm" /> object that specifies an Elliptic Curve Diffie-Hellman (ECDH) key exchange algorithm that uses the P-521 curve.</summary>
|
|
<returns>An object that specifies an ECDH algorithm that uses the P-521 curve.</returns>
|
|
</member>
|
|
<member name="P:System.Security.Cryptography.CngAlgorithm.ECDsaP256">
|
|
<summary>Gets a <see cref="T:System.Security.Cryptography.CngAlgorithm" /> object that specifies an Elliptic Curve Digital Signature Algorithm (ECDSA) that uses the P-256 curve.</summary>
|
|
<returns>An object that specifies an ECDSA algorithm that uses the P-256 curve.</returns>
|
|
</member>
|
|
<member name="P:System.Security.Cryptography.CngAlgorithm.ECDsaP384">
|
|
<summary>Gets a <see cref="T:System.Security.Cryptography.CngAlgorithm" /> object that specifies an Elliptic Curve Digital Signature Algorithm (ECDSA) that uses the P-384 curve.</summary>
|
|
<returns>An object that specifies an ECDSA algorithm that uses the P-384 curve.</returns>
|
|
</member>
|
|
<member name="P:System.Security.Cryptography.CngAlgorithm.ECDsaP521">
|
|
<summary>Gets a new <see cref="T:System.Security.Cryptography.CngAlgorithm" /> object that specifies an Elliptic Curve Digital Signature Algorithm (ECDSA) that uses the P-521 curve.</summary>
|
|
<returns>An object that specifies an ECDSA algorithm that uses the P-521 curve.</returns>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.CngAlgorithm.Equals(System.Object)">
|
|
<summary>Compares the specified object to the current <see cref="T:System.Security.Cryptography.CngAlgorithm" /> object.</summary>
|
|
<returns>true if the <paramref name="obj" /> parameter is a <see cref="T:System.Security.Cryptography.CngAlgorithm" /> that specifies the same algorithm as the current object; otherwise, false.</returns>
|
|
<param name="obj">An object to be compared to the current <see cref="T:System.Security.Cryptography.CngAlgorithm" /> object.</param>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.CngAlgorithm.Equals(System.Security.Cryptography.CngAlgorithm)">
|
|
<summary>Compares the specified <see cref="T:System.Security.Cryptography.CngAlgorithm" /> object to the current <see cref="T:System.Security.Cryptography.CngAlgorithm" /> object. </summary>
|
|
<returns>true if the <paramref name="other" /> parameter specifies the same algorithm as the current object; otherwise, false.</returns>
|
|
<param name="other">An object to be compared to the current <see cref="T:System.Security.Cryptography.CngAlgorithm" /> object.</param>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.CngAlgorithm.GetHashCode">
|
|
<summary>Generates a hash value for the algorithm name that is embedded in the current <see cref="T:System.Security.Cryptography.CngAlgorithm" /> object.</summary>
|
|
<returns>The hash value of the embedded algorithm name.</returns>
|
|
</member>
|
|
<member name="P:System.Security.Cryptography.CngAlgorithm.MD5">
|
|
<summary>Gets a new <see cref="T:System.Security.Cryptography.CngAlgorithm" /> object that specifies the Message Digest 5 (MD5) hash algorithm.</summary>
|
|
<returns>An object that specifies the MD5 algorithm.</returns>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.CngAlgorithm.op_Equality(System.Security.Cryptography.CngAlgorithm,System.Security.Cryptography.CngAlgorithm)">
|
|
<summary>Determines whether two <see cref="T:System.Security.Cryptography.CngAlgorithm" /> objects specify the same algorithm name.</summary>
|
|
<returns>true if the two objects specify the same algorithm name; otherwise, false.</returns>
|
|
<param name="left">An object that specifies an algorithm name.</param>
|
|
<param name="right">A second object, to be compared to the object that is identified by the <paramref name="left" /> parameter.</param>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.CngAlgorithm.op_Inequality(System.Security.Cryptography.CngAlgorithm,System.Security.Cryptography.CngAlgorithm)">
|
|
<summary>Determines whether two <see cref="T:System.Security.Cryptography.CngAlgorithm" /> objects do not specify the same algorithm.</summary>
|
|
<returns>true if the two objects do not specify the same algorithm name; otherwise, false.</returns>
|
|
<param name="left">An object that specifies an algorithm name.</param>
|
|
<param name="right">A second object, to be compared to the object that is identified by the <paramref name="left" /> parameter.</param>
|
|
</member>
|
|
<member name="P:System.Security.Cryptography.CngAlgorithm.Sha1">
|
|
<summary>Gets a new <see cref="T:System.Security.Cryptography.CngAlgorithm" /> object that specifies the Secure Hash Algorithm 1 (SHA-1) algorithm.</summary>
|
|
<returns>An object that specifies the SHA-1 algorithm.</returns>
|
|
</member>
|
|
<member name="P:System.Security.Cryptography.CngAlgorithm.Sha256">
|
|
<summary>Gets a new <see cref="T:System.Security.Cryptography.CngAlgorithm" /> object that specifies the Secure Hash Algorithm 256 (SHA-256) algorithm.</summary>
|
|
<returns>An object that specifies the SHA-256 algorithm.</returns>
|
|
</member>
|
|
<member name="P:System.Security.Cryptography.CngAlgorithm.Sha384">
|
|
<summary>Gets a new <see cref="T:System.Security.Cryptography.CngAlgorithm" /> object that specifies the Secure Hash Algorithm 384 (SHA-384) algorithm.</summary>
|
|
<returns>An object that specifies the SHA-384 algorithm.</returns>
|
|
</member>
|
|
<member name="P:System.Security.Cryptography.CngAlgorithm.Sha512">
|
|
<summary>Gets a new <see cref="T:System.Security.Cryptography.CngAlgorithm" /> object that specifies the Secure Hash Algorithm 512 (SHA-512) algorithm.</summary>
|
|
<returns>An object that specifies the SHA-512 algorithm.</returns>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.CngAlgorithm.ToString">
|
|
<summary>Gets the name of the algorithm that the current <see cref="T:System.Security.Cryptography.CngAlgorithm" /> object specifies.</summary>
|
|
<returns>The embedded algorithm name.</returns>
|
|
</member>
|
|
<member name="T:System.Security.Cryptography.CngAlgorithmGroup">
|
|
<summary>Encapsulates the name of an encryption algorithm group. </summary>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.CngAlgorithmGroup.#ctor(System.String)">
|
|
<summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.CngAlgorithmGroup" /> class.</summary>
|
|
<param name="algorithmGroup">The name of the algorithm group to initialize.</param>
|
|
<exception cref="T:System.ArgumentNullException">The <paramref name="algorithmGroup" /> parameter is null.</exception>
|
|
<exception cref="T:System.ArgumentException">The <paramref name="algorithmGroup" /> parameter length is 0 (zero).</exception>
|
|
</member>
|
|
<member name="P:System.Security.Cryptography.CngAlgorithmGroup.AlgorithmGroup">
|
|
<summary>Gets the name of the algorithm group that the current <see cref="T:System.Security.Cryptography.CngAlgorithm" /> object specifies.</summary>
|
|
<returns>The embedded algorithm group name.</returns>
|
|
</member>
|
|
<member name="P:System.Security.Cryptography.CngAlgorithmGroup.DiffieHellman">
|
|
<summary>Gets a <see cref="T:System.Security.Cryptography.CngAlgorithmGroup" /> object that specifies the Diffie-Hellman family of algorithms.</summary>
|
|
<returns>An object that specifies the Diffie-Hellman family of algorithms.</returns>
|
|
</member>
|
|
<member name="P:System.Security.Cryptography.CngAlgorithmGroup.Dsa">
|
|
<summary>Gets a <see cref="T:System.Security.Cryptography.CngAlgorithmGroup" /> object that specifies the Digital Signature Algorithm (DSA) family of algorithms.</summary>
|
|
<returns>An object that specifies the DSA family of algorithms.</returns>
|
|
</member>
|
|
<member name="P:System.Security.Cryptography.CngAlgorithmGroup.ECDiffieHellman">
|
|
<summary>Gets a <see cref="T:System.Security.Cryptography.CngAlgorithmGroup" /> object that specifies the Elliptic Curve Diffie-Hellman (ECDH) family of algorithms.</summary>
|
|
<returns>An object that specifies the ECDH family of algorithms.</returns>
|
|
</member>
|
|
<member name="P:System.Security.Cryptography.CngAlgorithmGroup.ECDsa">
|
|
<summary>Gets a <see cref="T:System.Security.Cryptography.CngAlgorithmGroup" /> object that specifies the Elliptic Curve Digital Signature Algorithm (ECDSA) family of algorithms.</summary>
|
|
<returns>An object that specifies the ECDSA family of algorithms.</returns>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.CngAlgorithmGroup.Equals(System.Object)">
|
|
<summary>Compares the specified object to the current <see cref="T:System.Security.Cryptography.CngAlgorithmGroup" /> object.</summary>
|
|
<returns>true if the <paramref name="obj" /> parameter is a <see cref="T:System.Security.Cryptography.CngAlgorithmGroup" /> that specifies the same algorithm group as the current object; otherwise, false.</returns>
|
|
<param name="obj">An object to be compared to the current <see cref="T:System.Security.Cryptography.CngAlgorithmGroup" /> object.</param>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.CngAlgorithmGroup.Equals(System.Security.Cryptography.CngAlgorithmGroup)">
|
|
<summary>Compares the specified <see cref="T:System.Security.Cryptography.CngAlgorithmGroup" /> object to the current <see cref="T:System.Security.Cryptography.CngAlgorithmGroup" /> object.</summary>
|
|
<returns>true if the <paramref name="other" /> parameter specifies the same algorithm group as the current object; otherwise, false.</returns>
|
|
<param name="other">An object to be compared to the current <see cref="T:System.Security.Cryptography.CngAlgorithmGroup" /> object.</param>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.CngAlgorithmGroup.GetHashCode">
|
|
<summary>Generates a hash value for the algorithm group name that is embedded in the current <see cref="T:System.Security.Cryptography.CngAlgorithmGroup" /> object.</summary>
|
|
<returns>The hash value of the embedded algorithm group name.</returns>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.CngAlgorithmGroup.op_Equality(System.Security.Cryptography.CngAlgorithmGroup,System.Security.Cryptography.CngAlgorithmGroup)">
|
|
<summary>Determines whether two <see cref="T:System.Security.Cryptography.CngAlgorithmGroup" /> objects specify the same algorithm group.</summary>
|
|
<returns>true if the two objects specify the same algorithm group; otherwise, false.</returns>
|
|
<param name="left">An object that specifies an algorithm group.</param>
|
|
<param name="right">A second object, to be compared to the object that is identified by the <paramref name="left" /> parameter.</param>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.CngAlgorithmGroup.op_Inequality(System.Security.Cryptography.CngAlgorithmGroup,System.Security.Cryptography.CngAlgorithmGroup)">
|
|
<summary>Determines whether two <see cref="T:System.Security.Cryptography.CngAlgorithmGroup" /> objects do not specify the same algorithm group.</summary>
|
|
<returns>true if the two objects do not specify the same algorithm group; otherwise, false. </returns>
|
|
<param name="left">An object that specifies an algorithm group.</param>
|
|
<param name="right">A second object, to be compared to the object that is identified by the <paramref name="left" /> parameter.</param>
|
|
</member>
|
|
<member name="P:System.Security.Cryptography.CngAlgorithmGroup.Rsa">
|
|
<summary>Gets a <see cref="T:System.Security.Cryptography.CngAlgorithmGroup" /> object that specifies the Rivest-Shamir-Adleman (RSA) family of algorithms.</summary>
|
|
<returns>An object that specifies the RSA family of algorithms.</returns>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.CngAlgorithmGroup.ToString">
|
|
<summary>Gets the name of the algorithm group that the current <see cref="T:System.Security.Cryptography.CngAlgorithm" /> object specifies.</summary>
|
|
<returns>The embedded algorithm group name.</returns>
|
|
</member>
|
|
<member name="T:System.Security.Cryptography.CngExportPolicies">
|
|
<summary>Specifies the key export policies for a key. </summary>
|
|
</member>
|
|
<member name="F:System.Security.Cryptography.CngExportPolicies.None">
|
|
<summary>No export policies are established. Key export is allowed without restriction.</summary>
|
|
</member>
|
|
<member name="F:System.Security.Cryptography.CngExportPolicies.AllowExport">
|
|
<summary>The private key can be exported multiple times.</summary>
|
|
</member>
|
|
<member name="F:System.Security.Cryptography.CngExportPolicies.AllowPlaintextExport">
|
|
<summary>The private key can be exported multiple times as plaintext.</summary>
|
|
</member>
|
|
<member name="F:System.Security.Cryptography.CngExportPolicies.AllowArchiving">
|
|
<summary>The private key can be exported one time for archiving purposes.</summary>
|
|
</member>
|
|
<member name="F:System.Security.Cryptography.CngExportPolicies.AllowPlaintextArchiving">
|
|
<summary>The private key can be exported one time as plaintext.</summary>
|
|
</member>
|
|
<member name="T:System.Security.Cryptography.CngKey">
|
|
<summary>Defines the core functionality for keys that are used with Cryptography Next Generation (CNG) objects.</summary>
|
|
</member>
|
|
<member name="P:System.Security.Cryptography.CngKey.Algorithm">
|
|
<summary>Gets the algorithm that is used by the key.</summary>
|
|
<returns>An object that specifies the name of an encryption algorithm.</returns>
|
|
</member>
|
|
<member name="P:System.Security.Cryptography.CngKey.AlgorithmGroup">
|
|
<summary>Gets the algorithm group that is used by the key.</summary>
|
|
<returns>An object that specifies the name of an encryption algorithm group.</returns>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.CngKey.Create(System.Security.Cryptography.CngAlgorithm)">
|
|
<summary>Creates a <see cref="T:System.Security.Cryptography.CngKey" /> object that can be used with the specified algorithm.</summary>
|
|
<returns>An ephemeral key.</returns>
|
|
<param name="algorithm">The algorithm that the key will be used with.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="algorithm" /> is null.</exception>
|
|
<exception cref="T:System.PlatformNotSupportedException">Cryptography Next Generation (CNG) is not supported on this system.</exception>
|
|
<exception cref="T:System.Security.Cryptography.CryptographicException">All other errors.</exception>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.CngKey.Create(System.Security.Cryptography.CngAlgorithm,System.String)">
|
|
<summary>Creates a named <see cref="T:System.Security.Cryptography.CngKey" /> object that provides the specified algorithm.</summary>
|
|
<returns>A persisted or ephemeral key that provides the specified algorithm.</returns>
|
|
<param name="algorithm">The algorithm that the key will be used with.</param>
|
|
<param name="keyName">The key name. If a name is not provided, the key will not be persisted.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="algorithm" /> is null.</exception>
|
|
<exception cref="T:System.PlatformNotSupportedException">Cryptography Next Generation (CNG) is not supported on this system.</exception>
|
|
<exception cref="T:System.Security.Cryptography.CryptographicException">All other errors.</exception>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.CngKey.Create(System.Security.Cryptography.CngAlgorithm,System.String,System.Security.Cryptography.CngKeyCreationParameters)">
|
|
<summary>Creates a named <see cref="T:System.Security.Cryptography.CngKey" /> object that provides the specified algorithm, using the supplied key creation parameters.</summary>
|
|
<returns>A persisted or ephemeral key that provides the specified algorithm.</returns>
|
|
<param name="algorithm">The algorithm that the key will be used with.</param>
|
|
<param name="keyName">The key name. If a name is not provided, the key will not be persisted.</param>
|
|
<param name="creationParameters">An object that specifies advanced parameters for the method, including the <see cref="T:System.Security.Cryptography.CngProvider" />.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="algorithm" /> is null.</exception>
|
|
<exception cref="T:System.PlatformNotSupportedException">Cryptography Next Generation (CNG) is not supported on this system.</exception>
|
|
<exception cref="T:System.Security.Cryptography.CryptographicException">All other errors.</exception>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.CngKey.Delete">
|
|
<summary>Removes the key that is associated with the object.</summary>
|
|
<exception cref="T:System.ObjectDisposedException">An attempt was made to access a deleted key.</exception>
|
|
<exception cref="T:System.Security.Cryptography.CryptographicException">All other errors.</exception>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.CngKey.Dispose">
|
|
<summary>Releases all resources used by the current instance of the <see cref="T:System.Security.Cryptography.CngKey" /> class.</summary>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.CngKey.Exists(System.String)">
|
|
<summary>Checks to see whether a named key exists in the default key storage provider (KSP).</summary>
|
|
<returns>true if the named key exists in the default KSP; otherwise, false.</returns>
|
|
<param name="keyName">The key name.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="keyName" /> is null.</exception>
|
|
<exception cref="T:System.PlatformNotSupportedException">Cryptography Next Generation (CNG) is not supported on this system.</exception>
|
|
<exception cref="T:System.Security.Cryptography.CryptographicException">All other errors.</exception>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.CngKey.Exists(System.String,System.Security.Cryptography.CngProvider)">
|
|
<summary>Checks to see whether a named key exists in the specified key storage provider (KSP).</summary>
|
|
<returns>true if the named key exists in the specified provider; otherwise, false.</returns>
|
|
<param name="keyName">The key name.</param>
|
|
<param name="provider">The KSP to check for the key.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="keyName" /> or <paramref name="provider" /> is null.</exception>
|
|
<exception cref="T:System.PlatformNotSupportedException">Cryptography Next Generation (CNG) is not supported on this system.</exception>
|
|
<exception cref="T:System.Security.Cryptography.CryptographicException">All other errors.</exception>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.CngKey.Exists(System.String,System.Security.Cryptography.CngProvider,System.Security.Cryptography.CngKeyOpenOptions)">
|
|
<summary>Checks to see whether a named key exists in the specified key storage provider (KSP), according to the specified options.</summary>
|
|
<returns>true if the named key exists in the specified provider; otherwise, false.</returns>
|
|
<param name="keyName">The key name.</param>
|
|
<param name="provider">The KSP to search for the key.</param>
|
|
<param name="options">A bitwise combination of the enumeration values that specify options for opening a key.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="keyName" /> or <paramref name="provider" /> is null.</exception>
|
|
<exception cref="T:System.PlatformNotSupportedException">Cryptography Next Generation (CNG) is not supported on this system.</exception>
|
|
<exception cref="T:System.Security.Cryptography.CryptographicException">All other errors.</exception>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.CngKey.Export(System.Security.Cryptography.CngKeyBlobFormat)">
|
|
<summary>Exports the key material into a BLOB, in the specified format.</summary>
|
|
<returns>A BLOB that contains the key material in the specified format.</returns>
|
|
<param name="format">An object that specifies the format of the key BLOB.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="format" /> is null.</exception>
|
|
<exception cref="T:System.Security.Cryptography.CryptographicException">All other errors. Typically, the <see cref="P:System.Security.Cryptography.CngKey.ExportPolicy" /> does not allow the key to be exported. </exception>
|
|
</member>
|
|
<member name="P:System.Security.Cryptography.CngKey.ExportPolicy">
|
|
<summary>Gets the export policy that is used by the key.</summary>
|
|
<returns>An object that specifies the export policy for the key.</returns>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.CngKey.GetProperty(System.String,System.Security.Cryptography.CngPropertyOptions)">
|
|
<summary>Gets a property, given a name and a set of property options.</summary>
|
|
<returns>An object that contains the raw value of the specified property.</returns>
|
|
<param name="name">The name of the desired property.</param>
|
|
<param name="options">A bitwise combination of the enumeration values that specify options for the named property.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="name" /> is null.</exception>
|
|
<exception cref="T:System.Security.Cryptography.CryptographicException">All other errors.</exception>
|
|
</member>
|
|
<member name="P:System.Security.Cryptography.CngKey.Handle">
|
|
<summary>Gets a safe handle that represents a native key (NCRYPT_KEY_HANDLE). </summary>
|
|
<returns>A safe handle that represents the key.</returns>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.CngKey.HasProperty(System.String,System.Security.Cryptography.CngPropertyOptions)">
|
|
<summary>Checks to see whether the specified property exists on the key.</summary>
|
|
<returns>true if the specified property is found; otherwise, false.</returns>
|
|
<param name="name">The property name to check.</param>
|
|
<param name="options">A bitwise combination of the enumeration values that specify options for the named property.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="name" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.CngKey.Import(System.Byte[],System.Security.Cryptography.CngKeyBlobFormat)">
|
|
<summary>Creates a new key by importing the specified key material into the default key storage provider (KSP) and using the specified format.</summary>
|
|
<returns>A new key.</returns>
|
|
<param name="keyBlob">An array that contains the key information.</param>
|
|
<param name="format">An object that specifies the format of the <paramref name="keyBlob" /> array.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="keyBlob" /> or <paramref name="format" /> is null.</exception>
|
|
<exception cref="T:System.PlatformNotSupportedException">Cryptography Next Generation (CNG) is not supported on this system.</exception>
|
|
<exception cref="T:System.Security.Cryptography.CryptographicException">All other errors.</exception>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.CngKey.Import(System.Byte[],System.Security.Cryptography.CngKeyBlobFormat,System.Security.Cryptography.CngProvider)">
|
|
<summary>Creates a new key by importing the specified key material into the specified key storage provider (KSP), using the specified format.</summary>
|
|
<returns>A new key.</returns>
|
|
<param name="keyBlob">An array that contains the key information.</param>
|
|
<param name="format">An object that specifies the format of the <paramref name="keyBlob" /> array.</param>
|
|
<param name="provider">The KSP.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="keyBlob" />, <paramref name="format" />, or <paramref name="provider" /> is null.</exception>
|
|
<exception cref="T:System.PlatformNotSupportedException">Cryptography Next Generation (CNG) is not supported on this system.</exception>
|
|
<exception cref="T:System.Security.Cryptography.CryptographicException">All other errors.</exception>
|
|
</member>
|
|
<member name="P:System.Security.Cryptography.CngKey.IsEphemeral">
|
|
<summary>Gets the persistence state of the key.</summary>
|
|
<returns>true if the key is ephemeral; otherwise, false. </returns>
|
|
</member>
|
|
<member name="P:System.Security.Cryptography.CngKey.IsMachineKey">
|
|
<summary>Gets the scope (machine or user) of the key.</summary>
|
|
<returns>true if the key is available on a machine-wide basis; false if the key is only for the current user.</returns>
|
|
</member>
|
|
<member name="P:System.Security.Cryptography.CngKey.KeyName">
|
|
<summary>Gets the name of the key.</summary>
|
|
<returns>The name of the key. If the key is ephemeral, the value is null.</returns>
|
|
</member>
|
|
<member name="P:System.Security.Cryptography.CngKey.KeySize">
|
|
<summary>Gets the key size in bits.</summary>
|
|
<returns>The key size in bits.</returns>
|
|
</member>
|
|
<member name="P:System.Security.Cryptography.CngKey.KeyUsage">
|
|
<summary>Gets the cryptographic operations specified by the key.</summary>
|
|
<returns>A bitwise combination of the enumeration values that specify the usages allowed for the key.</returns>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.CngKey.Open(Microsoft.Win32.SafeHandles.SafeNCryptKeyHandle,System.Security.Cryptography.CngKeyHandleOpenOptions)">
|
|
<summary>Creates an instance of an <see cref="T:System.Security.Cryptography.CngKey" /> object by using a handle to an existing key.</summary>
|
|
<returns>An existing key.</returns>
|
|
<param name="keyHandle">A handle to an existing key.</param>
|
|
<param name="keyHandleOpenOptions">One of the enumeration values that indicates whether <paramref name="keyHandle" /> represents an ephemeral key or a named key.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="keyHandle" /> is null.</exception>
|
|
<exception cref="T:System.ArgumentException">
|
|
<paramref name="keyHandle" /> is invalid or malformed, or it is already closed. This exception is also thrown if the key is an ephemeral key that is created by the common language runtime (CLR), but the <see cref="F:System.Security.Cryptography.CngKeyHandleOpenOptions.EphemeralKey" /> value is not specified.</exception>
|
|
<exception cref="T:System.PlatformNotSupportedException">Cryptography Next Generation (CNG) is not supported on this system.</exception>
|
|
<exception cref="T:System.Security.Cryptography.CryptographicException">All other errors.</exception>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.CngKey.Open(System.String)">
|
|
<summary>Creates an instance of an <see cref="T:System.Security.Cryptography.CngKey" /> object that represents an existing named key.</summary>
|
|
<returns>An existing key.</returns>
|
|
<param name="keyName">The name of the key.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="keyName" /> is null.</exception>
|
|
<exception cref="T:System.PlatformNotSupportedException">Cryptography Next Generation (CNG) is not supported on this system.</exception>
|
|
<exception cref="T:System.Security.Cryptography.CryptographicException">All other errors.</exception>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.CngKey.Open(System.String,System.Security.Cryptography.CngProvider)">
|
|
<summary>Creates an instance of an <see cref="T:System.Security.Cryptography.CngKey" /> object that represents an existing named key, using the specified key storage provider (KSP).</summary>
|
|
<returns>An existing key.</returns>
|
|
<param name="keyName">The name of the key.</param>
|
|
<param name="provider">The KSP that contains the key.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="keyName" /> or <paramref name="provider" /> is null.</exception>
|
|
<exception cref="T:System.PlatformNotSupportedException">Cryptography Next Generation (CNG) is not supported on this system.</exception>
|
|
<exception cref="T:System.Security.Cryptography.CryptographicException">All other errors.</exception>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.CngKey.Open(System.String,System.Security.Cryptography.CngProvider,System.Security.Cryptography.CngKeyOpenOptions)">
|
|
<summary>Creates an instance of an <see cref="T:System.Security.Cryptography.CngKey" /> object that represents an existing named key, using the specified key storage provider (KSP) and key open options.</summary>
|
|
<returns>An existing key.</returns>
|
|
<param name="keyName">The name of the key.</param>
|
|
<param name="provider">The KSP that contains the key.</param>
|
|
<param name="openOptions">A bitwise combination of the enumeration values that specify options for opening the key, such as where the key is opened from (machine or user storage) and whether to suppress UI prompting.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="keyName" /> or <paramref name="provider" /> is null.</exception>
|
|
<exception cref="T:System.PlatformNotSupportedException">Cryptography Next Generation (CNG) is not supported on this system.</exception>
|
|
<exception cref="T:System.Security.Cryptography.CryptographicException">All other errors.</exception>
|
|
</member>
|
|
<member name="P:System.Security.Cryptography.CngKey.ParentWindowHandle">
|
|
<summary>Gets or sets the window handle (HWND) that should be used for user interface (UI) prompts caused by accessing the key.</summary>
|
|
<returns>The parent window handle for the key.</returns>
|
|
</member>
|
|
<member name="P:System.Security.Cryptography.CngKey.Provider">
|
|
<summary>Gets the key storage provider (KSP) that manages the key.</summary>
|
|
<returns>The KSP that manages the key.</returns>
|
|
</member>
|
|
<member name="P:System.Security.Cryptography.CngKey.ProviderHandle">
|
|
<summary>Gets a native handle (an NCRYPT_PROV_HANDLE) to the key storage provider (KSP).</summary>
|
|
<returns>A handle to the KSP.</returns>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.CngKey.SetProperty(System.Security.Cryptography.CngProperty)">
|
|
<summary>Sets a named property on the key.</summary>
|
|
<param name="property">The key property to set.</param>
|
|
</member>
|
|
<member name="P:System.Security.Cryptography.CngKey.UIPolicy">
|
|
<summary>Gets parameters that control the user interface (UI) for accessing the key. </summary>
|
|
<returns>An object that contains configuration parameters for displaying the UI.</returns>
|
|
</member>
|
|
<member name="P:System.Security.Cryptography.CngKey.UniqueName">
|
|
<summary>Gets the unique name for the key.</summary>
|
|
<returns>An alternate name for the key. If the key is ephemeral, the value is null.</returns>
|
|
</member>
|
|
<member name="T:System.Security.Cryptography.CngKeyBlobFormat">
|
|
<summary>Specifies a key BLOB format for use with Microsoft Cryptography Next Generation (CNG) objects. </summary>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.CngKeyBlobFormat.#ctor(System.String)">
|
|
<summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.CngKeyBlobFormat" /> class by using the specified format.</summary>
|
|
<param name="format">The key BLOB format to initialize.</param>
|
|
<exception cref="T:System.ArgumentNullException">The <paramref name="format" /> parameter is null.</exception>
|
|
<exception cref="T:System.ArgumentException">The <paramref name="format" /> parameter length is 0 (zero).</exception>
|
|
</member>
|
|
<member name="P:System.Security.Cryptography.CngKeyBlobFormat.EccPrivateBlob">
|
|
<summary>Gets a <see cref="T:System.Security.Cryptography.CngKeyBlobFormat" /> object that specifies a private key BLOB for an elliptic curve cryptography (ECC) key.</summary>
|
|
<returns>An object that specifies an ECC private key BLOB.</returns>
|
|
</member>
|
|
<member name="P:System.Security.Cryptography.CngKeyBlobFormat.EccPublicBlob">
|
|
<summary>Gets a <see cref="T:System.Security.Cryptography.CngKeyBlobFormat" /> object that specifies a public key BLOB for an elliptic curve cryptography (ECC) key.</summary>
|
|
<returns>An object that specifies an ECC public key BLOB.</returns>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.CngKeyBlobFormat.Equals(System.Object)">
|
|
<summary>Compares the specified object to the current <see cref="T:System.Security.Cryptography.CngKeyBlobFormat" /> object.</summary>
|
|
<returns>true if the <paramref name="obj" /> parameter is a <see cref="T:System.Security.Cryptography.CngKeyBlobFormat" /> object that specifies the same key BLOB format as the current object; otherwise, false.</returns>
|
|
<param name="obj">An object to be compared to the current <see cref="T:System.Security.Cryptography.CngKeyBlobFormat" /> object.</param>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.CngKeyBlobFormat.Equals(System.Security.Cryptography.CngKeyBlobFormat)">
|
|
<summary>Compares the specified <see cref="T:System.Security.Cryptography.CngKeyBlobFormat" /> object to the current <see cref="T:System.Security.Cryptography.CngKeyBlobFormat" /> object.</summary>
|
|
<returns>true if the <paramref name="other" /> parameter specifies the same key BLOB format as the current object; otherwise, false.</returns>
|
|
<param name="other">An object to be compared to the current <see cref="T:System.Security.Cryptography.CngKeyBlobFormat" /> object.</param>
|
|
</member>
|
|
<member name="P:System.Security.Cryptography.CngKeyBlobFormat.Format">
|
|
<summary>Gets the name of the key BLOB format that the current <see cref="T:System.Security.Cryptography.CngKeyBlobFormat" /> object specifies.</summary>
|
|
<returns>The embedded key BLOB format name.</returns>
|
|
</member>
|
|
<member name="P:System.Security.Cryptography.CngKeyBlobFormat.GenericPrivateBlob">
|
|
<summary>Gets a <see cref="T:System.Security.Cryptography.CngKeyBlobFormat" /> object that specifies a generic private key BLOB.</summary>
|
|
<returns>An object that specifies a generic private key BLOB.</returns>
|
|
</member>
|
|
<member name="P:System.Security.Cryptography.CngKeyBlobFormat.GenericPublicBlob">
|
|
<summary>Gets a <see cref="T:System.Security.Cryptography.CngKeyBlobFormat" /> object that specifies a generic public key BLOB.</summary>
|
|
<returns>An object that specifies a generic public key BLOB.</returns>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.CngKeyBlobFormat.GetHashCode">
|
|
<summary>Generates a hash value for the embedded key BLOB format in the current <see cref="T:System.Security.Cryptography.CngKeyBlobFormat" /> object.</summary>
|
|
<returns>The hash value of the embedded key BLOB format. </returns>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.CngKeyBlobFormat.op_Equality(System.Security.Cryptography.CngKeyBlobFormat,System.Security.Cryptography.CngKeyBlobFormat)">
|
|
<summary>Determines whether two <see cref="T:System.Security.Cryptography.CngKeyBlobFormat" /> objects specify the same key BLOB format.</summary>
|
|
<returns>true if the two objects specify the same key BLOB format; otherwise, false.</returns>
|
|
<param name="left">An object that specifies a key BLOB format.</param>
|
|
<param name="right">A second object, to be compared to the object identified by the <paramref name="left" /> parameter.</param>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.CngKeyBlobFormat.op_Inequality(System.Security.Cryptography.CngKeyBlobFormat,System.Security.Cryptography.CngKeyBlobFormat)">
|
|
<summary>Determines whether two <see cref="T:System.Security.Cryptography.CngKeyBlobFormat" /> objects do not specify the same key BLOB format.</summary>
|
|
<returns>true if the two objects do not specify the same key BLOB format; otherwise, false.</returns>
|
|
<param name="left">An object that specifies a key BLOB format.</param>
|
|
<param name="right">A second object, to be compared to the object identified by the <paramref name="left" /> parameter.</param>
|
|
</member>
|
|
<member name="P:System.Security.Cryptography.CngKeyBlobFormat.OpaqueTransportBlob">
|
|
<summary>Gets a <see cref="T:System.Security.Cryptography.CngKeyBlobFormat" /> object that specifies an opaque transport key BLOB.</summary>
|
|
<returns>An object that specifies an opaque transport key BLOB.</returns>
|
|
</member>
|
|
<member name="P:System.Security.Cryptography.CngKeyBlobFormat.Pkcs8PrivateBlob">
|
|
<summary>Gets a <see cref="T:System.Security.Cryptography.CngKeyBlobFormat" /> object that specifies a Private Key Information Syntax Standard (PKCS #8) key BLOB.</summary>
|
|
<returns>An object that specifies a PKCS #8 private key BLOB.</returns>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.CngKeyBlobFormat.ToString">
|
|
<summary>Gets the name of the key BLOB format that the current <see cref="T:System.Security.Cryptography.CngKeyBlobFormat" /> object specifies.</summary>
|
|
<returns>The embedded key BLOB format name.</returns>
|
|
</member>
|
|
<member name="T:System.Security.Cryptography.CngKeyCreationOptions">
|
|
<summary>Specifies options used for key creation.</summary>
|
|
</member>
|
|
<member name="F:System.Security.Cryptography.CngKeyCreationOptions.None">
|
|
<summary>No key creation options are used.</summary>
|
|
</member>
|
|
<member name="F:System.Security.Cryptography.CngKeyCreationOptions.MachineKey">
|
|
<summary>A machine-wide key is created.</summary>
|
|
</member>
|
|
<member name="F:System.Security.Cryptography.CngKeyCreationOptions.OverwriteExistingKey">
|
|
<summary>The existing key is overwritten during key creation.</summary>
|
|
</member>
|
|
<member name="T:System.Security.Cryptography.CngKeyCreationParameters">
|
|
<summary>Contains advanced properties for key creation.</summary>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.CngKeyCreationParameters.#ctor">
|
|
<summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.CngKeyCreationParameters" /> class.</summary>
|
|
</member>
|
|
<member name="P:System.Security.Cryptography.CngKeyCreationParameters.ExportPolicy">
|
|
<summary>Gets or sets the key export policy.</summary>
|
|
<returns>An object that specifies a key export policy. The default value is null, which indicates that the key storage provider's default export policy is set.</returns>
|
|
</member>
|
|
<member name="P:System.Security.Cryptography.CngKeyCreationParameters.KeyCreationOptions">
|
|
<summary>Gets or sets the key creation options.</summary>
|
|
<returns>An object that specifies options for creating keys. The default value is null, which indicates that the key storage provider's default key creation options are set.</returns>
|
|
</member>
|
|
<member name="P:System.Security.Cryptography.CngKeyCreationParameters.KeyUsage">
|
|
<summary>Gets or sets the cryptographic operations that apply to the current key. </summary>
|
|
<returns>A bitwise combination of one or more enumeration values that specify key usage. The default value is null, which indicates that the key storage provider's default key usage is set.</returns>
|
|
</member>
|
|
<member name="P:System.Security.Cryptography.CngKeyCreationParameters.Parameters">
|
|
<summary>Enables a <see cref="T:System.Security.Cryptography.CngKey" /> object to be created with additional properties that are set before the key is finalized.</summary>
|
|
<returns>A collection object that contains any additional parameters that you must set on a <see cref="T:System.Security.Cryptography.CngKey" /> object during key creation.</returns>
|
|
</member>
|
|
<member name="P:System.Security.Cryptography.CngKeyCreationParameters.ParentWindowHandle">
|
|
<summary>Gets or sets the window handle that should be used as the parent window for dialog boxes that are created by Cryptography Next Generation (CNG) classes.</summary>
|
|
<returns>The HWND of the parent window that is used for CNG dialog boxes.</returns>
|
|
</member>
|
|
<member name="P:System.Security.Cryptography.CngKeyCreationParameters.Provider">
|
|
<summary>Gets or sets the key storage provider (KSP) to create a key in.</summary>
|
|
<returns>An object that specifies the KSP that a new key will be created in.</returns>
|
|
<exception cref="T:System.ArgumentNullException">The <see cref="P:System.Security.Cryptography.CngKeyCreationParameters.Provider" /> property is set to a null value.</exception>
|
|
</member>
|
|
<member name="P:System.Security.Cryptography.CngKeyCreationParameters.UIPolicy">
|
|
<summary>Gets or sets information about the user interface to display when a key is created or accessed.</summary>
|
|
<returns>An object that contains details about the user interface shown by Cryptography Next Generation (CNG) classes when a key is created or accessed. A null value indicates that the key storage provider's default user interface policy is set.</returns>
|
|
</member>
|
|
<member name="T:System.Security.Cryptography.CngKeyHandleOpenOptions">
|
|
<summary>Specifies options for opening key handles.</summary>
|
|
</member>
|
|
<member name="F:System.Security.Cryptography.CngKeyHandleOpenOptions.None">
|
|
<summary>The key handle being opened does not specify an ephemeral key.</summary>
|
|
</member>
|
|
<member name="F:System.Security.Cryptography.CngKeyHandleOpenOptions.EphemeralKey">
|
|
<summary>The key handle being opened specifies an ephemeral key.</summary>
|
|
</member>
|
|
<member name="T:System.Security.Cryptography.CngKeyOpenOptions">
|
|
<summary>Specifies options for opening a key.</summary>
|
|
</member>
|
|
<member name="F:System.Security.Cryptography.CngKeyOpenOptions.None">
|
|
<summary>No key open options are specified.</summary>
|
|
</member>
|
|
<member name="F:System.Security.Cryptography.CngKeyOpenOptions.UserKey">
|
|
<summary>If the <see cref="F:System.Security.Cryptography.CngKeyOpenOptions.MachineKey" /> value is not specified, a user key is opened instead.</summary>
|
|
</member>
|
|
<member name="F:System.Security.Cryptography.CngKeyOpenOptions.MachineKey">
|
|
<summary>A machine-wide key is opened.</summary>
|
|
</member>
|
|
<member name="F:System.Security.Cryptography.CngKeyOpenOptions.Silent">
|
|
<summary>UI prompting is suppressed.</summary>
|
|
</member>
|
|
<member name="T:System.Security.Cryptography.CngKeyUsages">
|
|
<summary>Specifies the cryptographic operations that a Cryptography Next Generation (CNG) key may be used with. </summary>
|
|
</member>
|
|
<member name="F:System.Security.Cryptography.CngKeyUsages.None">
|
|
<summary>No usage values are assigned to the key.</summary>
|
|
</member>
|
|
<member name="F:System.Security.Cryptography.CngKeyUsages.Decryption">
|
|
<summary>The key can be used for encryption and decryption.</summary>
|
|
</member>
|
|
<member name="F:System.Security.Cryptography.CngKeyUsages.Signing">
|
|
<summary>The key can be used for signing and verification.</summary>
|
|
</member>
|
|
<member name="F:System.Security.Cryptography.CngKeyUsages.KeyAgreement">
|
|
<summary>The key can be used for secret agreement generation and key exchange.</summary>
|
|
</member>
|
|
<member name="F:System.Security.Cryptography.CngKeyUsages.AllUsages">
|
|
<summary>The key can be used for all purposes.</summary>
|
|
</member>
|
|
<member name="T:System.Security.Cryptography.CngProperty">
|
|
<summary>Encapsulates a property of a Cryptography Next Generation (CNG) key or provider.</summary>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.CngProperty.#ctor(System.String,System.Byte[],System.Security.Cryptography.CngPropertyOptions)">
|
|
<summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.CngProperty" /> class.</summary>
|
|
<param name="name">The property name to initialize.</param>
|
|
<param name="value">The property value to initialize.</param>
|
|
<param name="options">A bitwise combination of the enumeration values that specify how the property is stored.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="name" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.CngProperty.Equals(System.Object)">
|
|
<summary>Compares the specified object to the current <see cref="T:System.Security.Cryptography.CngProperty" /> object.</summary>
|
|
<returns>true if the <paramref name="obj" /> parameter is a <see cref="T:System.Security.Cryptography.CngProperty" /> object that specifies the same property as the current object; otherwise, false.</returns>
|
|
<param name="obj">An object to be compared to the current <see cref="T:System.Security.Cryptography.CngProperty" /> object.</param>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.CngProperty.Equals(System.Security.Cryptography.CngProperty)">
|
|
<summary>Compares the specified <see cref="T:System.Security.Cryptography.CngProperty" /> object to the current <see cref="T:System.Security.Cryptography.CngProperty" /> object.</summary>
|
|
<returns>true if the <paramref name="other" /> parameter represents the same property as the current object; otherwise, false.</returns>
|
|
<param name="other">An object to be compared to the current <see cref="T:System.Security.Cryptography.CngProperty" /> object.</param>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.CngProperty.GetHashCode">
|
|
<summary>Generates a hash value for the current <see cref="T:System.Security.Cryptography.CngProperty" /> object.</summary>
|
|
<returns>The hash value of the current <see cref="T:System.Security.Cryptography.CngProperty" /> object.</returns>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.CngProperty.GetValue">
|
|
<summary>Gets the property value that the current <see cref="T:System.Security.Cryptography.CngProperty" /> object specifies.</summary>
|
|
<returns>An array that represents the value stored in the property.</returns>
|
|
</member>
|
|
<member name="P:System.Security.Cryptography.CngProperty.Name">
|
|
<summary>Gets the property name that the current <see cref="T:System.Security.Cryptography.CngProperty" /> object specifies.</summary>
|
|
<returns>The property name that is set in the current <see cref="T:System.Security.Cryptography.CngProperty" /> object.</returns>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.CngProperty.op_Equality(System.Security.Cryptography.CngProperty,System.Security.Cryptography.CngProperty)">
|
|
<summary>Determines whether two <see cref="T:System.Security.Cryptography.CngProperty" /> objects specify the same property name, value, and options.</summary>
|
|
<returns>true if the two objects specify the same property; otherwise, false.</returns>
|
|
<param name="left">An object that specifies a property of a Cryptography Next Generation (CNG) key or provider.</param>
|
|
<param name="right">A second object, to be compared to the object that is identified by the <paramref name="left" /> parameter.</param>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.CngProperty.op_Inequality(System.Security.Cryptography.CngProperty,System.Security.Cryptography.CngProperty)">
|
|
<summary>Determines whether two <see cref="T:System.Security.Cryptography.CngProperty" /> objects do not specify the same property name, value, and options.</summary>
|
|
<returns>true if the two objects do not specify the same property; otherwise, false.</returns>
|
|
<param name="left">An object that specifies a property of a Cryptography Next Generation (CNG) key or provider.</param>
|
|
<param name="right">A second object, to be compared to the object that is identified by the <paramref name="left" /> parameter.</param>
|
|
</member>
|
|
<member name="P:System.Security.Cryptography.CngProperty.Options">
|
|
<summary>Gets the property options that the current <see cref="T:System.Security.Cryptography.CngProperty" /> object specifies.</summary>
|
|
<returns>An object that specifies the options that are set in the current <see cref="T:System.Security.Cryptography.CngProperty" /> object.</returns>
|
|
</member>
|
|
<member name="T:System.Security.Cryptography.CngPropertyCollection">
|
|
<summary>Provides a strongly typed collection of Cryptography Next Generation (CNG) properties.</summary>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.CngPropertyCollection.#ctor">
|
|
<summary>Initializes a new <see cref="T:System.Security.Cryptography.CngPropertyCollection" /> object.</summary>
|
|
</member>
|
|
<member name="T:System.Security.Cryptography.CngPropertyOptions">
|
|
<summary>Specifies Cryptography Next Generation (CNG) key property options.</summary>
|
|
</member>
|
|
<member name="F:System.Security.Cryptography.CngPropertyOptions.None">
|
|
<summary>The referenced property has no options.</summary>
|
|
</member>
|
|
<member name="F:System.Security.Cryptography.CngPropertyOptions.CustomProperty">
|
|
<summary>The property is not specified by CNG. Use this option to avoid future name conflicts with CNG properties.</summary>
|
|
</member>
|
|
<member name="F:System.Security.Cryptography.CngPropertyOptions.Persist">
|
|
<summary>The property should be persisted.</summary>
|
|
</member>
|
|
<member name="T:System.Security.Cryptography.CngProvider">
|
|
<summary>Encapsulates the name of a key storage provider (KSP) for use with Cryptography Next Generation (CNG) objects.</summary>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.CngProvider.#ctor(System.String)">
|
|
<summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.CngProvider" /> class.</summary>
|
|
<param name="provider">The name of the key storage provider (KSP) to initialize.</param>
|
|
<exception cref="T:System.ArgumentNullException">The <paramref name="provider" /> parameter is null.</exception>
|
|
<exception cref="T:System.ArgumentException">The <paramref name="provider" /> parameter length is 0 (zero).</exception>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.CngProvider.Equals(System.Object)">
|
|
<summary>Compares the specified object to the current <see cref="T:System.Security.Cryptography.CngProvider" /> object.</summary>
|
|
<returns>true if the <paramref name="obj" /> parameter is a <see cref="T:System.Security.Cryptography.CngProvider" /> that specifies the same key storage provider(KSP) as the current object; otherwise, false.</returns>
|
|
<param name="obj">An object to be compared to the current <see cref="T:System.Security.Cryptography.CngProvider" /> object.</param>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.CngProvider.Equals(System.Security.Cryptography.CngProvider)">
|
|
<summary>Compares the specified <see cref="T:System.Security.Cryptography.CngProvider" /> object to the current <see cref="T:System.Security.Cryptography.CngProvider" /> object.</summary>
|
|
<returns>true if the <paramref name="other" /> parameter specifies the same key storage provider (KSP) as the current object; otherwise, false.</returns>
|
|
<param name="other">An object to be compared to the current <see cref="T:System.Security.Cryptography.CngProvider" /> object.</param>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.CngProvider.GetHashCode">
|
|
<summary>Generates a hash value for the name of the key storage provider (KSP) that is embedded in the current <see cref="T:System.Security.Cryptography.CngProvider" /> object.</summary>
|
|
<returns>The hash value of the embedded KSP name.</returns>
|
|
</member>
|
|
<member name="P:System.Security.Cryptography.CngProvider.MicrosoftSmartCardKeyStorageProvider">
|
|
<summary>Gets a <see cref="T:System.Security.Cryptography.CngProvider" /> object that specifies the Microsoft Smart Card Key Storage Provider. </summary>
|
|
<returns>An object that specifies the Microsoft Smart Card Key Storage Provider.</returns>
|
|
</member>
|
|
<member name="P:System.Security.Cryptography.CngProvider.MicrosoftSoftwareKeyStorageProvider">
|
|
<summary>Gets a <see cref="T:System.Security.Cryptography.CngProvider" /> object that specifies the Microsoft Software Key Storage Provider.</summary>
|
|
<returns>An object that specifies the Microsoft Software Key Storage Provider.</returns>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.CngProvider.op_Equality(System.Security.Cryptography.CngProvider,System.Security.Cryptography.CngProvider)">
|
|
<summary>Determines whether two <see cref="T:System.Security.Cryptography.CngProvider" /> objects specify the same key storage provider (KSP).</summary>
|
|
<returns>true if the two objects represent the same KSP; otherwise, false.</returns>
|
|
<param name="left">An object that specifies a KSP.</param>
|
|
<param name="right">A second object, to be compared to the object that is identified by the <paramref name="left" /> parameter.</param>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.CngProvider.op_Inequality(System.Security.Cryptography.CngProvider,System.Security.Cryptography.CngProvider)">
|
|
<summary>Determines whether two <see cref="T:System.Security.Cryptography.CngProvider" /> objects do not represent the same key storage provider (KSP).</summary>
|
|
<returns>true if the two objects do not represent the same KSP; otherwise, false.</returns>
|
|
<param name="left">An object that specifies a KSP.</param>
|
|
<param name="right">A second object, to be compared to the object that is identified by the <paramref name="left" /> parameter.</param>
|
|
</member>
|
|
<member name="P:System.Security.Cryptography.CngProvider.Provider">
|
|
<summary>Gets the name of the key storage provider (KSP) that the current <see cref="T:System.Security.Cryptography.CngProvider" /> object specifies.</summary>
|
|
<returns>The embedded KSP name.</returns>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.CngProvider.ToString">
|
|
<summary>Gets the name of the key storage provider (KSP) that the current <see cref="T:System.Security.Cryptography.CngProvider" /> object specifies.</summary>
|
|
<returns>The embedded KSP name.</returns>
|
|
</member>
|
|
<member name="T:System.Security.Cryptography.CngUIPolicy">
|
|
<summary>Encapsulates optional configuration parameters for the user interface (UI) that Cryptography Next Generation (CNG) displays when you access a protected key.</summary>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.CngUIPolicy.#ctor(System.Security.Cryptography.CngUIProtectionLevels)">
|
|
<summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.CngUIPolicy" /> class by using the specified protection level.</summary>
|
|
<param name="protectionLevel">A bitwise combination of the enumeration values that specify the protection level.</param>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.CngUIPolicy.#ctor(System.Security.Cryptography.CngUIProtectionLevels,System.String)">
|
|
<summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.CngUIPolicy" /> class by using the specified protection level and friendly name.</summary>
|
|
<param name="protectionLevel">A bitwise combination of the enumeration values that specify the protection level. </param>
|
|
<param name="friendlyName">A friendly name for the key to be used in the UI prompt. Specify a null string to use the default name.</param>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.CngUIPolicy.#ctor(System.Security.Cryptography.CngUIProtectionLevels,System.String,System.String)">
|
|
<summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.CngUIPolicy" /> class by using the specified protection level, friendly name, and description.</summary>
|
|
<param name="protectionLevel">A bitwise combination of the enumeration values that specify the protection level. </param>
|
|
<param name="friendlyName">A friendly name for the key to be used in the UI prompt. Specify a null string to use the default name.</param>
|
|
<param name="description">The full-text description of the key. Specify a null string to use the default description.</param>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.CngUIPolicy.#ctor(System.Security.Cryptography.CngUIProtectionLevels,System.String,System.String,System.String)">
|
|
<summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.CngUIPolicy" /> class by using the specified protection level, friendly name, description string, and use context.</summary>
|
|
<param name="protectionLevel">A bitwise combination of the enumeration values that specify the protection level. </param>
|
|
<param name="friendlyName">A friendly name for the key to be used in the UI prompt. Specify a null string to use the default name.</param>
|
|
<param name="description">The full-text description of the key. Specify a null string to use the default description.</param>
|
|
<param name="useContext">A description of how the key will be used. Specify a null string to use the default description.</param>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.CngUIPolicy.#ctor(System.Security.Cryptography.CngUIProtectionLevels,System.String,System.String,System.String,System.String)">
|
|
<summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.CngUIPolicy" /> class by using the specified protection level, friendly name, description string, use context, and title.</summary>
|
|
<param name="protectionLevel">A bitwise combination of the enumeration values that specify the protection level. </param>
|
|
<param name="friendlyName">A friendly name for the key to be used in the UI prompt. Specify a null string to use the default name.</param>
|
|
<param name="description">The full-text description of the key. Specify a null string to use the default description.</param>
|
|
<param name="useContext">A description of how the key will be used. Specify a null string to use the default description.</param>
|
|
<param name="creationTitle">The title for the dialog box that provides the UI prompt. Specify a null string to use the default title.</param>
|
|
</member>
|
|
<member name="P:System.Security.Cryptography.CngUIPolicy.CreationTitle">
|
|
<summary>Gets the title that is displayed by the UI prompt.</summary>
|
|
<returns>The title of the dialog box that appears when the key is accessed.</returns>
|
|
</member>
|
|
<member name="P:System.Security.Cryptography.CngUIPolicy.Description">
|
|
<summary>Gets the description string that is displayed by the UI prompt.</summary>
|
|
<returns>The description text for the dialog box that appears when the key is accessed.</returns>
|
|
</member>
|
|
<member name="P:System.Security.Cryptography.CngUIPolicy.FriendlyName">
|
|
<summary>Gets the friendly name that is displayed by the UI prompt.</summary>
|
|
<returns>The friendly name that is used to describe the key in the dialog box that appears when the key is accessed.</returns>
|
|
</member>
|
|
<member name="P:System.Security.Cryptography.CngUIPolicy.ProtectionLevel">
|
|
<summary>Gets the UI protection level for the key.</summary>
|
|
<returns>An object that describes the level of UI protection to apply to the key.</returns>
|
|
</member>
|
|
<member name="P:System.Security.Cryptography.CngUIPolicy.UseContext">
|
|
<summary>Gets the description of how the key will be used.</summary>
|
|
<returns>The description of how the key will be used.</returns>
|
|
</member>
|
|
<member name="T:System.Security.Cryptography.CngUIProtectionLevels">
|
|
<summary>Specifies the protection level for the key in user interface (UI) prompting scenarios.</summary>
|
|
</member>
|
|
<member name="F:System.Security.Cryptography.CngUIProtectionLevels.None">
|
|
<summary>No UI prompt is displayed when the key is accessed.</summary>
|
|
</member>
|
|
<member name="F:System.Security.Cryptography.CngUIProtectionLevels.ProtectKey">
|
|
<summary>A UI prompt is displayed the first time the key is accessed in a process.</summary>
|
|
</member>
|
|
<member name="F:System.Security.Cryptography.CngUIProtectionLevels.ForceHighProtection">
|
|
<summary>A UI prompt is displayed every time the key is accessed.</summary>
|
|
</member>
|
|
<member name="T:System.Security.Cryptography.ECDiffieHellman">
|
|
<summary>Provides an abstract base class that Elliptic Curve Diffie-Hellman (ECDH) algorithm implementations can derive from. This class provides the basic set of operations that all ECDH implementations must support.</summary>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.ECDiffieHellman.#ctor">
|
|
<summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.ECDiffieHellman" /> class.</summary>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.ECDiffieHellman.Create">
|
|
<summary>Creates a new instance of the default implementation of the Elliptic Curve Diffie-Hellman (ECDH) algorithm.</summary>
|
|
<returns>A new instance of the default implementation of this class.</returns>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.ECDiffieHellman.Create(System.String)">
|
|
<summary>Creates a new instance of the specified implementation of the Elliptic Curve Diffie-Hellman (ECDH) algorithm.</summary>
|
|
<returns>A new instance of the specified implementation of this class. If the specified algorithm name does not map to an ECDH implementation, this method returns null.</returns>
|
|
<param name="algorithm">The name of an implementation of the ECDH algorithm. The following strings all refer to the same implementation, which is the only implementation currently supported in the .NET Framework:- "ECDH"- "ECDiffieHellman"- "ECDiffieHellmanCng"- "System.Security.Cryptography.ECDiffieHellmanCng"You can also provide the name of a custom ECDH implementation.</param>
|
|
<exception cref="T:System.ArgumentNullException">The <paramref name="algorithm" /> parameter is null. </exception>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.ECDiffieHellman.DeriveKeyMaterial(System.Security.Cryptography.ECDiffieHellmanPublicKey)">
|
|
<summary>Derives bytes that can be used as a key, given another party's public key.</summary>
|
|
<returns>The key material from the key exchange with the other party’s public key.</returns>
|
|
<param name="otherPartyPublicKey">The other party's public key.</param>
|
|
</member>
|
|
<member name="P:System.Security.Cryptography.ECDiffieHellman.KeyExchangeAlgorithm">
|
|
<summary>Gets the name of the key exchange algorithm.</summary>
|
|
<returns>The name of the key exchange algorithm. </returns>
|
|
</member>
|
|
<member name="P:System.Security.Cryptography.ECDiffieHellman.PublicKey">
|
|
<summary>Gets the public key that is being used by the current Elliptic Curve Diffie-Hellman (ECDH) instance.</summary>
|
|
<returns>The public part of the ECDH key pair that is being used by this <see cref="T:System.Security.Cryptography.ECDiffieHellman" /> instance.</returns>
|
|
</member>
|
|
<member name="P:System.Security.Cryptography.ECDiffieHellman.SignatureAlgorithm">
|
|
<summary>Gets the name of the signature algorithm.</summary>
|
|
<returns>Always null.</returns>
|
|
</member>
|
|
<member name="T:System.Security.Cryptography.ECDiffieHellmanCng">
|
|
<summary>Provides a Cryptography Next Generation (CNG) implementation of the Elliptic Curve Diffie-Hellman (ECDH) algorithm. This class is used to perform cryptographic operations.</summary>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.ECDiffieHellmanCng.#ctor">
|
|
<summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.ECDiffieHellmanCng" /> class with a random key pair.</summary>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.ECDiffieHellmanCng.#ctor(System.Int32)">
|
|
<summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.ECDiffieHellmanCng" /> class with a random key pair, using the specified key size.</summary>
|
|
<param name="keySize">The size of the key. Valid key sizes are 256, 384, and 521 bits.</param>
|
|
<exception cref="T:System.ArgumentException">
|
|
<paramref name="keySize" /> specifies an invalid length.</exception>
|
|
<exception cref="T:System.PlatformNotSupportedException">Cryptography Next Generation (CNG) classes are not supported on this system.</exception>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.ECDiffieHellmanCng.#ctor(System.Security.Cryptography.CngKey)">
|
|
<summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.ECDiffieHellmanCng" /> class by using the specified <see cref="T:System.Security.Cryptography.CngKey" /> object.</summary>
|
|
<param name="key">The key that will be used as input to the cryptographic operations performed by the current object. </param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="key" /> is null.</exception>
|
|
<exception cref="T:System.ArgumentException">
|
|
<paramref name="key" /> does not specify an Elliptic Curve Diffie-Hellman (ECDH) algorithm group.</exception>
|
|
<exception cref="T:System.PlatformNotSupportedException">Cryptography Next Generation (CNG) classes are not supported on this system.</exception>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.ECDiffieHellmanCng.DeriveKeyMaterial(System.Security.Cryptography.CngKey)">
|
|
<summary>Derives the key material that is generated from the secret agreement between two parties, given a <see cref="T:System.Security.Cryptography.CngKey" /> object that contains the second party's public key. </summary>
|
|
<returns>A byte array that contains the key material. This information is generated from the secret agreement that is calculated from the current object's private key and the specified public key.</returns>
|
|
<param name="otherPartyPublicKey">An object that contains the public part of the Elliptic Curve Diffie-Hellman (ECDH) key from the other party in the key exchange.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="otherPartyPublicKey" /> is null.</exception>
|
|
<exception cref="T:System.ArgumentException">
|
|
<paramref name="otherPartyPublicKey" /> is invalid. Either its <see cref="P:System.Security.Cryptography.CngKey.AlgorithmGroup" /> property does not specify <see cref="P:System.Security.Cryptography.CngAlgorithmGroup.ECDiffieHellman" /> or its key size does not match the key size of this instance.</exception>
|
|
<exception cref="T:System.InvalidOperationException">This object's <see cref="P:System.Security.Cryptography.ECDiffieHellmanCng.KeyDerivationFunction" /> property specifies the <see cref="F:System.Security.Cryptography.ECDiffieHellmanKeyDerivationFunction.Tls" /> key derivation function, but either <see cref="P:System.Security.Cryptography.ECDiffieHellmanCng.Label" /> or <see cref="P:System.Security.Cryptography.ECDiffieHellmanCng.Seed" /> is null.</exception>
|
|
<exception cref="T:System.Security.Cryptography.CryptographicException">All other errors.</exception>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.ECDiffieHellmanCng.DeriveKeyMaterial(System.Security.Cryptography.ECDiffieHellmanPublicKey)">
|
|
<summary>Derives the key material that is generated from the secret agreement between two parties, given an <see cref="T:System.Security.Cryptography.ECDiffieHellmanPublicKey" /> object that contains the second party's public key. </summary>
|
|
<returns>A byte array that contains the key material. This information is generated from the secret agreement that is calculated from the current object's private key and the specified public key.</returns>
|
|
<param name="otherPartyPublicKey">The public key from the other party in the key exchange.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="otherPartyPublicKey" /> is null.</exception>
|
|
<exception cref="T:System.ArgumentException">
|
|
<paramref name="otherPartyPublicKey" /> is not an <see cref="T:System.Security.Cryptography.ECDiffieHellmanCngPublicKey" /> key. </exception>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.ECDiffieHellmanCng.DeriveSecretAgreementHandle(System.Security.Cryptography.CngKey)">
|
|
<summary>Gets a handle to the secret agreement generated between two parties, given a <see cref="T:System.Security.Cryptography.CngKey" /> object that contains the second party's public key.</summary>
|
|
<returns>A handle to the secret agreement. This information is calculated from the current object's private key and the specified public key.</returns>
|
|
<param name="otherPartyPublicKey">An object that contains the public part of the Elliptic Curve Diffie-Hellman (ECDH) key from the other party in the key exchange.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="otherPartyPublicKey" /> is null.</exception>
|
|
<exception cref="T:System.ArgumentException">
|
|
<paramref name="otherPartyPublicKey" /> is not an ECDH key, or it is not the correct size.</exception>
|
|
<exception cref="T:System.Security.Cryptography.CryptographicException">All other errors.</exception>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.ECDiffieHellmanCng.DeriveSecretAgreementHandle(System.Security.Cryptography.ECDiffieHellmanPublicKey)">
|
|
<summary>Gets a handle to the secret agreement generated between two parties, given an <see cref="T:System.Security.Cryptography.ECDiffieHellmanPublicKey" /> object that contains the second party's public key.</summary>
|
|
<returns>A handle to the secret agreement. This information is calculated from the current object's private key and the specified public key.</returns>
|
|
<param name="otherPartyPublicKey">The public key from the other party in the key exchange.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="otherPartyPublicKey" /> is null.</exception>
|
|
<exception cref="T:System.ArgumentException">
|
|
<paramref name="otherPartyPublicKey" /> is not an <see cref="T:System.Security.Cryptography.ECDiffieHellmanPublicKey" /> key. </exception>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.ECDiffieHellmanCng.FromXmlString(System.String)">
|
|
<summary>This method is not implemented.</summary>
|
|
<param name="xmlString">The XML-based key information to be deserialized.</param>
|
|
<exception cref="T:System.NotImplementedException">This method was not overridden for this instance.</exception>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.ECDiffieHellmanCng.FromXmlString(System.String,System.Security.Cryptography.ECKeyXmlFormat)">
|
|
<summary>Deserializes the key information from an XML string by using the specified format.</summary>
|
|
<param name="xml">The XML-based key information to be deserialized.</param>
|
|
<param name="format">One of the enumeration values that specifies the format of the XML string. The only currently accepted format is <see cref="F:System.Security.Cryptography.ECKeyXmlFormat.Rfc4050" />.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="xml" /> is null.</exception>
|
|
<exception cref="T:System.ArgumentException">
|
|
<paramref name="xml" /> is malformed.</exception>
|
|
<exception cref="T:System.ArgumentOutOfRangeException">
|
|
<paramref name="format" /> specifies an invalid format. The only accepted value is <see cref="F:System.Security.Cryptography.ECKeyXmlFormat.Rfc4050" />.</exception>
|
|
<exception cref="T:System.Security.Cryptography.CryptographicException">All other errors.</exception>
|
|
</member>
|
|
<member name="P:System.Security.Cryptography.ECDiffieHellmanCng.HashAlgorithm">
|
|
<summary>Gets or sets the hash algorithm to use when generating key material.</summary>
|
|
<returns>An object that specifies the hash algorithm.</returns>
|
|
<exception cref="T:System.ArgumentNullException">The value is null.</exception>
|
|
</member>
|
|
<member name="P:System.Security.Cryptography.ECDiffieHellmanCng.HmacKey">
|
|
<summary>Gets or sets the Hash-based Message Authentication Code (HMAC) key to use when deriving key material.</summary>
|
|
<returns>An <see cref="F:System.Security.Cryptography.ECDiffieHellmanKeyDerivationFunction.Hmac" /> key.</returns>
|
|
</member>
|
|
<member name="P:System.Security.Cryptography.ECDiffieHellmanCng.Key">
|
|
<summary>Specifies the <see cref="T:System.Security.Cryptography.CngKey" /> that is used by the current object for cryptographic operations.</summary>
|
|
<returns>The key pair used by this object to perform cryptographic operations.</returns>
|
|
</member>
|
|
<member name="P:System.Security.Cryptography.ECDiffieHellmanCng.KeyDerivationFunction">
|
|
<summary>Gets or sets the key derivation function for the <see cref="T:System.Security.Cryptography.ECDiffieHellmanCng" /> class.</summary>
|
|
<returns>One of the <see cref="T:System.Security.Cryptography.ECDiffieHellmanKeyDerivationFunction" /> enumeration values: <see cref="F:System.Security.Cryptography.ECDiffieHellmanKeyDerivationFunction.Hash" />, <see cref="F:System.Security.Cryptography.ECDiffieHellmanKeyDerivationFunction.Hmac" />, or <see cref="F:System.Security.Cryptography.ECDiffieHellmanKeyDerivationFunction.Tls" />. The default value is <see cref="F:System.Security.Cryptography.ECDiffieHellmanKeyDerivationFunction.Hash" />.</returns>
|
|
<exception cref="T:System.ArgumentOutOfRangeException">The enumeration value is out of range.</exception>
|
|
</member>
|
|
<member name="P:System.Security.Cryptography.ECDiffieHellmanCng.Label">
|
|
<summary>Gets or sets the label value that is used for key derivation.</summary>
|
|
<returns>The label value.</returns>
|
|
</member>
|
|
<member name="P:System.Security.Cryptography.ECDiffieHellmanCng.PublicKey">
|
|
<summary>Gets the public key that can be used by another <see cref="T:System.Security.Cryptography.ECDiffieHellmanCng" /> object to generate a shared secret agreement.</summary>
|
|
<returns>The public key that is associated with this instance of the <see cref="T:System.Security.Cryptography.ECDiffieHellmanCng" /> object.</returns>
|
|
</member>
|
|
<member name="P:System.Security.Cryptography.ECDiffieHellmanCng.SecretAppend">
|
|
<summary>Gets or sets a value that will be appended to the secret agreement when generating key material.</summary>
|
|
<returns>The value that is appended to the secret agreement.</returns>
|
|
</member>
|
|
<member name="P:System.Security.Cryptography.ECDiffieHellmanCng.SecretPrepend">
|
|
<summary>Gets or sets a value that will be added to the beginning of the secret agreement when deriving key material.</summary>
|
|
<returns>The value that is appended to the beginning of the secret agreement during key derivation.</returns>
|
|
</member>
|
|
<member name="P:System.Security.Cryptography.ECDiffieHellmanCng.Seed">
|
|
<summary>Gets or sets the seed value that will be used when deriving key material.</summary>
|
|
<returns>The seed value.</returns>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.ECDiffieHellmanCng.ToXmlString(System.Boolean)">
|
|
<summary>This method is not implemented.</summary>
|
|
<returns>Not applicable.</returns>
|
|
<param name="includePrivateParameters">true to include private parameters; otherwise, false.</param>
|
|
<exception cref="T:System.NotImplementedException">This method was not overridden for this instance.</exception>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.ECDiffieHellmanCng.ToXmlString(System.Security.Cryptography.ECKeyXmlFormat)">
|
|
<summary>Serializes the key information to an XML string by using the specified format.</summary>
|
|
<returns>A string object that contains the key information, serialized to an XML string, according to the requested format.</returns>
|
|
<param name="format">One of the enumeration values that specifies the format of the XML string. The only currently accepted format is <see cref="F:System.Security.Cryptography.ECKeyXmlFormat.Rfc4050" />.</param>
|
|
<exception cref="T:System.ArgumentOutOfRangeException">
|
|
<paramref name="format" /> specifies an invalid format. The only accepted value is <see cref="F:System.Security.Cryptography.ECKeyXmlFormat.Rfc4050" />.</exception>
|
|
</member>
|
|
<member name="P:System.Security.Cryptography.ECDiffieHellmanCng.UseSecretAgreementAsHmacKey">
|
|
<summary>Gets a value that indicates whether the secret agreement is used as a Hash-based Message Authentication Code (HMAC) key to derive key material.</summary>
|
|
<returns>true if the secret agreement is used as an HMAC key to derive key material; otherwise, false.</returns>
|
|
</member>
|
|
<member name="T:System.Security.Cryptography.ECDiffieHellmanCngPublicKey">
|
|
<summary>Specifies an Elliptic Curve Diffie-Hellman (ECDH) public key for use with the <see cref="T:System.Security.Cryptography.ECDiffieHellmanCng" /> class.</summary>
|
|
</member>
|
|
<member name="P:System.Security.Cryptography.ECDiffieHellmanCngPublicKey.BlobFormat">
|
|
<summary>Gets the key BLOB format for a <see cref="T:System.Security.Cryptography.ECDiffieHellmanCngPublicKey" /> object.</summary>
|
|
<returns>The format that the key BLOB is expressed in.</returns>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.ECDiffieHellmanCngPublicKey.FromByteArray(System.Byte[],System.Security.Cryptography.CngKeyBlobFormat)">
|
|
<summary>Converts a byte array that contains a public key to a <see cref="T:System.Security.Cryptography.ECDiffieHellmanCngPublicKey" /> object according to the specified format.</summary>
|
|
<returns>An object that contains the ECDH public key that is serialized in the byte array.</returns>
|
|
<param name="publicKeyBlob">A byte array that contains an Elliptic Curve Diffie-Hellman (ECDH) public key.</param>
|
|
<param name="format">An object that specifies the format of the key BLOB.</param>
|
|
<exception cref="T:System.ArgumentNullException">The <paramref name="publicKeyBlob" /> or <paramref name="format" /> parameter is null.</exception>
|
|
<exception cref="T:System.ArgumentException">The <paramref name="publicKeyBlob" /> parameter does not contain an <see cref="T:System.Security.Cryptography.ECDiffieHellman" /> key. </exception>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.ECDiffieHellmanCngPublicKey.FromXmlString(System.String)">
|
|
<summary>Converts an XML string to an <see cref="T:System.Security.Cryptography.ECDiffieHellmanCngPublicKey" /> object.</summary>
|
|
<returns>An object that contains the ECDH public key that is specified by the given XML.</returns>
|
|
<param name="xml">An XML string that contains an Elliptic Curve Diffie-Hellman (ECDH) key.</param>
|
|
<exception cref="T:System.ArgumentNullException">The <paramref name="xml" /> parameter is null.</exception>
|
|
<exception cref="T:System.ArgumentException">The <paramref name="xml" /> parameter does not specify an <see cref="T:System.Security.Cryptography.ECDiffieHellman" /> key.</exception>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.ECDiffieHellmanCngPublicKey.Import">
|
|
<summary>Converts the <see cref="T:System.Security.Cryptography.ECDiffieHellmanCngPublicKey" /> object to a <see cref="T:System.Security.Cryptography.CngKey" /> object.</summary>
|
|
<returns>An object that contains the key represented by the <see cref="T:System.Security.Cryptography.ECDiffieHellmanCngPublicKey" /> object.</returns>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.ECDiffieHellmanCngPublicKey.ToXmlString">
|
|
<summary>Serializes the <see cref="T:System.Security.Cryptography.ECDiffieHellmanCngPublicKey" /> public key to an XML string in RFC 4050 format.</summary>
|
|
<returns>An XML string that contains the serialized <see cref="T:System.Security.Cryptography.ECDiffieHellmanCngPublicKey" /> public key.</returns>
|
|
</member>
|
|
<member name="T:System.Security.Cryptography.ECDiffieHellmanKeyDerivationFunction">
|
|
<summary>Specifies the key derivation function that the <see cref="T:System.Security.Cryptography.ECDiffieHellmanCng" /> class will use to convert secret agreements into key material.</summary>
|
|
</member>
|
|
<member name="F:System.Security.Cryptography.ECDiffieHellmanKeyDerivationFunction.Hash">
|
|
<summary>A hash algorithm is used to generate key material. The <see cref="P:System.Security.Cryptography.ECDiffieHellmanCng.HashAlgorithm" /> property specifies the name of the algorithm to use. If the algorithm name is not specified, <see cref="T:System.Security.Cryptography.SHA256" /> is used as the default algorithm. </summary>
|
|
</member>
|
|
<member name="F:System.Security.Cryptography.ECDiffieHellmanKeyDerivationFunction.Hmac">
|
|
<summary>A Hash-based Message Authentication Code (HMAC) algorithm is used to generate key material. The <see cref="P:System.Security.Cryptography.ECDiffieHellmanCng.HmacKey" /> property specifies the key to use. Either this property must be set or the <see cref="P:System.Security.Cryptography.ECDiffieHellmanCng.UseSecretAgreementAsHmacKey" /> property must be set to true; otherwise, a <see cref="T:System.Security.Cryptography.CryptographicException" /> is thrown when you use <see cref="F:System.Security.Cryptography.ECDiffieHellmanKeyDerivationFunction.Hmac" />. If both properties are set, the secret agreement is used as the HMAC key. </summary>
|
|
</member>
|
|
<member name="F:System.Security.Cryptography.ECDiffieHellmanKeyDerivationFunction.Tls">
|
|
<summary>The Transport Layer Security (TLS) protocol is used to generate key material. The <see cref="P:System.Security.Cryptography.ECDiffieHellmanCng.Seed" /> and <see cref="P:System.Security.Cryptography.ECDiffieHellmanCng.Label" /> properties must be set; otherwise, a <see cref="T:System.Security.Cryptography.CryptographicException" /> is thrown when you use <see cref="F:System.Security.Cryptography.ECDiffieHellmanKeyDerivationFunction.Tls" />. </summary>
|
|
</member>
|
|
<member name="T:System.Security.Cryptography.ECDiffieHellmanPublicKey">
|
|
<summary>Provides an abstract base class from which all <see cref="T:System.Security.Cryptography.ECDiffieHellmanCngPublicKey" /> implementations must inherit. </summary>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.ECDiffieHellmanPublicKey.#ctor(System.Byte[])">
|
|
<summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.ECDiffieHellmanPublicKey" /> class.</summary>
|
|
<param name="keyBlob">A byte array that represents an <see cref="T:System.Security.Cryptography.ECDiffieHellmanPublicKey" /> object.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="keyBlob" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.ECDiffieHellmanPublicKey.Dispose">
|
|
<summary>Releases all resources used by the current instance of the <see cref="T:System.Security.Cryptography.ECDiffieHellman" /> class.</summary>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.ECDiffieHellmanPublicKey.Dispose(System.Boolean)">
|
|
<summary>Releases the unmanaged resources used by the <see cref="T:System.Security.Cryptography.ECDiffieHellman" /> class and optionally releases the managed resources.</summary>
|
|
<param name="disposing">true to release both managed and unmanaged resources; false to release only unmanaged resources.</param>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.ECDiffieHellmanPublicKey.ToByteArray">
|
|
<summary>Serializes the <see cref="T:System.Security.Cryptography.ECDiffieHellmanPublicKey" /> key BLOB to a byte array.</summary>
|
|
<returns>A byte array that contains the serialized Elliptic Curve Diffie-Hellman (ECDH) public key.</returns>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.ECDiffieHellmanPublicKey.ToXmlString">
|
|
<summary>Serializes the <see cref="T:System.Security.Cryptography.ECDiffieHellmanPublicKey" /> public key to an XML string.</summary>
|
|
<returns>An XML string that contains the serialized Elliptic Curve Diffie-Hellman (ECDH) public key.</returns>
|
|
</member>
|
|
<member name="T:System.Security.Cryptography.ECDsa">
|
|
<summary>Provides an abstract base class that encapsulates the Elliptic Curve Digital Signature Algorithm (ECDSA).</summary>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.ECDsa.#ctor">
|
|
<summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.ECDsa" /> class.</summary>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.ECDsa.Create">
|
|
<summary>Creates a new instance of the default implementation of the Elliptic Curve Digital Signature Algorithm (ECDSA).</summary>
|
|
<returns>A new instance of the default implementation (<see cref="T:System.Security.Cryptography.ECDsaCng" />) of this class.</returns>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.ECDsa.Create(System.String)">
|
|
<summary>Creates a new instance of the specified implementation of the Elliptic Curve Digital Signature Algorithm (ECDSA).</summary>
|
|
<returns>A new instance of the specified implementation of this class. If the specified algorithm name does not map to an ECDSA implementation, this method returns null. </returns>
|
|
<param name="algorithm">The name of an ECDSA implementation. The following strings all refer to the same implementation, which is the only implementation currently supported in the .NET Framework:- "ECDsa"- "ECDsaCng"- "System.Security.Cryptography.ECDsaCng"You can also provide the name of a custom ECDSA implementation.</param>
|
|
<exception cref="T:System.ArgumentNullException">The <paramref name="algorithm" /> parameter is null.</exception>
|
|
</member>
|
|
<member name="P:System.Security.Cryptography.ECDsa.KeyExchangeAlgorithm">
|
|
<summary>Gets the name of the key exchange algorithm.</summary>
|
|
<returns>Always null.</returns>
|
|
</member>
|
|
<member name="P:System.Security.Cryptography.ECDsa.SignatureAlgorithm">
|
|
<summary>Gets the name of the signature algorithm.</summary>
|
|
<returns>The string "ECDsa".</returns>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.ECDsa.SignHash(System.Byte[])">
|
|
<summary>Generates a digital signature for the specified hash value. </summary>
|
|
<returns>A digital signature that consists of the given hash value encrypted with the private key.</returns>
|
|
<param name="hash">The hash value of the data that is being signed.</param>
|
|
<exception cref="T:System.ArgumentNullException">The <paramref name="hash" /> parameter is null.</exception>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.ECDsa.VerifyHash(System.Byte[],System.Byte[])">
|
|
<summary>Verifies a digital signature against the specified hash value. </summary>
|
|
<returns>true if the hash value equals the decrypted signature; otherwise, false.</returns>
|
|
<param name="hash">The hash value of a block of data.</param>
|
|
<param name="signature">The digital signature to be verified.</param>
|
|
</member>
|
|
<member name="T:System.Security.Cryptography.ECDsaCng">
|
|
<summary>Provides a Cryptography Next Generation (CNG) implementation of the Elliptic Curve Digital Signature Algorithm (ECDSA). </summary>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.ECDsaCng.#ctor">
|
|
<summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.ECDsaCng" /> class with a random key pair.</summary>
|
|
<exception cref="T:System.PlatformNotSupportedException">Cryptography Next Generation (CNG) classes are not supported on this system.</exception>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.ECDsaCng.#ctor(System.Int32)">
|
|
<summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.ECDsaCng" /> class with a random key pair, using the specified key size.</summary>
|
|
<param name="keySize">The size of the key. Valid key sizes are 256, 384, and 521 bits.</param>
|
|
<exception cref="T:System.PlatformNotSupportedException">Cryptography Next Generation (CNG) classes are not supported on this system.</exception>
|
|
<exception cref="T:System.Security.Cryptography.CryptographicException">
|
|
<paramref name="keySize" /> specifies an invalid length. </exception>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.ECDsaCng.#ctor(System.Security.Cryptography.CngKey)">
|
|
<summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.ECDsaCng" /> class by using the specified <see cref="T:System.Security.Cryptography.CngKey" /> object.</summary>
|
|
<param name="key">The key that will be used as input to the cryptographic operations performed by the current object.</param>
|
|
<exception cref="T:System.ArgumentException">
|
|
<paramref name="key" /> does not specify an Elliptic Curve Digital Signature Algorithm (ECDSA) group.</exception>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="key" /> is null.</exception>
|
|
<exception cref="T:System.PlatformNotSupportedException">Cryptography Next Generation (CNG) classes are not supported on this system.</exception>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.ECDsaCng.FromXmlString(System.String)">
|
|
<summary>This method is not implemented.</summary>
|
|
<param name="xmlString">The XML-based key information to be deserialized.</param>
|
|
<exception cref="T:System.NotImplementedException">This method was not overridden for this instance. </exception>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.ECDsaCng.FromXmlString(System.String,System.Security.Cryptography.ECKeyXmlFormat)">
|
|
<summary>Deserializes the key information from an XML string by using the specified format.</summary>
|
|
<param name="xml">The XML-based key information to be deserialized.</param>
|
|
<param name="format">One of the enumeration values that specifies the format of the XML string. The only currently accepted format is <see cref="F:System.Security.Cryptography.ECKeyXmlFormat.Rfc4050" />.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="xml" /> is null.</exception>
|
|
<exception cref="T:System.ArgumentOutOfRangeException">
|
|
<paramref name="format" /> specifies an invalid format. The only accepted value is <see cref="F:System.Security.Cryptography.ECKeyXmlFormat.Rfc4050" />.</exception>
|
|
<exception cref="T:System.Security.Cryptography.CryptographicException">All other errors.</exception>
|
|
</member>
|
|
<member name="P:System.Security.Cryptography.ECDsaCng.HashAlgorithm">
|
|
<summary>Gets or sets the hash algorithm to use when signing and verifying data.</summary>
|
|
<returns>An object that specifies the hash algorithm.</returns>
|
|
<exception cref="T:System.ArgumentNullException">The value is null.</exception>
|
|
</member>
|
|
<member name="P:System.Security.Cryptography.ECDsaCng.Key">
|
|
<summary>Gets or sets the key to use when signing and verifying data.</summary>
|
|
<returns>An object that specifies the key.</returns>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.ECDsaCng.SignData(System.Byte[])">
|
|
<summary>Generates a signature for the specified data.</summary>
|
|
<returns>A digital signature for the specified data.</returns>
|
|
<param name="data">The message data to be signed.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="data" /> is null.</exception>
|
|
<exception cref="T:System.Security.Cryptography.CryptographicException">The key information that is associated with the instance does not have a private key.</exception>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.ECDsaCng.SignData(System.Byte[],System.Int32,System.Int32)">
|
|
<summary>Generates a digital signature for the specified length of data, beginning at the specified offset. </summary>
|
|
<returns>A digital signature for the specified length of data.</returns>
|
|
<param name="data">The message data to be signed.</param>
|
|
<param name="offset">The location in the string at which to start signing.</param>
|
|
<param name="count">The length of the string, in characters, following <paramref name="offset" /> that will be signed.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="data" /> is null.</exception>
|
|
<exception cref="T:System.ArgumentOutOfRangeException">
|
|
<paramref name="count" /> or <paramref name="offset" /> caused reading outside the bounds of the data string. </exception>
|
|
<exception cref="T:System.Security.Cryptography.CryptographicException">The key information that is associated with the instance does not have a private key.</exception>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.ECDsaCng.SignData(System.IO.Stream)">
|
|
<summary>Generates a signature for the specified data stream, reading to the end of the stream.</summary>
|
|
<returns>A digital signature for the specified data stream.</returns>
|
|
<param name="data">The data stream to be signed.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="data" /> is null.</exception>
|
|
<exception cref="T:System.Security.Cryptography.CryptographicException">The key information that is associated with the instance does not have a private key.</exception>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.ECDsaCng.SignHash(System.Byte[])">
|
|
<summary>Generates a signature for the specified hash value.</summary>
|
|
<returns>A digital signature for the specified hash value.</returns>
|
|
<param name="hash">The hash value of the data to be signed.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="hash" /> is null.</exception>
|
|
<exception cref="T:System.Security.Cryptography.CryptographicException">The key information that is associated with the instance does not have a private key.</exception>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.ECDsaCng.ToXmlString(System.Boolean)">
|
|
<summary>This method is not implemented.</summary>
|
|
<returns>Not applicable.</returns>
|
|
<param name="includePrivateParameters">true to include private parameters; otherwise, false.</param>
|
|
<exception cref="T:System.NotImplementedException">This method is not implemented.</exception>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.ECDsaCng.ToXmlString(System.Security.Cryptography.ECKeyXmlFormat)">
|
|
<summary>Serializes the key information to an XML string by using the specified format.</summary>
|
|
<returns>A string object that contains the key information, serialized to an XML string according to the requested format.</returns>
|
|
<param name="format">One of the enumeration values that specifies the format of the XML string. The only currently accepted format is <see cref="F:System.Security.Cryptography.ECKeyXmlFormat.Rfc4050" />.</param>
|
|
<exception cref="T:System.ArgumentOutOfRangeException">
|
|
<paramref name="format" /> specifies an invalid format. The only accepted value is <see cref="F:System.Security.Cryptography.ECKeyXmlFormat.Rfc4050" />.</exception>
|
|
<exception cref="T:System.Security.Cryptography.CryptographicException">All other errors.</exception>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.ECDsaCng.VerifyData(System.Byte[],System.Byte[])">
|
|
<summary>Verifies the specified data using the specified signature. </summary>
|
|
<returns>true if the signature validates the data; otherwise, false.</returns>
|
|
<param name="data">The data to verify.</param>
|
|
<param name="signature">The signature to use to verify the data.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="data" /> or <paramref name="signature" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.ECDsaCng.VerifyData(System.Byte[],System.Int32,System.Int32,System.Byte[])">
|
|
<summary>Verifies the specified length of data, beginning at the specified offset using the specified signature.</summary>
|
|
<returns>true if the signature is valid; otherwise, false.</returns>
|
|
<param name="data">The data to verify.</param>
|
|
<param name="offset">The location in the data at which the signed data begins.</param>
|
|
<param name="count">The length of the data, in characters, following <paramref name="offset" /> that is signed.</param>
|
|
<param name="signature">The signature of the signed data.</param>
|
|
<exception cref="T:System.ArgumentOutOfRangeException">
|
|
<paramref name="offset" /> or <paramref name="count" /> is less then zero. -or-<paramref name="offset" /> or <paramref name="count" /> is larger than the length of the byte array passed in the <paramref name="data" /> parameter.</exception>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="data" /> or <paramref name="signature" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.ECDsaCng.VerifyData(System.IO.Stream,System.Byte[])">
|
|
<summary>Verifies the specified data stream using the specified signature.</summary>
|
|
<returns>true if the signature verifies the data; otherwise, false.</returns>
|
|
<param name="data">The data stream to verify.</param>
|
|
<param name="signature">The signature to use to verify the data.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="data" /> or <paramref name="signature" /> is null.</exception>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.ECDsaCng.VerifyHash(System.Byte[],System.Byte[])">
|
|
<summary>Verifies the specified hash value using the specified signature.</summary>
|
|
<returns>true if the signature validates the hash; otherwise, false.</returns>
|
|
<param name="hash">The hash value of the data to verify.</param>
|
|
<param name="signature">The digital signature of the data to use to verify the hash value.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="hash" /> or <paramref name="signature" /> is null.</exception>
|
|
</member>
|
|
<member name="T:System.Security.Cryptography.ECKeyXmlFormat">
|
|
<summary>Defines XML serialization formats for elliptic curve keys.</summary>
|
|
</member>
|
|
<member name="F:System.Security.Cryptography.ECKeyXmlFormat.Rfc4050">
|
|
<summary>An XML serialization format described in RFC 4050, "Using the Elliptic Curve Signature Algorithm (ECDSA) for XML Digital Signatures."</summary>
|
|
</member>
|
|
<member name="T:System.Security.Cryptography.ManifestSignatureInformation">
|
|
<summary>Provides information for a manifest signature. </summary>
|
|
</member>
|
|
<member name="P:System.Security.Cryptography.ManifestSignatureInformation.AuthenticodeSignature">
|
|
<summary>Gets the Authenticode signature information for a manifest. </summary>
|
|
<returns>An <see cref="T:System.Security.Cryptography.X509Certificates.AuthenticodeSignatureInformation" /> object that contains Authenticode signature information for the manifest, or null if there is no signature.</returns>
|
|
</member>
|
|
<member name="P:System.Security.Cryptography.ManifestSignatureInformation.Manifest">
|
|
<summary>Gets the type of a manifest.</summary>
|
|
<returns>One of the <see cref="T:System.Security.ManifestKinds" /> values.</returns>
|
|
</member>
|
|
<member name="P:System.Security.Cryptography.ManifestSignatureInformation.StrongNameSignature">
|
|
<summary>Gets the details of the strong name signature of a manifest.</summary>
|
|
<returns>A <see cref="P:System.Security.Cryptography.ManifestSignatureInformation.StrongNameSignature" /> object that contains the signature, or null if there is no strong name signature.</returns>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.ManifestSignatureInformation.VerifySignature(System.ActivationContext)">
|
|
<summary>Gathers and verifies information about the signatures of manifests that belong to a specified activation context.</summary>
|
|
<returns>A <see cref="T:System.Security.Cryptography.ManifestSignatureInformationCollection" /> object with one <see cref="T:System.Security.Cryptography.ManifestSignatureInformation" /> object for each manifest verified.</returns>
|
|
<param name="application">The activation context of the manifest. Activation contexts belong to an application and contain multiple manifests.</param>
|
|
<exception cref="T:System.ArgumentNullException">The <paramref name="application" /> parameter is null.</exception>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.ManifestSignatureInformation.VerifySignature(System.ActivationContext,System.Security.ManifestKinds)">
|
|
<summary>Gathers and verifies information about the signatures of manifests that belong to a specified activation context and manifest type.</summary>
|
|
<returns>A <see cref="T:System.Security.Cryptography.ManifestSignatureInformationCollection" /> object.</returns>
|
|
<param name="application">The activation context of the manifest. Activation contexts belong to an application and contain multiple manifests.</param>
|
|
<param name="manifests">The type of manifest. This parameter specifies which manifests in the activation context you want to verify.</param>
|
|
<exception cref="T:System.ArgumentNullException">The <paramref name="application" /> parameter is null.</exception>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.ManifestSignatureInformation.VerifySignature(System.ActivationContext,System.Security.ManifestKinds,System.Security.Cryptography.X509Certificates.X509RevocationFlag,System.Security.Cryptography.X509Certificates.X509RevocationMode)">
|
|
<summary>Gathers and verifies information about the signatures of manifests that belong to a specified activation context and manifest type, and allows certificates to be selected for revocation.</summary>
|
|
<returns>A collection that contains a <see cref="T:System.Security.Cryptography.ManifestSignatureInformation" /> object for each manifest that is verified.</returns>
|
|
<param name="application">The application context of the manifests. Activation contexts belong to an application and contain multiple manifests.</param>
|
|
<param name="manifests">The type of manifest. This parameter specifies which manifests in the activation context you want to verify.</param>
|
|
<param name="revocationFlag">One of the enumeration values that specifies which certificates in the chain are checked for revocation. The default is <see cref="F:System.Security.Cryptography.X509Certificates.X509RevocationFlag.ExcludeRoot" />.</param>
|
|
<param name="revocationMode">Determines whether the X.509 verification should look online for revocation lists. </param>
|
|
<exception cref="T:System.ArgumentNullException">The <paramref name="application" /> parameter is null.</exception>
|
|
<exception cref="T:System.ArgumentOutOfRangeException">A value specified for the <paramref name="revocationFlag" /> or <paramref name="revocationMode" /> parameter is invalid.</exception>
|
|
</member>
|
|
<member name="T:System.Security.Cryptography.ManifestSignatureInformationCollection">
|
|
<summary>Represents a read-only collection of <see cref="T:System.Security.Cryptography.ManifestSignatureInformation" /> objects. </summary>
|
|
</member>
|
|
<member name="T:System.Security.Cryptography.MD5Cng">
|
|
<summary>Provides a CNG (Cryptography Next Generation) implementation of the MD5 (Message Digest 5) 128-bit hashing algorithm.</summary>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.MD5Cng.#ctor">
|
|
<summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.MD5Cng" /> class. </summary>
|
|
<exception cref="T:System.Security.Cryptography.CryptographicException">The FIPS Windows security setting is enabled.</exception>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.MD5Cng.Initialize">
|
|
<summary>Initializes, or re-initializes, the instance of the hash algorithm. </summary>
|
|
</member>
|
|
<member name="T:System.Security.Cryptography.SHA1Cng">
|
|
<summary>Provides a Cryptography Next Generation (CNG) implementation of the Secure Hash Algorithm (SHA).</summary>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.SHA1Cng.#ctor">
|
|
<summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.SHA1Cng" /> class. </summary>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.SHA1Cng.Initialize">
|
|
<summary>Initializes, or re-initializes, the instance of the hash algorithm. </summary>
|
|
</member>
|
|
<member name="T:System.Security.Cryptography.SHA256Cng">
|
|
<summary>Provides a Cryptography Next Generation (CNG) implementation of the Secure Hash Algorithm (SHA) for 256-bit hash values.</summary>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.SHA256Cng.#ctor">
|
|
<summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.SHA256Cng" /> class. </summary>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.SHA256Cng.Initialize">
|
|
<summary>Initializes, or re-initializes, the instance of the hash algorithm. </summary>
|
|
</member>
|
|
<member name="T:System.Security.Cryptography.SHA256CryptoServiceProvider">
|
|
<summary>Defines a wrapper object to access the cryptographic service provider (CSP) implementation of the <see cref="T:System.Security.Cryptography.SHA256" /> algorithm. </summary>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.SHA256CryptoServiceProvider.#ctor">
|
|
<summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.SHA256CryptoServiceProvider" /> class. </summary>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.SHA256CryptoServiceProvider.Initialize">
|
|
<summary>Initializes, or reinitializes, an instance of a hash algorithm.</summary>
|
|
</member>
|
|
<member name="T:System.Security.Cryptography.SHA384Cng">
|
|
<summary>Provides a Cryptography Next Generation (CNG) implementation of the Secure Hash Algorithm (SHA) for 384-bit hash values.</summary>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.SHA384Cng.#ctor">
|
|
<summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.SHA384Cng" /> class. </summary>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.SHA384Cng.Initialize">
|
|
<summary>Initializes, or re-initializes, the instance of the hash algorithm. </summary>
|
|
</member>
|
|
<member name="T:System.Security.Cryptography.SHA384CryptoServiceProvider">
|
|
<summary>Defines a wrapper object to access the cryptographic service provider (CSP) implementation of the <see cref="T:System.Security.Cryptography.SHA384" /> algorithm. </summary>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.SHA384CryptoServiceProvider.#ctor">
|
|
<summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.SHA384CryptoServiceProvider" /> class. </summary>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.SHA384CryptoServiceProvider.Initialize">
|
|
<summary>Initializes, or reinitializes, an instance of a hash algorithm.</summary>
|
|
</member>
|
|
<member name="T:System.Security.Cryptography.SHA512Cng">
|
|
<summary>Provides a Cryptography Next Generation (CNG) implementation of the Secure Hash Algorithm (SHA) for 512-bit hash values.</summary>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.SHA512Cng.#ctor">
|
|
<summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.SHA512Cng" /> class. </summary>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.SHA512Cng.Initialize">
|
|
<summary>Initializes, or re-initializes, the instance of the hash algorithm. </summary>
|
|
</member>
|
|
<member name="T:System.Security.Cryptography.SHA512CryptoServiceProvider">
|
|
<summary>Defines a wrapper object to access the cryptographic service provider (CSP) implementation of the <see cref="T:System.Security.Cryptography.SHA512" /> algorithm. </summary>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.SHA512CryptoServiceProvider.#ctor">
|
|
<summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.SHA512CryptoServiceProvider" /> class. </summary>
|
|
</member>
|
|
<member name="M:System.Security.Cryptography.SHA512CryptoServiceProvider.Initialize">
|
|
<summary>Initializes, or reinitializes, an instance of a hash algorithm.</summary>
|
|
</member>
|
|
<member name="T:System.Security.Cryptography.SignatureVerificationResult">
|
|
<summary>Specifies most of the result codes for signature verification. </summary>
|
|
</member>
|
|
<member name="F:System.Security.Cryptography.SignatureVerificationResult.Valid">
|
|
<summary>The certificate verification result is valid.</summary>
|
|
</member>
|
|
<member name="F:System.Security.Cryptography.SignatureVerificationResult.AssemblyIdentityMismatch">
|
|
<summary>The identity of the assembly specified in the /asm:assembly/asm:assemblyIdentity node of the manifest does not match the identity of the assembly in the Authenticode signature in the /asm:assembly/ds:signature/ds:KeyInfo/msrel:RelData/r:license/r:grant/as:ManifestInformation/as:assemblyIdentity node.</summary>
|
|
</member>
|
|
<member name="F:System.Security.Cryptography.SignatureVerificationResult.ContainingSignatureInvalid">
|
|
<summary>The strong name signature does not verify in the <see cref="T:System.Security.Cryptography.X509Certificates.AuthenticodeSignatureInformation" /> object. Because the strong name signature wraps the Authenticode signature, someone could replace the Authenticode signature with a signature of their choosing. To prevent this, this error code is returned if the strong name does not verify because substituting a part of the strong name signature will invalidate it.</summary>
|
|
</member>
|
|
<member name="F:System.Security.Cryptography.SignatureVerificationResult.PublicKeyTokenMismatch">
|
|
<summary>The public key token from the manifest identity in the /asm:assembly/asm:AssemblyIdentity node does not match the public key token of the key that is used to sign the manifest.</summary>
|
|
</member>
|
|
<member name="F:System.Security.Cryptography.SignatureVerificationResult.PublisherMismatch">
|
|
<summary>The publisher name from /asm:assembly/asmv2:publisherIdentity does not match the subject name of the signing certificate, or the issuer key hash from the same publisherIdentity node does not match the key hash of the signing certificate.</summary>
|
|
</member>
|
|
<member name="F:System.Security.Cryptography.SignatureVerificationResult.SystemError">
|
|
<summary>A system-level error occurred while verifying trust.</summary>
|
|
</member>
|
|
<member name="F:System.Security.Cryptography.SignatureVerificationResult.InvalidSignerCertificate">
|
|
<summary>The certificate for the signer of the message is invalid or not found.</summary>
|
|
</member>
|
|
<member name="F:System.Security.Cryptography.SignatureVerificationResult.InvalidCountersignature">
|
|
<summary>One of the counter signatures is invalid.</summary>
|
|
</member>
|
|
<member name="F:System.Security.Cryptography.SignatureVerificationResult.InvalidCertificateSignature">
|
|
<summary>The signature of the certificate cannot be verified.</summary>
|
|
</member>
|
|
<member name="F:System.Security.Cryptography.SignatureVerificationResult.InvalidTimestamp">
|
|
<summary>The time stamp signature or certificate could not be verified or is malformed.</summary>
|
|
</member>
|
|
<member name="F:System.Security.Cryptography.SignatureVerificationResult.BadDigest">
|
|
<summary>The digital signature of the object did not verify.</summary>
|
|
</member>
|
|
<member name="F:System.Security.Cryptography.SignatureVerificationResult.BasicConstraintsNotObserved">
|
|
<summary>The basic constraint extension of a certificate has not been observed.</summary>
|
|
</member>
|
|
<member name="F:System.Security.Cryptography.SignatureVerificationResult.UnknownTrustProvider">
|
|
<summary>The certificate has an unknown trust provider.</summary>
|
|
</member>
|
|
<member name="F:System.Security.Cryptography.SignatureVerificationResult.UnknownVerificationAction">
|
|
<summary>The certificate has an unknown verification action.</summary>
|
|
</member>
|
|
<member name="F:System.Security.Cryptography.SignatureVerificationResult.BadSignatureFormat">
|
|
<summary>The signature format is invalid.</summary>
|
|
</member>
|
|
<member name="F:System.Security.Cryptography.SignatureVerificationResult.CertificateNotExplicitlyTrusted">
|
|
<summary>The certificate is not trusted explicitly.</summary>
|
|
</member>
|
|
<member name="F:System.Security.Cryptography.SignatureVerificationResult.MissingSignature">
|
|
<summary>The signature is missing.</summary>
|
|
</member>
|
|
<member name="F:System.Security.Cryptography.SignatureVerificationResult.CertificateExpired">
|
|
<summary>The certificate has expired.</summary>
|
|
</member>
|
|
<member name="F:System.Security.Cryptography.SignatureVerificationResult.InvalidTimePeriodNesting">
|
|
<summary>A certificate was issued after the issuing certificate has expired.</summary>
|
|
</member>
|
|
<member name="F:System.Security.Cryptography.SignatureVerificationResult.InvalidCertificateRole">
|
|
<summary>The certificate has an invalid role.</summary>
|
|
</member>
|
|
<member name="F:System.Security.Cryptography.SignatureVerificationResult.PathLengthConstraintViolated">
|
|
<summary>A path length constraint in the certification chain has been violated.</summary>
|
|
</member>
|
|
<member name="F:System.Security.Cryptography.SignatureVerificationResult.UnknownCriticalExtension">
|
|
<summary>A certificate contains an unknown extension that is marked critical.</summary>
|
|
</member>
|
|
<member name="F:System.Security.Cryptography.SignatureVerificationResult.CertificateUsageNotAllowed">
|
|
<summary>The certificate cannot be used for signing and verification.</summary>
|
|
</member>
|
|
<member name="F:System.Security.Cryptography.SignatureVerificationResult.IssuerChainingError">
|
|
<summary>A parent of a given certificate did not issue that child certificate.</summary>
|
|
</member>
|
|
<member name="F:System.Security.Cryptography.SignatureVerificationResult.CertificateMalformed">
|
|
<summary>The certificate is missing or has an empty value for an important field, such as a subject or issuer name.</summary>
|
|
</member>
|
|
<member name="F:System.Security.Cryptography.SignatureVerificationResult.UntrustedRootCertificate">
|
|
<summary>The root certificate is not trusted.</summary>
|
|
</member>
|
|
<member name="F:System.Security.Cryptography.SignatureVerificationResult.CouldNotBuildChain">
|
|
<summary>The chain could not be built.</summary>
|
|
</member>
|
|
<member name="F:System.Security.Cryptography.SignatureVerificationResult.GenericTrustFailure">
|
|
<summary>There is a general trust failure with the certificate.</summary>
|
|
</member>
|
|
<member name="F:System.Security.Cryptography.SignatureVerificationResult.CertificateRevoked">
|
|
<summary>The certificate has been revoked.</summary>
|
|
</member>
|
|
<member name="F:System.Security.Cryptography.SignatureVerificationResult.UntrustedTestRootCertificate">
|
|
<summary>The test root certificate is not trusted.</summary>
|
|
</member>
|
|
<member name="F:System.Security.Cryptography.SignatureVerificationResult.RevocationCheckFailure">
|
|
<summary>The revocation check failed.</summary>
|
|
</member>
|
|
<member name="F:System.Security.Cryptography.SignatureVerificationResult.InvalidCertificateUsage">
|
|
<summary>The certificate has an invalid usage.</summary>
|
|
</member>
|
|
<member name="F:System.Security.Cryptography.SignatureVerificationResult.CertificateExplicitlyDistrusted">
|
|
<summary>The certificate was explicitly marked as not trusted by the user.</summary>
|
|
</member>
|
|
<member name="F:System.Security.Cryptography.SignatureVerificationResult.UntrustedCertificationAuthority">
|
|
<summary>The certification chain processed correctly, but one of the CA certificates is not trusted by the policy provider.</summary>
|
|
</member>
|
|
<member name="F:System.Security.Cryptography.SignatureVerificationResult.InvalidCertificatePolicy">
|
|
<summary>The certificate has an invalid policy.</summary>
|
|
</member>
|
|
<member name="F:System.Security.Cryptography.SignatureVerificationResult.InvalidCertificateName">
|
|
<summary>The certificate has an invalid name. The name is either not included in the permitted list or is explicitly excluded.</summary>
|
|
</member>
|
|
<member name="T:System.Security.Cryptography.StrongNameSignatureInformation">
|
|
<summary>Holds the strong name signature information for a manifest.</summary>
|
|
</member>
|
|
<member name="P:System.Security.Cryptography.StrongNameSignatureInformation.HashAlgorithm">
|
|
<summary>Gets the hash algorithm that is used to calculate the strong name signature.</summary>
|
|
<returns>The name of the hash algorithm that is used to calculate the strong name signature.</returns>
|
|
</member>
|
|
<member name="P:System.Security.Cryptography.StrongNameSignatureInformation.HResult">
|
|
<summary>Gets the HRESULT value of the result code.</summary>
|
|
<returns>The HRESULT value of the result code.</returns>
|
|
</member>
|
|
<member name="P:System.Security.Cryptography.StrongNameSignatureInformation.IsValid">
|
|
<summary>Gets a value indicating whether the strong name signature is valid.</summary>
|
|
<returns>true if the strong name signature is valid; otherwise, false.</returns>
|
|
</member>
|
|
<member name="P:System.Security.Cryptography.StrongNameSignatureInformation.PublicKey">
|
|
<summary>Gets the public key that is used to verify the signature.</summary>
|
|
<returns>The public key that is used to verify the signature. </returns>
|
|
</member>
|
|
<member name="P:System.Security.Cryptography.StrongNameSignatureInformation.VerificationResult">
|
|
<summary>Gets the results of verifying the strong name signature.</summary>
|
|
<returns>The result codes for signature verification.</returns>
|
|
</member>
|
|
<member name="T:System.Security.Cryptography.X509Certificates.AuthenticodeSignatureInformation">
|
|
<summary>Provides information about an Authenticode signature for a manifest. </summary>
|
|
</member>
|
|
<member name="P:System.Security.Cryptography.X509Certificates.AuthenticodeSignatureInformation.Description">
|
|
<summary>Gets the description of the signing certificate.</summary>
|
|
<returns>The description of the signing certificate.</returns>
|
|
</member>
|
|
<member name="P:System.Security.Cryptography.X509Certificates.AuthenticodeSignatureInformation.DescriptionUrl">
|
|
<summary>Gets the description URL of the signing certificate.</summary>
|
|
<returns>The description URL of the signing certificate.</returns>
|
|
</member>
|
|
<member name="P:System.Security.Cryptography.X509Certificates.AuthenticodeSignatureInformation.HashAlgorithm">
|
|
<summary>Gets the hash algorithm used to compute the signature.</summary>
|
|
<returns>The hash algorithm used to compute the signature.</returns>
|
|
</member>
|
|
<member name="P:System.Security.Cryptography.X509Certificates.AuthenticodeSignatureInformation.HResult">
|
|
<summary>Gets the HRESULT value from verifying the signature.</summary>
|
|
<returns>The HRESULT value from verifying the signature.</returns>
|
|
</member>
|
|
<member name="P:System.Security.Cryptography.X509Certificates.AuthenticodeSignatureInformation.SignatureChain">
|
|
<summary>Gets the chain of certificates used to verify the Authenticode signature.</summary>
|
|
<returns>An <see cref="T:System.Security.Cryptography.X509Certificates.X509Chain" /> object that contains the certificate chain.</returns>
|
|
</member>
|
|
<member name="P:System.Security.Cryptography.X509Certificates.AuthenticodeSignatureInformation.SigningCertificate">
|
|
<summary>Gets the certificate that signed the manifest.</summary>
|
|
<returns>An <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2" /> object that represents the certificate.</returns>
|
|
</member>
|
|
<member name="P:System.Security.Cryptography.X509Certificates.AuthenticodeSignatureInformation.Timestamp">
|
|
<summary>Gets the time stamp that was applied to the Authenticode signature.</summary>
|
|
<returns>A <see cref="T:System.Security.Cryptography.X509Certificates.TimestampInformation" /> object that contains the signature time stamp.</returns>
|
|
</member>
|
|
<member name="P:System.Security.Cryptography.X509Certificates.AuthenticodeSignatureInformation.TrustStatus">
|
|
<summary>Gets the trustworthiness of the Authenticode signature.</summary>
|
|
<returns>One of the <see cref="T:System.Security.Cryptography.X509Certificates.TrustStatus" /> values. </returns>
|
|
</member>
|
|
<member name="P:System.Security.Cryptography.X509Certificates.AuthenticodeSignatureInformation.VerificationResult">
|
|
<summary>Gets the result of verifying the Authenticode signature.</summary>
|
|
<returns>One of the <see cref="T:System.Security.Cryptography.SignatureVerificationResult" /> values.</returns>
|
|
</member>
|
|
<member name="T:System.Security.Cryptography.X509Certificates.TimestampInformation">
|
|
<summary>Provides details about the time stamp that was applied to an Authenticode signature for a manifest. </summary>
|
|
</member>
|
|
<member name="P:System.Security.Cryptography.X509Certificates.TimestampInformation.HashAlgorithm">
|
|
<summary>Gets the hash algorithm used to compute the time stamp signature.</summary>
|
|
<returns>The hash algorithm used to compute the time stamp signature.</returns>
|
|
</member>
|
|
<member name="P:System.Security.Cryptography.X509Certificates.TimestampInformation.HResult">
|
|
<summary>Gets the HRESULT value that results from verifying the signature.</summary>
|
|
<returns>The HRESULT value that results from verifying the signature.</returns>
|
|
</member>
|
|
<member name="P:System.Security.Cryptography.X509Certificates.TimestampInformation.IsValid">
|
|
<summary>Gets a value indicating whether the time stamp of the signature is valid.</summary>
|
|
<returns>true if the time stamp is valid; otherwise, false. </returns>
|
|
</member>
|
|
<member name="P:System.Security.Cryptography.X509Certificates.TimestampInformation.SignatureChain">
|
|
<summary>Gets the chain of certificates used to verify the time stamp of the signature.</summary>
|
|
<returns>An <see cref="T:System.Security.Cryptography.X509Certificates.X509Chain" /> object that represents the certificate chain.</returns>
|
|
</member>
|
|
<member name="P:System.Security.Cryptography.X509Certificates.TimestampInformation.SigningCertificate">
|
|
<summary>Gets the certificate that signed the time stamp.</summary>
|
|
<returns>An <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2" /> object that represents the certificate.</returns>
|
|
</member>
|
|
<member name="P:System.Security.Cryptography.X509Certificates.TimestampInformation.Timestamp">
|
|
<summary>Gets the time stamp that was applied to the signature.</summary>
|
|
<returns>A <see cref="T:System.DateTime" /> object that represents the time stamp.</returns>
|
|
</member>
|
|
<member name="P:System.Security.Cryptography.X509Certificates.TimestampInformation.VerificationResult">
|
|
<summary>Gets the result of verifying the time stamp signature.</summary>
|
|
<returns>One of the <see cref="T:System.Security.Cryptography.SignatureVerificationResult" /> values.</returns>
|
|
</member>
|
|
<member name="T:System.Security.Cryptography.X509Certificates.TrustStatus">
|
|
<summary>Identifies the level of trustworthiness that is assigned to the signature for a manifest.</summary>
|
|
</member>
|
|
<member name="F:System.Security.Cryptography.X509Certificates.TrustStatus.Untrusted">
|
|
<summary>The signature was created by an explicitly distrusted publisher.</summary>
|
|
</member>
|
|
<member name="F:System.Security.Cryptography.X509Certificates.TrustStatus.UnknownIdentity">
|
|
<summary>The identity is not known and the signature is invalid. Because there is no verified signature, an identity cannot be determined.</summary>
|
|
</member>
|
|
<member name="F:System.Security.Cryptography.X509Certificates.TrustStatus.KnownIdentity">
|
|
<summary>The identity is known and the signature is valid. A valid Authenticode signature provides an identity.</summary>
|
|
</member>
|
|
<member name="F:System.Security.Cryptography.X509Certificates.TrustStatus.Trusted">
|
|
<summary>The signature is valid and was created by an explicitly trusted publisher.</summary>
|
|
</member>
|
|
<member name="T:System.Threading.LockRecursionException">
|
|
<summary>The exception that is thrown when recursive entry into a lock is not compatible with the recursion policy for the lock.</summary>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Threading.LockRecursionException.#ctor">
|
|
<summary>Initializes a new instance of the <see cref="T:System.Threading.LockRecursionException" /> class with a system-supplied message that describes the error.</summary>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Threading.LockRecursionException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
|
|
<summary>Initializes a new instance of the <see cref="T:System.Threading.LockRecursionException" /> class with serialized data.</summary>
|
|
<param name="info">The object that holds the serialized object data.</param>
|
|
<param name="context">The contextual information about the source or destination.</param>
|
|
</member>
|
|
<member name="M:System.Threading.LockRecursionException.#ctor(System.String)">
|
|
<summary>Initializes a new instance of the <see cref="T:System.Threading.LockRecursionException" /> class with a specified message that describes the error.</summary>
|
|
<param name="message">The message that describes the exception. The caller of this constructor must make sure that this string has been localized for the current system culture. </param>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Threading.LockRecursionException.#ctor(System.String,System.Exception)">
|
|
<summary>Initializes a new instance of the <see cref="T:System.Threading.LockRecursionException" /> 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 message that describes the exception. The caller of this constructor must make sure that this string has been localized for the current system culture. </param>
|
|
<param name="innerException">The exception that caused the current exception. If the <paramref name="innerException" /> parameter is not null, the current exception is raised in a catch block that handles the inner exception. </param>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="T:System.Threading.LockRecursionPolicy">
|
|
<summary>Specifies whether a lock can be entered multiple times by the same thread.</summary>
|
|
</member>
|
|
<member name="F:System.Threading.LockRecursionPolicy.NoRecursion">
|
|
<summary>If a thread tries to enter a lock recursively, an exception is thrown. Some classes may allow certain recursions when this setting is in effect. </summary>
|
|
</member>
|
|
<member name="F:System.Threading.LockRecursionPolicy.SupportsRecursion">
|
|
<summary>A thread can enter a lock recursively. Some classes may restrict this capability. </summary>
|
|
</member>
|
|
<member name="T:System.Threading.ReaderWriterLockSlim">
|
|
<summary>Represents a lock that is used to manage access to a resource, allowing multiple threads for reading or exclusive access for writing.</summary>
|
|
</member>
|
|
<member name="M:System.Threading.ReaderWriterLockSlim.#ctor">
|
|
<summary>Initializes a new instance of the <see cref="T:System.Threading.ReaderWriterLockSlim" /> class with default property values.</summary>
|
|
</member>
|
|
<member name="M:System.Threading.ReaderWriterLockSlim.#ctor(System.Threading.LockRecursionPolicy)">
|
|
<summary>Initializes a new instance of the <see cref="T:System.Threading.ReaderWriterLockSlim" /> class, specifying the lock recursion policy.</summary>
|
|
<param name="recursionPolicy">One of the enumeration values that specifies the lock recursion policy. </param>
|
|
</member>
|
|
<member name="P:System.Threading.ReaderWriterLockSlim.CurrentReadCount">
|
|
<summary>Gets the total number of unique threads that have entered the lock in read mode.</summary>
|
|
<returns>The number of unique threads that have entered the lock in read mode.</returns>
|
|
</member>
|
|
<member name="M:System.Threading.ReaderWriterLockSlim.Dispose">
|
|
<summary>Releases all resources used by the current instance of the <see cref="T:System.Threading.ReaderWriterLockSlim" /> class.</summary>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Threading.ReaderWriterLockSlim.EnterReadLock">
|
|
<summary>Tries to enter the lock in read mode.</summary>
|
|
<exception cref="T:System.Threading.LockRecursionException">The <see cref="P:System.Threading.ReaderWriterLockSlim.RecursionPolicy" /> property is <see cref="F:System.Threading.LockRecursionPolicy.NoRecursion" /> and the current thread has already entered read mode. -or-The recursion number would exceed the capacity of the counter. This limit is so large that applications should never encounter it.</exception>
|
|
</member>
|
|
<member name="M:System.Threading.ReaderWriterLockSlim.EnterUpgradeableReadLock">
|
|
<summary>Tries to enter the lock in upgradeable mode.</summary>
|
|
<exception cref="T:System.Threading.LockRecursionException">The <see cref="P:System.Threading.ReaderWriterLockSlim.RecursionPolicy" /> property is <see cref="F:System.Threading.LockRecursionPolicy.NoRecursion" /> and the current thread has already entered the lock in any mode. -or-The current thread has entered read mode, so trying to enter upgradeable mode would create the possibility of a deadlock. -or-The recursion number would exceed the capacity of the counter. The limit is so large that applications should never encounter it.</exception>
|
|
</member>
|
|
<member name="M:System.Threading.ReaderWriterLockSlim.EnterWriteLock">
|
|
<summary>Tries to enter the lock in write mode.</summary>
|
|
<exception cref="T:System.Threading.LockRecursionException">The <see cref="P:System.Threading.ReaderWriterLockSlim.RecursionPolicy" /> property is <see cref="F:System.Threading.LockRecursionPolicy.NoRecursion" /> and the current thread has already entered the lock in any mode. -or-The current thread has entered read mode, so trying to enter the lock in write mode would create the possibility of a deadlock. -or-The recursion number would exceed the capacity of the counter. The limit is so large that applications should never encounter it.</exception>
|
|
</member>
|
|
<member name="M:System.Threading.ReaderWriterLockSlim.ExitReadLock">
|
|
<summary>Reduces the recursion count for read mode, and exits read mode if the resulting count is 0 (zero).</summary>
|
|
<exception cref="T:System.Threading.SynchronizationLockException">The current thread has not entered the lock in read mode.</exception>
|
|
</member>
|
|
<member name="M:System.Threading.ReaderWriterLockSlim.ExitUpgradeableReadLock">
|
|
<summary>Reduces the recursion count for upgradeable mode, and exits upgradeable mode if the resulting count is 0 (zero).</summary>
|
|
<exception cref="T:System.Threading.SynchronizationLockException">The current thread has not entered the lock in upgradeable mode.</exception>
|
|
</member>
|
|
<member name="M:System.Threading.ReaderWriterLockSlim.ExitWriteLock">
|
|
<summary>Reduces the recursion count for write mode, and exits write mode if the resulting count is 0 (zero).</summary>
|
|
<exception cref="T:System.Threading.SynchronizationLockException">The current thread has not entered the lock in write mode.</exception>
|
|
</member>
|
|
<member name="P:System.Threading.ReaderWriterLockSlim.IsReadLockHeld">
|
|
<summary>Gets a value that indicates whether the current thread has entered the lock in read mode.</summary>
|
|
<returns>true if the current thread has entered read mode; otherwise, false.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Threading.ReaderWriterLockSlim.IsUpgradeableReadLockHeld">
|
|
<summary>Gets a value that indicates whether the current thread has entered the lock in upgradeable mode. </summary>
|
|
<returns>true if the current thread has entered upgradeable mode; otherwise, false.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Threading.ReaderWriterLockSlim.IsWriteLockHeld">
|
|
<summary>Gets a value that indicates whether the current thread has entered the lock in write mode.</summary>
|
|
<returns>true if the current thread has entered write mode; otherwise, false.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Threading.ReaderWriterLockSlim.RecursionPolicy">
|
|
<summary>Gets a value that indicates the recursion policy for the current <see cref="T:System.Threading.ReaderWriterLockSlim" /> object.</summary>
|
|
<returns>One of the enumeration values that specifies the lock recursion policy.</returns>
|
|
</member>
|
|
<member name="P:System.Threading.ReaderWriterLockSlim.RecursiveReadCount">
|
|
<summary>Gets the number of times the current thread has entered the lock in read mode, as an indication of recursion.</summary>
|
|
<returns>0 (zero) if the current thread has not entered read mode, 1 if the thread has entered read mode but has not entered it recursively, or n if the thread has entered the lock recursively n - 1 times.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Threading.ReaderWriterLockSlim.RecursiveUpgradeCount">
|
|
<summary>Gets the number of times the current thread has entered the lock in upgradeable mode, as an indication of recursion.</summary>
|
|
<returns>0 if the current thread has not entered upgradeable mode, 1 if the thread has entered upgradeable mode but has not entered it recursively, or n if the thread has entered upgradeable mode recursively n - 1 times.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Threading.ReaderWriterLockSlim.RecursiveWriteCount">
|
|
<summary>Gets the number of times the current thread has entered the lock in write mode, as an indication of recursion.</summary>
|
|
<returns>0 if the current thread has not entered write mode, 1 if the thread has entered write mode but has not entered it recursively, or n if the thread has entered write mode recursively n - 1 times.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="M:System.Threading.ReaderWriterLockSlim.TryEnterReadLock(System.Int32)">
|
|
<summary>Tries to enter the lock in read mode, with an optional integer time-out.</summary>
|
|
<returns>true if the calling thread entered read mode, otherwise, false.</returns>
|
|
<param name="millisecondsTimeout">The number of milliseconds to wait, or -1 (<see cref="F:System.Threading.Timeout.Infinite" />) to wait indefinitely.</param>
|
|
<exception cref="T:System.Threading.LockRecursionException">The <see cref="P:System.Threading.ReaderWriterLockSlim.RecursionPolicy" /> property is <see cref="F:System.Threading.LockRecursionPolicy.NoRecursion" /> and the current thread has already entered the lock. -or-The recursion number would exceed the capacity of the counter. The limit is so large that applications should never encounter it.</exception>
|
|
<exception cref="T:System.ArgumentOutOfRangeException">The value of <paramref name="millisecondsTimeout" /> is negative, but it is not equal to <see cref="F:System.Threading.Timeout.Infinite" /> (-1), which is the only negative value allowed. </exception>
|
|
</member>
|
|
<member name="M:System.Threading.ReaderWriterLockSlim.TryEnterReadLock(System.TimeSpan)">
|
|
<summary>Tries to enter the lock in read mode, with an optional time-out.</summary>
|
|
<returns>true if the calling thread entered read mode, otherwise, false.</returns>
|
|
<param name="timeout">The interval to wait, or -1 milliseconds to wait indefinitely. </param>
|
|
<exception cref="T:System.Threading.LockRecursionException">The <see cref="P:System.Threading.ReaderWriterLockSlim.RecursionPolicy" /> property is <see cref="F:System.Threading.LockRecursionPolicy.NoRecursion" /> and the current thread has already entered the lock. -or-The recursion number would exceed the capacity of the counter. The limit is so large that applications should never encounter it.</exception>
|
|
<exception cref="T:System.ArgumentOutOfRangeException">The value of <paramref name="timeout" /> is negative, but it is not equal to -1 milliseconds, which is the only negative value allowed.-or-The value of <paramref name="timeout" /> is greater than <see cref="F:System.Int32.MaxValue" /> milliseconds. </exception>
|
|
</member>
|
|
<member name="M:System.Threading.ReaderWriterLockSlim.TryEnterUpgradeableReadLock(System.Int32)">
|
|
<summary>Tries to enter the lock in upgradeable mode, with an optional time-out.</summary>
|
|
<returns>true if the calling thread entered upgradeable mode, otherwise, false.</returns>
|
|
<param name="millisecondsTimeout">The number of milliseconds to wait, or -1 (<see cref="F:System.Threading.Timeout.Infinite" />) to wait indefinitely.</param>
|
|
<exception cref="T:System.Threading.LockRecursionException">The <see cref="P:System.Threading.ReaderWriterLockSlim.RecursionPolicy" /> property is <see cref="F:System.Threading.LockRecursionPolicy.NoRecursion" /> and the current thread has already entered the lock. -or-The current thread initially entered the lock in read mode, and therefore trying to enter upgradeable mode would create the possibility of a deadlock. -or-The recursion number would exceed the capacity of the counter. The limit is so large that applications should never encounter it.</exception>
|
|
<exception cref="T:System.ArgumentOutOfRangeException">The value of <paramref name="millisecondsTimeout" /> is negative, but it is not equal to <see cref="F:System.Threading.Timeout.Infinite" /> (-1), which is the only negative value allowed. </exception>
|
|
</member>
|
|
<member name="M:System.Threading.ReaderWriterLockSlim.TryEnterUpgradeableReadLock(System.TimeSpan)">
|
|
<summary>Tries to enter the lock in upgradeable mode, with an optional time-out.</summary>
|
|
<returns>true if the calling thread entered upgradeable mode, otherwise, false.</returns>
|
|
<param name="timeout">The interval to wait, or -1 milliseconds to wait indefinitely.</param>
|
|
<exception cref="T:System.Threading.LockRecursionException">The <see cref="P:System.Threading.ReaderWriterLockSlim.RecursionPolicy" /> property is <see cref="F:System.Threading.LockRecursionPolicy.NoRecursion" /> and the current thread has already entered the lock. -or-The current thread initially entered the lock in read mode, and therefore trying to enter upgradeable mode would create the possibility of a deadlock. -or-The recursion number would exceed the capacity of the counter. The limit is so large that applications should never encounter it.</exception>
|
|
<exception cref="T:System.ArgumentOutOfRangeException">The value of <paramref name="timeout" /> is negative, but it is not equal to -1 milliseconds, which is the only negative value allowed.-or-The value of <paramref name="timeout" /> is greater than <see cref="F:System.Int32.MaxValue" /> milliseconds. </exception>
|
|
</member>
|
|
<member name="M:System.Threading.ReaderWriterLockSlim.TryEnterWriteLock(System.Int32)">
|
|
<summary>Tries to enter the lock in write mode, with an optional time-out.</summary>
|
|
<returns>true if the calling thread entered write mode, otherwise, false.</returns>
|
|
<param name="millisecondsTimeout">The number of milliseconds to wait, or -1 (<see cref="F:System.Threading.Timeout.Infinite" />) to wait indefinitely.</param>
|
|
<exception cref="T:System.Threading.LockRecursionException">The <see cref="P:System.Threading.ReaderWriterLockSlim.RecursionPolicy" /> property is <see cref="F:System.Threading.LockRecursionPolicy.NoRecursion" /> and the current thread has already entered the lock. -or-The current thread initially entered the lock in read mode, and therefore trying to enter write mode would create the possibility of a deadlock. -or-The recursion number would exceed the capacity of the counter. The limit is so large that applications should never encounter it.</exception>
|
|
<exception cref="T:System.ArgumentOutOfRangeException">The value of <paramref name="millisecondsTimeout" /> is negative, but it is not equal to <see cref="F:System.Threading.Timeout.Infinite" /> (-1), which is the only negative value allowed. </exception>
|
|
</member>
|
|
<member name="M:System.Threading.ReaderWriterLockSlim.TryEnterWriteLock(System.TimeSpan)">
|
|
<summary>Tries to enter the lock in write mode, with an optional time-out.</summary>
|
|
<returns>true if the calling thread entered write mode, otherwise, false.</returns>
|
|
<param name="timeout">The interval to wait, or -1 milliseconds to wait indefinitely.</param>
|
|
<exception cref="T:System.Threading.LockRecursionException">The <see cref="P:System.Threading.ReaderWriterLockSlim.RecursionPolicy" /> property is <see cref="F:System.Threading.LockRecursionPolicy.NoRecursion" /> and the current thread has already entered the lock. -or-The current thread initially entered the lock in read mode, and therefore trying to enter write mode would create the possibility of a deadlock. -or-The recursion number would exceed the capacity of the counter. The limit is so large that applications should never encounter it.</exception>
|
|
<exception cref="T:System.ArgumentOutOfRangeException">The value of <paramref name="timeout" /> is negative, but it is not equal to -1 milliseconds, which is the only negative value allowed.-or-The value of <paramref name="timeout" /> is greater than <see cref="F:System.Int32.MaxValue" /> milliseconds. </exception>
|
|
</member>
|
|
<member name="P:System.Threading.ReaderWriterLockSlim.WaitingReadCount">
|
|
<summary>Gets the total number of threads that are waiting to enter the lock in read mode.</summary>
|
|
<returns>The total number of threads that are waiting to enter read mode.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Threading.ReaderWriterLockSlim.WaitingUpgradeCount">
|
|
<summary>Gets the total number of threads that are waiting to enter the lock in upgradeable mode.</summary>
|
|
<returns>The total number of threads that are waiting to enter upgradeable mode.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
<member name="P:System.Threading.ReaderWriterLockSlim.WaitingWriteCount">
|
|
<summary>Gets the total number of threads that are waiting to enter the lock in write mode.</summary>
|
|
<returns>The total number of threads that are waiting to enter write mode.</returns>
|
|
<filterpriority>2</filterpriority>
|
|
</member>
|
|
</members>
|
|
</doc>
|