C# Class Inazuma.Mono.Cecil.LinkedResource

Inheritance: Resource
Mostrar archivo Open project: mayuki/Inazuma

Public Methods

Method Description
LinkedResource ( string name, ManifestResourceAttributes flags )
LinkedResource ( string name, ManifestResourceAttributes flags, string file )

Method Details

LinkedResource() public method

public LinkedResource ( string name, ManifestResourceAttributes flags )
name string
flags ManifestResourceAttributes

LinkedResource() public method

public LinkedResource ( string name, ManifestResourceAttributes flags, string file )
name string
flags ManifestResourceAttributes
file string