You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
public System.Management.Automation.PSEventSubscriber EventSubscriber { get { return default(System.Management.Automation.PSEventSubscriber); } internal set { } }
5525
5525
}
5526
5526
5527
-
public delegate void PSEventUnsubscribedEventHandler(object sender, System.Management.Automation.PSEventArgs e);
5527
+
public delegate void PSEventUnsubscribedEventHandler(object sender, System.Management.Automation.PSEventUnsubscribedEventArgs e);
5528
5528
5529
5529
[System.SerializableAttribute]
5530
5530
public class PSInvalidCastException : System.InvalidCastException, System.Management.Automation.IContainsErrorRecord {
0 commit comments