Generates a dynamic method which creates a new instance of type
when invoked.
Namespace: NHibernate.Bytecode.LightweightAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
protected virtual CreateInstanceInvoker CreateCreateInstanceMethod( Type type ) |
Visual Basic |
---|
Protected Overridable Function CreateCreateInstanceMethod ( _ type As Type _ ) As CreateInstanceInvoker |
Visual C++ |
---|
protected: virtual CreateInstanceInvoker^ CreateCreateInstanceMethod( Type^ type ) |
Parameters
- type
- Type: System..::..Type
[Missing <param name="type"/> documentation for "M:NHibernate.Bytecode.Lightweight.ReflectionOptimizer.CreateCreateInstanceMethod(System.Type)"]
Return Value
[Missing <returns> documentation for "M:NHibernate.Bytecode.Lightweight.ReflectionOptimizer.CreateCreateInstanceMethod(System.Type)"]