Main eDriven framework class
| C# | Visual Basic | Visual C++ |
public sealed class Framework
Public NotInheritable Class Framework
public ref class Framework sealed
| All Members | Constructors | Methods | Fields | ||
| Icon | Member | Description |
|---|---|---|
| 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) | (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.) |
| Object | |
| Framework | |