[mscorlib/getfolderpath] Special-case MacOS X.
[mono.git] / mcs / class / corlib / Documentation / en / System.Security.Permissions / IsolatedStorageFilePermissionAttribute.xml
1 <Type Name="IsolatedStorageFilePermissionAttribute" FullName="System.Security.Permissions.IsolatedStorageFilePermissionAttribute">
2   <TypeSignature Maintainer="auto" Language="C#" Value="public sealed class IsolatedStorageFilePermissionAttribute : System.Security.Permissions.IsolatedStoragePermissionAttribute" />
3   <AssemblyInfo>
4     <AssemblyName>mscorlib</AssemblyName>
5     <AssemblyPublicKey>[00 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00]</AssemblyPublicKey>
6     <AssemblyVersion>1.0.5000.0</AssemblyVersion>
7     <AssemblyVersion>2.0.0.0</AssemblyVersion>
8     <AssemblyVersion>4.0.0.0</AssemblyVersion>
9   </AssemblyInfo>
10   <ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the &lt;link location="node:gtk-sharp/programming/threads"&gt;Gtk# Thread Programming&lt;/link&gt; for details.</ThreadSafetyStatement>
11   <Base>
12     <BaseTypeName>System.Security.Permissions.IsolatedStoragePermissionAttribute</BaseTypeName>
13   </Base>
14   <Interfaces />
15   <Attributes>
16     <Attribute>
17       <AttributeName>System.AttributeUsage(System.AttributeTargets.Assembly | System.AttributeTargets.Class | System.AttributeTargets.Struct | System.AttributeTargets.Constructor | System.AttributeTargets.Method | System.AttributeTargets.All, AllowMultiple=true, Inherited=false)</AttributeName>
18     </Attribute>
19     <Attribute>
20       <AttributeName>System.Runtime.InteropServices.ComVisible(true)</AttributeName>
21     </Attribute>
22   </Attributes>
23   <Docs>
24     <summary>To be added</summary>
25     <remarks>To be added</remarks>
26   </Docs>
27   <Members>
28     <Member MemberName=".ctor">
29       <MemberSignature Language="C#" Value="public IsolatedStorageFilePermissionAttribute (System.Security.Permissions.SecurityAction action);" />
30       <MemberType>Constructor</MemberType>
31       <ReturnValue />
32       <Parameters>
33         <Parameter Name="action" Type="System.Security.Permissions.SecurityAction" />
34       </Parameters>
35       <Docs>
36         <param name="action">To be added: an object of type 'SecurityAction'</param>
37         <summary>To be added</summary>
38         <remarks>To be added</remarks>
39       </Docs>
40       <AssemblyInfo>
41         <AssemblyVersion>1.0.5000.0</AssemblyVersion>
42         <AssemblyVersion>2.0.0.0</AssemblyVersion>
43         <AssemblyVersion>4.0.0.0</AssemblyVersion>
44       </AssemblyInfo>
45     </Member>
46     <Member MemberName="CreatePermission">
47       <MemberSignature Language="C#" Value="public override System.Security.IPermission CreatePermission ();" />
48       <MemberType>Method</MemberType>
49       <ReturnValue>
50         <ReturnType>System.Security.IPermission</ReturnType>
51       </ReturnValue>
52       <Parameters />
53       <Docs>
54         <summary>To be added.</summary>
55         <returns>To be added.</returns>
56         <remarks>To be added.</remarks>
57       </Docs>
58       <AssemblyInfo>
59         <AssemblyVersion>1.0.5000.0</AssemblyVersion>
60         <AssemblyVersion>2.0.0.0</AssemblyVersion>
61         <AssemblyVersion>4.0.0.0</AssemblyVersion>
62       </AssemblyInfo>
63     </Member>
64   </Members>
65 </Type>