SchemaUntypedField
Class SchemaUntypedField
Namespace: SwiftlyS2.Shared.Schemas
Assembly: SwiftlyS2.CS2.dll
public class SchemaUntypedField : ISchemaClass<SchemaUntypedField>, ISchemaField, ISchemaClass, INativeHandleInheritance
Implements
Inherited Members
- object.Equals(object?)
- object.Equals(object?, object?)
- object.GetHashCode()
- object.GetType()
- object.MemberwiseClone()
- object.ReferenceEquals(object?, object?)
- object.ToString()
Constructors
SchemaUntypedField(nint)
public SchemaUntypedField(nint handle)Parameters
- handle nint
Properties
Address
Dangerous method to get the memory address of the object
public nint Address { get; }Property Value
IsValid
Return whether a handle is valid. Still might be dangerous for some pointer that borrowed from game instead of allocated by ourselves.
public bool IsValid { get; }Property Value
Methods
From(nint)
public static SchemaUntypedField From(nint handle)Parameters
- handle nint
Returns