Click or drag to resize

GeneratorReference Class

Indirect reference to a generator via a name
Inheritance Hierarchy
SystemObject
  Demo3D.Common.RandomGeneratorReference

Namespace: Demo3D.Common.Random
Assembly: Demo3D.Common (in Demo3D.Common.dll) Version: 19.00.00
Syntax
C#
public class GeneratorReference

The GeneratorReference type exposes the following members.

Constructors
 NameDescription
Public methodGeneratorReferenceInitializes a new instance of the GeneratorReference class
Public methodGeneratorReference(String)Initializes a new instance of the GeneratorReference class
Top
Properties
 NameDescription
Public propertyStatic memberDefaultName 
Public propertyName 
Top
Methods
 NameDescription
Public methodGetStream 
Public methodRead 
Public methodToString
(Overrides ObjectToString)
Public methodWrite 
Top
See Also