-
Notifications
You must be signed in to change notification settings - Fork 4
T_WolfCurses_TypeExtensions
Maxwolf edited this page Jan 2, 2016
·
1 revision
Helper class that deals with activating classes without using the actual activator class because that requires and empty parameterless constructor and we cannot always guarantee we will be able have one. Using these methods don't require a constructor to be used and furthermore the use of expressions to generate them ensures caching so penalty for type activation is only hit once on first instance creation.
System.Object
WolfCurses.TypeExtensions
Namespace: WolfCurses
Assembly: WolfCurses (in WolfCurses.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public static class TypeExtensionsSupported in: 0.1
WolfCurses API
Created by Ron 'Maxwolf' McDowell
Send comments on this topic to [ron.mcdowell@gmail.com](mailto:ron.mcdowell%40gmail.com?Subject=WolfCurses API)- Project Overview
- Namespace List
- ArrayExtensions
- AttributeExtensions
- EnumerableExtension
- Methods
- IModule
- InputManager
- ITick
- IWindow
- Module
- Randomizer
- SceneGraph
- SimulationApp
- StringExtensions
- TypeExtensions
- Window(TCommands, TData)
- WindowData
- WindowFactory
- WindowManager
- Control Namespace
- MarqueeBar
- TextProgress
- Form Namespaces
- Form Namespace
- Form(TData)
- FormFactory
- IForm Interface
- ParentWindowAttribute Class
- Form.Input Namespace
- DialogResponse Enumeration
- DialogType Enumeration
- InputForm(T) Class
- Menu Namespace
- IMenuChoice(T) Interface
- MenuChoice(T) Class