Microsoft.JScript.GlobalScope.GetProperties C# (CSharp) Method

GetProperties() public method

public GetProperties ( BindingFlags bindingAttr ) : System.Reflection.PropertyInfo[]
bindingAttr BindingFlags
return System.Reflection.PropertyInfo[]
      public override PropertyInfo[] GetProperties(BindingFlags bindingAttr){
        return base.GetProperties(bindingAttr | BindingFlags.DeclaredOnly);
      }