Table of Contents

Field LibrarySystemDrawing

Namespace
Alternet.Common
Assembly
Alternet.Common.v10.dll

Gets the 'System.Drawing.Common' assembly if it is loaded in the current application domain.

public static readonly Lazy<Assembly?> LibrarySystemDrawing

Returns

Lazy<Assembly>
Gets the 'System.Drawing.Common' assembly if it is loaded in the current application domain.

Remarks

Returns null if the 'System.Drawing.Common' assembly is not loaded or cannot be found.