Table of Contents

Enum ManifestResourceMatch

Namespace
Cuemon.Reflection
Assembly
Cuemon.Core.dll

Specifies the way of finding and returning an embedded resource.

public enum ManifestResourceMatch

Fields

ContainsExtension = 3

Specifies a partial match on the file extension contained within the file name of the embedded resource.

ContainsName = 1

Specifies a partial match on the file name of the embedded resource.

Extension = 2

Specifies an exact match on the file extension contained within the file name of the embedded resource.

Name = 0

Specifies an exact match on the file name of the embedded resource.