Special MarshalType meaning that a custom marshaller should be used.

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

Syntax

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

Inheritance Hierarchy

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

See Also