SafeBuffer.Read<T>(UInt64) 方法

定义

重要

此 API 不符合 CLS。

按指定的偏移量从内存中读取值类型。

public:
generic <typename T>
 where T : value class T Read(System::UInt64 byteOffset);
[System.CLSCompliant(false)]
public T Read<T> (ulong byteOffset) where T : struct;
[<System.CLSCompliant(false)>]
member this.Read : uint64 -> 'T (requires 'T : struct)
Public Function Read(Of T As Structure) (byteOffset As ULong) As T

类型参数

T

要读取的值类型。

参数

byteOffset
UInt64

从中读取值类型的位置。 可能必须考虑对齐问题。

返回

T

从内存中读取的值类型。

属性

例外

适用于

另请参阅