RuntimeHelpers.SizeOf(RuntimeTypeHandle) 方法

定义

获取给定类型的对象的大小。

public:
 static int SizeOf(RuntimeTypeHandle type);
public static int SizeOf (RuntimeTypeHandle type);
static member SizeOf : RuntimeTypeHandle -> int
Public Shared Function SizeOf (type As RuntimeTypeHandle) As Integer

参数

type
RuntimeTypeHandle

要获取其大小的类型。

返回

类型的实例的大小。

例外

传入类型不是获取其大小的有效类型。

注解

此 API 返回与 type 表示的类型 SizeOf<T>() 相同的值。

适用于