// Generated by the protocol buffer compiler. DO NOT EDIT! // source: FileAttribute.proto #pragma warning disable 1591, 0612, 3021 #region Designer generated code using pb = global::Google.Protobuf; using pbc = global::Google.Protobuf.Collections; using pbr = global::Google.Protobuf.Reflection; using scg = global::System.Collections.Generic; namespace Tango.PMR.IO { /// Holder for reflection information generated from FileAttribute.proto public static partial class FileAttributeReflection { #region Descriptor /// File descriptor for FileAttribute.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; static FileAttributeReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "ChNGaWxlQXR0cmlidXRlLnByb3RvEgxUYW5nby5QTVIuSU8qcwoNRmlsZUF0", "dHJpYnV0ZRIPCgtVbnNwZWNpZmllZBAAEgsKB0FyY2hpdmUQIBINCglEaXJl", "Y3RvcnkQEBIKCgZIaWRkZW4QAhIMCghSZWFkT25seRABEgoKBlN5c3RlbRAE", "Eg8KC1ZvbHVtZUxhYmVsEAhCGAoWY29tLnR3aW5lLnRhbmdvLnBtci5pb2IG", "cHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(new[] {typeof(global::Tango.PMR.IO.FileAttribute), }, null)); } #endregion } #region Enums public enum FileAttribute { [pbr::OriginalName("Unspecified")] Unspecified = 0, [pbr::OriginalName("Archive")] Archive = 32, [pbr::OriginalName("Directory")] Directory = 16, [pbr::OriginalName("Hidden")] Hidden = 2, [pbr::OriginalName("ReadOnly")] ReadOnly = 1, [pbr::OriginalName("System")] System = 4, [pbr::OriginalName("VolumeLabel")] VolumeLabel = 8, } #endregion } #endregion Designer generated code