NevronOpenVision
Nevron.Nov Namespace / NReflectionService Class / GetConstructor Method
GetConstructor Method
Returns the constructor info which matches the given binding attributes and parameter types or null if no such constructor is found.
Syntax
public virtual System.Reflection.ConstructorInfo GetConstructor( 
   System.Type type,
   System.Reflection.BindingFlags bindingAttr,
   params System.Type[] types
)

Parameters

type
bindingAttr
types
Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

See Also