IInstalledExtension.SizeInBytes Property

The size of the InstallPath directory of the extension.

Namespace:  Microsoft.VisualStudio.ExtensionManager
Assembly:  Microsoft.VisualStudio.ExtensionManager (in Microsoft.VisualStudio.ExtensionManager.dll)

Syntax

'Declaration
ReadOnly Property SizeInBytes As ULong
    Get
ulong SizeInBytes { get; }
property unsigned long long SizeInBytes {
    unsigned long long get ();
}
abstract SizeInBytes : uint64
function get SizeInBytes () : ulong

Property Value

Type: System.UInt64
The number of bytes in the directory that is specified by the InstallPath property.

Remarks

Although this API supports the Extension Manager infrastructure, we recommend that you do not use it because it is subject to change.

.NET Framework Security

See Also

Reference

IInstalledExtension Interface

Microsoft.VisualStudio.ExtensionManager Namespace