Skip to content

Get-BluebirdPSAssemblyDetails

SYNOPSIS

Provides information on the enums and classes contained in the BluebirdPS.dll.

SYNTAX

Get-BluebirdPSAssemblyDetails

DESCRIPTION

Provides information on the enums and classes contained in the BluebirdPS.dll.

EXAMPLES

Example 1

PS > Get-BluebirdPSAssemblyDetails | Format-Table -Property Namespace,Name,BaseType,IsEnum
Namespace                          Name                                  MemberType IsEnum
---------                          ----                                  ---------- ------
BluebirdPS                         AccessLevel                             TypeInfo   True
BluebirdPS                         Authentication                          TypeInfo  False
BluebirdPS                         Configuration                           TypeInfo  False
BluebirdPS                         EndpointInfo                            TypeInfo  False
BluebirdPS                         ExpansionTypes                          TypeInfo   True
BluebirdPS                         Helpers                                 TypeInfo  False
BluebirdPS                         HttpMethod                              TypeInfo   True
BluebirdPS                         OAuthParameter                          TypeInfo  False
BluebirdPS                         OAuthVersion                            TypeInfo   True
BluebirdPS                         OutputType                              TypeInfo   True
BluebirdPS                         RateLimitAction                         TypeInfo   True
BluebirdPS                         ResponseData                            TypeInfo  False
BluebirdPS                         ResponseInfo                            TypeInfo  False
BluebirdPS                         TwitterAuthentication                   TypeInfo  False
BluebirdPS                         TwitterObject                           TypeInfo  False
BluebirdPS                         TwitterRequest                          TypeInfo  False
BluebirdPS.APIV1                   AccountSettings                         TypeInfo  False
BluebirdPS.APIV2                   ExpansionFields                         TypeInfo  False
BluebirdPS.APIV2                   ObjectFields                            TypeInfo  False
BluebirdPS.APIV2.ListInfo          List                                    TypeInfo  False
BluebirdPS.APIV2.TweetInfo         Tweet                                   TypeInfo  False
BluebirdPS.APIV2.UserInfo          User                                    TypeInfo  False
BluebirdPS.Exceptions              UnspecifiedException                    TypeInfo  False
BluebirdPS.Validation              ValidateObjectNotNullOrEmptyAttribute   TypeInfo  False

Display the requested properties for the assembly.

PARAMETERS

INPUTS

None

OUTPUTS

System.Reflection.TypeInfo

NOTES

Online Version