C# Class dnlib.NetCore.DotNet.FileDefUser

A File row created by the user and not present in the original .NET file
Inheritance: FileDef
Exibir arquivo Open project: petterlopes/ConfuserEx

Public Methods

Method Description
FileDefUser ( ) : dnlib.NetCore.DotNet.MD

Default constructor

FileDefUser ( dnlib.NetCore.DotNet.UTF8String name, FileAttributes flags, Array hashValue ) : dnlib.NetCore.DotNet.MD

Constructor

Method Details

FileDefUser() public method

Default constructor
public FileDefUser ( ) : dnlib.NetCore.DotNet.MD
return dnlib.NetCore.DotNet.MD

FileDefUser() public method

Constructor
public FileDefUser ( dnlib.NetCore.DotNet.UTF8String name, FileAttributes flags, Array hashValue ) : dnlib.NetCore.DotNet.MD
name dnlib.NetCore.DotNet.UTF8String Name of file
flags FileAttributes Flags
hashValue Array File hash
return dnlib.NetCore.DotNet.MD