Share via


DatabaseModule.ImageSize Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Gets the size, in bytes, of the compiled assembly for the module. This class and its members are reserved for internal use and are not intended to be used in your code.

Namespace:  Microsoft.VisualStudio.Coverage.Analysis.Database
Assembly:  Microsoft.VisualStudio.Coverage.Analysis (in Microsoft.VisualStudio.Coverage.Analysis.dll)

Syntax

'Declaration
Public ReadOnly Property ImageSize As UInteger
public uint ImageSize { get; }
public:
virtual property unsigned int ImageSize {
    unsigned int get () sealed;
}
abstract ImageSize : uint32 with get 
override ImageSize : uint32 with get
final function get ImageSize () : uint

Property Value

Type: UInt32
The size, in bytes, of the compiled assembly for the module.

Implements

ICoverageModule.ImageSize

.NET Framework Security

See Also

Reference

DatabaseModule Class

Microsoft.VisualStudio.Coverage.Analysis.Database Namespace