SwiftlyS2

CString

Struct CString

Namespace: SwiftlyS2.Shared.Natives

Assembly: SwiftlyS2.CS2.dll

Wrapper class for native char*.

public struct CString

Inherited Members

Properties

Value

public string Value { get; set; }
Property Value

Operators

implicit operator string(CString)

public static implicit operator string(CString str)
Parameters
Returns

implicit operator CString(string)

public static implicit operator CString(string str)
Parameters
Returns

On this page