task
stringlengths 24
71
| input
stringlengths 8
2.38k
| output
stringlengths 1
2.34k
| options
sequence | pageTitle
stringlengths 4
140
| outputColName
stringlengths 1
79
| url
stringlengths 41
160
| wdcFile
stringlengths 71
74
|
---|---|---|---|---|---|---|---|
46acead8_DateTime_Structure__System___Description | [Name] AddTicks [Description] | Returns a new DateTime that adds the specified number of ticks to the value of this instance. | [] | DateTime Structure (System) | Description | https://msdn.microsoft.com/en-us/library/03ybds8y(v=vs.95) | 10/1438042987171.38_20150728002307-00047-ip-10-236-191-2_869389667_2.json |
46acead8_DateTime_Structure__System___Description | [Name] AddYears [Description] | Returns a new DateTime that adds the specified number of years to the value of this instance. | [] | DateTime Structure (System) | Description | https://msdn.microsoft.com/en-us/library/03ybds8y(v=vs.95) | 10/1438042987171.38_20150728002307-00047-ip-10-236-191-2_869389667_2.json |
46acead8_DateTime_Structure__System___Description | [Name] Compare [Description] | Compares two instances of DateTime and returns an integer that indicates whether the first DateTime instance is earlier than, the same as, or later than the second DateTime instance. | [] | DateTime Structure (System) | Description | https://msdn.microsoft.com/en-us/library/03ybds8y(v=vs.95) | 10/1438042987171.38_20150728002307-00047-ip-10-236-191-2_869389667_2.json |
46acead8_DateTime_Structure__System___Description | [Name] CompareTo(DateTime) [Description] | Compares the value of this instance to a specified DateTime value and returns an integer that indicates whether this instance is earlier than, the same as, or later than the specified DateTime value. | [] | DateTime Structure (System) | Description | https://msdn.microsoft.com/en-us/library/03ybds8y(v=vs.95) | 10/1438042987171.38_20150728002307-00047-ip-10-236-191-2_869389667_2.json |
46acead8_DateTime_Structure__System___Description | [Name] CompareTo(Object) [Description] | Compares the value of this instance to a specified object that contains a specified DateTime value, and returns an integer that indicates whether this instance is earlier than, the same as, or later than the specified DateTime value. | [] | DateTime Structure (System) | Description | https://msdn.microsoft.com/en-us/library/03ybds8y(v=vs.95) | 10/1438042987171.38_20150728002307-00047-ip-10-236-191-2_869389667_2.json |
46acead8_DateTime_Structure__System___Description | [Name] DaysInMonth [Description] | Returns the number of days in the specified month and year. | [] | DateTime Structure (System) | Description | https://msdn.microsoft.com/en-us/library/03ybds8y(v=vs.95) | 10/1438042987171.38_20150728002307-00047-ip-10-236-191-2_869389667_2.json |
46acead8_DateTime_Structure__System___Description | [Name] Equals(DateTime) [Description] | Returns a value indicating whether the value of this instance is equal to the value of the specified DateTime instance. | [] | DateTime Structure (System) | Description | https://msdn.microsoft.com/en-us/library/03ybds8y(v=vs.95) | 10/1438042987171.38_20150728002307-00047-ip-10-236-191-2_869389667_2.json |
46acead8_DateTime_Structure__System___Description | [Name] Equals(Object) [Description] | Returns a value indicating whether this instance is equal to a specified object. (Overrides ValueType.Equals(Object).) | [] | DateTime Structure (System) | Description | https://msdn.microsoft.com/en-us/library/03ybds8y(v=vs.95) | 10/1438042987171.38_20150728002307-00047-ip-10-236-191-2_869389667_2.json |
46acead8_DateTime_Structure__System___Description | [Name] Equals(DateTime, DateTime) [Description] | Returns a value indicating whether two DateTime instances have the same date and time value. | [] | DateTime Structure (System) | Description | https://msdn.microsoft.com/en-us/library/03ybds8y(v=vs.95) | 10/1438042987171.38_20150728002307-00047-ip-10-236-191-2_869389667_2.json |
46acead8_DateTime_Structure__System___Description | [Name] Finalize [Description] | Allows an object to try to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | [] | DateTime Structure (System) | Description | https://msdn.microsoft.com/en-us/library/03ybds8y(v=vs.95) | 10/1438042987171.38_20150728002307-00047-ip-10-236-191-2_869389667_2.json |
46acead8_DateTime_Structure__System___Description | [Name] FromBinary [Description] | Deserializes a 64-bit binary value and recreates an original serialized DateTime object. | [] | DateTime Structure (System) | Description | https://msdn.microsoft.com/en-us/library/03ybds8y(v=vs.95) | 10/1438042987171.38_20150728002307-00047-ip-10-236-191-2_869389667_2.json |
46acead8_DateTime_Structure__System___Description | [Name] FromFileTime [Description] | Converts the specified Windows file time to an equivalent local time. | [] | DateTime Structure (System) | Description | https://msdn.microsoft.com/en-us/library/03ybds8y(v=vs.95) | 10/1438042987171.38_20150728002307-00047-ip-10-236-191-2_869389667_2.json |
46acead8_DateTime_Structure__System___Description | [Name] FromFileTimeUtc [Description] | Converts the specified Windows file time to an equivalent UTC time. | [] | DateTime Structure (System) | Description | https://msdn.microsoft.com/en-us/library/03ybds8y(v=vs.95) | 10/1438042987171.38_20150728002307-00047-ip-10-236-191-2_869389667_2.json |
46acead8_DateTime_Structure__System___Description | [Name] FromOADate [Description] | Returns a DateTime equivalent to the specified OLE Automation date. | [] | DateTime Structure (System) | Description | https://msdn.microsoft.com/en-us/library/03ybds8y(v=vs.95) | 10/1438042987171.38_20150728002307-00047-ip-10-236-191-2_869389667_2.json |
46acead8_DateTime_Structure__System___Description | [Name] GetHashCode [Description] | Returns the hash code for this instance. (Overrides ValueType.GetHashCode().) | [] | DateTime Structure (System) | Description | https://msdn.microsoft.com/en-us/library/03ybds8y(v=vs.95) | 10/1438042987171.38_20150728002307-00047-ip-10-236-191-2_869389667_2.json |
46acead8_DateTime_Structure__System___Description | [Name] GetType [Description] | Gets the Type of the current instance. (Inherited from Object.) | [] | DateTime Structure (System) | Description | https://msdn.microsoft.com/en-us/library/03ybds8y(v=vs.95) | 10/1438042987171.38_20150728002307-00047-ip-10-236-191-2_869389667_2.json |
46acead8_DateTime_Structure__System___Description | [Name] GetTypeCode [Description] | Returns the TypeCode for value type DateTime. | [] | DateTime Structure (System) | Description | https://msdn.microsoft.com/en-us/library/03ybds8y(v=vs.95) | 10/1438042987171.38_20150728002307-00047-ip-10-236-191-2_869389667_2.json |
46acead8_DateTime_Structure__System___Description | [Name] IsDaylightSavingTime [Description] | Indicates whether this instance of DateTime is within the Daylight Saving Time range for the current time zone. | [] | DateTime Structure (System) | Description | https://msdn.microsoft.com/en-us/library/03ybds8y(v=vs.95) | 10/1438042987171.38_20150728002307-00047-ip-10-236-191-2_869389667_2.json |
46acead8_DateTime_Structure__System___Description | [Name] IsLeapYear [Description] | Returns an indication whether the specified year is a leap year. | [] | DateTime Structure (System) | Description | https://msdn.microsoft.com/en-us/library/03ybds8y(v=vs.95) | 10/1438042987171.38_20150728002307-00047-ip-10-236-191-2_869389667_2.json |
46acead8_DateTime_Structure__System___Description | [Name] MemberwiseClone [Description] | Creates a shallow copy of the current Object. (Inherited from Object.) | [] | DateTime Structure (System) | Description | https://msdn.microsoft.com/en-us/library/03ybds8y(v=vs.95) | 10/1438042987171.38_20150728002307-00047-ip-10-236-191-2_869389667_2.json |
46acead8_DateTime_Structure__System___Description | [Name] Parse(String) [Description] | Converts the specified string representation of a date and time to its DateTime equivalent. | [] | DateTime Structure (System) | Description | https://msdn.microsoft.com/en-us/library/03ybds8y(v=vs.95) | 10/1438042987171.38_20150728002307-00047-ip-10-236-191-2_869389667_2.json |
46acead8_DateTime_Structure__System___Description | [Name] Parse(String, IFormatProvider) [Description] | Converts the specified string representation of a date and time to its DateTime equivalent using the specified culture-specific format information. | [] | DateTime Structure (System) | Description | https://msdn.microsoft.com/en-us/library/03ybds8y(v=vs.95) | 10/1438042987171.38_20150728002307-00047-ip-10-236-191-2_869389667_2.json |
46acead8_DateTime_Structure__System___Description | [Name] Parse(String, IFormatProvider, DateTimeStyles) [Description] | Converts the specified string representation of a date and time to its DateTime equivalent using the specified culture-specific format information and formatting style. | [] | DateTime Structure (System) | Description | https://msdn.microsoft.com/en-us/library/03ybds8y(v=vs.95) | 10/1438042987171.38_20150728002307-00047-ip-10-236-191-2_869389667_2.json |
46acead8_DateTime_Structure__System___Description | [Name] ParseExact(String, String, IFormatProvider) [Description] | Converts the specified string representation of a date and time to its DateTime equivalent using the specified format and culture-specific format information. The format of the string representation must match the specified format exactly. | [] | DateTime Structure (System) | Description | https://msdn.microsoft.com/en-us/library/03ybds8y(v=vs.95) | 10/1438042987171.38_20150728002307-00047-ip-10-236-191-2_869389667_2.json |
46acead8_DateTime_Structure__System___Description | [Name] ParseExact(String, String, IFormatProvider, DateTimeStyles) [Description] | Converts the specified string representation of a date and time to its DateTime equivalent using the specified format, culture-specific format information, and style. The format of the string representation must match the specified format exactly or an exception is thrown. | [] | DateTime Structure (System) | Description | https://msdn.microsoft.com/en-us/library/03ybds8y(v=vs.95) | 10/1438042987171.38_20150728002307-00047-ip-10-236-191-2_869389667_2.json |
46acead8_DateTime_Structure__System___Description | [Name] ParseExact(String, String[], IFormatProvider, DateTimeStyles) [Description] | Converts the specified string representation of a date and time to its DateTime equivalent using the specified array of formats, culture-specific format information, and style. The format of the string representation must match at least one of the specified formats exactly or an exception is thrown. | [] | DateTime Structure (System) | Description | https://msdn.microsoft.com/en-us/library/03ybds8y(v=vs.95) | 10/1438042987171.38_20150728002307-00047-ip-10-236-191-2_869389667_2.json |
46acead8_DateTime_Structure__System___Description | [Name] SpecifyKind [Description] | Creates a new DateTime object that has the same number of ticks as the specified DateTime, but is designated as either local time, Coordinated Universal Time (UTC), or neither, as indicated by the specified DateTimeKind value. | [] | DateTime Structure (System) | Description | https://msdn.microsoft.com/en-us/library/03ybds8y(v=vs.95) | 10/1438042987171.38_20150728002307-00047-ip-10-236-191-2_869389667_2.json |
46acead8_DateTime_Structure__System___Description | [Name] Subtract(DateTime) [Description] | Subtracts the specified date and time from this instance. | [] | DateTime Structure (System) | Description | https://msdn.microsoft.com/en-us/library/03ybds8y(v=vs.95) | 10/1438042987171.38_20150728002307-00047-ip-10-236-191-2_869389667_2.json |
46acead8_DateTime_Structure__System___Description | [Name] Subtract(TimeSpan) [Description] | Subtracts the specified duration from this instance. | [] | DateTime Structure (System) | Description | https://msdn.microsoft.com/en-us/library/03ybds8y(v=vs.95) | 10/1438042987171.38_20150728002307-00047-ip-10-236-191-2_869389667_2.json |
46acead8_DateTime_Structure__System___Description | [Name] ToFileTime [Description] | Converts the value of the current DateTime object to a Windows file time. | [] | DateTime Structure (System) | Description | https://msdn.microsoft.com/en-us/library/03ybds8y(v=vs.95) | 10/1438042987171.38_20150728002307-00047-ip-10-236-191-2_869389667_2.json |
46acead8_DateTime_Structure__System___Description | [Name] ToFileTimeUtc [Description] | Converts the value of the current DateTime object to a Windows file time. | [] | DateTime Structure (System) | Description | https://msdn.microsoft.com/en-us/library/03ybds8y(v=vs.95) | 10/1438042987171.38_20150728002307-00047-ip-10-236-191-2_869389667_2.json |
46acead8_DateTime_Structure__System___Description | [Name] ToLocalTime [Description] | Converts the value of the current DateTime object to local time. | [] | DateTime Structure (System) | Description | https://msdn.microsoft.com/en-us/library/03ybds8y(v=vs.95) | 10/1438042987171.38_20150728002307-00047-ip-10-236-191-2_869389667_2.json |
46acead8_DateTime_Structure__System___Description | [Name] ToLongDateString [Description] | Converts the value of the current DateTime object to its equivalent long date string representation. | [] | DateTime Structure (System) | Description | https://msdn.microsoft.com/en-us/library/03ybds8y(v=vs.95) | 10/1438042987171.38_20150728002307-00047-ip-10-236-191-2_869389667_2.json |
46acead8_DateTime_Structure__System___Description | [Name] ToLongTimeString [Description] | Converts the value of the current DateTime object to its equivalent long time string representation. | [] | DateTime Structure (System) | Description | https://msdn.microsoft.com/en-us/library/03ybds8y(v=vs.95) | 10/1438042987171.38_20150728002307-00047-ip-10-236-191-2_869389667_2.json |
46acead8_DateTime_Structure__System___Description | [Name] ToOADate [Description] | Converts the value of this instance to the equivalent OLE Automation date. | [] | DateTime Structure (System) | Description | https://msdn.microsoft.com/en-us/library/03ybds8y(v=vs.95) | 10/1438042987171.38_20150728002307-00047-ip-10-236-191-2_869389667_2.json |
46acead8_DateTime_Structure__System___Description | [Name] ToShortDateString [Description] | Converts the value of the current DateTime object to its equivalent short date string representation. | [] | DateTime Structure (System) | Description | https://msdn.microsoft.com/en-us/library/03ybds8y(v=vs.95) | 10/1438042987171.38_20150728002307-00047-ip-10-236-191-2_869389667_2.json |
46acead8_DateTime_Structure__System___Description | [Name] ToShortTimeString [Description] | Converts the value of the current DateTime object to its equivalent short time string representation. | [] | DateTime Structure (System) | Description | https://msdn.microsoft.com/en-us/library/03ybds8y(v=vs.95) | 10/1438042987171.38_20150728002307-00047-ip-10-236-191-2_869389667_2.json |
46acead8_DateTime_Structure__System___Description | [Name] ToString() [Description] | Converts the value of the current DateTime object to its equivalent string representation. (Overrides ValueType.ToString().) | [] | DateTime Structure (System) | Description | https://msdn.microsoft.com/en-us/library/03ybds8y(v=vs.95) | 10/1438042987171.38_20150728002307-00047-ip-10-236-191-2_869389667_2.json |
46acead8_DateTime_Structure__System___Description | [Name] ToString(IFormatProvider) [Description] | Converts the value of the current DateTime object to its equivalent string representation using the specified culture-specific format information. | [] | DateTime Structure (System) | Description | https://msdn.microsoft.com/en-us/library/03ybds8y(v=vs.95) | 10/1438042987171.38_20150728002307-00047-ip-10-236-191-2_869389667_2.json |
46acead8_DateTime_Structure__System___Description | [Name] ToString(String) [Description] | Converts the value of the current DateTime object to its equivalent string representation using the specified format. | [] | DateTime Structure (System) | Description | https://msdn.microsoft.com/en-us/library/03ybds8y(v=vs.95) | 10/1438042987171.38_20150728002307-00047-ip-10-236-191-2_869389667_2.json |
46acead8_DateTime_Structure__System___Description | [Name] ToString(String, IFormatProvider) [Description] | Converts the value of the current DateTime object to its equivalent string representation using the specified format and culture-specific format information. | [] | DateTime Structure (System) | Description | https://msdn.microsoft.com/en-us/library/03ybds8y(v=vs.95) | 10/1438042987171.38_20150728002307-00047-ip-10-236-191-2_869389667_2.json |
46acead8_DateTime_Structure__System___Description | [Name] ToUniversalTime [Description] | Converts the value of the current DateTime object to Coordinated Universal Time (UTC). | [] | DateTime Structure (System) | Description | https://msdn.microsoft.com/en-us/library/03ybds8y(v=vs.95) | 10/1438042987171.38_20150728002307-00047-ip-10-236-191-2_869389667_2.json |
46acead8_DateTime_Structure__System___Description | [Name] TryParse(String, DateTime) [Description] | Converts the specified string representation of a date and time to its DateTime equivalent and returns a value that indicates whether the conversion succeeded. | [] | DateTime Structure (System) | Description | https://msdn.microsoft.com/en-us/library/03ybds8y(v=vs.95) | 10/1438042987171.38_20150728002307-00047-ip-10-236-191-2_869389667_2.json |
46acead8_DateTime_Structure__System___Description | [Name] TryParse(String, IFormatProvider, DateTimeStyles, DateTime) [Description] | Converts the specified string representation of a date and time to its DateTime equivalent using the specified culture-specific format information and formatting style, and returns a value that indicates whether the conversion succeeded. | [] | DateTime Structure (System) | Description | https://msdn.microsoft.com/en-us/library/03ybds8y(v=vs.95) | 10/1438042987171.38_20150728002307-00047-ip-10-236-191-2_869389667_2.json |
46acead8_DateTime_Structure__System___Description | [Name] TryParseExact(String, String, IFormatProvider, DateTimeStyles, DateTime) [Description] | Converts the specified string representation of a date and time to its DateTime equivalent using the specified format, culture-specific format information, and style. The format of the string representation must match the specified format exactly. The method returns a value that indicates whether the conversion succeeded. | [] | DateTime Structure (System) | Description | https://msdn.microsoft.com/en-us/library/03ybds8y(v=vs.95) | 10/1438042987171.38_20150728002307-00047-ip-10-236-191-2_869389667_2.json |
46acead8_DateTime_Structure__System___Description | [Name] TryParseExact(String, String[], IFormatProvider, DateTimeStyles, DateTime) [Description] | Converts the specified string representation of a date and time to its DateTime equivalent using the specified array of formats, culture-specific format information, and style. The format of the string representation must match at least one of the specified formats exactly. The method returns a value that indicates whether the conversion succeeded. | [] | DateTime Structure (System) | Description | https://msdn.microsoft.com/en-us/library/03ybds8y(v=vs.95) | 10/1438042987171.38_20150728002307-00047-ip-10-236-191-2_869389667_2.json |
fc96c84e_em_Windows_Forms_VisualStyles___Name | [Description] Gets a visual style element that represents a toolbar button in the checked state. [Name] | Checked | [
[
"C",
"h",
"e",
"c",
"k",
"e",
"d"
],
[
"D",
"i",
"s",
"a",
"b",
"l",
"e",
"d"
],
[
"H",
"o",
"t"
],
[
"H",
"o",
"t",
"C",
"h",
"e",
"c",
"k",
"e",
"d"
],
[
"N",
"o",
"r",
"m",
"a",
"l"
],
[
"P",
"r",
"e",
"s",
"s",
"e",
"d"
]
] | VisualStyleElement.ToolBar.Button Class (System.Windows.Forms.VisualStyles) | Name | https://msdn.microsoft.com/en-us/library/system.windows.forms.visualstyles.visualstyleelement.toolbar.button.aspx | 10/1438042992201.62_20150728002312-00184-ip-10-236-191-2_883480464_0.json |
fc96c84e_em_Windows_Forms_VisualStyles___Name | [Description] Gets a visual style element that represents a toolbar button in the disabled state. [Name] | Disabled | [
[
"C",
"h",
"e",
"c",
"k",
"e",
"d"
],
[
"D",
"i",
"s",
"a",
"b",
"l",
"e",
"d"
],
[
"H",
"o",
"t"
],
[
"H",
"o",
"t",
"C",
"h",
"e",
"c",
"k",
"e",
"d"
],
[
"N",
"o",
"r",
"m",
"a",
"l"
],
[
"P",
"r",
"e",
"s",
"s",
"e",
"d"
]
] | VisualStyleElement.ToolBar.Button Class (System.Windows.Forms.VisualStyles) | Name | https://msdn.microsoft.com/en-us/library/system.windows.forms.visualstyles.visualstyleelement.toolbar.button.aspx | 10/1438042992201.62_20150728002312-00184-ip-10-236-191-2_883480464_0.json |
fc96c84e_em_Windows_Forms_VisualStyles___Name | [Description] Gets a visual style element that represents a toolbar button in the hot state. [Name] | Hot | [
[
"C",
"h",
"e",
"c",
"k",
"e",
"d"
],
[
"D",
"i",
"s",
"a",
"b",
"l",
"e",
"d"
],
[
"H",
"o",
"t"
],
[
"H",
"o",
"t",
"C",
"h",
"e",
"c",
"k",
"e",
"d"
],
[
"N",
"o",
"r",
"m",
"a",
"l"
],
[
"P",
"r",
"e",
"s",
"s",
"e",
"d"
]
] | VisualStyleElement.ToolBar.Button Class (System.Windows.Forms.VisualStyles) | Name | https://msdn.microsoft.com/en-us/library/system.windows.forms.visualstyles.visualstyleelement.toolbar.button.aspx | 10/1438042992201.62_20150728002312-00184-ip-10-236-191-2_883480464_0.json |
fc96c84e_em_Windows_Forms_VisualStyles___Name | [Description] Gets a visual style element that represents a toolbar button in the hot and checked states. [Name] | HotChecked | [
[
"C",
"h",
"e",
"c",
"k",
"e",
"d"
],
[
"D",
"i",
"s",
"a",
"b",
"l",
"e",
"d"
],
[
"H",
"o",
"t"
],
[
"H",
"o",
"t",
"C",
"h",
"e",
"c",
"k",
"e",
"d"
],
[
"N",
"o",
"r",
"m",
"a",
"l"
],
[
"P",
"r",
"e",
"s",
"s",
"e",
"d"
]
] | VisualStyleElement.ToolBar.Button Class (System.Windows.Forms.VisualStyles) | Name | https://msdn.microsoft.com/en-us/library/system.windows.forms.visualstyles.visualstyleelement.toolbar.button.aspx | 10/1438042992201.62_20150728002312-00184-ip-10-236-191-2_883480464_0.json |
fc96c84e_em_Windows_Forms_VisualStyles___Name | [Description] Gets a visual style element that represents a toolbar button in the normal state. [Name] | Normal | [
[
"C",
"h",
"e",
"c",
"k",
"e",
"d"
],
[
"D",
"i",
"s",
"a",
"b",
"l",
"e",
"d"
],
[
"H",
"o",
"t"
],
[
"H",
"o",
"t",
"C",
"h",
"e",
"c",
"k",
"e",
"d"
],
[
"N",
"o",
"r",
"m",
"a",
"l"
],
[
"P",
"r",
"e",
"s",
"s",
"e",
"d"
]
] | VisualStyleElement.ToolBar.Button Class (System.Windows.Forms.VisualStyles) | Name | https://msdn.microsoft.com/en-us/library/system.windows.forms.visualstyles.visualstyleelement.toolbar.button.aspx | 10/1438042992201.62_20150728002312-00184-ip-10-236-191-2_883480464_0.json |
fc96c84e_em_Windows_Forms_VisualStyles___Name | [Description] Gets a visual style element that represents a toolbar button in the pressed state. [Name] | Pressed | [
[
"C",
"h",
"e",
"c",
"k",
"e",
"d"
],
[
"D",
"i",
"s",
"a",
"b",
"l",
"e",
"d"
],
[
"H",
"o",
"t"
],
[
"H",
"o",
"t",
"C",
"h",
"e",
"c",
"k",
"e",
"d"
],
[
"N",
"o",
"r",
"m",
"a",
"l"
],
[
"P",
"r",
"e",
"s",
"s",
"e",
"d"
]
] | VisualStyleElement.ToolBar.Button Class (System.Windows.Forms.VisualStyles) | Name | https://msdn.microsoft.com/en-us/library/system.windows.forms.visualstyles.visualstyleelement.toolbar.button.aspx | 10/1438042992201.62_20150728002312-00184-ip-10-236-191-2_883480464_0.json |
1f9f05ed_face___Windows_app_development__Description | [Topic] Getting Started Developing User Interfaces for Windows Applications [Description] | Provides general guidance to developers who are designing, implementing, and testing the user interface of a Windows application. | [] | Desktop App User Interface - Windows app development | Description | https://msdn.microsoft.com/en-us/library/windows/desktop/ff657751(v=vs.85).aspx | 10/1438042992201.62_20150728002312-00248-ip-10-236-191-2_874529579_0.json |
1f9f05ed_face___Windows_app_development__Description | [Topic] Windows User Experience Interaction Guidelines [Description] | The "UX Guide" for short, these are the official Windows User Experience Interaction Guidelines for Windows 7 and Windows Vista. | [] | Desktop App User Interface - Windows app development | Description | https://msdn.microsoft.com/en-us/library/windows/desktop/ff657751(v=vs.85).aspx | 10/1438042992201.62_20150728002312-00248-ip-10-236-191-2_874529579_0.json |
1f9f05ed_face___Windows_app_development__Description | [Topic] Internationalization for Windows Applications [Description] | Describes the technologies that enable you to support the many cultures and written languages of the international marketplace in your Windows-based applications. | [] | Desktop App User Interface - Windows app development | Description | https://msdn.microsoft.com/en-us/library/windows/desktop/ff657751(v=vs.85).aspx | 10/1438042992201.62_20150728002312-00248-ip-10-236-191-2_874529579_0.json |
1f9f05ed_face___Windows_app_development__Description | [Topic] Accessibility [Description] | Describes accessibility features that make it easier for persons with disabilities to use computers. | [] | Desktop App User Interface - Windows app development | Description | https://msdn.microsoft.com/en-us/library/windows/desktop/ff657751(v=vs.85).aspx | 10/1438042992201.62_20150728002312-00248-ip-10-236-191-2_874529579_0.json |
1f9f05ed_face___Windows_app_development__Description | [Topic] User Interaction [Description] | Describes features that enable the user to interact with an application, through devices such as the keyboard, mouse, and touch screens. | [] | Desktop App User Interface - Windows app development | Description | https://msdn.microsoft.com/en-us/library/windows/desktop/ff657751(v=vs.85).aspx | 10/1438042992201.62_20150728002312-00248-ip-10-236-191-2_874529579_0.json |
1f9f05ed_face___Windows_app_development__Description | [Topic] Windows and Messages [Description] | Describes the elements of an application with a Windows-based graphical user interface. | [] | Desktop App User Interface - Windows app development | Description | https://msdn.microsoft.com/en-us/library/windows/desktop/ff657751(v=vs.85).aspx | 10/1438042992201.62_20150728002312-00248-ip-10-236-191-2_874529579_0.json |
1f9f05ed_face___Windows_app_development__Description | [Topic] Desktop Window Manager [Description] | Desktop Window Manager (DWM) enables visual effects on the desktop as well as various features such as glass window frames, 3-D window transition animations, Windows Flip and Windows Flip3D, and high resolution support. | [] | Desktop App User Interface - Windows app development | Description | https://msdn.microsoft.com/en-us/library/windows/desktop/ff657751(v=vs.85).aspx | 10/1438042992201.62_20150728002312-00248-ip-10-236-191-2_874529579_0.json |
1f9f05ed_face___Windows_app_development__Description | [Topic] Dialog Boxes [Description] | A dialog box is a temporary window an application creates to retrieve user input. An application typically uses dialog boxes to prompt the user for additional information for menu items. A dialog box usually contains one or more controls (child windows) with which the user enters text, chooses options, or directs the action. | [] | Desktop App User Interface - Windows app development | Description | https://msdn.microsoft.com/en-us/library/windows/desktop/ff657751(v=vs.85).aspx | 10/1438042992201.62_20150728002312-00248-ip-10-236-191-2_874529579_0.json |
1f9f05ed_face___Windows_app_development__Description | [Topic] Menus and Other Resources [Description] | A resource is binary data that you can add to the executable file of a Windows-based application. A resource can be either standard or defined. The data in a standard resource describes an icon, cursor, menu, dialog box, bitmap, enhanced metafile, font, accelerator table, message-table entry, string-table entry, or version information. An application-defined resource, also called a custom resource, contains any data required by a specific application. | [] | Desktop App User Interface - Windows app development | Description | https://msdn.microsoft.com/en-us/library/windows/desktop/ff657751(v=vs.85).aspx | 10/1438042992201.62_20150728002312-00248-ip-10-236-191-2_874529579_0.json |
1f9f05ed_face___Windows_app_development__Description | [Topic] Data Exchange [Description] | Describes basic methods of exchanging data, such as the clipboard and Dynamic Data Exchange. | [] | Desktop App User Interface - Windows app development | Description | https://msdn.microsoft.com/en-us/library/windows/desktop/ff657751(v=vs.85).aspx | 10/1438042992201.62_20150728002312-00248-ip-10-236-191-2_874529579_0.json |
1f9f05ed_face___Windows_app_development__Description | [Topic] High DPI [Description] | Writing a DPI-aware application is the key to making a UI look consistently good across a wide variety of high-DPI display settings. An application that is not DPI-aware but is running on a high-DPI display setting can suffer from many visual artifacts, including incorrect scaling of UI elements, clipped text, and blurry images. By adding support in your application for DPI awareness, you guarantee that the presentation of your application's UI is more predictable, making it more visually appealing to users. | [] | Desktop App User Interface - Windows app development | Description | https://msdn.microsoft.com/en-us/library/windows/desktop/ff657751(v=vs.85).aspx | 10/1438042992201.62_20150728002312-00248-ip-10-236-191-2_874529579_0.json |
1f9f05ed_face___Windows_app_development__Description | [Topic] Windows Animation Manager [Description] | The Windows Animation Manager (Windows Animation) enables rich animation of user interface elements. It is designed to simplify the process of adding animation to an application's user interface and to enable developers to implement animations that are smooth, natural, and interactive. | [] | Desktop App User Interface - Windows app development | Description | https://msdn.microsoft.com/en-us/library/windows/desktop/ff657751(v=vs.85).aspx | 10/1438042992201.62_20150728002312-00248-ip-10-236-191-2_874529579_0.json |
1f9f05ed_face___Windows_app_development__Description | [Topic] Windows Controls [Description] | A control is a child window that an application uses in conjunction with another window to enable user interaction. Controls provide the user a way to view and edit text, choose options, choose commands, initiate actions, and view status. | [] | Desktop App User Interface - Windows app development | Description | https://msdn.microsoft.com/en-us/library/windows/desktop/ff657751(v=vs.85).aspx | 10/1438042992201.62_20150728002312-00248-ip-10-236-191-2_874529579_0.json |
1f9f05ed_face___Windows_app_development__Description | [Topic] Windows Ribbon Framework [Description] | The Windows Ribbon framework is a rich command presentation system that provides a modern alternative to the layered menus, toolbars, and task panes of traditional Windows applications. The Ribbon framework is composed of a ribbon command bar that exposes the major features of an application through a series of tabs at the top of an application window, and a context menu system. | [] | Desktop App User Interface - Windows app development | Description | https://msdn.microsoft.com/en-us/library/windows/desktop/ff657751(v=vs.85).aspx | 10/1438042992201.62_20150728002312-00248-ip-10-236-191-2_874529579_0.json |
20f6ed4a_tion__System_Windows_Controls___Member_name | [Description] This change will clear the undo stack [Member name] | Clear | [
[
"C",
"l",
"e",
"a",
"r"
],
[
"C",
"r",
"e",
"a",
"t",
"e"
],
[
"M",
"e",
"r",
"g",
"e"
],
[
"N",
"o",
"n",
"e"
],
[
"R",
"e",
"d",
"o"
],
[
"U",
"n",
"d",
"o"
]
] | UndoAction Enumeration (System.Windows.Controls) | Member name | https://msdn.microsoft.com/en-us/library/system.windows.controls.undoaction(d=printer).aspx?cs-save-lang=1&cs-lang=cpp | 10/1438042988065.26_20150728002308-00248-ip-10-236-191-2_880427973_0.json |
20f6ed4a_tion__System_Windows_Controls___Member_name | [Description] This change will create a new undo unit [Member name] | Create | [
[
"C",
"l",
"e",
"a",
"r"
],
[
"C",
"r",
"e",
"a",
"t",
"e"
],
[
"M",
"e",
"r",
"g",
"e"
],
[
"N",
"o",
"n",
"e"
],
[
"R",
"e",
"d",
"o"
],
[
"U",
"n",
"d",
"o"
]
] | UndoAction Enumeration (System.Windows.Controls) | Member name | https://msdn.microsoft.com/en-us/library/system.windows.controls.undoaction(d=printer).aspx?cs-save-lang=1&cs-lang=cpp | 10/1438042988065.26_20150728002308-00248-ip-10-236-191-2_880427973_0.json |
20f6ed4a_tion__System_Windows_Controls___Member_name | [Description] This change will merge into the previous undo unit [Member name] | Merge | [
[
"C",
"l",
"e",
"a",
"r"
],
[
"C",
"r",
"e",
"a",
"t",
"e"
],
[
"M",
"e",
"r",
"g",
"e"
],
[
"N",
"o",
"n",
"e"
],
[
"R",
"e",
"d",
"o"
],
[
"U",
"n",
"d",
"o"
]
] | UndoAction Enumeration (System.Windows.Controls) | Member name | https://msdn.microsoft.com/en-us/library/system.windows.controls.undoaction(d=printer).aspx?cs-save-lang=1&cs-lang=cpp | 10/1438042988065.26_20150728002308-00248-ip-10-236-191-2_880427973_0.json |
20f6ed4a_tion__System_Windows_Controls___Member_name | [Description] This change will not affect the undo stack at all [Member name] | None | [
[
"C",
"l",
"e",
"a",
"r"
],
[
"C",
"r",
"e",
"a",
"t",
"e"
],
[
"M",
"e",
"r",
"g",
"e"
],
[
"N",
"o",
"n",
"e"
],
[
"R",
"e",
"d",
"o"
],
[
"U",
"n",
"d",
"o"
]
] | UndoAction Enumeration (System.Windows.Controls) | Member name | https://msdn.microsoft.com/en-us/library/system.windows.controls.undoaction(d=printer).aspx?cs-save-lang=1&cs-lang=cpp | 10/1438042988065.26_20150728002308-00248-ip-10-236-191-2_880427973_0.json |
20f6ed4a_tion__System_Windows_Controls___Member_name | [Description] This change is the result of a call to Redo() [Member name] | Redo | [
[
"C",
"l",
"e",
"a",
"r"
],
[
"C",
"r",
"e",
"a",
"t",
"e"
],
[
"M",
"e",
"r",
"g",
"e"
],
[
"N",
"o",
"n",
"e"
],
[
"R",
"e",
"d",
"o"
],
[
"U",
"n",
"d",
"o"
]
] | UndoAction Enumeration (System.Windows.Controls) | Member name | https://msdn.microsoft.com/en-us/library/system.windows.controls.undoaction(d=printer).aspx?cs-save-lang=1&cs-lang=cpp | 10/1438042988065.26_20150728002308-00248-ip-10-236-191-2_880427973_0.json |
20f6ed4a_tion__System_Windows_Controls___Member_name | [Description] This change is the result of a call to Undo() [Member name] | Undo | [
[
"C",
"l",
"e",
"a",
"r"
],
[
"C",
"r",
"e",
"a",
"t",
"e"
],
[
"M",
"e",
"r",
"g",
"e"
],
[
"N",
"o",
"n",
"e"
],
[
"R",
"e",
"d",
"o"
],
[
"U",
"n",
"d",
"o"
]
] | UndoAction Enumeration (System.Windows.Controls) | Member name | https://msdn.microsoft.com/en-us/library/system.windows.controls.undoaction(d=printer).aspx?cs-save-lang=1&cs-lang=cpp | 10/1438042988065.26_20150728002308-00248-ip-10-236-191-2_880427973_0.json |
0d6674f3_Memory_Performance_Counters__Description | [Performance counter] # Bytes in all Heaps [Description] | Displays the sum of the Gen 0 Heap Size, Gen 1 Heap Size, Gen 2 Heap Size, and the Large Object Heap Size counters. This counter indicates the current memory allocated in bytes on the garbage collection heaps. | [] | Memory Performance Counters | Description | https://msdn.microsoft.com/en-us/library/x2tyfybc(d=printer,v=vs.85).aspx | 10/1438042987171.38_20150728002307-00242-ip-10-236-191-2_892446672_0.json |
0d6674f3_Memory_Performance_Counters__Description | [Performance counter] # GC Handles [Description] | Displays the current number of garbage collection handles in use. Garbage collection handles are handles to resources external to the common language runtime and the managed environment. | [] | Memory Performance Counters | Description | https://msdn.microsoft.com/en-us/library/x2tyfybc(d=printer,v=vs.85).aspx | 10/1438042987171.38_20150728002307-00242-ip-10-236-191-2_892446672_0.json |
0d6674f3_Memory_Performance_Counters__Description | [Performance counter] # Gen 0 Collections [Description] | Displays the number of times the generation 0 objects (that is, the youngest, most recently allocated objects) are garbage collected since the application started. Generation 0 garbage collection occurs when the available memory in generation 0 is not sufficient to satisfy an allocation request. This counter is incremented at the end of a generation 0 garbage collection. Higher generation garbage collections include all lower generation collections. This counter is explicitly incremented when a higher generation (generation 1 or 2) garbage collection occurs. This counter displays the last observed value. The _Global_ counter value is not accurate and should be ignored. | [] | Memory Performance Counters | Description | https://msdn.microsoft.com/en-us/library/x2tyfybc(d=printer,v=vs.85).aspx | 10/1438042987171.38_20150728002307-00242-ip-10-236-191-2_892446672_0.json |
0d6674f3_Memory_Performance_Counters__Description | [Performance counter] # Gen 1 Collections [Description] | Displays the number of times the generation 1 objects are garbage collected since the application started. The counter is incremented at the end of a generation 1 garbage collection. Higher generation garbage collections include all lower generation collections. This counter is explicitly incremented when a higher generation (generation 2) garbage collection occurs. This counter displays the last observed value. The _Global_ counter value is not accurate and should be ignored. | [] | Memory Performance Counters | Description | https://msdn.microsoft.com/en-us/library/x2tyfybc(d=printer,v=vs.85).aspx | 10/1438042987171.38_20150728002307-00242-ip-10-236-191-2_892446672_0.json |
0d6674f3_Memory_Performance_Counters__Description | [Performance counter] # Gen 2 Collections [Description] | Displays the number of times the generation 2 objects are garbage collected since the application started. The counter is incremented at the end of a generation 2 garbage collection (also called a full garbage collection). This counter displays the last observed value. The _Global_ counter value is not accurate and should be ignored. | [] | Memory Performance Counters | Description | https://msdn.microsoft.com/en-us/library/x2tyfybc(d=printer,v=vs.85).aspx | 10/1438042987171.38_20150728002307-00242-ip-10-236-191-2_892446672_0.json |
0d6674f3_Memory_Performance_Counters__Description | [Performance counter] # Induced GC [Description] | Displays the peak number of times garbage collection was performed because of an explicit call to GC.Collect. It is good practice to let the garbage collector tune the frequency of its collections. | [] | Memory Performance Counters | Description | https://msdn.microsoft.com/en-us/library/x2tyfybc(d=printer,v=vs.85).aspx | 10/1438042987171.38_20150728002307-00242-ip-10-236-191-2_892446672_0.json |
0d6674f3_Memory_Performance_Counters__Description | [Performance counter] # of Pinned Objects [Description] | Displays the number of pinned objects encountered in the last garbage collection. A pinned object is one that the garbage collector cannot move in memory. This counter tracks the pinned objects only in the heaps that are garbage collected. For example, a generation 0 garbage collection causes enumeration of pinned objects only in the generation 0 heap. | [] | Memory Performance Counters | Description | https://msdn.microsoft.com/en-us/library/x2tyfybc(d=printer,v=vs.85).aspx | 10/1438042987171.38_20150728002307-00242-ip-10-236-191-2_892446672_0.json |
0d6674f3_Memory_Performance_Counters__Description | [Performance counter] # of Sink Blocks in use [Description] | Displays the current number of syncronization blocks in use. Synchronization blocks are per-object data structures allocated for storing synchronization information. Synchronization blocks hold weak references to managed objects and must be scanned by the garbage collector. Synchronization blocks are not limited to storing synchronization information; they can also store COM interop metadata. This counter indicates performance problems with heavy use of synchronization primitives. | [] | Memory Performance Counters | Description | https://msdn.microsoft.com/en-us/library/x2tyfybc(d=printer,v=vs.85).aspx | 10/1438042987171.38_20150728002307-00242-ip-10-236-191-2_892446672_0.json |
0d6674f3_Memory_Performance_Counters__Description | [Performance counter] # Total committed Bytes [Description] | Displays the amount of virtual memory, in bytes, currently committed by the garbage collector. Committed memory is the physical memory for which space has been reserved in the disk paging file. | [] | Memory Performance Counters | Description | https://msdn.microsoft.com/en-us/library/x2tyfybc(d=printer,v=vs.85).aspx | 10/1438042987171.38_20150728002307-00242-ip-10-236-191-2_892446672_0.json |
0d6674f3_Memory_Performance_Counters__Description | [Performance counter] # Total reserved Bytes [Description] | Displays the amount of virtual memory. in bytes, currently reserved by the garbage collector. Reserved memory is the virtual memory space reserved for the application but no disk or main memory pages have been used. | [] | Memory Performance Counters | Description | https://msdn.microsoft.com/en-us/library/x2tyfybc(d=printer,v=vs.85).aspx | 10/1438042987171.38_20150728002307-00242-ip-10-236-191-2_892446672_0.json |
0d6674f3_Memory_Performance_Counters__Description | [Performance counter] % Time in GC [Description] | Displays the percentage of elapsed time that was spent performing a garbage collection since the last garbage collection cycle. This counter usually indicates the work done by the garbage collector to collect and compact memory on behalf of the application. This counter is updated only at the end of every garbage collection. This counter is not an average; its value reflects the last observed value. | [] | Memory Performance Counters | Description | https://msdn.microsoft.com/en-us/library/x2tyfybc(d=printer,v=vs.85).aspx | 10/1438042987171.38_20150728002307-00242-ip-10-236-191-2_892446672_0.json |
0d6674f3_Memory_Performance_Counters__Description | [Performance counter] Allocated Bytes/second [Description] | Displays the number of bytes per second allocated on the garbage collection heap. This counter is updated at the end of every garbage collection, not at each allocation. This counter is not an average over time; it displays the difference between the values observed in the last two samples divided by the duration of the sample interval. | [] | Memory Performance Counters | Description | https://msdn.microsoft.com/en-us/library/x2tyfybc(d=printer,v=vs.85).aspx | 10/1438042987171.38_20150728002307-00242-ip-10-236-191-2_892446672_0.json |
0d6674f3_Memory_Performance_Counters__Description | [Performance counter] Finalization Survivors [Description] | Displays the number of garbage-collected objects that survive a collection because they are waiting to be finalized. If these objects hold references to other objects, those objects also survive but are not counted by this counter. The Promoted Finalization-Memory from Gen 0 and Promoted Finalization-Memory from Gen 1 counters represent all the memory that survived due to finalization. This counter is not cumulative; it is updated at the end of every garbage collection with the count of the survivors during that particular collection only. This counter indicates the extra overhead that the application might incur because of finalization. | [] | Memory Performance Counters | Description | https://msdn.microsoft.com/en-us/library/x2tyfybc(d=printer,v=vs.85).aspx | 10/1438042987171.38_20150728002307-00242-ip-10-236-191-2_892446672_0.json |
0d6674f3_Memory_Performance_Counters__Description | [Performance counter] Gen 0 heap size [Description] | Displays the maximum bytes that can be allocated in generation 0; it does not indicate the current number of bytes allocated in generation 0. A generation 0 garbage collection occurs when the allocations since the last collection exceed this size. The generation 0 size is tuned by the garbage collector and can change during the execution of the application. At the end of a generation 0 collection the size of the generation 0 heap is 0 bytes. This counter displays the size, in bytes, of allocations that invokes the next generation 0 garbage collection. This counter is updated at the end of a garbage collection, not at each allocation. | [] | Memory Performance Counters | Description | https://msdn.microsoft.com/en-us/library/x2tyfybc(d=printer,v=vs.85).aspx | 10/1438042987171.38_20150728002307-00242-ip-10-236-191-2_892446672_0.json |
0d6674f3_Memory_Performance_Counters__Description | [Performance counter] Gen 0 Promoted Bytes/Sec [Description] | Displays the bytes per second that are promoted from generation 0 to generation 1. Memory is promoted when it survives a garbage collection. This counter is an indicator of relatively long-lived objects being created per second. This counter displays the difference between the values observed in the last two samples divided by the duration of the sample interval. | [] | Memory Performance Counters | Description | https://msdn.microsoft.com/en-us/library/x2tyfybc(d=printer,v=vs.85).aspx | 10/1438042987171.38_20150728002307-00242-ip-10-236-191-2_892446672_0.json |
0d6674f3_Memory_Performance_Counters__Description | [Performance counter] Gen 1 heap size [Description] | Displays the current number of bytes in generation 1; this counter does not display the maximum size of generation 1. Objects are not directly allocated in this generation; they are promoted from previous generation 0 garbage collections. This counter is updated at the end of a garbage collection, not at each allocation. | [] | Memory Performance Counters | Description | https://msdn.microsoft.com/en-us/library/x2tyfybc(d=printer,v=vs.85).aspx | 10/1438042987171.38_20150728002307-00242-ip-10-236-191-2_892446672_0.json |
0d6674f3_Memory_Performance_Counters__Description | [Performance counter] Gen 1 Promoted Bytes/Sec [Description] | Displays the bytes per second that are promoted from generation 1 to generation 2. Objects that are promoted only because they are waiting to be finalized are not included in this counter. Memory is promoted when it survives a garbage collection. Nothing is promoted from generation 2 because it is the oldest generation. This counter is an indicator of very long-lived objects being created per second. This counter displays the difference between the values observed in the last two samples divided by the duration of the sample interval. | [] | Memory Performance Counters | Description | https://msdn.microsoft.com/en-us/library/x2tyfybc(d=printer,v=vs.85).aspx | 10/1438042987171.38_20150728002307-00242-ip-10-236-191-2_892446672_0.json |
0d6674f3_Memory_Performance_Counters__Description | [Performance counter] Gen 2 heap size [Description] | Displays the current number of bytes in generation 2. Objects are not directly allocated in this generation; they are promoted from generation 1 during previous generation 1 garbage collections. This counter is updated at the end of a garbage collection, not at each allocation. | [] | Memory Performance Counters | Description | https://msdn.microsoft.com/en-us/library/x2tyfybc(d=printer,v=vs.85).aspx | 10/1438042987171.38_20150728002307-00242-ip-10-236-191-2_892446672_0.json |
0d6674f3_Memory_Performance_Counters__Description | [Performance counter] Large Object Heap size [Description] | Displays the current size, in bytes, of the Large Object Heap. Objects greater than 20 KB are treated as large objects by the garbage collector and are directly allocated in a special heap; they are not promoted through the generations. This counter is updated at the end of a garbage collection, not at each allocation. | [] | Memory Performance Counters | Description | https://msdn.microsoft.com/en-us/library/x2tyfybc(d=printer,v=vs.85).aspx | 10/1438042987171.38_20150728002307-00242-ip-10-236-191-2_892446672_0.json |
0d6674f3_Memory_Performance_Counters__Description | [Performance counter] Promoted Finalization-Memory from Gen 0 [Description] | Displays the bytes of memory that are promoted from generation 0 to generation 1 only because they are waiting to be finalized. This counter is not cumulative; it displays the value observed at the end of the last garbage collection. | [] | Memory Performance Counters | Description | https://msdn.microsoft.com/en-us/library/x2tyfybc(d=printer,v=vs.85).aspx | 10/1438042987171.38_20150728002307-00242-ip-10-236-191-2_892446672_0.json |
0d6674f3_Memory_Performance_Counters__Description | [Performance counter] Promoted Finalization-Memory from Gen 1 [Description] | Displays the bytes of memory that are promoted from generation 1 to generation 2 only because they are waiting to be finalized. This counter is not cumulative; it displays the value observed at the end of the last garbage collection. This counter is reset to 0 if the last garbage collection was a generation 0 collection only. | [] | Memory Performance Counters | Description | https://msdn.microsoft.com/en-us/library/x2tyfybc(d=printer,v=vs.85).aspx | 10/1438042987171.38_20150728002307-00242-ip-10-236-191-2_892446672_0.json |
0d6674f3_Memory_Performance_Counters__Description | [Performance counter] Promoted Memory from Gen 0 [Description] | Displays the bytes of memory that survive garbage collection and are promoted from generation 0 to generation 1. Objects that are promoted only because they are waiting to be finalized are not included in this counter. This counter is not cumulative; it displays the value observed at the end of the last garbage collection. | [] | Memory Performance Counters | Description | https://msdn.microsoft.com/en-us/library/x2tyfybc(d=printer,v=vs.85).aspx | 10/1438042987171.38_20150728002307-00242-ip-10-236-191-2_892446672_0.json |
0d6674f3_Memory_Performance_Counters__Description | [Performance counter] Promoted Memory from Gen 1 [Description] | Displays the bytes of memory that survive garbage collection and are promoted from generation 1 to generation 2. Objects that are promoted only because they are waiting to be finalized are not included in this counter. This counter is not cumulative; it displays the value observed at the end of the last garbage collection. This counter is reset to 0 if the last garbage collection was a generation 0 collection only. | [] | Memory Performance Counters | Description | https://msdn.microsoft.com/en-us/library/x2tyfybc(d=printer,v=vs.85).aspx | 10/1438042987171.38_20150728002307-00242-ip-10-236-191-2_892446672_0.json |
ab713e8d_Properties__System_Reflection___Description | [Name] Assembly [Description] | Gets the appropriate Assembly for this instance of Module. | [] | Module Properties (System.Reflection) | Description | https://msdn.microsoft.com/en-us/library/bzss755w.aspx | 10/1438042992201.62_20150728002312-00006-ip-10-236-191-2_888580359_0.json |
ab713e8d_Properties__System_Reflection___Description | [Name] CustomAttributes [Description] | Gets a collection that contains this module's custom attributes. | [] | Module Properties (System.Reflection) | Description | https://msdn.microsoft.com/en-us/library/bzss755w.aspx | 10/1438042992201.62_20150728002312-00006-ip-10-236-191-2_888580359_0.json |
ab713e8d_Properties__System_Reflection___Description | [Name] FullyQualifiedName [Description] | Gets a string representing the fully qualified name and path to this module. | [] | Module Properties (System.Reflection) | Description | https://msdn.microsoft.com/en-us/library/bzss755w.aspx | 10/1438042992201.62_20150728002312-00006-ip-10-236-191-2_888580359_0.json |
ab713e8d_Properties__System_Reflection___Description | [Name] MDStreamVersion [Description] | Gets the metadata stream version. | [] | Module Properties (System.Reflection) | Description | https://msdn.microsoft.com/en-us/library/bzss755w.aspx | 10/1438042992201.62_20150728002312-00006-ip-10-236-191-2_888580359_0.json |
ab713e8d_Properties__System_Reflection___Description | [Name] MetadataToken [Description] | Gets a token that identifies the module in metadata. | [] | Module Properties (System.Reflection) | Description | https://msdn.microsoft.com/en-us/library/bzss755w.aspx | 10/1438042992201.62_20150728002312-00006-ip-10-236-191-2_888580359_0.json |
Subsets and Splits
No saved queries yet
Save your SQL queries to embed, download, and access them later. Queries will appear here once saved.