Skip to content

ContentFactory

Public Class

Inheritance Hierarchy

System.Object
Rhino.Render.DataSources.ContentFactory

Namespace: Rhino.Render.DataSources

Assembly: RhinoCommon (in RhinoCommon.dll)

Syntax

public class ContentFactory : IDisposable

The ContentFactory type exposes the following members.

Constructors

Name

Description


Public Method

Initializes a new instance of the ContentFactory class


Properties

Name

Description


Public Property

Methods

Name

Description


Public Method

Public Method

Releases all resources used by the ContentFactory


Public Method

Equals

Determines whether the specified object is equal to the current object.

(Inherited from Object.)


Protected Method

(Overrides Object.Finalize..)


Public Method

GetHashCode

Serves as the default hash function.

(Inherited from Object.)


Public Method

GetType

Gets the Type of the current instance.

(Inherited from Object.)


Public Method

Protected Method

MemberwiseClone

Creates a shallow copy of the current Object.

(Inherited from Object.)


Public Method

New Content returns a new content, which is Initialized with the Initialize() function. The content should be unitilized after use with the Unitialize function.


Public Method

ToString

Returns a string that represents the current object.

(Inherited from Object.)