Content deleted Content added
m Reverted edits by 2600:1014:B1E0:14D2:1434:490F:AE9D:EC7 (talk) (AV) |
Persent101 (talk | contribs) →Interoperability: Removed promotional sentence |
||
Line 91:
===Interoperability===
Because computer systems commonly require interaction between newer and older applications, .NET Framework provides means to access functions implemented in newer and older programs that execute outside .NET environment. Access to [[Component Object Model]] (COM) components is provided in <code>System.Runtime.InteropServices</code> and <code>System.EnterpriseServices</code> namespaces of the framework. Access to other functions is via [[Platform Invocation Services]] (P/Invoke). Access to .NET functions from native applications is via the reverse P/Invoke function.
===Language independence===
|