Goblin - A Platform for 3D AR and VR Applications

Definition Members

Definition overview

Public Instance Constructors

Definition Constructor Initializes a new instance of the Definition class.

Public Instance Properties

FullName Gets the full name of the scope (namespace.class.member...).
Id 
Name Gets or sets the given name of the Definition.
Scope Gets or sets the scope of the definition.
SourceGraph Link to the defining element.
Type Link to the defining type. Actual types just return a ref to themselves.

Public Instance Methods

Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetHashCode Gets the hash of this defintion. The hash is made from the full path.
GetType (inherited from Object) Gets the Type of the current instance.
ToString 

Protected Instance Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

Definition Class | DDW.CSharp.SymbolTable Namespace