C# Class FSO.SimAntics.Marshals.Threads.VMQueuedActionMarshal

Inheritance: VMSerializable
Show file Open project: RHY3756547/FreeSO Class Usage Examples

Public Properties

Property Type Description
Args short[]
Callback VMActionCallbackMarshal
Callee short
Cancelled bool
CheckRoutineID ushort
CodeOwnerGUID uint
Flags TTABFlags
Flags2 TSOFlags
IconOwner short
InteractionNumber int
Mode VMQueueMode
Name string
Priority short
RoutineID ushort
StackObject short
UID ushort

Public Methods

Method Description
Deserialize ( BinaryReader reader ) : void
SerializeInto ( BinaryWriter writer ) : void

Method Details

Deserialize() public method

public Deserialize ( BinaryReader reader ) : void
reader BinaryReader
return void

SerializeInto() public method

public SerializeInto ( BinaryWriter writer ) : void
writer BinaryWriter
return void

Property Details

Args public property

public short[] Args
return short[]

Callback public property

public VMActionCallbackMarshal,FSO.SimAntics.Marshals.Threads Callback
return VMActionCallbackMarshal

Callee public property

public short Callee
return short

Cancelled public property

public bool Cancelled
return bool

CheckRoutineID public property

public ushort CheckRoutineID
return ushort

CodeOwnerGUID public property

public uint CodeOwnerGUID
return uint

Flags public property

public TTABFlags Flags
return TTABFlags

Flags2 public property

public TSOFlags Flags2
return TSOFlags

IconOwner public property

public short IconOwner
return short

InteractionNumber public property

public int InteractionNumber
return int

Mode public property

public VMQueueMode Mode
return VMQueueMode

Name public property

public string Name
return string

Priority public property

public short Priority
return short

RoutineID public property

public ushort RoutineID
return ushort

StackObject public property

public short StackObject
return short

UID public property

public ushort UID
return ushort