Microsoft.JScript.JSConstructor.GetConstructorInfo C# (CSharp) Method

GetConstructorInfo() private method

private GetConstructorInfo ( CompilerGlobals compilerGlobals ) : ConstructorInfo
compilerGlobals CompilerGlobals
return System.Reflection.ConstructorInfo
      internal ConstructorInfo GetConstructorInfo(CompilerGlobals compilerGlobals){
        return this.cons.GetConstructorInfo(compilerGlobals);
      }