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
[DebuggerNonUserCodeAttribute]
public uint ImageSize { get; set; }
public:
[DebuggerNonUserCodeAttribute]
property unsigned int ImageSize {
unsigned int get();
void set(unsigned int value);
}
[<DebuggerNonUserCodeAttribute>]
member ImageSize : uint32 with get, set
<DebuggerNonUserCodeAttribute>
Public Property ImageSize As UInteger
Property Value
Type: System.UInt32
The size, in bytes, of the compiled assembly.
See Also
CoverageDSPriv.ModuleRow Class
Microsoft.VisualStudio.Coverage.Analysis Namespace
Return to top