Show / Hide Table of Contents

Class AssemblyExtensions

Inheritance
object
AssemblyExtensions
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: PayrollEngine
Assembly: PayrollEngine.Core.dll
Syntax
public static class AssemblyExtensions

Methods

GetEmbeddedFile(Assembly, string, bool)

Declaration
public static string GetEmbeddedFile(this Assembly assembly, string resourceName, bool allowEmpty = true)
Parameters
Type Name Description
Assembly assembly
string resourceName
bool allowEmpty
Returns
Type Description
string

GetEmbeddedFiles(Assembly)

Declaration
public static IEnumerable<string> GetEmbeddedFiles(this Assembly assembly)
Parameters
Type Name Description
Assembly assembly
Returns
Type Description
IEnumerable<string>

GetEmbeddedFiles(Assembly, IEnumerable<string>)

Declaration
public static IEnumerable<string> GetEmbeddedFiles(this Assembly assembly, IEnumerable<string> resourceNames)
Parameters
Type Name Description
Assembly assembly
IEnumerable<string> resourceNames
Returns
Type Description
IEnumerable<string>
☀
☾
Back to top Generated by DocFX