This is namespace CNClrLib.
Name |
Description |
This CNClrLib.TypeNames namespace contains the list of types names of all
the CLR wrapper classes. | |
This
CNClrLib.Enums namespace contains set of named integer constants of all
the .Net framework
class library enumeration types. | |
This
CNClrLib.EnumTypes namespace contains delphi enumeration equivalent of
the
.Net framework
class library enumeration types. | |
This
CNClrLib.EnumFunc
namespace
contains functions for converting between delphi set
of enumeration types and the .Net framework class library flags attribute enumeration types and vice-versa. | |
This CNClrLib.EnumArrays namespace contains
arrays to retrieve the .Net framework class library enumerations from the
delphi
equivalent enumeration
types. | |
The
CNClrLib.Core namespace contains interfaces that define the core of the
CLR. It contains interfaces of all classes defined in the microsoft common
object runtime library (mscorlib). The namespaces contain all the types
that
provide a managed view of loaded types, methods, and fields, and that
can dynamically create and invoke types. These types are defined in
System.Reflection in the .Net Framework Class library. The namespace also
contains interfaces of the tpes defined in System.Globalization of the
.Net library which define culture-related information,
including language, country/region, calendars in use, format patterns for
dates, currency, and numbers, and sort order for strings. These classes
are useful for writing globalized (internationalized)
applications
.
| |
The
CNClrLib.Host namespace contains classes for starting and hosting the
.Net CLR. It also contains classes
to
load
.net assembly files, view loaded types, methods, properties and fields,
and dynamically create and invoke types. The Host Helper namespace contains classes that
allow for conversion between delphi and .net data types.
| |
The CNClrLib.Comp namespace contains container class for hosting .Net Controls.
| |
The CNClrLib.CodeDom namespaces contain interfaces that represent
the elements of a source code document and that support the generation and
compilation of source code in supported programming
languages.
| |
The CNClrLib .Collections namespaces
contain interfaces that define various standard, specialized, and generic
collection objects.
| |
This is
CNClrLib.Common namespace contains interfaces shared among the various
namespaces to prevent self circular reference error when
compiling your delphi application. | |
The CNClrLib.ComponentModel namespaces contain
interfaces that implement the
run-time and design-time behavior of components and
controls.
| |
The CNClrLib .Configuration namespaces contain
interfaces for handling
configuration data, such as data in machine or application configuration
files.
| |
The CNClrLib.CSharp namespaces contain interfaces that support compilation and code generation of
source code written in the C# language, and types that support
interoperation betwen the dynamic language runtime (DLR) and
C#.
| |
The CNClrLib.Data
namespaces contain interfaces for accessing and managing data from
diverse sources. These form the ADO.NET architecture and ADO.NET data
providers. For example, providers are available for SQL Server, Oracle,
ODBC, and OleDB. Other child namespaces contain classes used by the
ADO.NET Entity Data Model (EDM) and by WCF Data Services.
| |
The CNClrLib .Deployment namespaces contain interfaces that support deployment of ClickOnce
applications.
| |
The CNClrLib.Device namespace allows application
developers to easily access the computer's location by using a single API.
Location information may come from multiple providers, such as GPS, Wi-Fi
triangulation, and cell phone tower triangulation. The CNClrLib.Device interfaces provide a
single API to encapsulate the multiple location providers on a computer
and support seamless prioritization and transitioning between them. As a
result, application developers who use this API do not need to tailor
applications to specific hardware configurations.
| |
The CNClrLib.Diagnostics namespaces contain interfaces that enable you to interact
with system processes, event logs, and performance counters. It contains
interfaces to interact with code analysis tools, to support contracts, to
extend design-time support for application monitoring and instrumentation,
to log event data using the Event Tracing for Windows (ETW) tracing
subsystem, to read to and write from event logs and collect performance
data, and to read and write debug symbol information.
| |
The CNClrLib.DirectoryServices namespaces
contain interfaces that
provide access to Active Directory from managed code.
| |
The CNClrLib.Drawing parent namespace
contains interfaces that
support basic GDI+ graphics functionality. Child namespaces support
advanced two-dimensional and vector graphics functionality, advanced
imaging functionality, and print-related and typographical services.
The namespace also
contains interfaces
that extend design-time user-interface logic and drawing.
| |
The CNClrLib.DynamicLinq namespace
provides interfaces that support Dynamic
Language Runtime.
| |
The CNClrLib.Dynamic namespace
provides interfaces that support Execution of
Lambda expressions defined in a string against Entity Framework or any provider that
supports IQueryable.
| |
The CNClrLib
.EnterpriseServices namespaces contain
interfaces that define the COM+ services architecture, which provides
an infrastructure for enterprise applications. It supports Compensating
Resource Manager (CRM), a COM+ service that enables
non-transactional objects to be included in Microsoft Distributed Transaction Coordinator (DTC)
transactions.
| |
The CNClrLib.IdentityModel
namespaces contain interfaces that are used to provide authentication and
authorization for .NET applications.
| |
The CNClrLib.IO namespaces contain
interfaces that support input and output, including the ability to read and
write data to streams either synchronously or asynchronously, to compress
data in streams, to create and use isolated stores, to map files to an
application's logical address space, to store multiple data objects in a
single container, to communicate using anonymous or named pipes, to
implement custom logging, and to handle the flow of data to and from
serial ports.
| |
The CNClrLib.Linq namespaces contain interfaces that
support queries that use Language-Integrated Query (LINQ). This includes
types that represent queries as objects in expression trees.
| |
The CNClrLib.Management namespaces contain interfaces
that provide access to management information and management events about
the system, devices, and applications instrumented to the Windows
Management Instrumentation (WMI) infrastructure. These namespaces also
contain types necessary for instrumenting applications so that they expose
their management information and events through WMI to potential
customers.
| |
The CNClrLib.Media namespace contains
interfaces for playing sound files and accessing sounds provided by the
system.
| |
The CNClrLib
.Messaging namespaces contain interfaces that enable you to connect to, monitor, and
administer message queues on the network and to send, receive, or
peek messages.
| |
The CNClrLib.Net namespaces contain interfaces
that provide a simple programming interface for a number of network
protocols, programmatically access and update configuration settings for
the CNClrLib
.Net namespaces, define cache policies for web resources,
compose and send e-mail, represent Multipurpose Internet Mail Exchange
(MIME) headers, access network traffic data and network address information,
and access peer-to-peer networking functionality. It also
provide a managed implementation of the Windows Sockets (Winsock)
interface and provide access to network streams for secure communications
between hosts.
| |
The CNClrLib.Numerics namespace contains numeric interfaces
that complement the numeric primitives, such as Byte, Double,
and Int32, that are defined by the .NET
Framework.
| |
The CNClrLib.Printing namespaces contain interfaces that
support printing, that provide access to the properties of print system
objects and enable rapid copying of their property settings to another
object of the same type, and that support the interconversion of managed
.net System.PrintTicket objects and unmanaged GDI DEVMODE
structures.
| |
The CNClrLib.Resources namespaces contain interfaces
that enable developers to create, store, and manage an application's
culture-specific resources.
| |
The CNClrLib.Runtime namespaces contain interfaces that
support an application's interaction with the common language runtime, and
types that enable features such as application data caching, advanced
exception handling, application activation within application domains, COM
interop, distributed applications, serialization and deserialization, and
versioning. Additional namespaces enable compiler writers to specify
attributes that affect the run-time behavior of the common language
runtime, define a contract for reliability between a set of code and other
code that takes a dependency on it, and implement a persistence provider
for Windows Communication Foundation (WCF).
| |
The CNClrLib.Security namespaces contain interfaces
that represent the .NET Framework security system and permissions. The
namespace also provides interfaces that control access to and audit securable
objects, allow authentication, provide crytographic services, control
access to operations and resources based on policy, and support rights
management of application-created content.
| |
The CNClrLib.ServiceModel namespaces contain the
interfaces necessary to build Windows Communication Foundation (WCF) service
and client applications.
| |
The CNClrLib.ServiceProcess namespaces contain
interfaces that enable you to implement, install, and control Windows service
applications and extend design-time support for Windows service
applications.
| |
The CNClrLib.Speech namespaces
contain interfaces that support speech recognition.
| |
The
CNClrLib.SqlServer namespace contains interfaces that are specific to the
integration of the Microsoft .NET Framework common language runtime (CLR)
into Microsoft SQL Server, and the SQL Server database engine process
execution environment.
| |
The
CNClrLib namespace contains fundamental interfaces that define commonly-used value and
reference data types, events and event handlers, interfaces, attributes,
and processing exceptions.
| |
The CNClrLib .Text namespaces contain
interfaces for character encoding and string manipulation. It also enables you
to process text using regular expressions.
| |
The CNClrLib
.Threading namespaces contain interface that enable multithreaded
programming. The
namespace
provides types that simplify the work of writing concurrent and
asynchronous code.
| |
The CNClrLib.Timers namespace provides the Timer component, which
allows you to raise an event on a specified interval.
| |
The CNClrLib
.Transactions namespaces contain interfaces that
support transactions with multiple, distributed participants, multiple phase notifications, and
durable enlistments.
| |
The CNClrLib.VisualBasic namespaces
contain classes that support compilation and code generation using the
Visual Basic language. The namespace also contain types that provide
services to the Visual Basic compiler and types that include support for
the Visual Basic application model, the My namespace, lambda expressions, and code conversion.
| |
The CNClrLib .Web namespaces contain interface that
enable browser/server communication. Child namespaces include types that
support ASP.NET forms authentication, application services, data caching
on the server, ASP.NET application configuration, dynamic data, HTTP
handlers, JSON serialization, incorporating AJAX functionality into
ASP.NET, ASP.NET security, and web services.
This namespace does not contain all the types defined
in System.Web namespace of the .Net Framework Class library.
Feature releases of the product will contain all the types defined
in the .Net System.Web namespace.
| |
The CNClrLib .Win32 namespaces provide interface that
handle events raised by the operating system, that manipulate the system
registry, and that represent file and operating system
handles.
| |
The CNClrLib .Windows namespaces contain interface
used
in Windows Presentation Foundation (WPF) applications, including animation clients,
user interface controls, data binding, and type
conversion. This namespace does not contain all the types defined
in System.Windows namespace of the .Net Framework Class
library. Feature releases of the product will contain all the types
defined in the .Net System.Windows namespace.
| |
The CNClrLib .Xaml namespaces contain interface that
support parsing and processing the Extensible Application Markup Language
(XAML).
| |
The CNClrLib .Xml namespaces contain interface for processing XML.
The namespace also contains interfaces that support serialization of XML documents or
streams, XSD schemas, XQuery 1.0 and XPath 2.0, and LINQ to XML, which is
an in-memory XML programming interface that enables easy modification of
XML documents.
|
What do you think about this topic? Send feedback!
|