コード例 #1
0
        protected override void ProcessRecord()
        {
            this.CheckCmdletParameters();

            TamsGetMemorySnapshotCommand command =
                new TamsGetMemorySnapshotCommand(this);
            command.Execute();
        }
コード例 #2
0
        protected override void ProcessRecord()
        {
            CheckCmdletParameters();

            TamsGetMemorySnapshotCommand command =
                new TamsGetMemorySnapshotCommand(this);

            command.Execute();
        }