Table of Contents

Class AllExtensionsHelperWithoutDot

Namespace
SunamoFileExtensions
Assembly
SunamoFileExtensions.dll

Helper class for working with file extensions without dot Only used in SunExc

public class AllExtensionsHelperWithoutDot
Inheritance
AllExtensionsHelperWithoutDot
Inherited Members
Extension Methods

Properties

AllExtensionsWithoutDot

Dictionary mapping extensions (without dot) to their types

public static Dictionary<string, TypeOfExtension>? AllExtensionsWithoutDot { get; }

Property Value

Dictionary<string, TypeOfExtension>

Methods

Initialize()

Initializes the extension dictionary by reading all extension constants

public static void Initialize()

Initialize(List<FieldInfo>)

Initializes the extension dictionary from the specified field list

public static void Initialize(List<FieldInfo> extensionFields)

Parameters

extensionFields List<FieldInfo>

List of field info objects representing extension constants