Table of Contents

Class SharedArrayBufferPrototype

Namespace
CSharpToJavaScript.APIs.JS.Ecma
Assembly
CSharpToJavaScript.dll
[To("FirstCharToLowerCase")]
public class SharedArrayBufferPrototype : FunctionPrototype
Inheritance
SharedArrayBufferPrototype
Derived
Inherited Members

Constructors

SharedArrayBufferPrototype()

public SharedArrayBufferPrototype()

Properties

ByteLength

public int ByteLength { get; }

Property Value

int

Methods

Slice(int, int)

public SharedArrayBuffer Slice(int start = 0, int end = 0)

Parameters

start int
end int

Returns

SharedArrayBuffer