InteropHelp
Class InteropHelp
Namespace: SwiftlyS2.Shared.SteamAPI
Assembly: SwiftlyS2.CS2.dll
public class InteropHelpInheritance
Inherited Members
- object.Equals(object?)
- object.Equals(object?, object?)
- object.GetHashCode()
- object.GetType()
- object.MemberwiseClone()
- object.ReferenceEquals(object?, object?)
- object.ToString()
Methods
ByteArrayToStringUTF8(byte[])
public static string ByteArrayToStringUTF8(byte[] buffer)Parameters
- buffer byte[]
Returns
PtrToStringUTF8(nint)
public static string PtrToStringUTF8(nint nativeUtf8)Parameters
- nativeUtf8 nint
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()