public sealed class PublisherTypeDefinition : IEquatable<PublisherTypeDefinition>
Public NotInheritable Class PublisherTypeDefinition
Implements IEquatable(Of PublisherTypeDefinition)
public ref class PublisherTypeDefinition sealed : IEquatable<PublisherTypeDefinition^>
Gemstone.Diagnostics.PublisherTypeDefinition = function();
Type.createClass(
'Gemstone.Diagnostics.PublisherTypeDefinition',
null,
IEquatable`1);
PublisherTypeDefinition(Stream) | Loads a log messages from the supplied stream |
PublisherTypeDefinition(Type) | Creates a PublisherTypeDefinition by looking it up from . |
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) |
GetType | Gets 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) |
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. |