BExplorer.Shell.Interop.NotifyInfos.NotifyInfos C# (CSharp) Метод

NotifyInfos() публичный Метод

public NotifyInfos ( ShellNotifications notification ) : System
notification ShellNotifications
Результат System
        public NotifyInfos(ShellNotifications.SHCNE notification) { Notification = notification; Item1 = IntPtr.Zero; Item2 = IntPtr.Zero; }
        public ShellNotifications.SHCNE Notification;
NotifyInfos