System.Diagnostics.FileVersionInfo.IsDebug Property

Gets a value that specifies whether the file contains debugging information or is compiled with debugging features enabled.

Syntax

public bool IsDebug { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The System.Diagnostics.FileVersionInfo properties are based on version resource information built into the file. Version resources are often built into binary files such as .exe or .dll files; text files do not have version resource information.

Version resources are typically specified in a Win32 resource file, or in assembly attributes. The FileVersionInfo.IsDebug property reflects the VS_FF_DEBUG flag value in the file's VS_FIXEDFILEINFO block, which is built from the VERSIONINFO resource in a Win32 resource file. For more information about specifying version resources in a Win32 resource file, see the Platform SDK About Resource Files topic and VERSIONINFO Resource topic topics.

Requirements

Namespace: System.Diagnostics
Assembly: System (in System.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0