Microsoft.JScript.GlobalScope.IExpando C# (CSharp) 메소드

IExpando() 개인적인 메소드

private IExpando ( String name, Delegate method ) : MethodInfo
name String
method System.Delegate
리턴 System.Reflection.MethodInfo
      MethodInfo IExpando.AddMethod(String name, Delegate method){
        return null;
      }

Same methods

GlobalScope::IExpando ( String name ) : PropertyInfo
GlobalScope::IExpando ( MemberInfo m ) : void