See also:
NTier Windows Forms Framework Home
NTier Framework API reference

Namespace: PrivateTypeAccess
Assemblies:  NTier.Model.Entity (in NTier.Model.Entity.dll) Version: 1.0.0.0
  NTier.EntitySchemaImporterExtension (in NTier.EntitySchemaImporterExtension.dll) Version: 1.0.0.0
  NTier.EntityGenerator (in NTier.EntityGenerator.dll) Version: 1.0.0.0
  NTier.VSAddIn (in NTier.VSAddIn.dll) Version: 1.0.0.0
  NTier.VisualStudioWizards (in NTier.VisualStudioWizards.dll) Version: 1.0.0.0
  NTier.Model.Forms (in NTier.Model.Forms.dll) Version: 1.0.0.0
  NTier.Designer.Forms (in NTier.Designer.Forms.dll) Version: 1.0.0.0
  NTier.AppWizard.Generator (in NTier.AppWizard.Generator.dll) Version: 1.0.0.0
  NTier.AppWizard.Forms (in NTier.AppWizard.Forms.dll) Version: 1.0.0.0
  NTier.Actions (in NTier.Actions.dll) Version: 1.0.0.0
  NTier.Designer (in NTier.Designer.dll) Version: 1.0.0.0
  NTier.Design (in NTier.Design.dll) Version: 1.0.0.0
  NTier.AppWizard.Model (in NTier.AppWizard.Model.dll) Version: 1.0.0.0

Syntax

C#
public static Delegate CreateDelegate(
	Type type,
	Object firstArgument,
	MethodInfo method,
	bool throwOnBindFailure
)
Visual Basic
Public Shared Function CreateDelegate ( 
	type As Type,
	firstArgument As Object,
	method As MethodInfo,
	throwOnBindFailure As Boolean
) As Delegate
Visual C++
public:
static Delegate^ CreateDelegate(
	Type^ type, 
	Object^ firstArgument, 
	MethodInfo^ method, 
	bool throwOnBindFailure
)

Parameters

type
Type: System..::..Type
firstArgument
Type: System..::..Object
method
Type: System.Reflection..::..MethodInfo
throwOnBindFailure
Type: System..::..Boolean

Return Value

Type: Delegate

See Also