MonoDeclSecurityEntry

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

extern (C) nothrow
struct MonoDeclSecurityEntry {
char* blob;
}

Members

Variables

index
uint index;

size of the metadata blob

size
uint size;

pointer to metadata blob

Meta