示例#1
0
 private PSInvokeMemberBinder GetNonEnumeratingBinder()
 {
     return(PSInvokeMemberBinder.Get(base.Name, base.CallInfo, false, this._propertySetter, true, this._invocationConstraints));
 }
示例#2
0
 public static PSInvokeMemberBinder Get(string memberName, CallInfo callInfo, bool @static, bool propertySetter, PSMethodInvocationConstraints constraints)
 {
     return(PSInvokeMemberBinder.Get(memberName, callInfo, @static, propertySetter, false, constraints));
 }