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

Inheritance: VMSerializable
Mostra 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_oe property

public short[] Args
return short[]

Callback public_oe property

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

Callee public_oe property

public short Callee
return short

Cancelled public_oe property

public bool Cancelled
return bool

CheckRoutineID public_oe property

public ushort CheckRoutineID
return ushort

CodeOwnerGUID public_oe property

public uint CodeOwnerGUID
return uint

Flags public_oe property

public TTABFlags Flags
return TTABFlags

Flags2 public_oe property

public TSOFlags Flags2
return TSOFlags

IconOwner public_oe property

public short IconOwner
return short

InteractionNumber public_oe property

public int InteractionNumber
return int

Mode public_oe property

public VMQueueMode Mode
return VMQueueMode

Name public_oe property

public string Name
return string

Priority public_oe property

public short Priority
return short

RoutineID public_oe property

public ushort RoutineID
return ushort

StackObject public_oe property

public short StackObject
return short

UID public_oe property

public ushort UID
return ushort