C# Class dnlib.DotNet.ManifestResourceMD

Created from a row in the ManifestResource table
Inheritance: ManifestResource, IMDTokenProviderMD
Afficher le fichier Open project: petterlopes/ConfuserEx

Méthodes publiques

Méthode Description
ManifestResourceMD ( ModuleDefMD readerModule, uint rid ) : dnlib.DotNet.MD

Constructor

Méthodes protégées

Méthode Description
InitializeCustomAttributes ( ) : void

Method Details

InitializeCustomAttributes() protected méthode

protected InitializeCustomAttributes ( ) : void
Résultat void

ManifestResourceMD() public méthode

Constructor
If is null If is invalid
public ManifestResourceMD ( ModuleDefMD readerModule, uint rid ) : dnlib.DotNet.MD
readerModule ModuleDefMD The module which contains this ManifestResource row
rid uint Row ID
Résultat dnlib.DotNet.MD