Galen.Ci.EntityFramework.Utilities.ResourceHelper.ReadStream C# (CSharp) Method

ReadStream() public static method

public static ReadStream ( string resourcePath ) : Stream
resourcePath string
return System.IO.Stream
        public static Stream ReadStream(string resourcePath)
        {
            return Assembly.GetCallingAssembly().GetManifestResourceStream(resourcePath);
        }