Table of Contents

IsDebugBuild Method

Definition

Namespace
Cuemon.Extensions.Reflection
Assemblies
Cuemon.Extensions.Reflection.dll
Source
src/Cuemon.Extensions.Reflection/AssemblyExtensions.cs

IsDebugBuild(Assembly)

Determines whether the specified assembly is a debug build.

public static bool IsDebugBuild(this Assembly assembly)

Parameters

assembly Assembly

The assembly to parse and determine whether it is a debug build or not.

Returns

bool

true if the specified assembly is a debug build; otherwise, false.