Represents the type of an unmanaged LPArray, i.e. a pointer to a standard C array.

Namespace:  PostSharp.CodeModel.MarshalTypes
Assembly:  PostSharp.Core (in PostSharp.Core.dll)

Syntax

Visual Basic (Declaration)
Public NotInheritable Class ArrayMarshalType _
	Inherits MarshalType
C#
public sealed class ArrayMarshalType : MarshalType
Visual C++
public ref class ArrayMarshalType sealed : public MarshalType

Remarks

The number of elements in the array is determined by the following formula:

Inheritance Hierarchy

System..::.Object
  PostSharp.CodeModel..::.MarshalType
    PostSharp.CodeModel.MarshalTypes..::.ArrayMarshalType

See Also