'宣言 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
- Memory location to write to.
- data
- The data to write.
型パラメータ
- T
- Type of a data to write.
戻り値の型
destination pointer + sizeof(T).