Share via


CoverageDSPriv.ModuleRow.ImageSize Property

Gets or sets the size, in bytes, of the compiled assembly for the corresponding 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
Assembly:  Microsoft.VisualStudio.Coverage.Analysis (in Microsoft.VisualStudio.Coverage.Analysis.dll)

Syntax

'Declaration
Public Property ImageSize As UInteger
public uint ImageSize { get; set; }
public:
property unsigned int ImageSize {
    unsigned int get ();
    void set (unsigned int value);
}
member ImageSize : uint32 with get, set
function get ImageSize () : uint 
function set ImageSize (value : uint)

Property Value

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

.NET Framework Security

See Also

Reference

CoverageDSPriv.ModuleRow Class

Microsoft.VisualStudio.Coverage.Analysis Namespace