In The Hand LtdIn The Hand
IsDebug Property
NamespacesInTheHand.DiagnosticsFileVersionInfoIsDebug
.NET Components for Mobility
Gets a value that specifies whether the file contains debugging information or is compiled with debugging features enabled.
Declaration Syntax
C#Visual Basic
public bool IsDebug { get; }
Public ReadOnly Property IsDebug As Boolean
	Get
Value
true if the file contains debugging information or is compiled with debugging features enabled; otherwise, false.
Remarks

The 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 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.

Assembly: InTheHand (Module: InTheHand) Version: 7.0.0.0