Factory that generate object based on IReflectionOptimizer needed to replace the use
of reflection.
Namespace:
NHibernate.Bytecode.Lightweight
Assembly:
NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Class BytecodeProviderImpl _
Implements IBytecodeProvider |
JavaScript |
---|
NHibernate.Bytecode.Lightweight.BytecodeProviderImpl = function();
Type.createClass(
'NHibernate.Bytecode.Lightweight.BytecodeProviderImpl',
null,
NHibernate.Bytecode.IBytecodeProvider); |
Remarks
Inheritance Hierarchy
See Also