首页 > 系统服务 > 详细

Powershell变量的类型

时间:2015-05-08 19:59:07      阅读:275      评论: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
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!