C# Class Girl.PEAnalyzer.DeclSecurityTable

The rows of the DeclSecurity table are filled by attaching a .permission or .permissionset directive that specifies the Action and PermissionSet on a parent assembly (see Section 6.6) or parent type or method (see Section 9.2).
Inheritance: TableBase
ファイルを表示 Open project: higepon/mona

Public Properties

Property Type Description
Action short
Parent int
PermissionSet int

Public Methods

Method Description
DeclSecurityTable ( ) : System
GetInfos ( StringBuilder sb ) : void
ReadData ( byte data, int offset ) : void

Method Details

DeclSecurityTable() public method

public DeclSecurityTable ( ) : System
return System

GetInfos() public method

public GetInfos ( StringBuilder sb ) : void
sb StringBuilder
return void

ReadData() public method

public ReadData ( byte data, int offset ) : void
data byte
offset int
return void

Property Details

Action public_oe property

2 byte value
public short Action
return short

Parent public_oe property

index into the TypeDef, MethodDef or Assembly table
public int Parent
return int

PermissionSet public_oe property

index into Blob heap
public int PermissionSet
return int