scripts
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
using System;
|
||||
using System.Reflection;
|
||||
|
||||
namespace System.Security
|
||||
{
|
||||
// Token: 0x020005D1 RID: 1489
|
||||
internal class RuntimeSecurityFrame
|
||||
{
|
||||
// Token: 0x04001648 RID: 5704
|
||||
public AppDomain domain;
|
||||
|
||||
// Token: 0x04001649 RID: 5705
|
||||
public MethodInfo method;
|
||||
|
||||
// Token: 0x0400164A RID: 5706
|
||||
public RuntimeDeclSecurityEntry assert;
|
||||
|
||||
// Token: 0x0400164B RID: 5707
|
||||
public RuntimeDeclSecurityEntry deny;
|
||||
|
||||
// Token: 0x0400164C RID: 5708
|
||||
public RuntimeDeclSecurityEntry permitonly;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user