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
112ea787_Compatibility_VB6_Namespace_____Description
[Class] GlobalModule [Description]
Infrastructure. This class supports the .NET Framework infrastructure and is not intended to be used directly from your code.
[]
Microsoft.VisualBasic.PowerPacks.Printing.Compatibility.VB6 Namespace ()
Description
https://msdn.microsoft.com/en-us/library/microsoft.visualbasic.powerpacks.printing.compatibility.vb6(v=vs.100).aspx
25/1438042987155.85_20150728002307-00275-ip-10-236-191-2_875079302_0.json
112ea787_Compatibility_VB6_Namespace_____Description
[Class] Printer [Description]
Provides a Printer object for use by upgraded Visual Basic 6.0 printing code.
[]
Microsoft.VisualBasic.PowerPacks.Printing.Compatibility.VB6 Namespace ()
Description
https://msdn.microsoft.com/en-us/library/microsoft.visualbasic.powerpacks.printing.compatibility.vb6(v=vs.100).aspx
25/1438042987155.85_20150728002307-00275-ip-10-236-191-2_875079302_0.json
112ea787_Compatibility_VB6_Namespace_____Description
[Class] PrinterCollection [Description]
Provides a collection of printers for use by upgraded Visual Basic 6.0 printing code.
[]
Microsoft.VisualBasic.PowerPacks.Printing.Compatibility.VB6 Namespace ()
Description
https://msdn.microsoft.com/en-us/library/microsoft.visualbasic.powerpacks.printing.compatibility.vb6(v=vs.100).aspx
25/1438042987155.85_20150728002307-00275-ip-10-236-191-2_875079302_0.json
112ea787_Compatibility_VB6_Namespace_____Description
[Class] PrinterObjectConstants [Description]
Provides constants that map Visual Basic 6.0 Printer constants to their PrinterSettings equivalents.
[]
Microsoft.VisualBasic.PowerPacks.Printing.Compatibility.VB6 Namespace ()
Description
https://msdn.microsoft.com/en-us/library/microsoft.visualbasic.powerpacks.printing.compatibility.vb6(v=vs.100).aspx
25/1438042987155.85_20150728002307-00275-ip-10-236-191-2_875079302_0.json
112ea787_Compatibility_VB6_Namespace_____Description
[Class] ScaleModeConstants [Description]
Provides constants that map Visual Basic 6.0 ScaleMode constants to their .NET Framework equivalents.
[]
Microsoft.VisualBasic.PowerPacks.Printing.Compatibility.VB6 Namespace ()
Description
https://msdn.microsoft.com/en-us/library/microsoft.visualbasic.powerpacks.printing.compatibility.vb6(v=vs.100).aspx
25/1438042987155.85_20150728002307-00275-ip-10-236-191-2_875079302_0.json
112ea787_Compatibility_VB6_Namespace_____Description
[Class] SystemColorConstants [Description]
Provides constants that map Visual Basic 6.0 color constants to their SystemColors equivalents.
[]
Microsoft.VisualBasic.PowerPacks.Printing.Compatibility.VB6 Namespace ()
Description
https://msdn.microsoft.com/en-us/library/microsoft.visualbasic.powerpacks.printing.compatibility.vb6(v=vs.100).aspx
25/1438042987155.85_20150728002307-00275-ip-10-236-191-2_875079302_0.json
2d935983_T_Framework_4_Migration_Issues__Recommended_changes
[Feature] Exception handling [Differences from 3.5 SP1] To enable errors to be detected earlier, WPF throws a TargetInvocationException and sets the InnerException property to critical exceptions, such as NullReferenceException, OutOfMemoryException, StackOverflowException, and SecurityException, instead of catching the original exception. [Recommended changes]
None.
[]
.NET Framework 4 Migration Issues
Recommended changes
https://msdn.microsoft.com/en-us/library/ee941656(v=vs.100).aspx
25/1438042989790.89_20150728002309-00196-ip-10-236-191-2_896753699_12.json
2d935983_T_Framework_4_Migration_Issues__Recommended_changes
[Feature] Linked resources [Differences from 3.5 SP1] To make linking easier, resource files (such as images) that are located in a location other than the project's folder structure use the resource file's full path instead of just its file name as the resource ID when the application is built. The application will be able to locate the files at run time. [Recommended changes]
None.
[]
.NET Framework 4 Migration Issues
Recommended changes
https://msdn.microsoft.com/en-us/library/ee941656(v=vs.100).aspx
25/1438042989790.89_20150728002309-00196-ip-10-236-191-2_896753699_12.json
2d935983_T_Framework_4_Migration_Issues__Recommended_changes
[Feature] Partial-trust applications [Differences from 3.5 SP1] For security considerations, Windows-based applications that run in partial trust and contain a WebBrowser control or a Frame control that contains HTML will throw a SecurityException when the control is created. Browser applications will throw an exception and display a message if all of the following conditions are met: The application is running in Firefox. The application is running in partial trust in the Internet zone from non-trusted sites. The application contains a WebBrowser control or a Frame control that contains HTML Note that applications that run from trusted sites or from the intranet zone will not be affected. [Recommended changes]
In your browser applications, you can ease this change by doing one of the following: Run the browser application in full trust. Have customers add the application's site to the trusted sites zone. Have customers run the application in Internet Explorer.
[]
.NET Framework 4 Migration Issues
Recommended changes
https://msdn.microsoft.com/en-us/library/ee941656(v=vs.100).aspx
25/1438042989790.89_20150728002309-00196-ip-10-236-191-2_896753699_12.json
2d935983_T_Framework_4_Migration_Issues__Recommended_changes
[Feature] Resource dictionaries [Differences from 3.5 SP1] To improve theme-level resource dictionaries and prevent them from changing, freezable resources that are defined in a resource dictionary and merged into a theme-level dictionary are now always marked as frozen and are immutable. This is the expected behavior for freezable resources. [Recommended changes]
Applications that modify a resource that is defined in a theme-level merged dictionary should clone the resource and modify the cloned copy. Alternatively, the resource can be marked x:Shared="false" so that the ResourceDictionary creates a new copy every time the resource is queried.
[]
.NET Framework 4 Migration Issues
Recommended changes
https://msdn.microsoft.com/en-us/library/ee941656(v=vs.100).aspx
25/1438042989790.89_20150728002309-00196-ip-10-236-191-2_896753699_12.json
2d935983_T_Framework_4_Migration_Issues__Recommended_changes
[Feature] Windows 7 [Differences from 3.5 SP1] To make WPF applications work better on Windows 7, the following improvements were made to correct the behavior of a window: Dock and gesture states now work as expected based on user interactions. The taskbar commands Cascade windows, Show windows stacked, and Show windows side-by-side now have the correct behavior and update the appropriate properties. The Top, Left, Width, and Height properties for a maximized or minimized window now contain the correct restore location of the window instead of other values, depending on the monitor. [Recommended changes]
None.
[]
.NET Framework 4 Migration Issues
Recommended changes
https://msdn.microsoft.com/en-us/library/ee941656(v=vs.100).aspx
25/1438042989790.89_20150728002309-00196-ip-10-236-191-2_896753699_12.json
2d935983_T_Framework_4_Migration_Issues__Recommended_changes
[Feature] Windows style and transparency [Differences from 3.5 SP1] An InvalidOperationException is thrown if you try to set WindowStyle to a value other than None when AllowsTransparency is true and WindowState is Minimized. [Recommended changes]
If you must change the WindowStyle when AllowsTransparency is true, you can call the Win32 SetWindowLongPtr function.
[]
.NET Framework 4 Migration Issues
Recommended changes
https://msdn.microsoft.com/en-us/library/ee941656(v=vs.100).aspx
25/1438042989790.89_20150728002309-00196-ip-10-236-191-2_896753699_12.json
2d935983_T_Framework_4_Migration_Issues__Recommended_changes
[Feature] XPS Viewer [Differences from 3.5 SP1] WPF does not include the Microsoft XML Paper Specification Essentials Pack (XPSEP). XPSEP is included with Windows 7 and Windows Vista. On a computer that is running Windows XP without the .NET Framework 3.5 SP1 installed, printing by using a WPF API other than those in PrintDialog will rely on the WINSPOOL. Some printer capabilities will not be reported and some printer settings will not be applied during printing. [Recommended changes]
If needed, install the Microsoft XML Paper Specification Essentials Pack.
[]
.NET Framework 4 Migration Issues
Recommended changes
https://msdn.microsoft.com/en-us/library/ee941656(v=vs.100).aspx
25/1438042989790.89_20150728002309-00196-ip-10-236-191-2_896753699_12.json
558169e3_SQL_Server_Schema_Collections__Description
[ColumnName] assembly_name [DataType] String [Description]
The name of the file for the assembly.
[]
SQL Server Schema Collections
Description
https://msdn.microsoft.com/en-us/library/ms254969.aspx
25/1438042989790.89_20150728002309-00061-ip-10-236-191-2_878665388_15.json
558169e3_SQL_Server_Schema_Collections__Description
[ColumnName] UDT_name [DataType] String [Description]
The class name for the assembly.
[]
SQL Server Schema Collections
Description
https://msdn.microsoft.com/en-us/library/ms254969.aspx
25/1438042989790.89_20150728002309-00061-ip-10-236-191-2_878665388_15.json
558169e3_SQL_Server_Schema_Collections__Description
[ColumnName] version_major [DataType] Object [Description]
Major Version Number.
[]
SQL Server Schema Collections
Description
https://msdn.microsoft.com/en-us/library/ms254969.aspx
25/1438042989790.89_20150728002309-00061-ip-10-236-191-2_878665388_15.json
558169e3_SQL_Server_Schema_Collections__Description
[ColumnName] version_minor [DataType] Object [Description]
Minor Version Number.
[]
SQL Server Schema Collections
Description
https://msdn.microsoft.com/en-us/library/ms254969.aspx
25/1438042989790.89_20150728002309-00061-ip-10-236-191-2_878665388_15.json
558169e3_SQL_Server_Schema_Collections__Description
[ColumnName] version_build [DataType] Object [Description]
Build Number.
[]
SQL Server Schema Collections
Description
https://msdn.microsoft.com/en-us/library/ms254969.aspx
25/1438042989790.89_20150728002309-00061-ip-10-236-191-2_878665388_15.json
558169e3_SQL_Server_Schema_Collections__Description
[ColumnName] version_revision [DataType] Object [Description]
Revision Number.
[]
SQL Server Schema Collections
Description
https://msdn.microsoft.com/en-us/library/ms254969.aspx
25/1438042989790.89_20150728002309-00061-ip-10-236-191-2_878665388_15.json
558169e3_SQL_Server_Schema_Collections__Description
[ColumnName] Culture_info [DataType] Object [Description]
The culture information associated with this UDT.
[]
SQL Server Schema Collections
Description
https://msdn.microsoft.com/en-us/library/ms254969.aspx
25/1438042989790.89_20150728002309-00061-ip-10-236-191-2_878665388_15.json
558169e3_SQL_Server_Schema_Collections__Description
[ColumnName] Public_key [DataType] Object [Description]
The public key used by this Assembly.
[]
SQL Server Schema Collections
Description
https://msdn.microsoft.com/en-us/library/ms254969.aspx
25/1438042989790.89_20150728002309-00061-ip-10-236-191-2_878665388_15.json
558169e3_SQL_Server_Schema_Collections__Description
[ColumnName] Is_fixed_length [DataType] Boolean [Description]
Specifies whether length of type is always same as max_length.
[]
SQL Server Schema Collections
Description
https://msdn.microsoft.com/en-us/library/ms254969.aspx
25/1438042989790.89_20150728002309-00061-ip-10-236-191-2_878665388_15.json
558169e3_SQL_Server_Schema_Collections__Description
[ColumnName] max_length [DataType] Int16 [Description]
Maximum length of type in bytes.
[]
SQL Server Schema Collections
Description
https://msdn.microsoft.com/en-us/library/ms254969.aspx
25/1438042989790.89_20150728002309-00061-ip-10-236-191-2_878665388_15.json
558169e3_SQL_Server_Schema_Collections__Description
[ColumnName] permission_set_desc [DataType] String [Description]
The friendly name for the permission-set/security-level for the assembly.
[]
SQL Server Schema Collections
Description
https://msdn.microsoft.com/en-us/library/ms254969.aspx
25/1438042989790.89_20150728002309-00061-ip-10-236-191-2_878665388_15.json
558169e3_SQL_Server_Schema_Collections__Description
[ColumnName] create_date [DataType] DateTime [Description]
The date the assembly was created/registered.
[]
SQL Server Schema Collections
Description
https://msdn.microsoft.com/en-us/library/ms254969.aspx
25/1438042989790.89_20150728002309-00061-ip-10-236-191-2_878665388_15.json
e25aa7e9_ystem_Diagnostics_Namespace_____Description
[Class] BooleanSwitch [Description]
Provides a simple on/off switch that controls debugging and tracing output.
[]
System.Diagnostics Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.diagnostics(v=vs.100).aspx
25/1438042987155.85_20150728002307-00161-ip-10-236-191-2_875948651_0.json
e25aa7e9_ystem_Diagnostics_Namespace_____Description
[Class] ConditionalAttribute [Description]
Indicates to compilers that a method call or attribute should be ignored unless a specified conditional compilation symbol is defined.
[]
System.Diagnostics Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.diagnostics(v=vs.100).aspx
25/1438042987155.85_20150728002307-00161-ip-10-236-191-2_875948651_0.json
e25aa7e9_ystem_Diagnostics_Namespace_____Description
[Class] ConsoleTraceListener [Description]
Directs tracing or debugging output to either the standard output or the standard error stream.
[]
System.Diagnostics Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.diagnostics(v=vs.100).aspx
25/1438042987155.85_20150728002307-00161-ip-10-236-191-2_875948651_0.json
e25aa7e9_ystem_Diagnostics_Namespace_____Description
[Class] CorrelationManager [Description]
Correlates traces that are part of a logical transaction.
[]
System.Diagnostics Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.diagnostics(v=vs.100).aspx
25/1438042987155.85_20150728002307-00161-ip-10-236-191-2_875948651_0.json
e25aa7e9_ystem_Diagnostics_Namespace_____Description
[Class] CounterCreationData [Description]
Defines the counter type, name, and Help string for a custom counter.
[]
System.Diagnostics Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.diagnostics(v=vs.100).aspx
25/1438042987155.85_20150728002307-00161-ip-10-236-191-2_875948651_0.json
e25aa7e9_ystem_Diagnostics_Namespace_____Description
[Class] CounterCreationDataCollection [Description]
Provides a strongly typed collection of CounterCreationData objects.
[]
System.Diagnostics Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.diagnostics(v=vs.100).aspx
25/1438042987155.85_20150728002307-00161-ip-10-236-191-2_875948651_0.json
e25aa7e9_ystem_Diagnostics_Namespace_____Description
[Class] CounterSampleCalculator [Description]
Provides a set of utility functions for interpreting performance counter data.
[]
System.Diagnostics Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.diagnostics(v=vs.100).aspx
25/1438042987155.85_20150728002307-00161-ip-10-236-191-2_875948651_0.json
e25aa7e9_ystem_Diagnostics_Namespace_____Description
[Class] DataReceivedEventArgs [Description]
Provides data for the OutputDataReceived and ErrorDataReceived events.
[]
System.Diagnostics Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.diagnostics(v=vs.100).aspx
25/1438042987155.85_20150728002307-00161-ip-10-236-191-2_875948651_0.json
e25aa7e9_ystem_Diagnostics_Namespace_____Description
[Class] Debug [Description]
Provides a set of methods and properties that help debug your code. This class cannot be inherited.
[]
System.Diagnostics Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.diagnostics(v=vs.100).aspx
25/1438042987155.85_20150728002307-00161-ip-10-236-191-2_875948651_0.json
e25aa7e9_ystem_Diagnostics_Namespace_____Description
[Class] DebuggableAttribute [Description]
Modifies code generation for runtime just-in-time (JIT) debugging. This class cannot be inherited.
[]
System.Diagnostics Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.diagnostics(v=vs.100).aspx
25/1438042987155.85_20150728002307-00161-ip-10-236-191-2_875948651_0.json
e25aa7e9_ystem_Diagnostics_Namespace_____Description
[Class] Debugger [Description]
Enables communication with a debugger. This class cannot be inherited.
[]
System.Diagnostics Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.diagnostics(v=vs.100).aspx
25/1438042987155.85_20150728002307-00161-ip-10-236-191-2_875948651_0.json
e25aa7e9_ystem_Diagnostics_Namespace_____Description
[Class] DebuggerBrowsableAttribute [Description]
Determines if and how a member is displayed in the debugger variable windows. This class cannot be inherited.
[]
System.Diagnostics Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.diagnostics(v=vs.100).aspx
25/1438042987155.85_20150728002307-00161-ip-10-236-191-2_875948651_0.json
e25aa7e9_ystem_Diagnostics_Namespace_____Description
[Class] DebuggerDisplayAttribute [Description]
Determines how a class or field is displayed in the debugger variable windows.
[]
System.Diagnostics Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.diagnostics(v=vs.100).aspx
25/1438042987155.85_20150728002307-00161-ip-10-236-191-2_875948651_0.json
e25aa7e9_ystem_Diagnostics_Namespace_____Description
[Class] DebuggerHiddenAttribute [Description]
Specifies the DebuggerHiddenAttribute. This class cannot be inherited.
[]
System.Diagnostics Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.diagnostics(v=vs.100).aspx
25/1438042987155.85_20150728002307-00161-ip-10-236-191-2_875948651_0.json
e25aa7e9_ystem_Diagnostics_Namespace_____Description
[Class] DebuggerNonUserCodeAttribute [Description]
Identifies a type or member that is not part of the user code for an application.
[]
System.Diagnostics Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.diagnostics(v=vs.100).aspx
25/1438042987155.85_20150728002307-00161-ip-10-236-191-2_875948651_0.json
e25aa7e9_ystem_Diagnostics_Namespace_____Description
[Class] DebuggerStepperBoundaryAttribute [Description]
Indicates the code following the attribute is to be executed in run, not step, mode.
[]
System.Diagnostics Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.diagnostics(v=vs.100).aspx
25/1438042987155.85_20150728002307-00161-ip-10-236-191-2_875948651_0.json
e25aa7e9_ystem_Diagnostics_Namespace_____Description
[Class] DebuggerStepThroughAttribute [Description]
Instructs the debugger to step through the code instead of stepping into the code. This class cannot be inherited.
[]
System.Diagnostics Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.diagnostics(v=vs.100).aspx
25/1438042987155.85_20150728002307-00161-ip-10-236-191-2_875948651_0.json
e25aa7e9_ystem_Diagnostics_Namespace_____Description
[Class] DebuggerTypeProxyAttribute [Description]
Specifies the display proxy for a type.
[]
System.Diagnostics Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.diagnostics(v=vs.100).aspx
25/1438042987155.85_20150728002307-00161-ip-10-236-191-2_875948651_0.json
e25aa7e9_ystem_Diagnostics_Namespace_____Description
[Class] DebuggerVisualizerAttribute [Description]
Specifies that the type has a visualizer. This class cannot be inherited.
[]
System.Diagnostics Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.diagnostics(v=vs.100).aspx
25/1438042987155.85_20150728002307-00161-ip-10-236-191-2_875948651_0.json
e25aa7e9_ystem_Diagnostics_Namespace_____Description
[Class] DefaultTraceListener [Description]
Provides the default output methods and behavior for tracing.
[]
System.Diagnostics Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.diagnostics(v=vs.100).aspx
25/1438042987155.85_20150728002307-00161-ip-10-236-191-2_875948651_0.json
e25aa7e9_ystem_Diagnostics_Namespace_____Description
[Class] DelimitedListTraceListener [Description]
Directs tracing or debugging output to a text writer, such as a stream writer, or to a stream, such as a file stream.
[]
System.Diagnostics Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.diagnostics(v=vs.100).aspx
25/1438042987155.85_20150728002307-00161-ip-10-236-191-2_875948651_0.json
e25aa7e9_ystem_Diagnostics_Namespace_____Description
[Class] DiagnosticsConfigurationHandler [Description]
Infrastructure. Obsolete. Handles the diagnostics section of configuration files.
[]
System.Diagnostics Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.diagnostics(v=vs.100).aspx
25/1438042987155.85_20150728002307-00161-ip-10-236-191-2_875948651_0.json
e25aa7e9_ystem_Diagnostics_Namespace_____Description
[Class] EntryWrittenEventArgs [Description]
Provides data for the EntryWritten event.
[]
System.Diagnostics Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.diagnostics(v=vs.100).aspx
25/1438042987155.85_20150728002307-00161-ip-10-236-191-2_875948651_0.json
e25aa7e9_ystem_Diagnostics_Namespace_____Description
[Class] EventInstance [Description]
Represents language-neutral information for an event log entry.
[]
System.Diagnostics Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.diagnostics(v=vs.100).aspx
25/1438042987155.85_20150728002307-00161-ip-10-236-191-2_875948651_0.json
e25aa7e9_ystem_Diagnostics_Namespace_____Description
[Class] EventLog [Description]
Provides interaction with Windows event logs.
[]
System.Diagnostics Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.diagnostics(v=vs.100).aspx
25/1438042987155.85_20150728002307-00161-ip-10-236-191-2_875948651_0.json
e25aa7e9_ystem_Diagnostics_Namespace_____Description
[Class] EventLogEntry [Description]
Encapsulates a single record in the event log. This class cannot be inherited.
[]
System.Diagnostics Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.diagnostics(v=vs.100).aspx
25/1438042987155.85_20150728002307-00161-ip-10-236-191-2_875948651_0.json
e25aa7e9_ystem_Diagnostics_Namespace_____Description
[Class] EventLogEntryCollection [Description]
Defines size and enumerators for a collection of EventLogEntry instances.
[]
System.Diagnostics Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.diagnostics(v=vs.100).aspx
25/1438042987155.85_20150728002307-00161-ip-10-236-191-2_875948651_0.json
e25aa7e9_ystem_Diagnostics_Namespace_____Description
[Class] EventLogInstaller [Description]
Allows you to install and configure an event log that your application reads from or writes to when running.
[]
System.Diagnostics Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.diagnostics(v=vs.100).aspx
25/1438042987155.85_20150728002307-00161-ip-10-236-191-2_875948651_0.json
e25aa7e9_ystem_Diagnostics_Namespace_____Description
[Class] EventLogPermission [Description]
Controls code access permissions for event logging.
[]
System.Diagnostics Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.diagnostics(v=vs.100).aspx
25/1438042987155.85_20150728002307-00161-ip-10-236-191-2_875948651_0.json
e25aa7e9_ystem_Diagnostics_Namespace_____Description
[Class] EventLogPermissionAttribute [Description]
Allows declaritive permission checks for event logging.
[]
System.Diagnostics Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.diagnostics(v=vs.100).aspx
25/1438042987155.85_20150728002307-00161-ip-10-236-191-2_875948651_0.json
e25aa7e9_ystem_Diagnostics_Namespace_____Description
[Class] EventLogPermissionEntry [Description]
Defines the smallest unit of a code access security permission that is set for an EventLog.
[]
System.Diagnostics Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.diagnostics(v=vs.100).aspx
25/1438042987155.85_20150728002307-00161-ip-10-236-191-2_875948651_0.json
e25aa7e9_ystem_Diagnostics_Namespace_____Description
[Class] EventLogPermissionEntryCollection [Description]
Contains a strongly typed collection of EventLogPermissionEntry objects.
[]
System.Diagnostics Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.diagnostics(v=vs.100).aspx
25/1438042987155.85_20150728002307-00161-ip-10-236-191-2_875948651_0.json
e25aa7e9_ystem_Diagnostics_Namespace_____Description
[Class] EventLogTraceListener [Description]
Provides a simple listener that directs tracing or debugging output to an EventLog.
[]
System.Diagnostics Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.diagnostics(v=vs.100).aspx
25/1438042987155.85_20150728002307-00161-ip-10-236-191-2_875948651_0.json
e25aa7e9_ystem_Diagnostics_Namespace_____Description
[Class] EventSchemaTraceListener [Description]
Directs tracing or debugging output of end-to-end events to an XML-encoded, schema-compliant log file.
[]
System.Diagnostics Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.diagnostics(v=vs.100).aspx
25/1438042987155.85_20150728002307-00161-ip-10-236-191-2_875948651_0.json
e25aa7e9_ystem_Diagnostics_Namespace_____Description
[Class] EventSourceCreationData [Description]
Represents the configuration settings used to create an event log source on the local computer or a remote computer.
[]
System.Diagnostics Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.diagnostics(v=vs.100).aspx
25/1438042987155.85_20150728002307-00161-ip-10-236-191-2_875948651_0.json
e25aa7e9_ystem_Diagnostics_Namespace_____Description
[Class] EventTypeFilter [Description]
Indicates whether a listener should trace based on the event type.
[]
System.Diagnostics Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.diagnostics(v=vs.100).aspx
25/1438042987155.85_20150728002307-00161-ip-10-236-191-2_875948651_0.json
e25aa7e9_ystem_Diagnostics_Namespace_____Description
[Class] FileVersionInfo [Description]
Provides version information for a physical file on disk.
[]
System.Diagnostics Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.diagnostics(v=vs.100).aspx
25/1438042987155.85_20150728002307-00161-ip-10-236-191-2_875948651_0.json
e25aa7e9_ystem_Diagnostics_Namespace_____Description
[Class] InstanceData [Description]
Holds instance data associated with a performance counter sample.
[]
System.Diagnostics Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.diagnostics(v=vs.100).aspx
25/1438042987155.85_20150728002307-00161-ip-10-236-191-2_875948651_0.json
e25aa7e9_ystem_Diagnostics_Namespace_____Description
[Class] InstanceDataCollection [Description]
Provides a strongly typed collection of InstanceData objects.
[]
System.Diagnostics Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.diagnostics(v=vs.100).aspx
25/1438042987155.85_20150728002307-00161-ip-10-236-191-2_875948651_0.json
e25aa7e9_ystem_Diagnostics_Namespace_____Description
[Class] InstanceDataCollectionCollection [Description]
Provides a strongly typed collection of InstanceDataCollection objects.
[]
System.Diagnostics Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.diagnostics(v=vs.100).aspx
25/1438042987155.85_20150728002307-00161-ip-10-236-191-2_875948651_0.json
e25aa7e9_ystem_Diagnostics_Namespace_____Description
[Class] MonitoringDescriptionAttribute [Description]
Specifies a description for a property or event.
[]
System.Diagnostics Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.diagnostics(v=vs.100).aspx
25/1438042987155.85_20150728002307-00161-ip-10-236-191-2_875948651_0.json
e25aa7e9_ystem_Diagnostics_Namespace_____Description
[Class] PerformanceCounter [Description]
Represents a Windows NT performance counter component.
[]
System.Diagnostics Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.diagnostics(v=vs.100).aspx
25/1438042987155.85_20150728002307-00161-ip-10-236-191-2_875948651_0.json
e25aa7e9_ystem_Diagnostics_Namespace_____Description
[Class] PerformanceCounterCategory [Description]
Represents a performance object, which defines a category of performance counters.
[]
System.Diagnostics Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.diagnostics(v=vs.100).aspx
25/1438042987155.85_20150728002307-00161-ip-10-236-191-2_875948651_0.json
e25aa7e9_ystem_Diagnostics_Namespace_____Description
[Class] PerformanceCounterInstaller [Description]
Specifies an installer for the PerformanceCounter component.
[]
System.Diagnostics Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.diagnostics(v=vs.100).aspx
25/1438042987155.85_20150728002307-00161-ip-10-236-191-2_875948651_0.json
e25aa7e9_ystem_Diagnostics_Namespace_____Description
[Class] PerformanceCounterManager [Description]
Infrastructure. Obsolete. Prepares performance data for the performance.dll the system loads when working with performance counters.
[]
System.Diagnostics Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.diagnostics(v=vs.100).aspx
25/1438042987155.85_20150728002307-00161-ip-10-236-191-2_875948651_0.json
e25aa7e9_ystem_Diagnostics_Namespace_____Description
[Class] PerformanceCounterPermission [Description]
Allows control of code access permissions for PerformanceCounter.
[]
System.Diagnostics Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.diagnostics(v=vs.100).aspx
25/1438042987155.85_20150728002307-00161-ip-10-236-191-2_875948651_0.json
e25aa7e9_ystem_Diagnostics_Namespace_____Description
[Class] PerformanceCounterPermissionAttribute [Description]
Allows declaritive performance counter permission checks.
[]
System.Diagnostics Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.diagnostics(v=vs.100).aspx
25/1438042987155.85_20150728002307-00161-ip-10-236-191-2_875948651_0.json
e25aa7e9_ystem_Diagnostics_Namespace_____Description
[Class] PerformanceCounterPermissionEntry [Description]
Defines the smallest unit of a code access security permission that is set for a PerformanceCounter.
[]
System.Diagnostics Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.diagnostics(v=vs.100).aspx
25/1438042987155.85_20150728002307-00161-ip-10-236-191-2_875948651_0.json
e25aa7e9_ystem_Diagnostics_Namespace_____Description
[Class] PerformanceCounterPermissionEntryCollection [Description]
Contains a strongly typed collection of PerformanceCounterPermissionEntry objects.
[]
System.Diagnostics Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.diagnostics(v=vs.100).aspx
25/1438042987155.85_20150728002307-00161-ip-10-236-191-2_875948651_0.json
e25aa7e9_ystem_Diagnostics_Namespace_____Description
[Class] PresentationTraceSources [Description]
Provides debug tracing support that is specifically targeted for Windows Presentation Foundation (WPF) applications.
[]
System.Diagnostics Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.diagnostics(v=vs.100).aspx
25/1438042987155.85_20150728002307-00161-ip-10-236-191-2_875948651_0.json
e25aa7e9_ystem_Diagnostics_Namespace_____Description
[Class] Process [Description]
Provides access to local and remote processes and enables you to start and stop local system processes.
[]
System.Diagnostics Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.diagnostics(v=vs.100).aspx
25/1438042987155.85_20150728002307-00161-ip-10-236-191-2_875948651_0.json
e25aa7e9_ystem_Diagnostics_Namespace_____Description
[Class] ProcessModule [Description]
Represents a.dll or .exe file that is loaded into a particular process.
[]
System.Diagnostics Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.diagnostics(v=vs.100).aspx
25/1438042987155.85_20150728002307-00161-ip-10-236-191-2_875948651_0.json
e25aa7e9_ystem_Diagnostics_Namespace_____Description
[Class] ProcessModuleCollection [Description]
Provides a strongly typed collection of ProcessModule objects.
[]
System.Diagnostics Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.diagnostics(v=vs.100).aspx
25/1438042987155.85_20150728002307-00161-ip-10-236-191-2_875948651_0.json
e25aa7e9_ystem_Diagnostics_Namespace_____Description
[Class] ProcessStartInfo [Description]
Specifies a set of values that are used when you start a process.
[]
System.Diagnostics Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.diagnostics(v=vs.100).aspx
25/1438042987155.85_20150728002307-00161-ip-10-236-191-2_875948651_0.json
e25aa7e9_ystem_Diagnostics_Namespace_____Description
[Class] ProcessThread [Description]
Represents an operating system process thread.
[]
System.Diagnostics Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.diagnostics(v=vs.100).aspx
25/1438042987155.85_20150728002307-00161-ip-10-236-191-2_875948651_0.json
e25aa7e9_ystem_Diagnostics_Namespace_____Description
[Class] ProcessThreadCollection [Description]
Provides a strongly typed collection of ProcessThread objects.
[]
System.Diagnostics Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.diagnostics(v=vs.100).aspx
25/1438042987155.85_20150728002307-00161-ip-10-236-191-2_875948651_0.json
e25aa7e9_ystem_Diagnostics_Namespace_____Description
[Class] SourceFilter [Description]
Indicates whether a listener should trace a message based on the source of a trace.
[]
System.Diagnostics Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.diagnostics(v=vs.100).aspx
25/1438042987155.85_20150728002307-00161-ip-10-236-191-2_875948651_0.json
e25aa7e9_ystem_Diagnostics_Namespace_____Description
[Class] SourceSwitch [Description]
Provides a multilevel switch to control tracing and debug output without recompiling your code.
[]
System.Diagnostics Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.diagnostics(v=vs.100).aspx
25/1438042987155.85_20150728002307-00161-ip-10-236-191-2_875948651_0.json
e25aa7e9_ystem_Diagnostics_Namespace_____Description
[Class] StackFrame [Description]
Provides information about a StackFrame, which represents a function call on the call stack for the current thread.
[]
System.Diagnostics Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.diagnostics(v=vs.100).aspx
25/1438042987155.85_20150728002307-00161-ip-10-236-191-2_875948651_0.json
e25aa7e9_ystem_Diagnostics_Namespace_____Description
[Class] StackTrace [Description]
Represents a stack trace, which is an ordered collection of one or more stack frames.
[]
System.Diagnostics Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.diagnostics(v=vs.100).aspx
25/1438042987155.85_20150728002307-00161-ip-10-236-191-2_875948651_0.json
e25aa7e9_ystem_Diagnostics_Namespace_____Description
[Class] Stopwatch [Description]
Provides a set of methods and properties that you can use to accurately measure elapsed time.
[]
System.Diagnostics Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.diagnostics(v=vs.100).aspx
25/1438042987155.85_20150728002307-00161-ip-10-236-191-2_875948651_0.json
e25aa7e9_ystem_Diagnostics_Namespace_____Description
[Class] Switch [Description]
Provides an abstract base class to create new debugging and tracing switches.
[]
System.Diagnostics Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.diagnostics(v=vs.100).aspx
25/1438042987155.85_20150728002307-00161-ip-10-236-191-2_875948651_0.json
e25aa7e9_ystem_Diagnostics_Namespace_____Description
[Class] SwitchAttribute [Description]
Identifies a switch used in an assembly, class, or member.
[]
System.Diagnostics Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.diagnostics(v=vs.100).aspx
25/1438042987155.85_20150728002307-00161-ip-10-236-191-2_875948651_0.json
e25aa7e9_ystem_Diagnostics_Namespace_____Description
[Class] SwitchLevelAttribute [Description]
Identifies the level type for a switch.
[]
System.Diagnostics Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.diagnostics(v=vs.100).aspx
25/1438042987155.85_20150728002307-00161-ip-10-236-191-2_875948651_0.json
e25aa7e9_ystem_Diagnostics_Namespace_____Description
[Class] TextWriterTraceListener [Description]
Directs tracing or debugging output to a TextWriter or to a Stream, such as FileStream.
[]
System.Diagnostics Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.diagnostics(v=vs.100).aspx
25/1438042987155.85_20150728002307-00161-ip-10-236-191-2_875948651_0.json
e25aa7e9_ystem_Diagnostics_Namespace_____Description
[Class] Trace [Description]
Provides a set of methods and properties that help you trace the execution of your code. This class cannot be inherited.
[]
System.Diagnostics Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.diagnostics(v=vs.100).aspx
25/1438042987155.85_20150728002307-00161-ip-10-236-191-2_875948651_0.json
e25aa7e9_ystem_Diagnostics_Namespace_____Description
[Class] TraceEventCache [Description]
Provides trace event data specific to a thread and a process.
[]
System.Diagnostics Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.diagnostics(v=vs.100).aspx
25/1438042987155.85_20150728002307-00161-ip-10-236-191-2_875948651_0.json
e25aa7e9_ystem_Diagnostics_Namespace_____Description
[Class] TraceFilter [Description]
Provides the base class for trace filter implementations.
[]
System.Diagnostics Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.diagnostics(v=vs.100).aspx
25/1438042987155.85_20150728002307-00161-ip-10-236-191-2_875948651_0.json
e25aa7e9_ystem_Diagnostics_Namespace_____Description
[Class] TraceListener [Description]
Provides the abstract base class for the listeners who monitor trace and debug output.
[]
System.Diagnostics Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.diagnostics(v=vs.100).aspx
25/1438042987155.85_20150728002307-00161-ip-10-236-191-2_875948651_0.json
e25aa7e9_ystem_Diagnostics_Namespace_____Description
[Class] TraceListenerCollection [Description]
Provides a thread-safe list of TraceListener objects.
[]
System.Diagnostics Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.diagnostics(v=vs.100).aspx
25/1438042987155.85_20150728002307-00161-ip-10-236-191-2_875948651_0.json
e25aa7e9_ystem_Diagnostics_Namespace_____Description
[Class] TraceSource [Description]
Provides a set of methods and properties that enable applications to trace the execution of code and associate trace messages with their source.
[]
System.Diagnostics Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.diagnostics(v=vs.100).aspx
25/1438042987155.85_20150728002307-00161-ip-10-236-191-2_875948651_0.json
e25aa7e9_ystem_Diagnostics_Namespace_____Description
[Class] TraceSwitch [Description]
Provides a multilevel switch to control tracing and debug output without recompiling your code.
[]
System.Diagnostics Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.diagnostics(v=vs.100).aspx
25/1438042987155.85_20150728002307-00161-ip-10-236-191-2_875948651_0.json
e25aa7e9_ystem_Diagnostics_Namespace_____Description
[Class] UnescapedXmlDiagnosticData [Description]
Provides unescaped XML data for the logging of user-provided trace data.
[]
System.Diagnostics Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.diagnostics(v=vs.100).aspx
25/1438042987155.85_20150728002307-00161-ip-10-236-191-2_875948651_0.json
e25aa7e9_ystem_Diagnostics_Namespace_____Description
[Class] XmlWriterTraceListener [Description]
Directs tracing or debugging output as XML-encoded data to a TextWriter or to a Stream, such as a FileStream.
[]
System.Diagnostics Namespace ()
Description
https://msdn.microsoft.com/en-US/library/system.diagnostics(v=vs.100).aspx
25/1438042987155.85_20150728002307-00161-ip-10-236-191-2_875948651_0.json
d59d7cb9_oft_SolverFoundation_Services___Description
[Name] ConeType [Description]
Gets the type of a second order cone.
[]
ISecondOrderCone Interface (Microsoft.SolverFoundation.Services)
Description
https://msdn.microsoft.com/en-us/library/microsoft.solverfoundation.services.isecondordercone(v=vs.93).aspx
25/1438042987155.85_20150728002307-00225-ip-10-236-191-2_861819938_0.json