MonoDeclSecurityEntry

this structure MUST be kept in synch with RuntimeDeclSecurityEntry * located in /mcs/class/corlib/System.Security/SecurityFrame.cs

extern (C) nothrow
struct MonoDeclSecurityEntry {}

Members

Variables

blob
char* blob;

pointer to metadata blob

index
uint index;
Undocumented in source.
size
uint size;

size of the metadata blob

Meta