Space Engineers
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
VRage.Network.MySynchronizedTypeInfo Class Reference

Type descriptor for synchronized type. More...

Public Member Functions

 MySynchronizedTypeInfo (Type type, TypeId id, MySynchronizedTypeInfo baseType, bool isReplicated)
 

Static Public Member Functions

static int GetHashFromType (Type type)
 

Public Attributes

readonly Type Type
 
readonly TypeId TypeId
 
readonly int TypeHash
 
readonly string TypeName
 
readonly string FullTypeName
 
readonly bool IsReplicated
 
readonly MySynchronizedTypeInfo BaseType
 
readonly MyEventTable EventTable
 

Detailed Description

Type descriptor for synchronized type.

Definition at line 13 of file MySynchronizedTypeInfo.cs.

Constructor & Destructor Documentation

VRage.Network.MySynchronizedTypeInfo.MySynchronizedTypeInfo ( Type  type,
TypeId  id,
MySynchronizedTypeInfo  baseType,
bool  isReplicated 
)
inline

Definition at line 26 of file MySynchronizedTypeInfo.cs.

Member Function Documentation

static int VRage.Network.MySynchronizedTypeInfo.GetHashFromType ( Type  type)
inlinestatic

Definition at line 39 of file MySynchronizedTypeInfo.cs.

Member Data Documentation

readonly MySynchronizedTypeInfo VRage.Network.MySynchronizedTypeInfo.BaseType

Definition at line 22 of file MySynchronizedTypeInfo.cs.

readonly MyEventTable VRage.Network.MySynchronizedTypeInfo.EventTable

Definition at line 24 of file MySynchronizedTypeInfo.cs.

readonly string VRage.Network.MySynchronizedTypeInfo.FullTypeName

Definition at line 19 of file MySynchronizedTypeInfo.cs.

readonly bool VRage.Network.MySynchronizedTypeInfo.IsReplicated

Definition at line 20 of file MySynchronizedTypeInfo.cs.

readonly Type VRage.Network.MySynchronizedTypeInfo.Type

Definition at line 15 of file MySynchronizedTypeInfo.cs.

readonly int VRage.Network.MySynchronizedTypeInfo.TypeHash

Definition at line 17 of file MySynchronizedTypeInfo.cs.

readonly TypeId VRage.Network.MySynchronizedTypeInfo.TypeId

Definition at line 16 of file MySynchronizedTypeInfo.cs.

readonly string VRage.Network.MySynchronizedTypeInfo.TypeName

Definition at line 18 of file MySynchronizedTypeInfo.cs.


The documentation for this class was generated from the following file: