码迷,mamicode.com
首页 > 系统相关 > 详细

Powershell变量的类型

时间:2015-05-08 19:59:39      阅读:127      评论:0      收藏:0      [点我收藏+]

标签:

Powershell 默认支持的.NET类型如下:
 
[order],
[pscustomobject],
[array],
[bool],
[byte],
[char],
[datetime],
[decimal],
[double],
[guid],
[hashtable],
[int16],
[int32],
[int],
[int64],
[long],
[nullable],
[psobject],
[regex],
[sbyte].
[scriptblock],
[single],
[float],
[string],
[switch],
[timespan],
[type],
[uint16],
[uint32],
[uint64],
[XML]

Powershell变量的类型

标签:

原文地址:http://www.cnblogs.com/IvanChen/p/4488519.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!