forked from sergey-s-betke/ITG.WinAPI.UrlMon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ITG.WinAPI.UrlMon.Types.ps1xml
33 lines (33 loc) · 1.05 KB
/
ITG.WinAPI.UrlMon.Types.ps1xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<?xml version="1.0" encoding="utf-8" ?>
<Types>
<Type>
<Name>System.IO.FileInfo</Name>
<Members>
<ScriptProperty>
<Name>ContentType</Name>
<GetScriptBlock>
Get-MIME -Path $this;
</GetScriptBlock>
</ScriptProperty>
<AliasProperty>
<Name>MIMEContentType</Name>
<ReferencedMemberName>ContentType</ReferencedMemberName>
</AliasProperty>
<!--
<MemberSet>
<Name>PSStandardMembers</Name>
<Members>
<PropertySet>
<Name>DefaultDisplayPropertySet</Name>
<ReferencedProperties>
<Name>LastWriteTime</Name>
<Name>Length</Name>
<Name>Name</Name>
</ReferencedProperties>
</PropertySet>
</Members>
</MemberSet>
-->
</Members>
</Type>
</Types>