Table of Contents

Class FileContentNeededEventArgs

Namespace
Tlumach
Assembly
Tlumach.dll

Contains the arguments of the FileContentsNeeded event.

public class FileContentNeededEventArgs : EventArgs
Inheritance
FileContentNeededEventArgs
Inherited Members

Properties

Assembly

An optional assembly from which the file is supposed to be loaded as known to the translation unit.

public Assembly? Assembly { get; }

Property Value

Assembly

Content

The placeholder for the content of the file. If it is set to any non-empty value, no attempt to load a file by other means will be done.

public string Content { get; set; }

Property Value

string

Culture

The culture, for which the file is needed.

public CultureInfo Culture { get; }

Property Value

CultureInfo

FileName

The name of the default file as determined from the configuration and known to the translation unit.

public string FileName { get; }

Property Value

string