Class AssemblyExtensions
- Namespace
- NoeticTools.Git2SemVer.Core
- Assembly
- NoeticTools.Git2SemVer.Core.dll
public static class AssemblyExtensions
- Inheritance
-
AssemblyExtensions
- Inherited Members
Methods
GetResourceFileContent(Assembly, string)
public static string GetResourceFileContent(this Assembly assembly, string filename)
Parameters
Returns
GetResourceStream(Assembly, string)
public static Stream GetResourceStream(this Assembly assembly, string filename)
Parameters
Returns
WriteResourceFile(Assembly, string, string)
public static void WriteResourceFile(this Assembly assembly, string resourceFilename, string destinationPath)