共用方式為


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>() 相同的值。

適用於