Click or drag to resize
DigitalRunePathKey3FWriter Class
Writes a PathKey3F to binary format.
Inheritance Hierarchy
SystemObject
  ContentTypeWriter
    ContentTypeWriterPathKey3F
      DigitalRune.Mathematics.Content.PipelinePathKey3FWriter

Namespace: DigitalRune.Mathematics.Content.Pipeline
Assembly: DigitalRune.Mathematics.Content.Pipeline (in DigitalRune.Mathematics.Content.Pipeline.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax
[ContentTypeWriterAttribute]
public class PathKey3FWriter : ContentTypeWriter<PathKey3F>

The PathKey3FWriter type exposes the following members.

Constructors
  NameDescription
Public methodPathKey3FWriter
Initializes a new instance of the PathKey3FWriter class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetRuntimeReader
Gets the assembly qualified name of the runtime loader for this type.
(Overrides ContentTypeWriter.GetRuntimeReader(TargetPlatform).)
Public methodGetRuntimeType
Gets the assembly qualified name of the runtime target type.
(Overrides ContentTypeWriter.GetRuntimeType(TargetPlatform).)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodInitialize (Inherited from ContentTypeWriter.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodShouldCompressContent (Inherited from ContentTypeWriter.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Protected methodWrite(ContentWriter, Object) (Inherited from ContentTypeWriterPathKey3F.)
Protected methodWrite(ContentWriter, PathKey3F)
Compiles a strongly typed object into binary format.
(Overrides ContentTypeWriter.Write(ContentWriter, UTP).)
Top
Properties
  NameDescription
Public propertyCanDeserializeIntoExistingObject (Inherited from ContentTypeWriter.)
Public propertyTargetType (Inherited from ContentTypeWriter.)
Public propertyTypeVersion (Inherited from ContentTypeWriter.)
Top
See Also