PublisherTypeDefinition Class

Contains all of the metadata associated with a Type that will be serialized to the disk.

Definition

Namespace: Gemstone.Diagnostics
Assembly: Gemstone.Diagnostics (in Gemstone.Diagnostics.dll) Version: 1.0.160 -- Release Build+be243f729b29892c480a7118a158cbdc9e45d5ee
public sealed class PublisherTypeDefinition : IEquatable<PublisherTypeDefinition>
Inheritance
Object    PublisherTypeDefinition
Implements
IEquatablePublisherTypeDefinition

Constructors

PublisherTypeDefinition(Stream) Loads a log messages from the supplied stream
PublisherTypeDefinition(Type) Creates a PublisherTypeDefinition by looking it up from .

Methods

Equals(Object) Determines whether the specified Object is equal to the current Object.
(Overrides ObjectEquals(Object))
Equals(PublisherTypeDefinition) Indicates whether the current object is equal to another object of the same type.
GetHashCode Serves as a hash function for a particular type.
(Overrides ObjectGetHashCode)
GetTypeGets the Type of the current instance.
(Inherited from Object)
Save Writes the log data to the stream
ToString Returns a string that represents the current object.
(Overrides ObjectToString)

Fields

AssemblyName The Assembly associated with LogPublisher that generated the message.
AssemblyVersion Gets the version number of the Assembly that this LogPublisher's type belongs to.
TypeName The Type associated with LogPublisher that generated the message.

See Also