Further .Net Programming Hints

<< Click to Display Table of Contents >>

Navigation:  Programming with Common Vision Blox > Compiler specific hints > .NET languages and CVB Programming Hints >

Further .Net Programming Hints

 

This section gives a short introduction on how non-managed resources can be imported to managed .NET projects:

 

Importing Native Dynamic Link Libraries

 

Data Types and Marshalling

 

A more detailed description on inter-process communication between managed and unmanaged code can be found in the .NET Framework help under Programming with the .NET Framework and Interoperating with Unmanaged Code.