about_Type_Accelerators

KRÓTKI OPIS

Opisuje akceleratory typów dostępne dla klas platformy .NET Framework

Długi opis

Akceleratory typów to aliasy dla klas platformy .NET Framework. Umożliwiają one dostęp do określonych klas platformy .NET bez konieczności jawnego wpisywania całej nazwy klasy. Można na przykład skrócić klasę AliasAttribute z [System.Management.Automation.AliasAttribute] do [Alias].

Uwaga

Wszystkie akceleratory typów nadal muszą być opakowane w nawiasy kwadratowe([]).

Dostępne akceleratory typów

Akcelerator Pełna nazwa klasy
adsi System.DirectoryServices.DirectoryEntry
adsisearcher System.DirectoryServices.DirectorySearcher
Alias System.Management.Automation.AliasAttribute
AllowEmptyCollection System.Management.Automation.AllowEmptyCollectionAttribute
AllowEmptyString System.Management.Automation.AllowEmptyStringAttribute
AllowNull System.Management.Automation.AllowNullAttribute
ArgumentCompleter System.Management.Automation.ArgumentCompleterAttribute
ArgumentCompletions System.Management.Automation.ArgumentCompletionsAttribute
tablica System.array
bigint System.Numerics.BigInteger
bool System.Boolean
byte System.Byte
char System.char
cimclass Microsoft.Management.Infrastructure.CimClass
cimconverter Microsoft.Management.Infrastructure.CimConverter
ciminstance Microsoft.Management.Infrastructure.CimInstance
CimSession Microsoft.Management.Infrastructure.CimSession
cimtype Microsoft.Management.Infrastructure.CimType
Polecenie cmdletBinding System.Management.Automation.CmdletBindingAttribute
Cultureinfo System.globalization.cultureinfo
datetime System.datetime
decimal System.decimal
double System.double
DscLocalConfigurationManager System.Management.Automation.DscLocalConfigurationManagerAttribute
DscProperty System.Management.Automation.DscPropertyAttribute
DscResource System.Management.Automation.DscResourceAttribute
ExperimentAction System.Management.Automation.ExperimentAction
Eksperymentalne System.Management.Automation.ExperimentalAttribute
Eksperymentalnafeature System.Management.Automation.ExperimentalFeature
liczba zmiennoprzecinkowa System.Single
Identyfikator GUID System.guid
Hashtable System.Collections.Hashtable
initialsessionstate System.Management.Automation.Runspaces.InitialSessionState
int System.Int32
int16 System.Int16
int32 System.Int32
int64 System.Int64
Ipaddress System.Net.IPAddress
Ipendpoint System.Net.IPEndPoint
długi System.Int64
Mailaddress System.Net.Mail.MailAddress
Ciąg null System.Management.Automation.Language.NullString
Objectsecurity System.Security.AccessControl.ObjectSecurity
uporządkowany System.Collections.Specialized.OrderedDictionary
Outputtype System.Management.Automation.OutputTypeAttribute
Parametr System.Management.Automation.ParameterAttribute
Physicaladdress System.Net.NetworkInformation.PhysicalAddress
powershell System.Management.Automation.PowerShell
psaliasproperty System.Management.Automation.PSAliasProperty
pscredential System.Management.Automation.PSCredential
pscustomobject System.Management.Automation.PSObject
PSDefaultValue System.Management.Automation.PSDefaultValueAttribute
pslistmodifier System.Management.Automation.PSListModifier
psmoduleinfo System.Management.Automation.PSModuleInfo
psnoteproperty System.Management.Automation.PSNoteProperty
psobject System.Management.Automation.PSObject
psprimitivedictionary System.Management.Automation.PSPrimitiveDictionary
pspropertyexpression Microsoft.PowerShell.Commands.PSPropertyExpression
psscriptmethod System.Management.Automation.PSScriptMethod
psscriptproperty System.Management.Automation.PSScriptProperty
PSTypeNameAttribute System.Management.Automation.PSTypeNameAttribute
psvariable System.Management.Automation.PSVariable
psvariableproperty System.Management.Automation.PSVariableProperty
ref System.Management.Automation.PSReference
Regex System.Text.RegularExpressions.Regex
runspace System.Management.Automation.Runspaces.Runspaces
runspacefactory System.Management.Automation.Runspaces.RunspaceFactory
sbyte System.SByte
scriptblock System.Management.Automation.ScriptBlock
securestring System.Security.SecureString
semver System.Management.Automation.SemanticVersion
short System.Int16
single System.Single
string System.string
SupportsWildcards System.Management.Automation.SupportsWildcardsAttribute
switch System.Management.Automation.SwitchParameter
zakres czasu System.timespan
type System.type
uint System.UInt32
uint16 System.UInt16
uint32 System.UInt32
uint64 System.UInt64
ulong System.UInt64
uri System.uri
ushort System.UInt16
ValidateCount System.Management.Automation.ValidateCountAttribute
ValidateDrive System.Management.Automation.ValidateDriveAttribute
ValidateLength System.Management.Automation.ValidateLengthAttribute
ValidateNotNull System.Management.Automation.ValidateNotNullAttribute
ValidateNotNullOrEmpty System.Management.Automation.ValidateNotNullOrEmptyAttribute
ValidatePattern System.Management.Automation.ValidatePatternAttribute
ValidateRange System.Management.Automation.ValidateRangeAttribute
ValidateScript System.Management.Automation.ValidateScriptAttribute
ValidateSet System.Management.Automation.ValidateSetAttribute
ValidateTrustedData System.Management.Automation.ValidateTrustedDataAttribute
ValidateUserDrive System.Management.Automation.ValidateUserDriveAttribute
version System.Version
void System.Void
Symbol wieloznacznyPattern System.Management.Automation.WildcardPattern
Wmi System.Management.ManagementObject
wmiclass System.Management.ManagementClass
wmisearcher System.Management.ManagementObjectSearcher
X500distinguishedname System.Security.Cryptography.X509Certificates.X500DistinguishedName
X509certificate System.Security.Cryptography.X509Certificates.X509Certificate
xml System.xml.xmldocument