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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.