C# 클래스 dnlib.DotNet.ManifestResourceMD

Created from a row in the ManifestResource table
상속: ManifestResource, IMDTokenProviderMD
파일 보기 프로젝트 열기: petterlopes/ConfuserEx

공개 메소드들

메소드 설명
ManifestResourceMD ( ModuleDefMD readerModule, uint rid ) : dnlib.DotNet.MD

Constructor

보호된 메소드들

메소드 설명
InitializeCustomAttributes ( ) : void

메소드 상세

InitializeCustomAttributes() 보호된 메소드

protected InitializeCustomAttributes ( ) : void
리턴 void

ManifestResourceMD() 공개 메소드

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
리턴 dnlib.DotNet.MD