Welcome to mirror list, hosted at ThFree Co, Russian Federation.

test-perm_fail-2.il « errors « ilasm « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 64d977383ef0d6c291eca8cc5554263058207538 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.assembly extern mscorlib
{
}
.assembly 'test-perm_fail-2'
{
}

  .class interface public auto ansi abstract foo
  {

    .method public virtual  hidebysig  newslot  abstract 
           instance default void abc ()  cil managed 
    {
	//reqopt allowed only for .assembly
	.permission reqopt [mscorlib]System.Security.Permissions.IsolatedStorageFilePermissionAttribute ("UsageAllowed"=[mscorlib]System.Security.Permissions.IsolatedStorageContainment (16))
    
    }
  }