MarshalAsAttribute::ArraySubType Field
.NET Framework (current version)
Specifies the element type of the unmanaged UnmanagedType::LPArray or UnmanagedType::ByValArray.
Assembly: mscorlib (in mscorlib.dll)
Field Value
Type: System.Runtime.InteropServices::UnmanagedTypeYou can set this parameter to a value from the System.Runtime.InteropServices::UnmanagedType enumeration to specify the type of the array's elements. If a type is not specified, the default unmanaged type corresponding to the managed array's element type is used. For example, the ArraySubType for a LPWStr array in COM is UnmanagedType::LPWStr. For additional information, see Default Marshaling for Arrays.
Universal Windows Platform
Available since 8
.NET Framework
Available since 1.1
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Windows Phone
Available since 8.1
Available since 8
.NET Framework
Available since 1.1
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Windows Phone
Available since 8.1
Show: