Space Engineers
Classes | Functions
Package ProtoBuf.Meta

Classes

class  AttributeMap
 
class  BasicList
 
class  CallbackSet
 Represents the set of serialization callbacks to be used when serializing/deserializing a type. More...
 
class  LockContentedEventArgs
 Contains the stack-trace of the owning code when a lock-contention scenario is detected More...
 
class  MetaType
 Represents a type at runtime for use with protobuf, allowing the field mappings (etc) to be defined More...
 
class  MutableList
 
class  RuntimeTypeModel
 Provides protobuf serialization support for a number of types that can be defined at runtime More...
 
class  SubType
 Represents an inherited type in a type hierarchy. More...
 
class  TypeFormatEventArgs
 Event arguments needed to perform type-formatting functions; this could be resolving a Type to a string suitable for serialization, or could be requesting a Type from a string. If no changes are made, a default implementation will be used (from the assembly-qualified names). More...
 
class  TypeModel
 Provides protobuf serialization support for a number of types More...
 
class  ValueMember
 Represents a member (property/field) that is mapped to a protobuf field More...
 

Functions

delegate void LockContentedEventHandler (object sender, LockContentedEventArgs args)
 Event-type that is raised when a lock-contention scenario is detected More...
 
delegate void TypeFormatEventHandler (object sender, TypeFormatEventArgs args)
 Delegate type used to perform type-formatting functions; the sender originates as the type-model. More...
 

Function Documentation

delegate void ProtoBuf.Meta.LockContentedEventHandler ( object  sender,
LockContentedEventArgs  args 
)

Event-type that is raised when a lock-contention scenario is detected

delegate void ProtoBuf.Meta.TypeFormatEventHandler ( object  sender,
TypeFormatEventArgs  args 
)

Delegate type used to perform type-formatting functions; the sender originates as the type-model.