Represents the type of an unmanaged string passed by value.

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

Syntax

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

Inheritance Hierarchy

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

See Also