C# Class dnlib.DotNet.ManifestResource

Inheritance: IHasCustomAttribute, IHasCustomDebugInformation
显示文件 Open project: petterlopes/ConfuserEx Class Usage Examples

Protected Properties

Property Type Description
attributes int
customAttributes dnlib.DotNet.CustomAttributeCollection
implementation IImplementation
name dnlib.DotNet.UTF8String
offset uint
rid uint

Protected Methods

Method Description
InitializeCustomAttributes ( ) : void

Initializes customAttributes

Private Methods

Method Description
ModifyAttributes ( ManifestResourceAttributes andMask, ManifestResourceAttributes orMask ) : void

Modify attributes property: attributes = (attributes & andMask) | orMask.

Method Details

InitializeCustomAttributes() protected method

Initializes customAttributes
protected InitializeCustomAttributes ( ) : void
return void

Property Details

attributes protected_oe property

Attributes
protected int attributes
return int

customAttributes protected_oe property

protected CustomAttributeCollection,dnlib.DotNet customAttributes
return dnlib.DotNet.CustomAttributeCollection

implementation protected_oe property

protected IImplementation implementation
return IImplementation

name protected_oe property

Name
protected UTF8String,dnlib.DotNet name
return dnlib.DotNet.UTF8String

offset protected_oe property

protected uint offset
return uint

rid protected_oe property

The row id in its table
protected uint rid
return uint