Represents the type of an intrinsic unmanaged scalar.

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

Syntax

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

Inheritance Hierarchy

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

See Also