Свойство | Тип | Описание | |
---|---|---|---|
attributes | int | ||
customAttributes | dnlib.DotNet.CustomAttributeCollection | ||
implementation | IImplementation | ||
name | dnlib.DotNet.UTF8String | ||
offset | uint | ||
rid | uint |
Метод | Описание | |
---|---|---|
InitializeCustomAttributes ( ) : void |
Initializes customAttributes
|
Метод | Описание | |
---|---|---|
ModifyAttributes ( ManifestResourceAttributes andMask, ManifestResourceAttributes orMask ) : void |
Modify attributes property: attributes = (attributes & andMask) | orMask.
|
protected InitializeCustomAttributes ( ) : void | ||
Результат | void |
protected CustomAttributeCollection,dnlib.DotNet customAttributes | ||
Результат | dnlib.DotNet.CustomAttributeCollection |
protected IImplementation implementation | ||
Результат | IImplementation |