FileStreamWriter.ReadLength(Int64, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
virtual int ReadLength(long i64Offset, [Runtime::InteropServices::Out] int % iLen);
public int ReadLength (long i64Offset, out int iLen);
abstract member ReadLength : int64 * int -> int
override this.ReadLength : int64 * int -> int
Public Function ReadLength (i64Offset As Long, ByRef iLen As Integer) As Integer
Parameters
- i64Offset
- Int64
- iLen
- Int32