C# Class dnlib.NetCore.DotNet.FileDef

A high-level representation of a row in the File table
Inheritance: IHasCustomAttribute, IImplementation, IManagedEntryPoint
Datei anzeigen Open project: petterlopes/ConfuserEx Class Usage Examples

Protected Properties

Property Type Description
attributes int
customAttributes CustomAttributeCollection
hashValue byte[]
name UTF8String
rid uint

Public Methods

Method Description
ToString ( ) : string

Protected Methods

Method Description
InitializeCustomAttributes ( ) : void

Initializes customAttributes

Private Methods

Method Description
ModifyAttributes ( bool set, FileAttributes flags ) : void

Set or clear flags in attributes

Method Details

InitializeCustomAttributes() protected method

Initializes customAttributes
protected InitializeCustomAttributes ( ) : void
return void

ToString() public method

public ToString ( ) : string
return string

Property Details

attributes protected_oe property

Attributes
protected int attributes
return int

customAttributes protected_oe property

protected CustomAttributeCollection customAttributes
return CustomAttributeCollection

hashValue protected_oe property

protected byte[] hashValue
return byte[]

name protected_oe property

Name
protected UTF8String name
return UTF8String

rid protected_oe property

The row id in its table
protected uint rid
return uint