IFileInfo.Length Property

The length of the file in bytes, or -1 for a directory info

Namespace:  Microsoft.Owin.FileSystems
Assembly:  Microsoft.Owin.FileSystems (in Microsoft.Owin.FileSystems.dll)

Syntax

'Declaration
ReadOnly Property Length As Long 
    Get
'Usage
Dim instance As IFileInfo 
Dim value As Long 

value = instance.Length
long Length { get; }
property long long Length {
    long long get ();
}
abstract Length : int64
function get Length () : long

Property Value

Type: System.Int64
Returns Int64.

See Also

Reference

IFileInfo Interface

Microsoft.Owin.FileSystems Namespace