Microsoft.JScript.GlobalScope.GetProperties C# (CSharp) Méthode

GetProperties() public méthode

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