PowerShell Classes

suggest change

Versions

[{“Name”:“5.0”,“GroupName”:null}]

Introduction

A class is an extensible program-code-template for creating objects, providing initial values for state (member variables) and implementations of behavior (member functions or methods).A class is a blueprint for an object. It is used as a model to define the structure of objects. An object contains data that we access through properties and that we can work on using methods. PowerShell 5.0 added the ability to create your own classes.

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents