Bitmap for UWP
Read<T>(IntPtr) メソッド

C1.UWP.DX アセンブリ > C1.Util.DX 名前空間 > DXUtil クラス > Read メソッド : Read<T>(IntPtr) メソッド
Type of a data to read.
Memory location to read from.
Reads the specified T data from a memory location.
シンタックス
'宣言
 
Public Overloads Shared Function Read(Of T As {New, Struct})( _
   ByVal source As System.IntPtr _
) As T
public static T Read<T>( 
   System.IntPtr source
)
where T: new(), struct

パラメータ

source
Memory location to read from.

型パラメータ

T
Type of a data to read.

戻り値の型

The data read from the memory location.
参照

DXUtil クラス
DXUtil メンバ
オーバーロード一覧