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
C#
public class BytecodeProviderImpl : IBytecodeProvider
Visual C++
public ref class BytecodeProviderImpl : IBytecodeProvider
JavaScript
NHibernate.Bytecode.Lightweight.BytecodeProviderImpl = function();

Type.createClass(
	'NHibernate.Bytecode.Lightweight.BytecodeProviderImpl',
	null,
	NHibernate.Bytecode.IBytecodeProvider);

Remarks

Inheritance Hierarchy

System..::.Object
  NHibernate.Bytecode.Lightweight..::.BytecodeProviderImpl

See Also