|
accessing the extended type system from C# say i create a pipeline and run "dir c:\". i get returned a
Collection<PSobject> . from this i can get the baseobject for whether
its a fileinfo or directoryinfo etc.. however how can i get the
extended type system properties.. i.e the PSdrive, PSiscontainer etc
etc?
Karl |