System.Reflection.Emit.UnmanagedMarshal.DefineSafeArray Method

Specifies a SafeArray to marshal to unmanaged code.

Syntax

public static UnmanagedMarshal DefineSafeArray (System.Runtime.InteropServices.UnmanagedType elemType)

Parameters

elemType
The base type or the UnmanagedType of each element of the array.

Returns

An System.Reflection.Emit.UnmanagedMarshal object.

Remarks

The DefineSafeArray method is not a simple native marshal.

Only unmanaged marshal constructs can be made using these static constructors.

Marshaling an array is a more complex process than marshaling an integer parameter. Array members are copied in a specific order so that the other side can reconstruct the array exactly.

Requirements

Namespace: System.Reflection.Emit
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0