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