'宣言 Public Overloads Shared Sub Write(Of T As {New, Struct})( _ ByVal destination As System.IntPtr, _ ByRef data As T _ )
public static void Write<T>( System.IntPtr destination, ref T data ) where T: new(), struct
パラメータ
- destination
- 書き込むメモリの場所。
- data
- 書き込むデータ。
型パラメータ
- T
- 書き込むデータのタイプ。
戻り値の型
宛先ポインタ + sizeof(T).