CodeLanguage Class

Summary

Coding Language(s) to scan
Assembly
Cake.CodeQL.Cli.dll
Namespace
Cake.CodeQL.Cli.Database
Base Types
  • Enum
graph BT Type-->Base0["Enum"] Type["CodeLanguage"] class Type type-node

Syntax

public sealed class CodeLanguage : Enum

Fields

Name Constant Value Summary
cpp 0
C++ programming langugage
static
csharp 1
C# programming language
static
go 2
Go programming language
static
java 3
Java programming language
static
javascript 4
Javascript (including TypeScript) programming lanaguage
static
python 5
Python programming language
static
ruby 6
Ruby programming language
static
value__

Extension Methods

Name Value Summary
Dump<CodeLanguage>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<CodeLanguage>(CodeLanguage[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<CodeLanguage>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<CodeLanguage>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<CodeLanguage>(string, string) T
Throws a System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ThrowIfNull<CodeLanguage>(string) T
Throws a System.ArgumentNullException if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin