Click or drag to resize

PublisherTypeDefinition Class

Contains all of the metadata associated with a Type that will be serialized to the disk.
Inheritance Hierarchy
SystemObject
  GSF.DiagnosticsPublisherTypeDefinition

Namespace: GSF.Diagnostics
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.177-beta
Syntax
public sealed class PublisherTypeDefinition : IEquatable<PublisherTypeDefinition>
View Source

The PublisherTypeDefinition type exposes the following members.

Constructors
 NameDescription
Public methodPublisherTypeDefinition(Stream) Loads a log messages from the supplied stream
Public methodPublisherTypeDefinition(Type) Creates a PublisherTypeDefinition by looking it up from .
Top
Methods
 NameDescription
Public methodEquals(Object) Determines whether the specified Object is equal to the current Object.
(Overrides ObjectEquals(Object))
Public methodEquals(PublisherTypeDefinition) Indicates whether the current object is equal to another object of the same type.
Public methodGetHashCode Serves as a hash function for a particular type.
(Overrides ObjectGetHashCode)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodSave Writes the log data to the stream
Public methodToString Returns a string that represents the current object.
(Overrides ObjectToString)
Top
Fields
 NameDescription
Public fieldAssemblyName The Assembly associated with LogPublisher that generated the message.
Public fieldAssemblyVersion Gets the version number of the Assembly that this LogPublisher's type belongs to.
Public fieldRelatedTypes All related types such as interfaces/parent classes for the current type.
Public fieldTypeName The Type associated with LogPublisher that generated the message.
Top
Extension Methods
 NameDescription
Public Extension MethodGetEnumValueOrDefault Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Public Extension MethodGetEnumValueOrDefaultT Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Top
See Also