次の方法で共有


FileStreamReader.ReadByte(Int64, Boolean, Boolean, Byte) メソッド

定義

public:
 virtual int ReadByte(long i64Offset, bool bSkipValue, bool % IsNull, System::Byte % bVal);
public int ReadByte (long i64Offset, bool bSkipValue, ref bool IsNull, ref byte bVal);
abstract member ReadByte : int64 * bool * bool * byte -> int
override this.ReadByte : int64 * bool * bool * byte -> int
Public Function ReadByte (i64Offset As Long, bSkipValue As Boolean, ByRef IsNull As Boolean, ByRef bVal As Byte) As Integer

パラメーター

i64Offset
Int64
bSkipValue
Boolean
IsNull
Boolean
bVal
Byte

戻り値

実装

適用対象