Class LifeCycleEventCapture
Inheritance
System.Object
LifeCycleEventCapture
Implements
Google.Protobuf.IMessage<LifeCycleEventCapture>
Google.Protobuf.IMessage
System.IEquatable<LifeCycleEventCapture>
Google.Protobuf.IDeepCloneable<LifeCycleEventCapture>
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: RecordAndPlay.Transport
Assembly: RecordAndPlay.dll
Syntax
public sealed class LifeCycleEventCapture : IMessage<LifeCycleEventCapture>, IMessage, IEquatable<LifeCycleEventCapture>, IDeepCloneable<LifeCycleEventCapture>
Constructors
LifeCycleEventCapture()
Declaration
public LifeCycleEventCapture()
LifeCycleEventCapture(LifeCycleEventCapture)
Declaration
public LifeCycleEventCapture(LifeCycleEventCapture other)
Parameters
Type | Name | Description |
---|---|---|
LifeCycleEventCapture | other |
Fields
TimeFieldNumber
Field number for the "time" field.
Declaration
public const int TimeFieldNumber = 1
Field Value
Type | Description |
---|---|
System.Int32 |
TypeFieldNumber
Field number for the "type" field.
Declaration
public const int TypeFieldNumber = 2
Field Value
Type | Description |
---|---|
System.Int32 |
Properties
Descriptor
Declaration
public static MessageDescriptor Descriptor { get; }
Property Value
Type | Description |
---|---|
Google.Protobuf.Reflection.MessageDescriptor |
Parser
Declaration
public static MessageParser<LifeCycleEventCapture> Parser { get; }
Property Value
Type | Description |
---|---|
Google.Protobuf.MessageParser<LifeCycleEventCapture> |
Time
Declaration
public float Time { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
Type
Declaration
public EnumLifeType Type { get; set; }
Property Value
Type | Description |
---|---|
EnumLifeType |
Methods
CalculateSize()
Declaration
public int CalculateSize()
Returns
Type | Description |
---|---|
System.Int32 |
Clone()
Declaration
public LifeCycleEventCapture Clone()
Returns
Type | Description |
---|---|
LifeCycleEventCapture |
Equals(LifeCycleEventCapture)
Declaration
public bool Equals(LifeCycleEventCapture other)
Parameters
Type | Name | Description |
---|---|---|
LifeCycleEventCapture | other |
Returns
Type | Description |
---|---|
System.Boolean |
Equals(Object)
Declaration
public override bool Equals(object other)
Parameters
Type | Name | Description |
---|---|---|
System.Object | other |
Returns
Type | Description |
---|---|
System.Boolean |
Overrides
System.Object.Equals(System.Object)
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System.Int32 |
Overrides
System.Object.GetHashCode()
MergeFrom(CodedInputStream)
Declaration
public void MergeFrom(CodedInputStream input)
Parameters
Type | Name | Description |
---|---|---|
Google.Protobuf.CodedInputStream | input |
MergeFrom(LifeCycleEventCapture)
Declaration
public void MergeFrom(LifeCycleEventCapture other)
Parameters
Type | Name | Description |
---|---|---|
LifeCycleEventCapture | other |
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()
WriteTo(CodedOutputStream)
Declaration
public void WriteTo(CodedOutputStream output)
Parameters
Type | Name | Description |
---|---|---|
Google.Protobuf.CodedOutputStream | output |
Explicit Interface Implementations
IMessage.Descriptor
Declaration
MessageDescriptor IMessage.Descriptor { get; }
Returns
Type | Description |
---|---|
Google.Protobuf.Reflection.MessageDescriptor |
Implements
Google.Protobuf.IMessage<T>
Google.Protobuf.IMessage
System.IEquatable<T>
Google.Protobuf.IDeepCloneable<T>