Marshal.SizeOf Method (Type)
Returns the size of an unmanaged type in bytes.
Namespace: System.Runtime.InteropServices
Assembly: mscorlib (in mscorlib.dll)
Parameters
- t
- Type: System.Type
The type whose size is to be returned.
| Exception | Condition |
|---|---|
| ArgumentException | The t parameter is a generic type. |
| ArgumentNullException | The t parameter is null. |
You can use this method when you do not have a structure. The layout must be sequential or explicit.
The size returned is the size of the unmanaged type. The unmanaged and managed sizes of an object can differ. For character types, the size is affected by the CharSet value applied to that class.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.