eDriven Framework API
Framework Class
NamespaceseDriven.CoreFramework
eDriven Framework API
Main eDriven framework class
Declaration Syntax
C#Visual BasicVisual C++
public sealed class Framework
Public NotInheritable Class Framework
public ref class Framework sealed
Members
All MembersConstructorsMethodsFields



IconMemberDescription
Framework()()()()
Initializes a new instance of the Framework class

CreateComponent<(Of <<'(T>)>>)(Boolean)
Creates a component and sticks it to the framework object If the framework object has not been created, it is being created now

DebugMode
Debug mode on

EnableInfoMessages
Do not write onfo messages to log

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()()
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
FrameworkObjectName
The name of the auto-generated framework object

FrameworkObjectParent
Parent object for the auto-generated framework object

GetComponent<(Of <<'(T>)>>)(Boolean)
Gets the component by its type

GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
LoadLevel(Int32)
LoadLevelAdditive(Int32)
LoadLevelAdditive(Int32, Boolean)
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
Inheritance Hierarchy
Object
Framework

Assembly: eDriven.Core (Module: eDriven.Core) Version: 2.0.1.0 (2.0.1.0)