Dev2.Runtime.Configuration.SettingsProvider.GetAssemblyBytes C# (CSharp) Method

GetAssemblyBytes() static private method

static private GetAssemblyBytes ( ) : byte[]
return byte[]
        static byte[] GetAssemblyBytes()
        {
            var assembly = Assembly.GetAssembly(typeof(IConfigurationAssemblyMarker));
            return File.ReadAllBytes(assembly.Location);
        }