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
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
Namespace_
Possibly empty string.
[Value("namespace")]
public static string Namespace_ { get; set; }
Property Value
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
RunAt
String.
[Value("run-at")]
public static string RunAt { get; set; }
Property Value
Version
Possibly empty string.
[To("FirstCharToLowerCase")]
public static string Version { get; set; }