Show / Hide Table of Contents

    Enum ResourceMatch

    Specifies the way of finding and returning an embedded resource.

    Namespace: Cuemon.Reflection
    Assembly: Cuemon.Core.dll
    Syntax
    public enum ResourceMatch

    Fields

    Name Description
    ContainsExtension

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

    ContainsName

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

    Extension

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

    Name

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

    Extension Methods

    ByteConverterExtensions.ToByteArray<ResourceMatch>()
    ConverterExtensions.ParseWith<ResourceMatch, TResult>(Func<ResourceMatch, TResult>)
    ConverterExtensions.ParseWith<ResourceMatch, T, TResult>(Func<ResourceMatch, T, TResult>, T)
    ConverterExtensions.ParseWith<ResourceMatch, T1, T2, TResult>(Func<ResourceMatch, T1, T2, TResult>, T1, T2)
    ConverterExtensions.ParseWith<ResourceMatch, T1, T2, T3, TResult>(Func<ResourceMatch, T1, T2, T3, TResult>, T1, T2, T3)
    ConverterExtensions.ParseWith<ResourceMatch, T1, T2, T3, T4, TResult>(Func<ResourceMatch, T1, T2, T3, T4, TResult>, T1, T2, T3, T4)
    ConverterExtensions.ParseWith<ResourceMatch, T1, T2, T3, T4, T5, TResult>(Func<ResourceMatch, T1, T2, T3, T4, T5, TResult>, T1, T2, T3, T4, T5)
    ConverterExtensions.ParseWith<ResourceMatch, T1, T2, T3, T4, T5, T6, TResult>(Func<ResourceMatch, T1, T2, T3, T4, T5, T6, TResult>, T1, T2, T3, T4, T5, T6)
    ConverterExtensions.ParseWith<ResourceMatch, T1, T2, T3, T4, T5, T6, T7, TResult>(Func<ResourceMatch, T1, T2, T3, T4, T5, T6, T7, TResult>, T1, T2, T3, T4, T5, T6, T7)
    ConverterExtensions.ParseWith<ResourceMatch, T1, T2, T3, T4, T5, T6, T7, T8, TResult>(Func<ResourceMatch, T1, T2, T3, T4, T5, T6, T7, T8, TResult>, T1, T2, T3, T4, T5, T6, T7, T8)
    ConverterExtensions.ParseWith<ResourceMatch, T1, T2, T3, T4, T5, T6, T7, T8, T9, TResult>(Func<ResourceMatch, T1, T2, T3, T4, T5, T6, T7, T8, T9, TResult>, T1, T2, T3, T4, T5, T6, T7, T8, T9)
    ConverterExtensions.As<TResult>()
    ConverterExtensions.As<TResult>(TResult)
    ConverterExtensions.As<TResult>(TResult, IFormatProvider)
    DelegateUtilityExtensions.Wrap<ResourceMatch>()
    DelegateUtilityExtensions.DynamicWrap<ResourceMatch>()
    TweakerExtensions.Adjust<ResourceMatch>(Func<ResourceMatch, ResourceMatch>)
    TypeUtilityExtensions.Is<T>()
    TypeUtilityExtensions.IsNot<T>()
    TypeUtilityExtensions.IsNullable<ResourceMatch>()
    WrapperExtensions.UseWrapper<ResourceMatch>(Action<IDictionary<String, Object>>)
    WrapperExtensions.UseWrapper<ResourceMatch>(MemberInfo, Action<IDictionary<String, Object>>)
    EnumerableUtilityExtensions.Yield<ResourceMatch>()
    HashUtilityExtensions.ComputeHash(Action<HashOptions>)
    HmacUtilityExtensions.ComputeKeyedHash(Byte[], Action<KeyedHashOptions>)
    • Improve this Doc
    • View Source
    In This Article
    • Fields
    • Extension Methods
    Back to top Copyright 2008-2018 Weubphoria. All rights reserved.
    Generated by DocFX