< Back

Get-CULoadedClass

Sun Jan 19, 2020 6:23 pm

NAME Get-CULoadedClass



SYNOPSIS

Return all loaded classes in the current PSSession





SYNTAX

Get-CULoadedClass [[-ClassName] <String[]>] [<CommonParameters>]





DESCRIPTION

Return all loaded classes in the current PSSession





PARAMETERS

-ClassName <String[]>



Required? false

Position? 1

Default value *

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

String





OUTPUTS

ASTDocument





NOTES





General notes



-------------------------- EXAMPLE 1 --------------------------



PS C:\\><example usage>



Explanation of what the example does











RELATED LINKS