Table of Contents

Class GM.Info.Script

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll

An object containing data about the currently running script. See more detail below.

[To("FirstCharToLowerCase")]
public static class GM.Info.Script
Inheritance
GM.Info.Script
Inherited Members

Properties

Description

Possibly empty string.

[To("FirstCharToLowerCase")]
public static string Description { get; set; }

Property Value

string

Excludes

Possibly empty array of strings.

[To("FirstCharToLowerCase")]
public static string[] Excludes { get; set; }

Property Value

string[]

Includes

Possibly empty array of strings.

[To("FirstCharToLowerCase")]
public static string[] Includes { get; set; }

Property Value

string[]

Matches

Possibly empty array of strings.

[To("FirstCharToLowerCase")]
public static string[] Matches { get; set; }

Property Value

string[]

Name

String.

[To("FirstCharToLowerCase")]
public static string Name { get; set; }

Property Value

string

Namespace_

Possibly empty string.

[Value("namespace")]
public static string Namespace_ { get; set; }

Property Value

string

Resources

An object keyed by resource name. Each value is an object with keys name and mimetype and url with string values.

[To("FirstCharToLowerCase")]
public static object? Resources { get; set; }

Property Value

object

RunAt

String.

[Value("run-at")]
public static string RunAt { get; set; }

Property Value

string

Version

Possibly empty string.

[To("FirstCharToLowerCase")]
public static string Version { get; set; }

Property Value

string