A IBytecodeProvider implementation that returns nullNothingnullptra null reference (Nothing in Visual Basic), disabling reflection optimization.

Namespace:  NHibernate.Bytecode
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public Class NullBytecodeProvider _
	Implements IBytecodeProvider
C#
public class NullBytecodeProvider : IBytecodeProvider
Visual C++
public ref class NullBytecodeProvider : IBytecodeProvider
JavaScript
NHibernate.Bytecode.NullBytecodeProvider = function();

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

Inheritance Hierarchy

System..::.Object
  NHibernate.Bytecode..::.NullBytecodeProvider

See Also