SwiftlyS2

InteropHelp

Class InteropHelp

Namespace: SwiftlyS2.Shared.SteamAPI

Assembly: SwiftlyS2.CS2.dll

public class InteropHelp

Inheritance

Inherited Members

Methods

ByteArrayToStringUTF8(byte[])

public static string ByteArrayToStringUTF8(byte[] buffer)
Parameters
Returns

PtrToStringUTF8(nint)

public static string PtrToStringUTF8(nint nativeUtf8)
Parameters
Returns

StringToByteArrayUTF8(string, byte[], int)

public static void StringToByteArrayUTF8(string str, byte[] outArrayBuffer, int outArrayBufferSize)
Parameters

TestIfAvailableClient()

public static void TestIfAvailableClient()

TestIfAvailableGameServer()

public static void TestIfAvailableGameServer()

TestIfPlatformSupported()

public static void TestIfPlatformSupported()

On this page