A
AA2e72E
I am trying to understand this; I have a question.
I understand these statements are true:
1. Managed code is code that is executed by the CLR.
2. Managed code can access managed and unmanaged data.
How would I describe a C# Interrop DLL? As managed code? (It will be used by
an un-managed code (non .NET) client).
I understand these statements are true:
1. Managed code is code that is executed by the CLR.
2. Managed code can access managed and unmanaged data.
How would I describe a C# Interrop DLL? As managed code? (It will be used by
an un-managed code (non .NET) client).