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.158 -- Release Build+99afb604a3213fce45692d9a55b9e5a5d4bade5b
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