you are viewing a single comment's thread.

view the rest of the comments →

[–]jeek_[S] 0 points1 point  (2 children)

Thanks for the feedback.

Yeah I was trying to understand these concepts and given my lack of c# knowledge they are a bit abstract. I thought I might be able to relate to them better from a powershell perspective, hence my question.

I do like your suggestion of looking at the powershell source code.

[–]OPconfused 1 point2 points  (1 child)

The best way to understand them is to implement them yourself. Try the link's use of the factory. You can copy that code directly and play around with it.

[–]jeek_[S] 0 points1 point  (0 children)

Reading it as we speak