IsDebugBuild Method
Definition
- Namespace
- Cuemon.Extensions.Reflection
- Assemblies
- Cuemon.Extensions.Reflection.dll
IsDebugBuild(Assembly)
Determines whether the specified assembly is a debug build.
public static bool IsDebugBuild(this Assembly assembly)
Parameters
assemblyAssemblyThe assembly to parse and determine whether it is a debug build or not.
Returns
- bool
trueif the specifiedassemblyis a debug build; otherwise,false.