JSClassBuilder<T>.DefineStaticClass method
Creates a JS object that represents a static class. The object that represents the class has (static) properties, but is not a constructor function so it cannot be instantiated.
C#
public JSValue DefineStaticClass()
See Also
- struct JSValue
- class JSClassBuilder<T>
- namespace Microsoft.JavaScript.NodeApi.Interop