Other Managed Component Of Tool Set Parts

(Page 4) End item NSN parts page 4 of 6
Part Number
NSN
NIIN
659597 Fixed Attenuator
000012335
659598 Fixed Attenuator
000012336
659599 Fixed Attenuator
000012337
663 Valve Face Grinding Machine
003519731
682 Valve Face Grinding Machine
003519731
69804 Wheel Alignment Gage
012233701
7 Electr Armature Mica Undercutter
002701594
7-926-100586 Control 5-ba Valve
015595983
70-0902 Cylinder Compression Tester
008084300
7052C Vehicle Wheel Balancer
002790629
7057 Mechanical Puller
012104096
70A Radiator Test And Repair Stand
000789190
72289-100 Electrical Power Cable Assembly
002558332
7356056 Motor Vehicle Towbar
007356056
74-8038 Fuel In Adapter Kit
000000188
7458-2 Automotive Generator Test Stand
010418161
7500 Vehicle Wheel Balancer
002790629
7541281 Engine Electrical Te Adapter Set
003487600
7542514 Chart
000000157
7550983 Rod End Clevis
010239801
Page: 4

Other Managed Component Of Tool Set

Picture of Other Managed Component Of Tool Set

COM Interop is a technology included in the .NET Framework Common Language Runtime (CLR) that enables Component Object Model (COM) objects to interact with .NET objects, and vice versa.

COM Interop aims to provide access to the existing COM components without requiring that the original component be modified. It tries to make the .NET types equivalent to the COM types. In addition, COM Interop allows COM developers to access managed objects as easily as they access other COM objects.

The .NET Framework creates a type library and special registry entries when a component is registered. It provides a specialized utility (RegAsm.exe, usually located in C:\Windows\Microsoft.NET\Framework) that exports the managed types into a type library and registers the managed component as a traditional COM component. When the type is instantiated through COM, the .NET CLR is the actual COM object that executes, and it merely marshals any method calls or property access to the type implementation.

Compare Now »
Clear | Hide