Marshal.SizeOf Method
.NET Framework 3.0
Returns the unmanaged size, in bytes, of a class using Marshal.
| Name | Description |
|---|---|
| Marshal.SizeOf (Object) | Returns the unmanaged size of an object in bytes. Supported by the .NET Compact Framework. |
| Marshal.SizeOf (Type) | Returns the size of an unmanaged type in bytes. Supported by the .NET Compact Framework. |