Link:http://output.to/sideway/default.asp?qno=180302702 Resources and links .MS MSDN DotNet Framework 4.7, 4.6, and 4.5
DotNet links from msdn.microsoft.com
Source/Reference:
https://msdn.microsoft.com/library/ff361664(v=vs.110).aspx
- .NET Development
- .NET Framework 4.7, 4.6, and 4.5
- What's New
- Getting Started
- Migration Guide
- Development Guide
- Application Essentials
- Framework Design Guidelines
- Data and Modeling
- Client Applications
- Windows Presentation Foundation
- Windows Forms
- Getting Started with Windows Forms
- Enhancing Windows Forms Applications
- Graphics and Drawing in Windows Forms
- Graphics Overview
- Overview of Graphics
- Three Categories of Graphics Services
- Structure of the Graphics Interface
- About GDI+ Managed Code
- Lines, Curves, and Shapes
- Vector Graphics Overview
- Pens, Lines, and Rectangles in GDI+
- Ellipses and Arcs in GDI+
- Polygons in GDI+
- Cardinal Splines in GDI+
- Bézier Splines in GDI+
- Graphics Paths in GDI+
- Brushes and Filled Shapes in GDI+
- Open and Closed Curves in GDI+
- Regions in GDI+
- Restricting the Drawing Surface in GDI+
- Antialiasing with Lines and Curves
- Images, Bitmaps, and Metafiles
- Types of Bitmaps
- Metafiles in GDI+
- Drawing, Positioning, and Cloning Images in GDI+
- Cropping and Scaling Images in GDI+
- Coordinate Systems and Transformations
- Types of Coordinate Systems
- Matrix Representation of Transformations
- Global and Local Transformations
- Using Managed Graphics Classes
- Getting Started with Graphics Programming
- How to: Create Graphics Objects for Drawing
- How to: Create a Pen
- How to: Set the Color of a Pen
- How to: Create a Solid Brush
- How to: Draw a Line on a Windows Form
- How to: Draw an Outlined Shape
- How to: Draw a Filled Rectangle on a Windows Form
- How to: Draw a Filled Ellipse on a Windows Form
- How to: Draw Text on a Windows Form
- How to: Draw Vertical Text on a Windows Form
- How to: Render Images with GDI+
- How to: Create a Shaped Windows Form
- How to: Copy Pixels for Reducing Flicker in Windows Forms
- Using a Pen to Draw Lines and Shapes
- How to: Use a Pen to Draw Lines
- How to: Use a Pen to Draw Rectangles
- How to: Set Pen Width and Alignment
- How to: Draw a Line with Line Caps
- How to: Join Lines
- How to: Draw a Custom Dashed Line
- How to: Draw a Line Filled with a Texture
- Using a Brush to Fill Shapes
- How to: Fill a Shape with a Solid Color
- How to: Fill a Shape with a Hatch Pattern
- How to: Fill a Shape with an Image Texture
- How to: Tile a Shape with an Image
- Using a Gradient Brush to Fill Shapes
- How to: Create a Linear Gradient
- How to: Create a Path Gradient
- How to: Apply Gamma Correction to a Gradient
- Working with Images, Bitmaps, Icons, and Metafiles
- How to: Draw an Existing Bitmap to the Screen
- How to: Load and Display Metafiles
- How to: Crop and Scale Images
- How to: Rotate, Reflect, and Skew Images
- How to: Use Interpolation Mode to Control Image Quality During Scaling
- How to: Create Thumbnail Images
- How to: Improve Performance by Avoiding Automatic Scaling
- How to: Read Image Metadata
- How to: Create a Bitmap at Run Time
- How to: Extract the Icon Associated with a File in Windows Forms
- Alpha Blending Lines and Fills
- How to: Draw Opaque and Semitransparent Lines
- How to: Draw with Opaque and Semitransparent Brushes
- How to: Use Compositing Mode to Control Alpha Blending
- How to: Use a Color Matrix to Set Alpha Values in Images
- Using Fonts and Text
- How to: Construct Font Families and Fonts
- How to: Draw Text at a Specified Location
- How to: Draw Wrapped Text in a Rectangle
- How to: Draw Text with GDI
- How to: Align Drawn Text
- How to: Create Vertical Text
- How to: Set Tab Stops in Drawn Text
- How to: Enumerate Installed Fonts
- How to: Create a Private Font Collection
- How to: Obtain Font Metrics
- How to: Use Antialiasing with Text
- Constructing and Drawing Curves
- How to: Draw Cardinal Splines
- How to: Draw a Single Bézier Spline
- How to: Draw a Sequence of Bézier Splines
- Constructing and Drawing Paths
- How to: Create Figures from Lines, Curves, and Shapes
- How to: Fill Open Figures
- How to: Flatten a Curved Path into a Line
- Using Transformations in Managed GDI+
- Using the World Transformation
- Why Transformation Order Is Significant
- Using Graphics Containers
- Managing the State of a Graphics Object
- Using Nested Graphics Containers
- Using Regions
- How to: Use Hit Testing with a Region
- How to: Use Clipping with a Region
- Recoloring Images
- How to: Use a Color Matrix to Transform a Single Color
- How to: Translate Image Colors
- Using Transformations to Scale Colors
- How to: Rotate Colors
- How to: Shear Colors
- How to: Use a Color Remap Table
- Using Image Encoders and Decoders in Managed GDI+
- How to: List Installed Encoders
- How to: List Installed Decoders
- How to: Determine the Parameters Supported by an Encoder
- How to: Convert a BMP image to a PNG image
- How to: Set JPEG Compression Level
- Using Double Buffering
- Double Buffered Graphics
- How to: Reduce Graphics Flicker with Double Buffering for Forms and Controls
- How to: Manually Manage Buffered Graphics
- How to: Manually Render Buffered Graphics
- Application Settings for Windows Forms
- Application Settings Overview
- Application Settings Architecture
- Application Settings Attributes
- Application Settings for Custom Controls
- Using Application Settings and User Settings
- How To: Create a New Setting at Design Time
- How To: Change the Value of an Existing Setting at Design Time
- How To: Change the Value of a Setting Between Application Sessions
- How To: Read Settings at Run Time With C#
- How To: Write User Settings at Run Time with C#
- How To: Add Multiple Sets of Settings To Your Application in C#
- How to: Create Application Settings
- How to: Validate Application Settings
- Windows Forms Print Support
- How to: Create Standard Windows Forms Print Jobs
- How to: Capture User Input from a PrintDialog at Run Time
- How to: Choose the Printers Attached to a User's Computer in Windows Forms
- How to: Print Graphics in Windows Forms
- How to: Print a Multi-Page Text File in Windows Forms
- How to: Complete Windows Forms Print Jobs
- How to: Print a Windows Form
- How to: Print in Windows Forms Using Print Preview
- Drag-and-Drop Operations and Clipboard Support
- Walkthrough: Performing a Drag-and-Drop Operation in Windows Forms
- How to: Perform Drag-and-Drop Operations Between Applications
- How to: Add Data to the Clipboard
- How to: Retrieve Data from the Clipboard
- Networking in Windows Forms Applications
- Globalizing Windows Forms
- Encoding and Windows Forms Globalization
- International Fonts in Windows Forms and Controls
- Bi-Directional Support for Windows Forms Applications
- Display of Asian Characters with the ImeMode Property
- Windows Forms and Unmanaged Applications
- Windows Forms and Unmanaged Applications Overview
- How to: Support COM Interop by Displaying Each Windows Form on Its Own Thread
- How to: Support COM Interop by Displaying a Windows Form with the ShowDialog Method
- System Information and Windows Forms
- Power Management in Windows Forms
- Help Systems in Windows Forms Applications
- Windows Forms Visual Inheritance
- How to: Inherit Windows Forms
- How to: Inherit Forms Using the Inheritance Picker Dialog Box
- Effects of Modifying a Base Form's Appearance
- Walkthrough: Demonstrating Visual Inheritance
- How to: Use the Modifiers and GenerateMember Properties
- Multiple-Document Interface (MDI) Applications
- How to: Create MDI Parent Forms
- How to: Create MDI Child Forms
- How to: Determine the Active MDI Child
- How to: Send Data to the Active MDI Child
- How to: Arrange MDI Child Forms
- Integrating User Help in Windows Forms
- How to: Provide Help in a Windows Application
- How to: Display Pop-up Help
- Control Help Using ToolTips
- Windows Forms Accessibility
- Walkthrough: Creating an Accessible Windows-based Application
- Properties on Windows Forms Controls That Support Accessibility Guidelines
- Using WPF Controls
- How to: Copy and Paste an ElementHost Control at Design Time
- Walkthrough: Arranging WPF Content on Windows Forms at Design Time
- Walkthrough: Changing Properties of a Hosted WPF Element at Design Time
- Walkthrough: Creating New WPF Content on Windows Forms at Design Time
- Walkthrough: Copying and Pasting an ElementHost Control into Separate Windows Forms
- Walkthrough: Assigning WPF Content on Windows Forms at Design Time
- Walkthrough: Styling WPF Content
- Common Client Technologies
- Building Console Applications
- Web Applications with ASP.NET
- Service-Oriented Applications with WCF
- Windows Service Applications
- Parallel Processing and Concurrency
- Network Programming in the .NET Framework
- Configuring Apps
- Compiling Apps with .NET Native
- Security
- Debugging, Tracing, and Profiling
- Developing for Multiple Platforms
- Deployment
- Performance
- Dynamic Programming
- Managed Extensibility Framework (MEF)
- Add-ins and Extensibility
- Interoperating with Unmanaged Code
- Memory Management and Garbage Collection
- Unmanaged API Reference
- XAML Services
- Tools
- .NET Framework Class Library
- Accessibility
- Microsoft.Activities Namespaces
- Microsoft.Build Namespaces
- Microsoft.Build.BuildEngine
- BuildItem Class
- BuildItemGroup Class
- BuildItemGroupCollection Class
- BuildProperty Class
- BuildPropertyGroup Class
- BuildPropertyGroupCollection Class
- BuildSettings Enumeration
- BuildTask Class
- ColorResetter Delegate
- ColorSetter Delegate
- ConfigurableForwardingLogger Class
- ConsoleLogger Class
- DistributedFileLogger Class
- Engine Class
- Engine Constructor
- Engine Methods
- BuildProject Method
- BuildProjectFile Method
- BuildProjectFile Method (String)
- BuildProjectFile Method (String, String)
- BuildProjectFile Method (String, String[])
- BuildProjectFile Method (String, String[], BuildPropertyGroup)
- BuildProjectFile Method (String, String[], BuildPropertyGroup, IDictionary)
- BuildProjectFile Method (String, String[], BuildPropertyGroup, IDictionary, BuildSettings)
- BuildProjectFile Method (String, String[], BuildPropertyGroup, IDictionary, BuildSettings, String)
- BuildProjectFiles Method
- CreateNewProject Method
- GetLoadedProject Method
- RegisterDistributedLogger Method
- RegisterLogger Method
- Shutdown Method
- UnloadAllProjects Method
- UnloadProject Method
- UnregisterAllLoggers Method
- Engine Properties
- FileLogger Class
- Import Class
- ImportCollection Class
- InternalLoggerException Class
- InvalidProjectFileException Class
- InvalidProjectFileException Constructor
- InvalidProjectFileException Constructor
- InvalidProjectFileException Constructor (String)
- InvalidProjectFileException Constructor (String, Exception)
- InvalidProjectFileException Constructor (String, Int32, Int32, Int32, Int32, String, String, String, String)
- InvalidProjectFileException Constructor (XmlNode, String, String, String, String)
- InvalidProjectFileException Methods
- InvalidProjectFileException Properties
- InvalidToolsetDefinitionException Class
- LocalNode Class
- LoggerDescription Class
- Project Class
- Project Constructor
- Project Methods
- AddNewImport Method
- AddNewItem Method
- AddNewItemGroup Method
- AddNewPropertyGroup Method
- AddNewUsingTaskFromAssemblyFile Method
- AddNewUsingTaskFromAssemblyName Method
- Build Method
- GetConditionedPropertyValues Method
- GetEvaluatedItemsByName Method
- GetEvaluatedItemsByNameIgnoringCondition Method
- GetEvaluatedProperty Method
- GetProjectExtensions Method
- Load Method
- LoadXml Method
- MarkProjectAsDirty Method
- RemoveAllItemGroups Method
- RemoveAllPropertyGroups Method
- RemoveImportedPropertyGroup Method
- RemoveItem Method
- RemoveItemGroup Method
- RemoveItemGroupsWithMatchingCondition Method
- RemoveItemsByName Method
- RemovePropertyGroup Method
- RemovePropertyGroupsWithMatchingCondition Method
- ResetBuildStatus Method
- Save Method
- SetImportedProperty Method
- SetImportedProperty Method (String, String, String, Project)
- SetImportedProperty Method (String, String, String, Project, PropertyPosition)
- SetImportedProperty Method (String, String, String, Project, PropertyPosition, Boolean)
- SetProjectExtensions Method
- SetProperty Method
- SetProperty Method (String, String)
- SetProperty Method (String, String, String)
- SetProperty Method (String, String, String, PropertyPosition)
- SetProperty Method (String, String, String, PropertyPosition, Boolean)
- Project Properties
- ProjectLoadSettings Enumeration
- PropertyPosition Enumeration
- RemoteErrorException Class
- SolutionWrapperProject Class
- Target Class
- TargetCollection Class
- Toolset Class
- ToolsetCollection Class
- ToolsetDefinitionLocations Enumeration
- UsingTask Class
- UsingTaskCollection Class
- Utilities Class
- WriteHandler Delegate
- Microsoft.Build.Construction
- Microsoft.Build.Conversion
- Microsoft.Build.Debugging
- Microsoft.Build.Evaluation
- Project Class
- Project Constructor
- Project Constructor
- Project Constructor (ProjectRootElement)
- Project Constructor (ProjectRootElement, IDictionary(String, String), String)
- Project Constructor (ProjectRootElement, IDictionary(String, String), String, ProjectCollection)
- Project Constructor (ProjectRootElement, IDictionary(String, String), String, ProjectCollection, ProjectLoadSettings)
- Project Constructor (ProjectRootElement, IDictionary(String, String), String, String, ProjectCollection, ProjectLoadSettings)
- Project Constructor (ProjectCollection)
- Project Constructor (IDictionary(String, String), String, ProjectCollection)
- Project Constructor (String)
- Project Constructor (String, IDictionary(String, String), String)
- Project Constructor (String, IDictionary(String, String), String, ProjectCollection)
- Project Constructor (String, IDictionary(String, String), String, ProjectCollection, ProjectLoadSettings)
- Project Constructor (String, IDictionary(String, String), String, String, ProjectCollection, ProjectLoadSettings)
- Project Constructor (XmlReader)
- Project Constructor (XmlReader, IDictionary(String, String), String)
- Project Constructor (XmlReader, IDictionary(String, String), String, ProjectCollection)
- Project Constructor (XmlReader, IDictionary(String, String), String, ProjectCollection, ProjectLoadSettings)
- Project Constructor (XmlReader, IDictionary(String, String), String, String, ProjectCollection, ProjectLoadSettings)
- Project Methods
- Project Properties
- ProjectChangedEventArgs Class
- ProjectCollection Class
- ProjectCollection Constructor
- ProjectCollection Constructor
- ProjectCollection Constructor (ToolsetDefinitionLocations)
- ProjectCollection Constructor (IDictionary(String, String))
- ProjectCollection Constructor (IDictionary(String, String), IEnumerable(ILogger), ToolsetDefinitionLocations)
- ProjectCollection Constructor (IDictionary(String, String), IEnumerable(ILogger), IEnumerable(ForwardingLoggerRecord), ToolsetDefinitionLocations, Int32, Boolean)
- ProjectCollection Methods
- ProjectCollection Properties
- ProjectCollection Events
- ProjectCollection.ProjectAddedEventHandler Delegate
- ProjectCollection.ProjectAddedToProjectCollectionEventArgs Class
- ProjectCollectionChangedEventArgs Class
- ProjectCollectionChangedState Enumeration
- ProjectItem Class
- ProjectItemDefinition Class
- ProjectLoadSettings Enumeration
- ProjectMetadata Class
- ProjectProperty Class
- ProjectXmlChangedEventArgs Class
- ResolvedImport Structure
- SubToolset Class
- Toolset Class
- Toolset Constructor
- Toolset Constructor (String, String, ProjectCollection, String)
- Toolset Constructor (String, String, IDictionary(String, String), ProjectCollection, IDictionary(String, SubToolset), String)
- Toolset Constructor (String, String, IDictionary(String, String), ProjectCollection, String)
- Toolset Methods
- Toolset Properties
- ToolsetDefinitionLocations Enumeration
- Microsoft.Build.Exceptions
- Microsoft.Build.Execution
- BuildManager Class
- BuildParameters Class
- BuildRequestData Class
- BuildRequestData Constructor
- BuildRequestData Constructor (ProjectInstance, String[])
- BuildRequestData Constructor (ProjectInstance, String[], HostServices)
- BuildRequestData Constructor (ProjectInstance, String[], HostServices, BuildRequestDataFlags)
- BuildRequestData Constructor (ProjectInstance, String[], HostServices, BuildRequestDataFlags, IEnumerable(String))
- BuildRequestData Constructor (String, IDictionary(String, String), String, String[], HostServices)
- BuildRequestData Constructor (String, IDictionary(String, String), String, String[], HostServices, BuildRequestDataFlags)
- BuildRequestData Methods
- BuildRequestData Properties
- BuildRequestDataFlags Enumeration
- BuildResult Class
- BuildResultCode Enumeration
- BuildSubmission Class
- BuildSubmissionCompleteCallback Delegate
- HostServices Class
- ITargetResult Interface
- NodeAffinity Enumeration
- NodeEngineShutdownReason Enumeration
- OutOfProcNode Class
- ProjectInstance Class
- ProjectInstance Constructor
- ProjectInstance Constructor (ProjectRootElement)
- ProjectInstance Constructor (ProjectRootElement, IDictionary(String, String), String, ProjectCollection)
- ProjectInstance Constructor (ProjectRootElement, IDictionary(String, String), String, String, ProjectCollection)
- ProjectInstance Constructor (String)
- ProjectInstance Constructor (String, IDictionary(String, String), String)
- ProjectInstance Constructor (String, IDictionary(String, String), String, ProjectCollection)
- ProjectInstance Constructor (String, IDictionary(String, String), String, String, ProjectCollection)
- ProjectInstance Methods
- AddItem Method
- Build Method
- Build Method
- Build Method (IEnumerable(ILogger))
- Build Method (IEnumerable(ILogger), IEnumerable(ForwardingLoggerRecord))
- Build Method (String, IEnumerable(ILogger))
- Build Method (String, IEnumerable(ILogger), IEnumerable(ForwardingLoggerRecord))
- Build Method (String[], IEnumerable(ILogger))
- Build Method (String[], IEnumerable(ILogger), IDictionary(String, TargetResult))
- Build Method (String[], IEnumerable(ILogger), IEnumerable(ForwardingLoggerRecord))
- Build Method (String[], IEnumerable(ILogger), IEnumerable(ForwardingLoggerRecord), IDictionary(String, TargetResult))
- DeepCopy Method
- EvaluateCondition Method
- ExpandString Method
- GetEvaluatedItemIncludeEscaped Method
- GetItems Method
- GetItemsByItemTypeAndEvaluatedInclude Method
- GetMetadataValueEscaped Method
- GetProperty Method
- GetPropertyValue Method
- GetPropertyValueEscaped Method
- RemoveItem Method
- RemoveProperty Method
- SetProperty Method
- ToProjectRootElement Method
- UpdateStateFrom Method
- ProjectInstance Properties
- ProjectInstanceSettings Enumeration
- ProjectItemDefinitionInstance Class
- ProjectItemGroupTaskInstance Class
- ProjectItemGroupTaskItemInstance Class
- ProjectItemGroupTaskMetadataInstance Class
- ProjectItemInstance Class
- ProjectMetadataInstance Class
- ProjectOnErrorInstance Class
- ProjectPropertyGroupTaskInstance Class
- ProjectPropertyGroupTaskPropertyInstance Class
- ProjectPropertyInstance Class
- ProjectTargetInstance Class
- ProjectTargetInstanceChild Class
- ProjectTaskInstance Class
- ProjectTaskInstanceChild Class
- ProjectTaskOutputItemInstance Class
- ProjectTaskOutputPropertyInstance Class
- TargetResult Class
- TargetResultCode Enumeration
- Microsoft.Build.Framework
- AnyEventHandler Delegate
- BuildEngineResult Structure
- BuildErrorEventArgs Class
- BuildErrorEventArgs Constructor
- BuildErrorEventArgs Constructor
- BuildErrorEventArgs Constructor (String, String, String, Int32, Int32, Int32, Int32, String, String, String)
- BuildErrorEventArgs Constructor (String, String, String, Int32, Int32, Int32, Int32, String, String, String, DateTime)
- BuildErrorEventArgs Constructor (String, String, String, Int32, Int32, Int32, Int32, String, String, String, DateTime, Object[])
- BuildErrorEventArgs Methods
- BuildErrorEventArgs Properties
- BuildErrorEventHandler Delegate
- BuildEventArgs Class
- BuildEventContext Class
- BuildEventContext Constructor
- BuildEventContext Constructor (Int32, Int32, Int32, Int32)
- BuildEventContext Constructor (Int32, Int32, Int32, Int32, Int32)
- BuildEventContext Constructor (Int32, Int32, Int32, Int32, Int32, Int32)
- BuildEventContext Fields
- BuildEventContext Methods
- BuildEventContext Properties
- BuildEventContext Operators and Type Conversions
- BuildFinishedEventArgs Class
- BuildFinishedEventHandler Delegate
- BuildMessageEventArgs Class
- BuildMessageEventArgs Constructor
- BuildMessageEventArgs Constructor
- BuildMessageEventArgs Constructor (String, String, String, MessageImportance)
- BuildMessageEventArgs Constructor (String, String, String, MessageImportance, DateTime)
- BuildMessageEventArgs Constructor (String, String, String, MessageImportance, DateTime, Object[])
- BuildMessageEventArgs Constructor (String, String, String, Int32, Int32, Int32, Int32, String, String, String, MessageImportance)
- BuildMessageEventArgs Constructor (String, String, String, Int32, Int32, Int32, Int32, String, String, String, MessageImportance, DateTime)
- BuildMessageEventArgs Constructor (String, String, String, Int32, Int32, Int32, Int32, String, String, String, MessageImportance, DateTime, Object[])
- BuildMessageEventArgs Methods
- BuildMessageEventArgs Properties
- BuildMessageEventHandler Delegate
- BuildStartedEventArgs Class
- BuildStartedEventHandler Delegate
- BuildStatusEventArgs Class
- BuildStatusEventHandler Delegate
- BuildWarningEventArgs Class
- BuildWarningEventArgs Constructor
- BuildWarningEventArgs Constructor
- BuildWarningEventArgs Constructor (String, String, String, Int32, Int32, Int32, Int32, String, String, String)
- BuildWarningEventArgs Constructor (String, String, String, Int32, Int32, Int32, Int32, String, String, String, DateTime)
- BuildWarningEventArgs Constructor (String, String, String, Int32, Int32, Int32, Int32, String, String, String, DateTime, Object[])
- BuildWarningEventArgs Methods
- BuildWarningEventArgs Properties
- BuildWarningEventHandler Delegate
- CriticalBuildMessageEventArgs Class
- CriticalBuildMessageEventArgs Constructor
- CriticalBuildMessageEventArgs Constructor
- CriticalBuildMessageEventArgs Constructor (String, String, String, Int32, Int32, Int32, Int32, String, String, String)
- CriticalBuildMessageEventArgs Constructor (String, String, String, Int32, Int32, Int32, Int32, String, String, String, DateTime)
- CriticalBuildMessageEventArgs Constructor (String, String, String, Int32, Int32, Int32, Int32, String, String, String, DateTime, Object[])
- CriticalBuildMessageEventArgs Methods
- CriticalBuildMessageEventArgs Properties
- CustomBuildEventArgs Class
- ExternalProjectFinishedEventArgs Class
- ExternalProjectStartedEventArgs Class
- IBuildEngine Interface
- IBuildEngine2 Interface
- IBuildEngine3 Interface
- IBuildEngine4 Interface
- ICancelableTask Interface
- IEventRedirector Interface
- IEventSource Interface
- IForwardingLogger Interface
- IGeneratedTask Interface
- ILogger Interface
- INodeLogger Interface
- ITask Interface
- ITaskFactory Interface
- ITaskFactory2 Interface
- ITaskHost Interface
- ITaskItem Interface
- ITaskItem2 Interface
- LazyFormattedBuildEventArgs Class
- LoadInSeparateAppDomainAttribute Class
- LoggerException Class
- LoggerVerbosity Enumeration
- MessageImportance Enumeration
- OutputAttribute Class
- ProjectFinishedEventArgs Class
- ProjectFinishedEventHandler Delegate
- ProjectStartedEventArgs Class
- ProjectStartedEventArgs Constructor
- ProjectStartedEventArgs Constructor
- ProjectStartedEventArgs Constructor (Int32, String, String, String, String, IEnumerable, IEnumerable, BuildEventContext)
- ProjectStartedEventArgs Constructor (Int32, String, String, String, String, IEnumerable, IEnumerable, BuildEventContext, IDictionary(String, String), String)
- ProjectStartedEventArgs Constructor (Int32, String, String, String, String, IEnumerable, IEnumerable, BuildEventContext, DateTime)
- ProjectStartedEventArgs Constructor (String, String, String, String, IEnumerable, IEnumerable)
- ProjectStartedEventArgs Constructor (String, String, String, String, IEnumerable, IEnumerable, DateTime)
- ProjectStartedEventArgs Fields
- ProjectStartedEventArgs Methods
- ProjectStartedEventArgs Properties
- ProjectStartedEventHandler Delegate
- RegisteredTaskObjectLifetime Enumeration
- RequiredAttribute Class
- RequiredRuntimeAttribute Class
- RunInMTAAttribute Class
- RunInSTAAttribute Class
- TargetFinishedEventArgs Class
- TargetFinishedEventArgs Constructor
- TargetFinishedEventArgs Constructor
- TargetFinishedEventArgs Constructor (String, String, String, String, String, Boolean)
- TargetFinishedEventArgs Constructor (String, String, String, String, String, Boolean, IEnumerable)
- TargetFinishedEventArgs Constructor (String, String, String, String, String, Boolean, DateTime, IEnumerable)
- TargetFinishedEventArgs Methods
- TargetFinishedEventArgs Properties
- TargetFinishedEventHandler Delegate
- TargetStartedEventArgs Class
- TargetStartedEventArgs Constructor
- TargetStartedEventArgs Constructor
- TargetStartedEventArgs Constructor (String, String, String, String, String)
- TargetStartedEventArgs Constructor (String, String, String, String, String, String, DateTime)
- TargetStartedEventArgs Methods
- TargetStartedEventArgs Properties
- TargetStartedEventHandler Delegate
- TaskCommandLineEventArgs Class
- TaskFinishedEventArgs Class
- TaskFinishedEventArgs Constructor
- TaskFinishedEventArgs Constructor
- TaskFinishedEventArgs Constructor (String, String, String, String, String, Boolean)
- TaskFinishedEventArgs Constructor (String, String, String, String, String, Boolean, DateTime)
- TaskFinishedEventArgs Methods
- TaskFinishedEventArgs Properties
- TaskFinishedEventHandler Delegate
- TaskPropertyInfo Class
- TaskStartedEventArgs Class
- TaskStartedEventHandler Delegate
- Microsoft.Build.Framework.XamlTypes
- Microsoft.Build.Logging
- Microsoft.Build.Tasks
- Microsoft.Build.Tasks.Deployment.Bootstrapper
- Microsoft.Build.Tasks.Deployment.ManifestUtilities
- ApplicationIdentity Class
- ApplicationManifest Class
- AssemblyIdentity Class
- AssemblyIdentity Constructor
- AssemblyIdentity Constructor
- AssemblyIdentity Constructor (AssemblyIdentity)
- AssemblyIdentity Constructor (String)
- AssemblyIdentity Constructor (String, String)
- AssemblyIdentity Constructor (String, String, String, String)
- AssemblyIdentity Constructor (String, String, String, String, String)
- AssemblyIdentity Constructor (String, String, String, String, String, String)
- AssemblyIdentity Methods
- AssemblyIdentity Properties
- AssemblyIdentity.FullNameFlags Enumeration
- AssemblyManifest Class
- AssemblyReference Class
- AssemblyReferenceCollection Class
- AssemblyReferenceType Enumeration
- BaseReference Class
- ComClass Class
- CompatibleFramework Class
- CompatibleFrameworkCollection Class
- DeployManifest Class
- FileAssociation Class
- FileAssociationCollection Class
- FileReference Class
- FileReferenceCollection Class
- Manifest Class
- ManifestReader Class
- ManifestWriter Class
- OutputMessage Class
- OutputMessageCollection Class
- OutputMessageType Enumeration
- ProxyStub Class
- SecurityUtilities Class
- TrustInfo Class
- Microsoft.Build.Tasks.Hosting
- Microsoft.Build.Tasks.Windows
- Microsoft.Build.Tasks.Xaml
- Microsoft.Build.Utilities
- AppDomainIsolatedTask Class
- AssemblyFoldersExInfo Class
- CanonicalTrackedInputFiles Class
- CanonicalTrackedInputFiles Constructor
- CanonicalTrackedInputFiles Constructor (ITask, ITaskItem[], ITaskItem, ITaskItem[], CanonicalTrackedOutputFiles, Boolean, Boolean)
- CanonicalTrackedInputFiles Constructor (ITask, ITaskItem[], ITaskItem[], ITaskItem[], ITaskItem[], Boolean, Boolean)
- CanonicalTrackedInputFiles Constructor (ITask, ITaskItem[], ITaskItem[], ITaskItem[], CanonicalTrackedOutputFiles, Boolean, Boolean)
- CanonicalTrackedInputFiles Constructor (ITaskItem[], ITaskItem[], ITaskItem[], CanonicalTrackedOutputFiles, Boolean, Boolean)
- CanonicalTrackedInputFiles Constructor (ITaskItem[], ITaskItem[], CanonicalTrackedOutputFiles, Boolean, Boolean)
- CanonicalTrackedInputFiles Methods
- CanonicalTrackedInputFiles Properties
- CanonicalTrackedOutputFiles Class
- CommandLineBuilder Class
- DependencyFilter Delegate
- DotNetFrameworkArchitecture Enumeration
- ExecutableType Enumeration
- FileTracker Class
- FileTracker Methods
- CreateRootingMarkerResponseFile Method
- EndTrackingContext Method
- EnsureFileTrackerOnPath Method
- FileIsExcludedFromDependencies Method
- FileIsUnderPath Method
- FindTrackerOnPath Method
- ForceOutOfProcTracking Method
- FormatRootingMarker Method
- GetFileTrackerPath Method
- GetTrackerPath Method
- ResumeTracking Method
- SetThreadCount Method
- StartProcess Method
- StartProcess Method (String, String, ExecutableType)
- StartProcess Method (String, String, ExecutableType, String)
- StartProcess Method (String, String, ExecutableType, String, String)
- StartProcess Method (String, String, ExecutableType, String, String, String)
- StartProcess Method (String, String, ExecutableType, String, String, String, String)
- StartTrackingContext Method
- StartTrackingContextWithRoot Method
- StopTrackingAndCleanup Method
- SuspendTracking Method
- TrackerArguments Method
- TrackerCommandArguments Method
- TrackerResponseFileArguments Method
- WriteAllTLogs Method
- WriteContextTLogs Method
- FlatTrackingData Class
- FlatTrackingData Constructor
- FlatTrackingData Constructor (ITask, ITaskItem[], Boolean)
- FlatTrackingData Constructor (ITask, ITaskItem[], DateTime)
- FlatTrackingData Constructor (ITaskItem[], ITaskItem[], DateTime)
- FlatTrackingData Constructor (ITaskItem[], ITaskItem[], DateTime, String[], IDictionary(String, DateTime))
- FlatTrackingData Constructor (ITaskItem[], Boolean)
- FlatTrackingData Constructor (ITaskItem[], DateTime)
- FlatTrackingData Methods
- FlatTrackingData Properties
- HostObjectInitializationStatus Enumeration
- Logger Class
- MuxLogger Class
- ProcessorArchitecture Class
- TargetDotNetFrameworkVersion Enumeration
- TargetPlatformSDK Class
- Task Class
- TaskItem Class
- TaskLoggingHelper Class
- TaskLoggingHelper Constructor
- TaskLoggingHelper Methods
- ExtractMessageCode Method
- FormatResourceString Method
- FormatString Method
- GetResourceMessage Method
- InitializeLifetimeService Method
- LogCommandLine Method
- LogCriticalMessage Method
- LogError Method
- LogError Method (String, Object[])
- LogError Method (String, String, String, String, Int32, Int32, Int32, Int32, String, Object[])
- LogErrorFromException Method
- LogErrorFromResources Method
- LogErrorFromResources Method (String, Object[])
- LogErrorFromResources Method (String, String, String, String, Int32, Int32, Int32, Int32, String, Object[])
- LogErrorWithCodeFromResources Method
- LogExternalProjectFinished Method
- LogExternalProjectStarted Method
- LogMessage Method
- LogMessage Method (MessageImportance, String, Object[])
- LogMessage Method (String, Object[])
- LogMessage Method (String, String, String, String, Int32, Int32, Int32, Int32, MessageImportance, String, Object[])
- LogMessageFromResources Method
- LogMessageFromText Method
- LogMessagesFromFile Method
- LogMessagesFromStream Method
- LogWarning Method
- LogWarning Method (String, Object[])
- LogWarning Method (String, String, String, String, Int32, Int32, Int32, Int32, String, Object[])
- LogWarningFromException Method
- LogWarningFromResources Method
- LogWarningFromResources Method (String, Object[])
- LogWarningFromResources Method (String, String, String, String, Int32, Int32, Int32, Int32, String, Object[])
- LogWarningWithCodeFromResources Method
- MarkAsInactive Method
- MemberwiseClone Method
- TaskLoggingHelper Properties
- BuildEngine Property
- HasLoggedErrors Property
- HelpKeywordPrefix Property
- TaskName Property
- TaskResources Property
- ToolLocationHelper Class
- ToolLocationHelper Methods
- ClearSDKStaticCache Method
- GetAssemblyFoldersExInfo Method
- GetDisplayNameForTargetFrameworkDirectory Method
- GetDotNetFrameworkRootRegistryKey Method
- GetDotNetFrameworkSdkInstallKeyValue Method
- GetDotNetFrameworkSdkRootRegistryKey Method
- GetDotNetFrameworkVersionFolderPrefix Method
- GetPathToDotNetFramework Method
- GetPathToDotNetFrameworkFile Method
- GetPathToDotNetFrameworkReferenceAssemblies Method
- GetPathToDotNetFrameworkSdk Method
- GetPathToDotNetFrameworkSdkFile Method
- GetPathToReferenceAssemblies Method
- GetPathToStandardLibraries Method
- GetPathToSystemFile Method
- GetPathToWindowsSdk Method
- GetPathToWindowsSdkFile Method
- GetPlatformExtensionSDKLocation Method
- GetPlatformExtensionSDKLocation Method (String, String, String)
- GetPlatformExtensionSDKLocation Method (String, String, String, String, String)
- GetPlatformExtensionSDKLocation Method (String, String, Version)
- GetPlatformExtensionSDKLocation Method (String, String, Version, String[], String)
- GetPlatformExtensionSDKLocations Method
- GetPlatformSDKLocation Method
- GetProgramFilesReferenceAssemblyRoot Method
- GetSDKDesignTimeFolders Method
- GetSDKRedistFolders Method
- GetSDKReferenceFolders Method
- GetSupportedTargetFrameworks Method
- GetTargetPlatformSdks Method
- HighestVersionOfTargetFrameworkIdentifier Method
- ToolLocationHelper Properties
- ToolTask Class
- TrackedDependencies Class
- UpToDateCheckType Enumeration
- VisualStudioVersion Enumeration
- Microsoft.CSharp Namespaces
- Microsoft.JScript Namespaces
- Microsoft.SqlServer.Server
- DataAccessKind Enumeration
- Format Enumeration
- IBinarySerialize Interface
- InvalidUdtException Class
- SqlContext Class
- SqlDataRecord Class
- SqlFacetAttribute Class
- SqlFunctionAttribute Class
- SqlMetaData Class
- SqlMetaData Constructor
- SqlMetaData Constructor (String, SqlDbType)
- SqlMetaData Constructor (String, SqlDbType, Boolean, Boolean, SortOrder, Int32)
- SqlMetaData Constructor (String, SqlDbType, Byte, Byte)
- SqlMetaData Constructor (String, SqlDbType, Byte, Byte, Boolean, Boolean, SortOrder, Int32)
- SqlMetaData Constructor (String, SqlDbType, Int64)
- SqlMetaData Constructor (String, SqlDbType, Int64, Boolean, Boolean, SortOrder, Int32)
- SqlMetaData Constructor (String, SqlDbType, Int64, Byte, Byte, Int64, SqlCompareOptions, Type)
- SqlMetaData Constructor (String, SqlDbType, Int64, Byte, Byte, Int64, SqlCompareOptions, Type, Boolean, Boolean, SortOrder, Int32)
- SqlMetaData Constructor (String, SqlDbType, Int64, Int64, SqlCompareOptions)
- SqlMetaData Constructor (String, SqlDbType, Int64, Int64, SqlCompareOptions, Boolean, Boolean, SortOrder, Int32)
- SqlMetaData Constructor (String, SqlDbType, String, String, String)
- SqlMetaData Constructor (String, SqlDbType, String, String, String, Boolean, Boolean, SortOrder, Int32)
- SqlMetaData Constructor (String, SqlDbType, Type)
- SqlMetaData Constructor (String, SqlDbType, Type, String)
- SqlMetaData Constructor (String, SqlDbType, Type, String, Boolean, Boolean, SortOrder, Int32)
- SqlMetaData Methods
- SqlMetaData Properties
- SqlMethodAttribute Class
- SqlPipe Class
- SqlProcedureAttribute Class
- SqlTriggerAttribute Class
- SqlTriggerContext Class
- SqlUserDefinedAggregateAttribute Class
- SqlUserDefinedTypeAttribute Class
- SystemDataAccessKind Enumeration
- TriggerAction Enumeration
- Microsoft.VisualBasic Namespaces
- Microsoft.VisualBasic
- AppWinStyle Enumeration
- AudioPlayMode Enumeration
- CallType Enumeration
- Collection Class
- ComClassAttribute Class
- CompareMethod Enumeration
- Constants Class
- ControlChars Class
- Conversion Class
- DateAndTime Class
- DateFormat Enumeration
- DateInterval Enumeration
- DueDate Enumeration
- ErrObject Class
- FileAttribute Enumeration
- FileSystem Class
- FileSystem Methods
- ChDir Method
- ChDrive Method
- CurDir Method
- Dir Method
- EOF Method
- FileAttr Method
- FileClose Method
- FileCopy Method
- FileDateTime Method
- FileGet Method
- FileGet Method (Int32, Array, Int64, Boolean, Boolean)
- FileGet Method (Int32, Boolean, Int64)
- FileGet Method (Int32, Byte, Int64)
- FileGet Method (Int32, Char, Int64)
- FileGet Method (Int32, DateTime, Int64)
- FileGet Method (Int32, Decimal, Int64)
- FileGet Method (Int32, Double, Int64)
- FileGet Method (Int32, Int16, Int64)
- FileGet Method (Int32, Int32, Int64)
- FileGet Method (Int32, Int64, Int64)
- FileGet Method (Int32, Single, Int64)
- FileGet Method (Int32, String, Int64, Boolean)
- FileGet Method (Int32, ValueType, Int64)
- FileGetObject Method
- FileLen Method
- FileOpen Method
- FilePut Method
- FilePut Method (Int32, Array, Int64, Boolean, Boolean)
- FilePut Method (Int32, Boolean, Int64)
- FilePut Method (Int32, Byte, Int64)
- FilePut Method (Int32, Char, Int64)
- FilePut Method (Int32, DateTime, Int64)
- FilePut Method (Int32, Decimal, Int64)
- FilePut Method (Int32, Double, Int64)
- FilePut Method (Int32, Int16, Int64)
- FilePut Method (Int32, Int32, Int64)
- FilePut Method (Int32, Int64, Int64)
- FilePut Method (Int32, Single, Int64)
- FilePut Method (Int32, String, Int64, Boolean)
- FilePut Method (Int32, ValueType, Int64)
- FilePut Method (Object, Object, Object)
- FilePutObject Method
- FileWidth Method
- FreeFile Method
- GetAttr Method
- Input Method
- Input Method (Int32, Boolean)
- Input Method (Int32, Byte)
- Input Method (Int32, Char)
- Input Method (Int32, DateTime)
- Input Method (Int32, Decimal)
- Input Method (Int32, Double)
- Input Method (Int32, Int16)
- Input Method (Int32, Int32)
- Input Method (Int32, Int64)
- Input Method (Int32, Object)
- Input Method (Int32, Single)
- Input Method (Int32, String)
- InputString Method
- Kill Method
- LineInput Method
- Loc Method
- Lock Method
- LOF Method
- MkDir Method
- Print Method
- PrintLine Method
- Rename Method
- Reset Method
- RmDir Method
- Seek Method
- SetAttr Method
- SPC Method
- TAB Method
- Unlock Method
- Write Method
- WriteLine Method
- Financial Class
- Globals Class
- HideModuleNameAttribute Class
- Information Class
- Interaction Class
- MsgBoxResult Enumeration
- MsgBoxStyle Enumeration
- MyGroupCollectionAttribute Class
- OpenAccess Enumeration
- OpenMode Enumeration
- OpenShare Enumeration
- SpcInfo Structure
- Strings Class
- TabInfo Structure
- TriState Enumeration
- VariantType Enumeration
- VBCodeProvider Class
- VBFixedArrayAttribute Class
- VBFixedStringAttribute Class
- VBMath Class
- VbStrConv Enumeration
- Microsoft.VisualBasic.Activities
- Microsoft.VisualBasic.Activities.XamlIntegration
- Microsoft.VisualBasic.ApplicationServices
- Microsoft.VisualBasic.Compatibility.VB6
- Microsoft.VisualBasic.CompilerServices
- BooleanType Class
- ByteType Class
- CharArrayType Class
- CharType Class
- Conversions Class
- DateType Class
- DecimalType Class
- DesignerGeneratedAttribute Class
- DoubleType Class
- ExceptionUtils Class
- FlowControl Class
- HostServices Class
- IncompleteInitialization Class
- IntegerType Class
- InternalErrorException Class
- InternalXmlHelper Class
- IVbHost Interface
- LateBinding Class
- LikeOperator Class
- LongType Class
- NewLateBinding Class
- NewLateBinding Methods
- LateSet Method
- LateSet Method (Object, Type, String, Object[], String[], Type[])
- LateSet Method (Object, Type, String, Object[], String[], Type[], Boolean, Boolean, CallType)
- LateSetComplex Method
- ObjectFlowControl Class
- ObjectFlowControl.ForLoopControl Class
- ObjectType Class
- Operators Class
- OptionCompareAttribute Class
- OptionTextAttribute Class
- ProjectData Class
- ShortType Class
- SingleType Class
- StandardModuleAttribute Class
- StaticLocalInitFlag Class
- StringType Class
- Utils Class
- Versioned Class
- Microsoft.VisualBasic.Devices
- Audio Class
- Clock Class
- Computer Class
- ComputerInfo Class
- Keyboard Class
- Mouse Class
- Network Class
- Network Methods
- DownloadFile Method
- DownloadFile Method (String, String)
- DownloadFile Method (String, String, String, String)
- DownloadFile Method (String, String, String, String, Boolean, Int32, Boolean)
- DownloadFile Method (String, String, String, String, Boolean, Int32, Boolean, UICancelOption)
- DownloadFile Method (Uri, String)
- DownloadFile Method (Uri, String, ICredentials, Boolean, Int32, Boolean)
- DownloadFile Method (Uri, String, ICredentials, Boolean, Int32, Boolean, UICancelOption)
- DownloadFile Method (Uri, String, String, String)
- DownloadFile Method (Uri, String, String, String, Boolean, Int32, Boolean)
- DownloadFile Method (Uri, String, String, String, Boolean, Int32, Boolean, UICancelOption)
- Ping Method
- UploadFile Method
- UploadFile Method (String, String)
- UploadFile Method (String, String, String, String)
- UploadFile Method (String, String, String, String, Boolean, Int32)
- UploadFile Method (String, String, String, String, Boolean, Int32, UICancelOption)
- UploadFile Method (String, Uri)
- UploadFile Method (String, Uri, ICredentials, Boolean, Int32)
- UploadFile Method (String, Uri, ICredentials, Boolean, Int32, UICancelOption)
- UploadFile Method (String, Uri, String, String)
- UploadFile Method (String, Uri, String, String, Boolean, Int32)
- UploadFile Method (String, Uri, String, String, Boolean, Int32, UICancelOption)
- Network Properties
- Network Events
- Network Constructor
- NetworkAvailableEventArgs Class
- Ports Class
- Ports Methods
- OpenSerialPort Method
- OpenSerialPort Method (String)
- OpenSerialPort Method (String, Int32)
- OpenSerialPort Method (String, Int32, Parity)
- OpenSerialPort Method (String, Int32, Parity, Int32)
- OpenSerialPort Method (String, Int32, Parity, Int32, StopBits)
- Ports Properties
- Ports Constructor
- ServerComputer Class
- Microsoft.VisualBasic.FileIO
- Microsoft.VisualBasic.Logging
- Microsoft.VisualBasic.MyServices
- Microsoft.VisualBasic.MyServices.Internal
- Microsoft.VisualC Namespaces
- Microsoft.VisualC
- Microsoft.VisualC.StlClr
- BinaryDelegate(TArg1, TArg2, TResult) Delegate
- DequeEnumerator(TValue) Class
- DequeEnumeratorBase(TValue) Class
- GenericPair(TValue1, TValue2) Class
- HashEnumerator(TKey, TValue) Class
- HashEnumeratorBase(TKey, TValue) Class
- IDeque(TValue) Interface
- IHash(TKey, TValue) Interface
- IList(TValue) Interface
- IPriorityQueue(TValue, TCont) Interface
- IQueue(TValue, TCont) Interface
- IStack(TValue, TCont) Interface
- ITree(TKey, TValue) Interface
- IVector(TValue) Interface
- ListEnumerator(TValue) Class
- ListEnumeratorBase(TValue) Class
- TreeEnumerator(TKey, TValue) Class
- TreeEnumeratorBase(TKey, TValue) Class
- UnaryDelegate(TArg, TResult) Delegate
- VectorEnumerator(TValue) Class
- VectorEnumeratorBase(TValue) Class
- Microsoft.VisualC.StlClr.Generic
- Microsoft.Win32 Namespaces
- Microsoft.Win32
- CommonDialog Class
- FileDialog Class
- FileDialogCustomPlace Class
- FileDialogCustomPlaces Class
- IntranetZoneCredentialPolicy Class
- OpenFileDialog Class
- PowerModeChangedEventArgs Class
- PowerModeChangedEventHandler Delegate
- PowerModes Enumeration
- Registry Class
- RegistryHive Enumeration
- RegistryKey Class
- RegistryKey Methods
- Close Method
- CreateSubKey Method
- CreateSubKey Method (String)
- CreateSubKey Method (String, RegistryKeyPermissionCheck)
- CreateSubKey Method (String, RegistryKeyPermissionCheck, RegistryOptions)
- CreateSubKey Method (String, RegistryKeyPermissionCheck, RegistryOptions, RegistrySecurity)
- CreateSubKey Method (String, RegistryKeyPermissionCheck, RegistrySecurity)
- CreateSubKey Method (String, Boolean)
- CreateSubKey Method (String, Boolean, RegistryOptions)
- DeleteSubKey Method
- DeleteSubKeyTree Method
- DeleteValue Method
- Dispose Method
- Flush Method
- FromHandle Method
- GetAccessControl Method
- GetSubKeyNames Method
- GetValue Method
- GetValueKind Method
- GetValueNames Method
- OpenBaseKey Method
- OpenRemoteBaseKey Method
- OpenSubKey Method
- SetAccessControl Method
- SetValue Method
- ToString Method
- RegistryKey Properties
- RegistryKeyPermissionCheck Enumeration
- RegistryOptions Enumeration
- RegistryValueKind Enumeration
- RegistryValueOptions Enumeration
- RegistryView Enumeration
- SaveFileDialog Class
- SessionEndedEventArgs Class
- SessionEndedEventHandler Delegate
- SessionEndingEventArgs Class
- SessionEndingEventHandler Delegate
- SessionEndReasons Enumeration
- SessionSwitchEventArgs Class
- SessionSwitchEventHandler Delegate
- SessionSwitchReason Enumeration
- SystemEvents Class
- TimerElapsedEventArgs Class
- TimerElapsedEventHandler Delegate
- UserPreferenceCategory Enumeration
- UserPreferenceChangedEventArgs Class
- UserPreferenceChangedEventHandler Delegate
- UserPreferenceChangingEventArgs Class
- UserPreferenceChangingEventHandler Delegate
- Microsoft.Win32.SafeHandles
- Microsoft.Windows Namespaces
- System
- _AppDomain Interface
- _AppDomain Methods
- AppendPrivatePath Method
- ClearPrivatePath Method
- ClearShadowCopyPath Method
- CreateInstance Method
- CreateInstance Method (String, String)
- CreateInstance Method (String, String, Boolean, BindingFlags, Binder, Object[], CultureInfo, Object[], Evidence)
- CreateInstance Method (String, String, Object[])
- CreateInstanceFrom Method
- CreateInstanceFrom Method (String, String)
- CreateInstanceFrom Method (String, String, Boolean, BindingFlags, Binder, Object[], CultureInfo, Object[], Evidence)
- CreateInstanceFrom Method (String, String, Object[])
- DefineDynamicAssembly Method
- DefineDynamicAssembly Method (AssemblyName, AssemblyBuilderAccess)
- DefineDynamicAssembly Method (AssemblyName, AssemblyBuilderAccess, PermissionSet, PermissionSet, PermissionSet)
- DefineDynamicAssembly Method (AssemblyName, AssemblyBuilderAccess, Evidence)
- DefineDynamicAssembly Method (AssemblyName, AssemblyBuilderAccess, Evidence, PermissionSet, PermissionSet, PermissionSet)
- DefineDynamicAssembly Method (AssemblyName, AssemblyBuilderAccess, String)
- DefineDynamicAssembly Method (AssemblyName, AssemblyBuilderAccess, String, PermissionSet, PermissionSet, PermissionSet)
- DefineDynamicAssembly Method (AssemblyName, AssemblyBuilderAccess, String, Evidence)
- DefineDynamicAssembly Method (AssemblyName, AssemblyBuilderAccess, String, Evidence, PermissionSet, PermissionSet, PermissionSet)
- DefineDynamicAssembly Method (AssemblyName, AssemblyBuilderAccess, String, Evidence, PermissionSet, PermissionSet, PermissionSet, Boolean)
- DoCallBack Method
- Equals Method
- ExecuteAssembly Method
- GetAssemblies Method
- GetData Method
- GetHashCode Method
- GetIDsOfNames Method
- GetLifetimeService Method
- GetType Method
- GetTypeInfo Method
- GetTypeInfoCount Method
- InitializeLifetimeService Method
- Invoke Method
- Load Method
- SetAppDomainPolicy Method
- SetCachePath Method
- SetData Method
- SetPrincipalPolicy Method
- SetShadowCopyPath Method
- SetThreadPrincipal Method
- ToString Method
- _AppDomain Properties
- _AppDomain Events
- AccessViolationException Class
- Action Delegate
- Action(T) Delegate
- Action(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10) Delegate
- Action(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11) Delegate
- Action(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12) Delegate
- Action(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13) Delegate
- Action(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14) Delegate
- Action(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15) Delegate
- Action(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16) Delegate
- Action(T1, T2) Delegate
- Action(T1, T2, T3) Delegate
- Action(T1, T2, T3, T4) Delegate
- Action(T1, T2, T3, T4, T5) Delegate
- Action(T1, T2, T3, T4, T5, T6) Delegate
- Action(T1, T2, T3, T4, T5, T6, T7) Delegate
- Action(T1, T2, T3, T4, T5, T6, T7, T8) Delegate
- Action(T1, T2, T3, T4, T5, T6, T7, T8, T9) Delegate
- ActivationContext Class
- ActivationContext.ContextForm Enumeration
- Activator Class
- Activator Methods
- CreateComInstanceFrom Method
- CreateInstance Method
- CreateInstance Method (ActivationContext)
- CreateInstance Method (ActivationContext, String[])
- CreateInstance Method (AppDomain, String, String)
- CreateInstance Method (AppDomain, String, String, Boolean, BindingFlags, Binder, Object[], CultureInfo, Object[])
- CreateInstance Method (AppDomain, String, String, Boolean, BindingFlags, Binder, Object[], CultureInfo, Object[], Evidence)
- CreateInstance Method (String, String)
- CreateInstance Method (String, String, Boolean, BindingFlags, Binder, Object[], CultureInfo, Object[])
- CreateInstance Method (String, String, Boolean, BindingFlags, Binder, Object[], CultureInfo, Object[], Evidence)
- CreateInstance Method (String, String, Object[])
- CreateInstance Method (Type)
- CreateInstance Method (Type, Boolean)
- CreateInstance Method (Type, Object[])
- CreateInstance Method (Type, Object[], Object[])
- CreateInstance Method (Type, BindingFlags, Binder, Object[], CultureInfo)
- CreateInstance Method (Type, BindingFlags, Binder, Object[], CultureInfo, Object[])
- CreateInstance(T) Method
- CreateInstanceFrom Method
- CreateInstanceFrom Method (AppDomain, String, String)
- CreateInstanceFrom Method (AppDomain, String, String, Boolean, BindingFlags, Binder, Object[], CultureInfo, Object[])
- CreateInstanceFrom Method (AppDomain, String, String, Boolean, BindingFlags, Binder, Object[], CultureInfo, Object[], Evidence)
- CreateInstanceFrom Method (String, String)
- CreateInstanceFrom Method (String, String, Boolean, BindingFlags, Binder, Object[], CultureInfo, Object[])
- CreateInstanceFrom Method (String, String, Boolean, BindingFlags, Binder, Object[], CultureInfo, Object[], Evidence)
- CreateInstanceFrom Method (String, String, Object[])
- GetObject Method
- _Activator.GetIDsOfNames Method
- _Activator.GetTypeInfo Method
- _Activator.GetTypeInfoCount Method
- _Activator.Invoke Method
- AggregateException Class
- AppContext Class
- AppDomain Class
- AppDomain Methods
- AppendPrivatePath Method
- ApplyPolicy Method
- ClearPrivatePath Method
- ClearShadowCopyPath Method
- CreateComInstanceFrom Method
- CreateDomain Method
- CreateDomain Method (String)
- CreateDomain Method (String, Evidence)
- CreateDomain Method (String, Evidence, AppDomainSetup)
- CreateDomain Method (String, Evidence, AppDomainSetup, PermissionSet, StrongName[])
- CreateDomain Method (String, Evidence, String, String, Boolean)
- CreateDomain Method (String, Evidence, String, String, Boolean, AppDomainInitializer, String[])
- CreateInstance Method
- CreateInstance Method (String, String)
- CreateInstance Method (String, String, Boolean, BindingFlags, Binder, Object[], CultureInfo, Object[])
- CreateInstance Method (String, String, Boolean, BindingFlags, Binder, Object[], CultureInfo, Object[], Evidence)
- CreateInstance Method (String, String, Object[])
- CreateInstanceAndUnwrap Method
- CreateInstanceAndUnwrap Method (String, String)
- CreateInstanceAndUnwrap Method (String, String, Boolean, BindingFlags, Binder, Object[], CultureInfo, Object[])
- CreateInstanceAndUnwrap Method (String, String, Boolean, BindingFlags, Binder, Object[], CultureInfo, Object[], Evidence)
- CreateInstanceAndUnwrap Method (String, String, Object[])
- CreateInstanceFrom Method
- CreateInstanceFrom Method (String, String)
- CreateInstanceFrom Method (String, String, Boolean, BindingFlags, Binder, Object[], CultureInfo, Object[])
- CreateInstanceFrom Method (String, String, Boolean, BindingFlags, Binder, Object[], CultureInfo, Object[], Evidence)
- CreateInstanceFrom Method (String, String, Object[])
- CreateInstanceFromAndUnwrap Method
- CreateInstanceFromAndUnwrap Method (String, String)
- CreateInstanceFromAndUnwrap Method (String, String, Boolean, BindingFlags, Binder, Object[], CultureInfo, Object[])
- CreateInstanceFromAndUnwrap Method (String, String, Boolean, BindingFlags, Binder, Object[], CultureInfo, Object[], Evidence)
- CreateInstanceFromAndUnwrap Method (String, String, Object[])
- DefineDynamicAssembly Method
- DefineDynamicAssembly Method (AssemblyName, AssemblyBuilderAccess)
- DefineDynamicAssembly Method (AssemblyName, AssemblyBuilderAccess, IEnumerable(CustomAttributeBuilder))
- DefineDynamicAssembly Method (AssemblyName, AssemblyBuilderAccess, IEnumerable(CustomAttributeBuilder), SecurityContextSource)
- DefineDynamicAssembly Method (AssemblyName, AssemblyBuilderAccess, PermissionSet, PermissionSet, PermissionSet)
- DefineDynamicAssembly Method (AssemblyName, AssemblyBuilderAccess, Evidence)
- DefineDynamicAssembly Method (AssemblyName, AssemblyBuilderAccess, Evidence, PermissionSet, PermissionSet, PermissionSet)
- DefineDynamicAssembly Method (AssemblyName, AssemblyBuilderAccess, String)
- DefineDynamicAssembly Method (AssemblyName, AssemblyBuilderAccess, String, Boolean, IEnumerable(CustomAttributeBuilder))
- DefineDynamicAssembly Method (AssemblyName, AssemblyBuilderAccess, String, PermissionSet, PermissionSet, PermissionSet)
- DefineDynamicAssembly Method (AssemblyName, AssemblyBuilderAccess, String, Evidence)
- DefineDynamicAssembly Method (AssemblyName, AssemblyBuilderAccess, String, Evidence, PermissionSet, PermissionSet, PermissionSet)
- DefineDynamicAssembly Method (AssemblyName, AssemblyBuilderAccess, String, Evidence, PermissionSet, PermissionSet, PermissionSet, Boolean)
- DefineDynamicAssembly Method (AssemblyName, AssemblyBuilderAccess, String, Evidence, PermissionSet, PermissionSet, PermissionSet, Boolean, IEnumerable(CustomAttributeBuilder))
- DoCallBack Method
- ExecuteAssembly Method
- ExecuteAssembly Method (String)
- ExecuteAssembly Method (String, Evidence)
- ExecuteAssembly Method (String, Evidence, String[])
- ExecuteAssembly Method (String, Evidence, String[], Byte[], AssemblyHashAlgorithm)
- ExecuteAssembly Method (String, String[])
- ExecuteAssembly Method (String, String[], Byte[], AssemblyHashAlgorithm)
- ExecuteAssemblyByName Method
- GetAssemblies Method
- GetCurrentThreadId Method
- GetData Method
- GetType Method
- InitializeLifetimeService Method
- IsCompatibilitySwitchSet Method
- IsDefaultAppDomain Method
- IsFinalizingForUnload Method
- Load Method
- ReflectionOnlyGetAssemblies Method
- SetAppDomainPolicy Method
- SetCachePath Method
- SetData Method
- SetDynamicBase Method
- SetPrincipalPolicy Method
- SetShadowCopyFiles Method
- SetShadowCopyPath Method
- SetThreadPrincipal Method
- _AppDomain.GetIDsOfNames Method
- _AppDomain.GetTypeInfo Method
- _AppDomain.GetTypeInfoCount Method
- _AppDomain.Invoke Method
- ToString Method
- Unload Method
- AppDomain Properties
- AppDomain Events
- AppDomainInitializer Delegate
- AppDomainManager Class
- AppDomainManagerInitializationOptions Enumeration
- AppDomainSetup Class
- AppDomainUnloadedException Class
- ApplicationException Class
- ApplicationId Class
- ApplicationIdentity Class
- ArgIterator Structure
- ArgumentException Class
- ArgumentNullException Class
- ArgumentOutOfRangeException Class
- ArithmeticException Class
- Array Class
- Array Methods
- AsReadOnly(T) Method
- BinarySearch Method
- BinarySearch Method (Array, Int32, Int32, Object)
- BinarySearch Method (Array, Int32, Int32, Object, IComparer)
- BinarySearch Method (Array, Object)
- BinarySearch Method (Array, Object, IComparer)
- BinarySearch(T) Method (T[], T)
- BinarySearch(T) Method (T[], T, IComparer(T))
- BinarySearch(T) Method (T[], Int32, Int32, T)
- BinarySearch(T) Method (T[], Int32, Int32, T, IComparer(T))
- Clear Method
- Clone Method
- ConstrainedCopy Method
- ConvertAll(TInput, TOutput) Method
- Copy Method
- Copy Method (Array, Array, Int32)
- Copy Method (Array, Array, Int64)
- Copy Method (Array, Int32, Array, Int32, Int32)
- Copy Method (Array, Int64, Array, Int64, Int64)
- CopyTo Method
- CreateInstance Method
- CreateInstance Method (Type, Int32)
- CreateInstance Method (Type, Int32, Int32)
- CreateInstance Method (Type, Int32, Int32, Int32)
- CreateInstance Method (Type, Int32[])
- CreateInstance Method (Type, Int32[], Int32[])
- CreateInstance Method (Type, Int64[])
- Empty(T) Method
- Exists(T) Method
- Find(T) Method
- FindAll(T) Method
- FindIndex Method
- FindLast(T) Method
- FindLastIndex Method
- ForEach(T) Method
- GetEnumerator Method
- GetLength Method
- GetLongLength Method
- GetLowerBound Method
- GetUpperBound Method
- GetValue Method
- IndexOf Method
- IndexOf Method (Array, Object)
- IndexOf Method (Array, Object, Int32)
- IndexOf Method (Array, Object, Int32, Int32)
- IndexOf(T) Method (T[], T)
- IndexOf(T) Method (T[], T, Int32)
- IndexOf(T) Method (T[], T, Int32, Int32)
- Initialize Method
- LastIndexOf Method
- LastIndexOf Method (Array, Object)
- LastIndexOf Method (Array, Object, Int32)
- LastIndexOf Method (Array, Object, Int32, Int32)
- LastIndexOf(T) Method (T[], T)
- LastIndexOf(T) Method (T[], T, Int32)
- LastIndexOf(T) Method (T[], T, Int32, Int32)
- Resize(T) Method
- Reverse Method
- SetValue Method
- SetValue Method (Object, Int32)
- SetValue Method (Object, Int32, Int32)
- SetValue Method (Object, Int32, Int32, Int32)
- SetValue Method (Object, Int32[])
- SetValue Method (Object, Int64)
- SetValue Method (Object, Int64, Int64)
- SetValue Method (Object, Int64, Int64, Int64)
- SetValue Method (Object, Int64[])
- Sort Method
- Sort Method (Array)
- Sort Method (Array, Array)
- Sort Method (Array, Array, IComparer)
- Sort Method (Array, Array, Int32, Int32)
- Sort Method (Array, Array, Int32, Int32, IComparer)
- Sort Method (Array, IComparer)
- Sort Method (Array, Int32, Int32)
- Sort Method (Array, Int32, Int32, IComparer)
- Sort(T) Method (T[])
- Sort(T) Method (T[], IComparer(T))
- Sort(T) Method (T[], Comparison(T))
- Sort(T) Method (T[], Int32, Int32)
- Sort(T) Method (T[], Int32, Int32, IComparer(T))
- Sort(TKey, TValue) Method (TKey[], TValue[])
- Sort(TKey, TValue) Method (TKey[], TValue[], IComparer(TKey))
- Sort(TKey, TValue) Method (TKey[], TValue[], Int32, Int32)
- Sort(TKey, TValue) Method (TKey[], TValue[], Int32, Int32, IComparer(TKey))
- IList.Add Method
- IList.Clear Method
- IList.Contains Method
- IList.IndexOf Method
- IList.Insert Method
- IList.Remove Method
- IList.RemoveAt Method
- IStructuralComparable.CompareTo Method
- IStructuralEquatable.Equals Method
- IStructuralEquatable.GetHashCode Method
- TrueForAll(T) Method
- Array Properties
- ArraySegment(T) Structure
- ArrayTypeMismatchException Class
- AssemblyLoadEventArgs Class
- Attribute Class
- Attribute Methods
- Equals Method
- GetCustomAttribute Method
- GetCustomAttribute Method (Assembly, Type)
- GetCustomAttribute Method (Assembly, Type, Boolean)
- GetCustomAttribute Method (MemberInfo, Type)
- GetCustomAttribute Method (MemberInfo, Type, Boolean)
- GetCustomAttribute Method (Module, Type)
- GetCustomAttribute Method (Module, Type, Boolean)
- GetCustomAttribute Method (ParameterInfo, Type)
- GetCustomAttribute Method (ParameterInfo, Type, Boolean)
- GetCustomAttributes Method
- GetCustomAttributes Method (Assembly)
- GetCustomAttributes Method (Assembly, Boolean)
- GetCustomAttributes Method (Assembly, Type)
- GetCustomAttributes Method (Assembly, Type, Boolean)
- GetCustomAttributes Method (MemberInfo)
- GetCustomAttributes Method (MemberInfo, Boolean)
- GetCustomAttributes Method (MemberInfo, Type)
- GetCustomAttributes Method (MemberInfo, Type, Boolean)
- GetCustomAttributes Method (Module)
- GetCustomAttributes Method (Module, Boolean)
- GetCustomAttributes Method (Module, Type)
- GetCustomAttributes Method (Module, Type, Boolean)
- GetCustomAttributes Method (ParameterInfo)
- GetCustomAttributes Method (ParameterInfo, Boolean)
- GetCustomAttributes Method (ParameterInfo, Type)
- GetCustomAttributes Method (ParameterInfo, Type, Boolean)
- GetHashCode Method
- IsDefaultAttribute Method
- IsDefined Method
- IsDefined Method (Assembly, Type)
- IsDefined Method (Assembly, Type, Boolean)
- IsDefined Method (MemberInfo, Type)
- IsDefined Method (MemberInfo, Type, Boolean)
- IsDefined Method (Module, Type)
- IsDefined Method (Module, Type, Boolean)
- IsDefined Method (ParameterInfo, Type)
- IsDefined Method (ParameterInfo, Type, Boolean)
- Match Method
- _Attribute.GetIDsOfNames Method
- _Attribute.GetTypeInfo Method
- _Attribute.GetTypeInfoCount Method
- _Attribute.Invoke Method
- Attribute Properties
- Attribute Constructor
- AttributeTargets Enumeration
- AttributeUsageAttribute Class
- BadImageFormatException Class
- Base64FormattingOptions Enumeration
- BitConverter Class
- Boolean Structure
- Buffer Class
- Byte Structure
- CannotUnloadAppDomainException Class
- Char Structure
- CharEnumerator Class
- CLSCompliantAttribute Class
- Comparison(T) Delegate
- Console Class
- Console Methods
- Beep Method
- Clear Method
- MoveBufferArea Method
- MoveBufferArea Method (Int32, Int32, Int32, Int32, Int32, Int32)
- MoveBufferArea Method (Int32, Int32, Int32, Int32, Int32, Int32, Char, ConsoleColor, ConsoleColor)
- OpenStandardError Method
- OpenStandardInput Method
- OpenStandardOutput Method
- Read Method
- ReadKey Method
- ReadLine Method
- ResetColor Method
- SetBufferSize Method
- SetCursorPosition Method
- SetError Method
- SetIn Method
- SetOut Method
- SetWindowPosition Method
- SetWindowSize Method
- Write Method
- Write Method (Boolean)
- Write Method (Char)
- Write Method (Char[])
- Write Method (Char[], Int32, Int32)
- Write Method (Decimal)
- Write Method (Double)
- Write Method (Int32)
- Write Method (Int64)
- Write Method (Object)
- Write Method (Single)
- Write Method (String)
- Write Method (String, Object)
- Write Method (String, Object, Object)
- Write Method (String, Object, Object, Object)
- Write Method (String, Object, Object, Object, Object, ...)
- Write Method (String, Object[])
- Write Method (UInt32)
- Write Method (UInt64)
- WriteLine Method
- WriteLine Method
- WriteLine Method (Boolean)
- WriteLine Method (Char)
- WriteLine Method (Char[])
- WriteLine Method (Char[], Int32, Int32)
- WriteLine Method (Decimal)
- WriteLine Method (Double)
- WriteLine Method (Int32)
- WriteLine Method (Int64)
- WriteLine Method (Object)
- WriteLine Method (Single)
- WriteLine Method (String)
- WriteLine Method (String, Object)
- WriteLine Method (String, Object, Object)
- WriteLine Method (String, Object, Object, Object)
- WriteLine Method (String, Object, Object, Object, Object, ...)
- WriteLine Method (String, Object[])
- WriteLine Method (UInt32)
- WriteLine Method (UInt64)
- Console Properties
- Console Events
- ConsoleCancelEventArgs Class
- ConsoleCancelEventHandler Delegate
- ConsoleColor Enumeration
- ConsoleKey Enumeration
- ConsoleKeyInfo Structure
- ConsoleModifiers Enumeration
- ConsoleSpecialKey Enumeration
- ContextBoundObject Class
- ContextMarshalException Class
- ContextStaticAttribute Class
- Convert Class
- Convert Fields
- Convert Methods
- ChangeType Method
- FromBase64CharArray Method
- FromBase64String Method
- GetTypeCode Method
- IsDBNull Method
- ToBase64CharArray Method
- ToBase64String Method
- ToBoolean Method
- ToByte Method
- ToChar Method
- ToDateTime Method
- ToDecimal Method
- ToDouble Method
- ToInt16 Method
- ToInt32 Method
- ToInt64 Method
- ToSByte Method
- ToSingle Method
- ToString Method
- ToString Method (Boolean)
- ToString Method (Boolean, IFormatProvider)
- ToString Method (Byte)
- ToString Method (Byte, IFormatProvider)
- ToString Method (Byte, Int32)
- ToString Method (Char)
- ToString Method (Char, IFormatProvider)
- ToString Method (DateTime)
- ToString Method (DateTime, IFormatProvider)
- ToString Method (Decimal)
- ToString Method (Decimal, IFormatProvider)
- ToString Method (Double)
- ToString Method (Double, IFormatProvider)
- ToString Method (Int16)
- ToString Method (Int16, IFormatProvider)
- ToString Method (Int16, Int32)
- ToString Method (Int32)
- ToString Method (Int32, IFormatProvider)
- ToString Method (Int32, Int32)
- ToString Method (Int64)
- ToString Method (Int64, IFormatProvider)
- ToString Method (Int64, Int32)
- ToString Method (Object)
- ToString Method (Object, IFormatProvider)
- ToString Method (SByte)
- ToString Method (SByte, IFormatProvider)
- ToString Method (Single)
- ToString Method (Single, IFormatProvider)
- ToString Method (String)
- ToString Method (String, IFormatProvider)
- ToString Method (UInt16)
- ToString Method (UInt16, IFormatProvider)
- ToString Method (UInt32)
- ToString Method (UInt32, IFormatProvider)
- ToString Method (UInt64)
- ToString Method (UInt64, IFormatProvider)
- ToUInt16 Method
- ToUInt32 Method
- ToUInt64 Method
- Converter(TInput, TOutput) Delegate
- CrossAppDomainDelegate Delegate
- DataMisalignedException Class
- DateTime Structure
- DateTime Constructor
- DateTime Constructor (Int32, Int32, Int32)
- DateTime Constructor (Int32, Int32, Int32, Calendar)
- DateTime Constructor (Int32, Int32, Int32, Int32, Int32, Int32)
- DateTime Constructor (Int32, Int32, Int32, Int32, Int32, Int32, DateTimeKind)
- DateTime Constructor (Int32, Int32, Int32, Int32, Int32, Int32, Calendar)
- DateTime Constructor (Int32, Int32, Int32, Int32, Int32, Int32, Int32)
- DateTime Constructor (Int32, Int32, Int32, Int32, Int32, Int32, Int32, DateTimeKind)
- DateTime Constructor (Int32, Int32, Int32, Int32, Int32, Int32, Int32, Calendar)
- DateTime Constructor (Int32, Int32, Int32, Int32, Int32, Int32, Int32, Calendar, DateTimeKind)
- DateTime Constructor (Int64)
- DateTime Constructor (Int64, DateTimeKind)
- DateTime Fields
- DateTime Methods
- DateTime Properties
- DateTime Operators and Type Conversions
- DateTimeKind Enumeration
- DateTimeOffset Structure
- DateTimeOffset Constructor
- DateTimeOffset Constructor (DateTime)
- DateTimeOffset Constructor (DateTime, TimeSpan)
- DateTimeOffset Constructor (Int32, Int32, Int32, Int32, Int32, Int32, Int32, Calendar, TimeSpan)
- DateTimeOffset Constructor (Int32, Int32, Int32, Int32, Int32, Int32, Int32, TimeSpan)
- DateTimeOffset Constructor (Int32, Int32, Int32, Int32, Int32, Int32, TimeSpan)
- DateTimeOffset Constructor (Int64, TimeSpan)
- DateTimeOffset Fields
- DateTimeOffset Methods
- DateTimeOffset Properties
- DateTimeOffset Operators and Type Conversions
- DayOfWeek Enumeration
- DBNull Class
- Decimal Structure
- Delegate Class
- Delegate Constructor
- Delegate Methods
- Clone Method
- Combine Method
- CombineImpl Method
- CreateDelegate Method
- CreateDelegate Method (Type, Object, MethodInfo)
- CreateDelegate Method (Type, Object, MethodInfo, Boolean)
- CreateDelegate Method (Type, Object, String)
- CreateDelegate Method (Type, Object, String, Boolean)
- CreateDelegate Method (Type, Object, String, Boolean, Boolean)
- CreateDelegate Method (Type, MethodInfo)
- CreateDelegate Method (Type, MethodInfo, Boolean)
- CreateDelegate Method (Type, Type, String)
- CreateDelegate Method (Type, Type, String, Boolean)
- CreateDelegate Method (Type, Type, String, Boolean, Boolean)
- DynamicInvoke Method
- DynamicInvokeImpl Method
- Equals Method
- GetHashCode Method
- GetInvocationList Method
- GetMethodImpl Method
- GetObjectData Method
- Remove Method
- RemoveAll Method
- RemoveImpl Method
- Delegate Properties
- Delegate Operators and Type Conversions
- DivideByZeroException Class
- DllNotFoundException Class
- Double Structure
- DuplicateWaitObjectException Class
- EntryPointNotFoundException Class
- Enum Class
- Environment Class
- Environment.SpecialFolder Enumeration
- Environment.SpecialFolderOption Enumeration
- EnvironmentVariableTarget Enumeration
- EventArgs Class
- EventHandler Delegate
- EventHandler(TEventArgs) Delegate
- Exception Class
- ExecutionEngineException Class
- FieldAccessException Class
- FileStyleUriParser Class
- FlagsAttribute Class
- FormatException Class
- FormattableString Class
- FtpStyleUriParser Class
- Func(TResult) Delegate
- Func(T1, T2, T3, T4, T5, T6, T7, T8, T9, TResult) Delegate
- Func(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, TResult) Delegate
- Func(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, TResult) Delegate
- Func(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, TResult) Delegate
- Func(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, TResult) Delegate
- Func(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, TResult) Delegate
- Func(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, TResult) Delegate
- Func(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, TResult) Delegate
- Func(T, TResult) Delegate
- Func(T1, T2, TResult) Delegate
- Func(T1, T2, T3, TResult) Delegate
- Func(T1, T2, T3, T4, TResult) Delegate
- Func(T1, T2, T3, T4, T5, TResult) Delegate
- Func(T1, T2, T3, T4, T5, T6, TResult) Delegate
- Func(T1, T2, T3, T4, T5, T6, T7, TResult) Delegate
- Func(T1, T2, T3, T4, T5, T6, T7, T8, TResult) Delegate
- GC Class
- GCCollectionMode Enumeration
- GCNotificationStatus Enumeration
- GenericUriParser Class
- GenericUriParserOptions Enumeration
- GopherStyleUriParser Class
- Guid Structure
- Guid Constructor
- Guid Constructor (Byte[])
- Guid Constructor (Int32, Int16, Int16, Byte, Byte, Byte, Byte, Byte, Byte, Byte, Byte)
- Guid Constructor (Int32, Int16, Int16, Byte[])
- Guid Constructor (String)
- Guid Constructor (UInt32, UInt16, UInt16, Byte, Byte, Byte, Byte, Byte, Byte, Byte, Byte)
- Guid Fields
- Guid Methods
- Guid Operators and Type Conversions
- HttpStyleUriParser Class
- IAppDomainSetup Interface
- IAsyncResult Interface
- ICloneable Interface
- IComparable Interface
- IComparable(T) Interface
- IConvertible Interface
- ICustomFormatter Interface
- IEquatable(T) Interface
- IFormatProvider Interface
- IFormattable Interface
- IndexOutOfRangeException Class
- InsufficientExecutionStackException Class
- InsufficientMemoryException Class
- Int16 Structure
- Int32 Structure
- Int64 Structure
- IntPtr Structure
- InvalidCastException Class
- InvalidOperationException Class
- InvalidProgramException Class
- InvalidTimeZoneException Class
- IObservable(T) Interface
- IObserver(T) Interface
- IProgress(T) Interface
- IServiceProvider Interface
- Lazy(T) Class
- Lazy(T, TMetadata) Class
- Lazy(T, TMetadata) Constructor
- Lazy(T, TMetadata) Constructor (TMetadata)
- Lazy(T, TMetadata) Constructor (TMetadata, Boolean)
- Lazy(T, TMetadata) Constructor (TMetadata, LazyThreadSafetyMode)
- Lazy(T, TMetadata) Constructor (Func(T), TMetadata)
- Lazy(T, TMetadata) Constructor (Func(T), TMetadata, Boolean)
- Lazy(T, TMetadata) Constructor (Func(T), TMetadata, LazyThreadSafetyMode)
- Lazy(T, TMetadata) Methods
- Lazy(T, TMetadata) Properties
- LdapStyleUriParser Class
- LoaderOptimization Enumeration
- LoaderOptimizationAttribute Class
- LocalDataStoreSlot Class
- MarshalByRefObject Class
- Math Class
- Math Fields
- Math Methods
- Abs Method
- Acos Method
- Asin Method
- Atan Method
- Atan2 Method
- BigMul Method
- Ceiling Method
- Cos Method
- Cosh Method
- DivRem Method
- Exp Method
- Floor Method
- IEEERemainder Method
- Log Method
- Log10 Method
- Max Method
- Max Method (Byte, Byte)
- Max Method (Decimal, Decimal)
- Max Method (Double, Double)
- Max Method (Int16, Int16)
- Max Method (Int32, Int32)
- Max Method (Int64, Int64)
- Max Method (SByte, SByte)
- Max Method (Single, Single)
- Max Method (UInt16, UInt16)
- Max Method (UInt32, UInt32)
- Max Method (UInt64, UInt64)
- Min Method
- Min Method (Byte, Byte)
- Min Method (Decimal, Decimal)
- Min Method (Double, Double)
- Min Method (Int16, Int16)
- Min Method (Int32, Int32)
- Min Method (Int64, Int64)
- Min Method (SByte, SByte)
- Min Method (Single, Single)
- Min Method (UInt16, UInt16)
- Min Method (UInt32, UInt32)
- Min Method (UInt64, UInt64)
- Pow Method
- Round Method
- Sign Method
- Sin Method
- Sinh Method
- Sqrt Method
- Tan Method
- Tanh Method
- Truncate Method
- MemberAccessException Class
- MethodAccessException Class
- MidpointRounding Enumeration
- MissingFieldException Class
- MissingMemberException Class
- MissingMethodException Class
- ModuleHandle Structure
- MTAThreadAttribute Class
- MulticastDelegate Class
- MulticastNotSupportedException Class
- NetPipeStyleUriParser Class
- NetTcpStyleUriParser Class
- NewsStyleUriParser Class
- NonSerializedAttribute Class
- NotFiniteNumberException Class
- NotImplementedException Class
- NotSupportedException Class
- Nullable Class
- Nullable(T) Structure
- NullReferenceException Class
- Object Class
- ObjectDisposedException Class
- ObsoleteAttribute Class
- OperatingSystem Class
- OperationCanceledException Class
- OutOfMemoryException Class
- OverflowException Class
- ParamArrayAttribute Class
- PlatformID Enumeration
- PlatformNotSupportedException Class
- Predicate(T) Delegate
- Progress(T) Class
- Random Class
- RankException Class
- ResolveEventArgs Class
- ResolveEventHandler Delegate
- RuntimeArgumentHandle Structure
- RuntimeFieldHandle Structure
- RuntimeMethodHandle Structure
- RuntimeTypeHandle Structure
- SByte Structure
- SerializableAttribute Class
- Single Structure
- StackOverflowException Class
- STAThreadAttribute Class
- String Class
- String Constructor
- String Constructor (Char*)
- String Constructor (Char*, Int32, Int32)
- String Constructor (Char, Int32)
- String Constructor (Char[])
- String Constructor (Char[], Int32, Int32)
- String Constructor (SByte*)
- String Constructor (SByte*, Int32, Int32)
- String Constructor (SByte*, Int32, Int32, Encoding)
- String Fields
- String Methods
- Clone Method
- Compare Method
- Compare Method (String, Int32, String, Int32, Int32)
- Compare Method (String, Int32, String, Int32, Int32, Boolean)
- Compare Method (String, Int32, String, Int32, Int32, Boolean, CultureInfo)
- Compare Method (String, Int32, String, Int32, Int32, CultureInfo, CompareOptions)
- Compare Method (String, Int32, String, Int32, Int32, StringComparison)
- Compare Method (String, String)
- Compare Method (String, String, Boolean)
- Compare Method (String, String, Boolean, CultureInfo)
- Compare Method (String, String, CultureInfo, CompareOptions)
- Compare Method (String, String, StringComparison)
- CompareOrdinal Method
- CompareTo Method
- Concat Method
- Concat Method (IEnumerable(String))
- Concat Method (Object)
- Concat Method (Object, Object)
- Concat Method (Object, Object, Object)
- Concat Method (Object, Object, Object, Object, ...)
- Concat Method (Object[])
- Concat Method (String, String)
- Concat Method (String, String, String)
- Concat Method (String, String, String, String)
- Concat Method (String[])
- Contains Method
- Copy Method
- CopyTo Method
- EndsWith Method
- Equals Method
- Format Method
- Format Method (IFormatProvider, String, Object)
- Format Method (IFormatProvider, String, Object, Object)
- Format Method (IFormatProvider, String, Object, Object, Object)
- Format Method (IFormatProvider, String, Object[])
- Format Method (String, Object)
- Format Method (String, Object, Object)
- Format Method (String, Object, Object, Object)
- Format Method (String, Object[])
- GetEnumerator Method
- GetHashCode Method
- GetTypeCode Method
- IndexOf Method
- IndexOf Method (Char)
- IndexOf Method (Char, Int32)
- IndexOf Method (Char, Int32, Int32)
- IndexOf Method (String)
- IndexOf Method (String, Int32)
- IndexOf Method (String, Int32, Int32)
- IndexOf Method (String, Int32, Int32, StringComparison)
- IndexOf Method (String, Int32, StringComparison)
- IndexOf Method (String, StringComparison)
- IndexOfAny Method
- Insert Method
- Intern Method
- IsInterned Method
- IsNormalized Method
- IsNullOrEmpty Method
- IsNullOrWhiteSpace Method
- Join Method
- LastIndexOf Method
- LastIndexOf Method (Char)
- LastIndexOf Method (Char, Int32)
- LastIndexOf Method (Char, Int32, Int32)
- LastIndexOf Method (String)
- LastIndexOf Method (String, Int32)
- LastIndexOf Method (String, Int32, Int32)
- LastIndexOf Method (String, Int32, Int32, StringComparison)
- LastIndexOf Method (String, Int32, StringComparison)
- LastIndexOf Method (String, StringComparison)
- LastIndexOfAny Method
- Normalize Method
- PadLeft Method
- PadRight Method
- Remove Method
- Replace Method
- Split Method
- StartsWith Method
- Substring Method
- IEnumerable(Char).GetEnumerator Method
- IEnumerable.GetEnumerator Method
- IConvertible.ToBoolean Method
- IConvertible.ToByte Method
- IConvertible.ToChar Method
- IConvertible.ToDateTime Method
- IConvertible.ToDecimal Method
- IConvertible.ToDouble Method
- IConvertible.ToInt16 Method
- IConvertible.ToInt32 Method
- IConvertible.ToInt64 Method
- IConvertible.ToSByte Method
- IConvertible.ToSingle Method
- IConvertible.ToType Method
- IConvertible.ToUInt16 Method
- IConvertible.ToUInt32 Method
- IConvertible.ToUInt64 Method
- ToCharArray Method
- ToLower Method
- ToLowerInvariant Method
- ToString Method
- ToUpper Method
- ToUpperInvariant Method
- Trim Method
- TrimEnd Method
- TrimStart Method
- String Properties
- String Operators and Type Conversions
- StringComparer Class
- StringComparison Enumeration
- StringNormalizationExtensions Class
- SystemException Class
- ThreadStaticAttribute Class
- TimeoutException Class
- TimeSpan Structure
- TimeSpan Constructor
- TimeSpan Fields
- TimeSpan Methods
- Add Method
- Compare Method
- CompareTo Method
- Duration Method
- Equals Method
- FromDays Method
- FromHours Method
- FromMilliseconds Method
- FromMinutes Method
- FromSeconds Method
- FromTicks Method
- GetHashCode Method
- Negate Method
- Parse Method
- ParseExact Method
- ParseExact Method (String, String, IFormatProvider)
- ParseExact Method (String, String, IFormatProvider, TimeSpanStyles)
- ParseExact Method (String, String[], IFormatProvider)
- ParseExact Method (String, String[], IFormatProvider, TimeSpanStyles)
- Subtract Method
- ToString Method
- TryParse Method
- TryParseExact Method
- TryParseExact Method (String, String, IFormatProvider, TimeSpanStyles, TimeSpan)
- TryParseExact Method (String, String, IFormatProvider, TimeSpan)
- TryParseExact Method (String, String[], IFormatProvider, TimeSpanStyles, TimeSpan)
- TryParseExact Method (String, String[], IFormatProvider, TimeSpan)
- TimeSpan Properties
- TimeSpan Operators and Type Conversions
- TimeZone Class
- TimeZoneInfo Class
- TimeZoneInfo Methods
- ClearCachedData Method
- ConvertTime Method
- ConvertTimeBySystemTimeZoneId Method
- ConvertTimeFromUtc Method
- ConvertTimeToUtc Method
- CreateCustomTimeZone Method
- CreateCustomTimeZone Method (String, TimeSpan, String, String)
- CreateCustomTimeZone Method (String, TimeSpan, String, String, String, TimeZoneInfo.AdjustmentRule[])
- CreateCustomTimeZone Method (String, TimeSpan, String, String, String, TimeZoneInfo.AdjustmentRule[], Boolean)
- Equals Method
- FindSystemTimeZoneById Method
- FromSerializedString Method
- GetAdjustmentRules Method
- GetAmbiguousTimeOffsets Method
- GetHashCode Method
- GetSystemTimeZones Method
- GetUtcOffset Method
- HasSameRules Method
- IsAmbiguousTime Method
- IsDaylightSavingTime Method
- IsInvalidTime Method
- IDeserializationCallback.OnDeserialization Method
- ISerializable.GetObjectData Method
- ToSerializedString Method
- ToString Method
- TimeZoneInfo Properties
- TimeZoneInfo.AdjustmentRule Class
- TimeZoneInfo.TransitionTime Structure
- TimeZoneNotFoundException Class
- Tuple Class
- Tuple Methods
- Create Method
- Create(T1) Method (T1)
- Create(T1, T2) Method (T1, T2)
- Create(T1, T2, T3) Method (T1, T2, T3)
- Create(T1, T2, T3, T4) Method (T1, T2, T3, T4)
- Create(T1, T2, T3, T4, T5) Method (T1, T2, T3, T4, T5)
- Create(T1, T2, T3, T4, T5, T6) Method (T1, T2, T3, T4, T5, T6)
- Create(T1, T2, T3, T4, T5, T6, T7) Method (T1, T2, T3, T4, T5, T6, T7)
- Create(T1, T2, T3, T4, T5, T6, T7, T8) Method (T1, T2, T3, T4, T5, T6, T7, T8)
- Tuple(T1) Class
- Tuple(T1, T2) Class
- Tuple(T1, T2, T3) Class
- Tuple(T1, T2, T3, T4) Class
- Tuple(T1, T2, T3, T4, T5) Class
- Tuple(T1, T2, T3, T4, T5) Methods
- Tuple(T1, T2, T3, T4, T5) Properties
- Tuple(T1, T2, T3, T4, T5) Constructor
- Tuple(T1, T2, T3, T4, T5, T6) Class
- Tuple(T1, T2, T3, T4, T5, T6) Methods
- Tuple(T1, T2, T3, T4, T5, T6) Properties
- Tuple(T1, T2, T3, T4, T5, T6) Constructor
- Tuple(T1, T2, T3, T4, T5, T6, T7) Class
- Tuple(T1, T2, T3, T4, T5, T6, T7) Methods
- Tuple(T1, T2, T3, T4, T5, T6, T7) Properties
- Tuple(T1, T2, T3, T4, T5, T6, T7) Constructor
- Tuple(T1, T2, T3, T4, T5, T6, T7, TRest) Class
- Tuple(T1, T2, T3, T4, T5, T6, T7, TRest) Methods
- Tuple(T1, T2, T3, T4, T5, T6, T7, TRest) Properties
- Tuple(T1, T2, T3, T4, T5, T6, T7, TRest) Constructor
- TupleExtensions Class
- TupleExtensions Methods
- Deconstruct Method
- Deconstruct(T1) Method (Tuple(T1), T1)
- Deconstruct(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10) Method (Tuple(T1, T2, T3, T4, T5, T6, T7, Tuple(T8, T9, T10)), T1, T2, T3, T4, T5, T6, T7, T8, T9, T10)
- Deconstruct(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11) Method (Tuple(T1, T2, T3, T4, T5, T6, T7, Tuple(T8, T9, T10, T11)), T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11)
- Deconstruct(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12) Method (Tuple(T1, T2, T3, T4, T5, T6, T7, Tuple(T8, T9, T10, T11, T12)), T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12)
- Deconstruct(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13) Method (Tuple(T1, T2, T3, T4, T5, T6, T7, Tuple(T8, T9, T10, T11, T12, T13)), T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13)
- Deconstruct(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14) Method (Tuple(T1, T2, T3, T4, T5, T6, T7, Tuple(T8, T9, T10, T11, T12, T13, T14)), T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14)
- Deconstruct(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15) Method (Tuple(T1, T2, T3, T4, T5, T6, T7, Tuple(T8, T9, T10, T11, T12, T13, T14, Tuple(T15))), T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15)
- Deconstruct(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16) Method (Tuple(T1, T2, T3, T4, T5, T6, T7, Tuple(T8, T9, T10, T11, T12, T13, T14, Tuple(T15, T16))), T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16)
- Deconstruct(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17) Method (Tuple(T1, T2, T3, T4, T5, T6, T7, Tuple(T8, T9, T10, T11, T12, T13, T14, Tuple(T15, T16, T17))), T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17)
- Deconstruct(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18) Method (Tuple(T1, T2, T3, T4, T5, T6, T7, Tuple(T8, T9, T10, T11, T12, T13, T14, Tuple(T15, T16, T17, T18))), T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18)
- Deconstruct(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19) Method (Tuple(T1, T2, T3, T4, T5, T6, T7, Tuple(T8, T9, T10, T11, T12, T13, T14, Tuple(T15, T16, T17, T18, T19))), T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19)
- Deconstruct(T1, T2) Method (Tuple(T1, T2), T1, T2)
- Deconstruct(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20) Method (Tuple(T1, T2, T3, T4, T5, T6, T7, Tuple(T8, T9, T10, T11, T12, T13, T14, Tuple(T15, T16, T17, T18, T19, T20))), T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20)
- Deconstruct(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21) Method (Tuple(T1, T2, T3, T4, T5, T6, T7, Tuple(T8, T9, T10, T11, T12, T13, T14, Tuple(T15, T16, T17, T18, T19, T20, T21))), T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21)
- Deconstruct(T1, T2, T3) Method (Tuple(T1, T2, T3), T1, T2, T3)
- Deconstruct(T1, T2, T3, T4) Method (Tuple(T1, T2, T3, T4), T1, T2, T3, T4)
- Deconstruct(T1, T2, T3, T4, T5) Method (Tuple(T1, T2, T3, T4, T5), T1, T2, T3, T4, T5)
- Deconstruct(T1, T2, T3, T4, T5, T6) Method (Tuple(T1, T2, T3, T4, T5, T6), T1, T2, T3, T4, T5, T6)
- Deconstruct(T1, T2, T3, T4, T5, T6, T7) Method (Tuple(T1, T2, T3, T4, T5, T6, T7), T1, T2, T3, T4, T5, T6, T7)
- Deconstruct(T1, T2, T3, T4, T5, T6, T7, T8) Method (Tuple(T1, T2, T3, T4, T5, T6, T7, Tuple(T8)), T1, T2, T3, T4, T5, T6, T7, T8)
- Deconstruct(T1, T2, T3, T4, T5, T6, T7, T8, T9) Method (Tuple(T1, T2, T3, T4, T5, T6, T7, Tuple(T8, T9)), T1, T2, T3, T4, T5, T6, T7, T8, T9)
- ToTuple Method
- ToTuple(T1) Method (ValueTuple(T1))
- ToTuple(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10) Method (ValueTuple(T1, T2, T3, T4, T5, T6, T7, ValueTuple(T8, T9, T10)))
- ToTuple(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11) Method (ValueTuple(T1, T2, T3, T4, T5, T6, T7, ValueTuple(T8, T9, T10, T11)))
- ToTuple(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12) Method (ValueTuple(T1, T2, T3, T4, T5, T6, T7, ValueTuple(T8, T9, T10, T11, T12)))
- ToTuple(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13) Method (ValueTuple(T1, T2, T3, T4, T5, T6, T7, ValueTuple(T8, T9, T10, T11, T12, T13)))
- ToTuple(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14) Method (ValueTuple(T1, T2, T3, T4, T5, T6, T7, ValueTuple(T8, T9, T10, T11, T12, T13, T14)))
- ToTuple(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15) Method (ValueTuple(T1, T2, T3, T4, T5, T6, T7, ValueTuple(T8, T9, T10, T11, T12, T13, T14, ValueTuple(T15))))
- ToTuple(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16) Method (ValueTuple(T1, T2, T3, T4, T5, T6, T7, ValueTuple(T8, T9, T10, T11, T12, T13, T14, ValueTuple(T15, T16))))
- ToTuple(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17) Method (ValueTuple(T1, T2, T3, T4, T5, T6, T7, ValueTuple(T8, T9, T10, T11, T12, T13, T14, ValueTuple(T15, T16, T17))))
- ToTuple(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18) Method (ValueTuple(T1, T2, T3, T4, T5, T6, T7, ValueTuple(T8, T9, T10, T11, T12, T13, T14, ValueTuple(T15, T16, T17, T18))))
- ToTuple(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19) Method (ValueTuple(T1, T2, T3, T4, T5, T6, T7, ValueTuple(T8, T9, T10, T11, T12, T13, T14, ValueTuple(T15, T16, T17, T18, T19))))
- ToTuple(T1, T2) Method (ValueTuple(T1, T2))
- ToTuple(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20) Method (ValueTuple(T1, T2, T3, T4, T5, T6, T7, ValueTuple(T8, T9, T10, T11, T12, T13, T14, ValueTuple(T15, T16, T17, T18, T19, T20))))
- ToTuple(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21) Method (ValueTuple(T1, T2, T3, T4, T5, T6, T7, ValueTuple(T8, T9, T10, T11, T12, T13, T14, ValueTuple(T15, T16, T17, T18, T19, T20, T21))))
- ToTuple(T1, T2, T3) Method (ValueTuple(T1, T2, T3))
- ToTuple(T1, T2, T3, T4) Method (ValueTuple(T1, T2, T3, T4))
- ToTuple(T1, T2, T3, T4, T5) Method (ValueTuple(T1, T2, T3, T4, T5))
- ToTuple(T1, T2, T3, T4, T5, T6) Method (ValueTuple(T1, T2, T3, T4, T5, T6))
- ToTuple(T1, T2, T3, T4, T5, T6, T7) Method (ValueTuple(T1, T2, T3, T4, T5, T6, T7))
- ToTuple(T1, T2, T3, T4, T5, T6, T7, T8) Method (ValueTuple(T1, T2, T3, T4, T5, T6, T7, ValueTuple(T8)))
- ToTuple(T1, T2, T3, T4, T5, T6, T7, T8, T9) Method (ValueTuple(T1, T2, T3, T4, T5, T6, T7, ValueTuple(T8, T9)))
- ToValueTuple Method
- ToValueTuple(T1) Method (Tuple(T1))
- ToValueTuple(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10) Method (Tuple(T1, T2, T3, T4, T5, T6, T7, Tuple(T8, T9, T10)))
- ToValueTuple(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11) Method (Tuple(T1, T2, T3, T4, T5, T6, T7, Tuple(T8, T9, T10, T11)))
- ToValueTuple(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12) Method (Tuple(T1, T2, T3, T4, T5, T6, T7, Tuple(T8, T9, T10, T11, T12)))
- ToValueTuple(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13) Method (Tuple(T1, T2, T3, T4, T5, T6, T7, Tuple(T8, T9, T10, T11, T12, T13)))
- ToValueTuple(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14) Method (Tuple(T1, T2, T3, T4, T5, T6, T7, Tuple(T8, T9, T10, T11, T12, T13, T14)))
- ToValueTuple(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15) Method (Tuple(T1, T2, T3, T4, T5, T6, T7, Tuple(T8, T9, T10, T11, T12, T13, T14, Tuple(T15))))
- ToValueTuple(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16) Method (Tuple(T1, T2, T3, T4, T5, T6, T7, Tuple(T8, T9, T10, T11, T12, T13, T14, Tuple(T15, T16))))
- ToValueTuple(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17) Method (Tuple(T1, T2, T3, T4, T5, T6, T7, Tuple(T8, T9, T10, T11, T12, T13, T14, Tuple(T15, T16, T17))))
- ToValueTuple(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18) Method (Tuple(T1, T2, T3, T4, T5, T6, T7, Tuple(T8, T9, T10, T11, T12, T13, T14, Tuple(T15, T16, T17, T18))))
- ToValueTuple(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19) Method (Tuple(T1, T2, T3, T4, T5, T6, T7, Tuple(T8, T9, T10, T11, T12, T13, T14, Tuple(T15, T16, T17, T18, T19))))
- ToValueTuple(T1, T2) Method (Tuple(T1, T2))
- ToValueTuple(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20) Method (Tuple(T1, T2, T3, T4, T5, T6, T7, Tuple(T8, T9, T10, T11, T12, T13, T14, Tuple(T15, T16, T17, T18, T19, T20))))
- ToValueTuple(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21) Method (Tuple(T1, T2, T3, T4, T5, T6, T7, Tuple(T8, T9, T10, T11, T12, T13, T14, Tuple(T15, T16, T17, T18, T19, T20, T21))))
- ToValueTuple(T1, T2, T3) Method (Tuple(T1, T2, T3))
- ToValueTuple(T1, T2, T3, T4) Method (Tuple(T1, T2, T3, T4))
- ToValueTuple(T1, T2, T3, T4, T5) Method (Tuple(T1, T2, T3, T4, T5))
- ToValueTuple(T1, T2, T3, T4, T5, T6) Method (Tuple(T1, T2, T3, T4, T5, T6))
- ToValueTuple(T1, T2, T3, T4, T5, T6, T7) Method (Tuple(T1, T2, T3, T4, T5, T6, T7))
- ToValueTuple(T1, T2, T3, T4, T5, T6, T7, T8) Method (Tuple(T1, T2, T3, T4, T5, T6, T7, Tuple(T8)))
- ToValueTuple(T1, T2, T3, T4, T5, T6, T7, T8, T9) Method (Tuple(T1, T2, T3, T4, T5, T6, T7, Tuple(T8, T9)))
- Type Class
- Type Fields
- Type Methods
- Equals Method
- FindInterfaces Method
- FindMembers Method
- GetArrayRank Method
- GetAttributeFlagsImpl Method
- GetConstructor Method
- GetConstructorImpl Method
- GetConstructors Method
- GetCustomAttributes Method
- GetDefaultMembers Method
- GetElementType Method
- GetEnumName Method
- GetEnumNames Method
- GetEnumUnderlyingType Method
- GetEnumValues Method
- GetEvent Method
- GetEvents Method
- GetField Method
- GetFields Method
- GetGenericArguments Method
- GetGenericParameterConstraints Method
- GetGenericTypeDefinition Method
- GetHashCode Method
- GetInterface Method
- GetInterfaceMap Method
- GetInterfaces Method
- GetMember Method
- GetMembers Method
- GetMethod Method
- GetMethod Method (String)
- GetMethod Method (String, BindingFlags)
- GetMethod Method (String, BindingFlags, Binder, CallingConventions, Type[], ParameterModifier[])
- GetMethod Method (String, BindingFlags, Binder, Type[], ParameterModifier[])
- GetMethod Method (String, Type[])
- GetMethod Method (String, Type[], ParameterModifier[])
- GetMethodImpl Method
- GetMethods Method
- GetNestedType Method
- GetNestedTypes Method
- GetProperties Method
- GetProperty Method
- GetProperty Method (String)
- GetProperty Method (String, BindingFlags)
- GetProperty Method (String, BindingFlags, Binder, Type, Type[], ParameterModifier[])
- GetProperty Method (String, Type)
- GetProperty Method (String, Type, Type[])
- GetProperty Method (String, Type, Type[], ParameterModifier[])
- GetProperty Method (String, Type[])
- GetPropertyImpl Method
- GetType Method
- GetType Method
- GetType Method (String)
- GetType Method (String, Boolean)
- GetType Method (String, Boolean, Boolean)
- GetType Method (String, Func(AssemblyName, Assembly), Func(Assembly, String, Boolean, Type))
- GetType Method (String, Func(AssemblyName, Assembly), Func(Assembly, String, Boolean, Type), Boolean)
- GetType Method (String, Func(AssemblyName, Assembly), Func(Assembly, String, Boolean, Type), Boolean, Boolean)
- GetTypeArray Method
- GetTypeCode Method
- GetTypeCodeImpl Method
- GetTypeFromCLSID Method
- GetTypeFromHandle Method
- GetTypeFromProgID Method
- GetTypeHandle Method
- HasElementTypeImpl Method
- InvokeMember Method
- InvokeMember Method (String, BindingFlags, Binder, Object, Object[])
- InvokeMember Method (String, BindingFlags, Binder, Object, Object[], CultureInfo)
- InvokeMember Method (String, BindingFlags, Binder, Object, Object[], ParameterModifier[], CultureInfo, String[])
- IsArrayImpl Method
- IsAssignableFrom Method
- IsByRefImpl Method
- IsCOMObjectImpl Method
- IsContextfulImpl Method
- IsEnumDefined Method
- IsEquivalentTo Method
- IsInstanceOfType Method
- IsMarshalByRefImpl Method
- IsPointerImpl Method
- IsPrimitiveImpl Method
- IsSubclassOf Method
- IsValueTypeImpl Method
- MakeArrayType Method
- MakeByRefType Method
- MakeGenericType Method
- MakePointerType Method
- ReflectionOnlyGetType Method
- _Type.GetIDsOfNames Method
- _Type.GetTypeInfo Method
- _Type.GetTypeInfoCount Method
- _Type.Invoke Method
- ToString Method
- Type Properties
- Type Operators and Type Conversions
- Type Constructor
- TypeAccessException Class
- TypeCode Enumeration
- TypedReference Structure
- TypeInitializationException Class
- TypeLoadException Class
- TypeUnloadedException Class
- UInt16 Structure
- UInt32 Structure
- UInt64 Structure
- UIntPtr Structure
- UnauthorizedAccessException Class
- UnhandledExceptionEventArgs Class
- UnhandledExceptionEventHandler Delegate
- Uri Class
- UriBuilder Class
- UriBuilder Constructor
- UriBuilder Constructor
- UriBuilder Constructor (String)
- UriBuilder Constructor (String, String)
- UriBuilder Constructor (String, String, Int32)
- UriBuilder Constructor (String, String, Int32, String)
- UriBuilder Constructor (String, String, Int32, String, String)
- UriBuilder Constructor (Uri)
- UriBuilder Methods
- UriBuilder Properties
- UriComponents Enumeration
- UriFormat Enumeration
- UriFormatException Class
- UriHostNameType Enumeration
- UriIdnScope Enumeration
- UriKind Enumeration
- UriParser Class
- UriPartial Enumeration
- UriTemplate Class
- UriTemplateEquivalenceComparer Class
- UriTemplateMatch Class
- UriTemplateMatchException Class
- UriTemplateTable Class
- UriTypeConverter Class
- ValueTuple Structure
- ValueTuple Methods
- CompareTo Method
- Create Method
- Create Method
- Create(T1) Method (T1)
- Create(T1, T2) Method (T1, T2)
- Create(T1, T2, T3) Method (T1, T2, T3)
- Create(T1, T2, T3, T4) Method (T1, T2, T3, T4)
- Create(T1, T2, T3, T4, T5) Method (T1, T2, T3, T4, T5)
- Create(T1, T2, T3, T4, T5, T6) Method (T1, T2, T3, T4, T5, T6)
- Create(T1, T2, T3, T4, T5, T6, T7) Method (T1, T2, T3, T4, T5, T6, T7)
- Create(T1, T2, T3, T4, T5, T6, T7, T8) Method (T1, T2, T3, T4, T5, T6, T7, T8)
- Equals Method
- GetHashCode Method
- IStructuralComparable.CompareTo Method
- IStructuralEquatable.Equals Method
- IStructuralEquatable.GetHashCode Method
- IComparable.CompareTo Method
- ToString Method
- ValueTuple Properties
- ValueTuple(T1) Structure
- ValueTuple(T1, T2) Structure
- ValueTuple(T1, T2, T3) Structure
- ValueTuple(T1, T2, T3, T4) Structure
- ValueTuple(T1, T2, T3, T4) Fields
- ValueTuple(T1, T2, T3, T4) Methods
- ValueTuple(T1, T2, T3, T4) Properties
- ValueTuple(T1, T2, T3, T4) Constructor
- ValueTuple(T1, T2, T3, T4, T5) Structure
- ValueTuple(T1, T2, T3, T4, T5) Fields
- ValueTuple(T1, T2, T3, T4, T5) Methods
- ValueTuple(T1, T2, T3, T4, T5) Properties
- ValueTuple(T1, T2, T3, T4, T5) Constructor
- ValueTuple(T1, T2, T3, T4, T5, T6) Structure
- ValueTuple(T1, T2, T3, T4, T5, T6) Fields
- ValueTuple(T1, T2, T3, T4, T5, T6) Methods
- ValueTuple(T1, T2, T3, T4, T5, T6) Properties
- ValueTuple(T1, T2, T3, T4, T5, T6) Constructor
- ValueTuple(T1, T2, T3, T4, T5, T6, T7) Structure
- ValueTuple(T1, T2, T3, T4, T5, T6, T7) Fields
- ValueTuple(T1, T2, T3, T4, T5, T6, T7) Methods
- ValueTuple(T1, T2, T3, T4, T5, T6, T7) Properties
- ValueTuple(T1, T2, T3, T4, T5, T6, T7) Constructor
- ValueTuple(T1, T2, T3, T4, T5, T6, T7, TRest) Structure
- ValueTuple(T1, T2, T3, T4, T5, T6, T7, TRest) Fields
- ValueTuple(T1, T2, T3, T4, T5, T6, T7, TRest) Methods
- ValueTuple(T1, T2, T3, T4, T5, T6, T7, TRest) Properties
- ValueTuple(T1, T2, T3, T4, T5, T6, T7, TRest) Constructor
- ValueType Class
- Version Class
- Void Structure
- WeakReference Class
- WeakReference(T) Class
- System.Activities Namespaces
- System.AddIn Namespaces
- System.CodeDom Namespaces
- System.Collections Namespaces
- System.ComponentModel Namespaces
- System.Configuration Namespaces
- System.Data Namespaces
- System.Deployment Namespaces
- System.Device.Location
- System.Diagnostics Namespaces
- System.DirectoryServices Namespaces
- System.Drawing Namespaces
- System.Dynamic
- System.EnterpriseServices Namespaces
- System.Globalization
- System.IdentityModel Namespaces
- System.IO Namespaces
- System.Linq Namespaces
- System.Management Namespaces
- System.Media
- System.Messaging Namespaces
- System.Net Namespaces
- System.Numerics
- System.Printing Namespaces
-
System.Reflection Namespaces
-
System.Resources Namespaces
-
System.Runtime Namespaces
-
System.Security Namespaces
-
System.ServiceModel Namespaces
-
System.ServiceProcess Namespaces
-
System.Speech Namespaces
-
System.Text Namespaces
-
System.Threading Namespaces
-
System.Timers
-
System.Transactions Namespaces
-
System.Web Namespaces
-
System.Windows Namespaces
-
System.Workflow Namespaces
-
System.Xaml Namespaces
-
System.Xml Namespaces
-
UIAutomationClientsideProviders
-
XamlGeneratedNamespace
-
Additional Class Libraries and APIs
-
Third-Party Tools
- .NET Framework 4
- .NET Framework 3.5
- .NET Framework 3.0
- .NET Framework 2.0
- .NET Framework 1.1
- Silverlight
- WCF Data Services
- Entity Framework
- Reactive Extensions
- Windows Identity Foundation
- AppFabric
- Articles and Overviews
- Featured Books on .NET Development
Link:http://output.to/sideway/default.asp?qno=180300027 Script, Scripting Language, VBScript elements, Server-Side VBScript Function Timer Function
VBScript Date/Time Functions
Functions for manipulating date or time dexpression.
Timer Functionlast updated 9/21/2017Create a numeric value from time part of current local system time by counting the elapsed seconds since 12:00 AM, midnight, or 00:00.
SyntaxTimer ReturnsReturns a Variant of the Single data subtype containing the numeric value obtained from time part of current local system time by counting the elapsed seconds since 12:00 AM, or midnight, or 00:00. Remarks- Timer function can only be used to count the elapsed time of current local system time in second since 00:00.
- The return value of Timer function is always the raw value of DateDiff("s",Date,Now).
- In other words, Timer function cannot be used to count second over midnight.
- The return value of Timer function is greater than or equal 0, and less than 86400.
Requirement5 ExamplesExamples of Timer functions ASP VbScript Command:<script runat="server" language="VBScript">
Dim vars,cmda,var:var=1
cmda=array("Now","DateDiff(""s"",Date,Now)","Timer","Timer()")
Dim ucnt,tmp,i:ucnt=UBound(cmda):If var=1 Then:tmp="":Else:tmp="<b>vars</b>":End If:For i=0 to ucnt:tmp=tmp&"<b>"&rmv_ctrl(cmda(i))&", TypeName</b>":Next:Response.Write "Results on Microsoft Windows 8.1 Pro x64, Microsoft-IIS/8.5, VBScript Version 5.8 of page /internet/users/sideblog/default.asp<br />"&"<i>"&tmp&"</i>"
Function dsp_x:Dim tmp_a,tmp_b,i:If varx=0 Then:Execute vars:End If:If var=1 Then:tmp_a="":Else:tmp_a=rmv_ctrl(vars):End If:For i=0 to ucnt:tmp_b=cmd_b(cmda(i)):if i/2=fix(i/2) Then:tmp_b="<b>"&tmp_b&"</b>":End If:tmp_a=tmp_a&tmp_b:Next:Response.Write "<i>"&tmp_a&"</i>":End Function
Function rmv_ctrl(blk_str):Select Case blk_str:Case chr(0):blk_str="NUL":Case chr(1):blk_str="SOH":Case chr(2):blk_str="STX":Case chr(3):blk_str="ETX":Case chr(4):blk_str="EOT":Case chr(5):blk_str="ENQ":Case chr(6):blk_str="ACK":Case chr(7):blk_str="BEL":Case chr(8):blk_str="BS":Case chr(9):blk_str="HT":Case chr(10):blk_str="LF":Case chr(11):blk_str="VT":Case chr(12):blk_str="FF":Case chr(13):blk_str="CR":Case chr(14):blk_str="SO":Case chr(15):blk_str="SI":Case chr(16):blk_str="DLE":Case chr(17):blk_str="DC1":Case chr(18):blk_str="DC2":Case chr(19):blk_str="DC3":Case chr(20):blk_str="DC4":Case chr(21):blk_str="NAK":Case chr(22):blk_str="SYN":Case chr(23):blk_str="ETB":Case chr(24):blk_str="CAN":Case chr(25):blk_str="EM":Case chr(26):blk_str="SUB":Case chr(27):blk_str="ESC":Case chr(28):blk_str="FS":Case chr(29):blk_str="GS":Case chr(30):blk_str="RS":Case chr(31):blk_str="US":Case chr(127):blk_str="DEL":End Select:rmv_ctrl=blk_str:If IsNull(blk_str) OR IsEmpty(Blk_str) OR blk_str="" OR IsNumeric(Blk_str) Then:Else:rmv_ctrl=Replace(Replace(Replace(Replace(Replace(blk_str,"&","&")," "," "),"""","""),"<","<"),">",">"): End If :End Function
Function cmd_b(blk_str):cmd_b="["&cmd_x(blk_str)&"], "&cmd_x("TypeName("&blk_str&")"):End Function
Function cmd_x(blk_str):On Error Resume Next:Dim xans, tmp:xans="":tmp="":execute "xans="&blk_str:If Err.Number <> 0 Then:xans=cmd_x("TypeName("&blk_str&")"):Select Case xans:Case 9::Case Else:xans="error":End Select:End If:If IsArray(xans)=False Then:cmd_x=rmv_ctrl(xans): Else:tmp=lst_arry(xans):cmd_x=trim(tmp):End If:End Function
Function lst_arry(blk_str):Dim tmp,i,q:q="""":tmp="":For i=0 to UBound(blk_str):if VarType(blk_str(i))>1 And VarType(blk_str(i))<6 Then:q="'":End If:tmp=tmp&" "&q&rmv_ctrl(blk_str(i))&q:Next:lst_arry=trim(tmp):End Function
dsp_x
</script>
HTML Web Page In-line Output:Results on Microsoft Windows 8.1 Pro x64, Microsoft-IIS/8.5, VBScript Version 5.8 of page /internet/users/sideblog/default.asp Now, TypeNameDateDiff("s",Date,Now), TypeNameTimer, TypeNameTimer(), TypeName
|
|