System.Management.Automation.CommandProcessor.ProcessObject C# (CSharp) 메소드

ProcessObject() 개인적인 메소드

private ProcessObject ( object inObject ) : void
inObject object
리턴 void
        internal void ProcessObject(object inObject)
        {
            /*
            PSObject inPsObject = null;
            if (inputObject != null)
            {
                inPsObject = PSObject.AsPSObject(inObject);
            }
            */
        }