DatabaseModule.ImageSize Property
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
public uint ImageSize { get; }
public:
property unsigned int ImageSize {
virtual unsigned int get() sealed;
}
abstract ImageSize : uint32 with get
override ImageSize : uint32 with get
Public ReadOnly Property ImageSize As UInteger
Property Value
Type: System.UInt32
The size, in bytes, of the compiled assembly for the module.
Implements
See Also
DatabaseModule Class
Microsoft.VisualStudio.Coverage.Analysis.Database Namespace
Return to top