Search notes:

System.Runtime.InteropServices.MarshalAsAttribute (class)

The System.Runtime.InteropServices.MarshalAsAttribute class specifies how data is marshalled between managed and unmanaged code.
One of the two constructors of MarshalAsAttribute takes an instance of System.Runtime.InteropServices.UnmanagedType as parameter.

Index