Exemple #1
0
 public Class363(string A_0, bool A_1)
 {
     this.byte_0 = new byte[] {
         1, 0, 0xfe, 0xff, 3, 10, 0, 0, 0xff, 0xff, 0xff, 0xff, 6, 9, 2, 0,
         0, 0, 0, 0, 0xc0, 0, 0, 0, 0, 0, 0, 70, 0x27, 0, 0, 0,
         0x4d, 0x69, 0x63, 0x72, 0x6f, 0x73, 0x6f, 0x66, 0x74, 0x20, 0x4f, 0x66, 0x66, 0x69, 0x63, 0x65,
         0x20, 0x57, 0x6f, 0x72, 100, 0x20, 0x39, 0x37, 0x2d, 50, 0x30, 0x30, 0x33, 0x20, 0x44, 0x6f,
         0x63, 0x75, 0x6d, 0x65, 110, 0x74, 0, 10, 0, 0, 0, 0x4d, 0x53, 0x57, 0x6f, 0x72,
         100, 0x44, 0x6f, 0x63, 0, 0x10, 0, 0, 0, 0x57, 0x6f, 0x72, 100, 0x2e, 0x44, 0x6f,
         0x63, 0x75, 0x6d, 0x65, 110, 0x74, 0x2e, 0x38, 0, 0xf4, 0x39, 0xb2, 0x71, 0, 0, 0,
         0, 0, 0, 0, 0, 0, 0, 0, 0
     };
     this.string_9 = A_0;
     if (A_1)
     {
         this.method_42();
         if (this.bool_0)
         {
             this.interface51_0 = new Class1004();
         }
         else
         {
             this.stream12_0 = Stream12.smethod_1(A_0);
         }
     }
     else
     {
         this.method_29(A_0);
     }
 }
Exemple #2
0
 void IDisposable.Dispose()
 {
     this.string_9 = null;
     this.stream_0 = null;
     if (this.stream12_0 != null)
     {
         this.stream12_0.Dispose();
         this.stream12_0 = null;
     }
     this.digitalSignatures_0 = null;
     this.interface51_0       = null;
     this.memoryStream_0      = null;
     this.memoryStream_1      = null;
     this.memoryStream_2      = null;
     this.memoryStream_3      = null;
     this.memoryStream_4      = null;
     this.memoryStream_5      = null;
     this.memoryStream_6      = null;
     this.binaryWriter_0      = null;
     this.binaryWriter_1      = null;
     this.binaryWriter_2      = null;
     this.binaryWriter_3      = null;
     this.binaryWriter_4      = null;
     this.binaryReader_0      = null;
     this.binaryReader_1      = null;
     this.binaryReader_2      = null;
     this.binaryReader_3      = null;
     this.binaryReader_4      = null;
 }
Exemple #3
0
 internal void method_30(Stream A_0)
 {
     if (this.bool_0)
     {
         this.interface51_0 = new Class1004(A_0);
     }
     else
     {
         this.stream12_0 = new Stream12(A_0, STGM.STGM_DIRECT_SWMR | STGM.STGM_SHARE_DENY_NONE);
     }
     this.method_43();
 }
Exemple #4
0
 internal void method_39()
 {
     if (this.bool_0)
     {
         if (this.interface51_0 != null)
         {
             this.interface51_0.imethod_0().Dispose();
             this.interface51_0 = null;
         }
     }
     else if (this.stream12_0 != null)
     {
         this.stream12_0.Dispose();
         this.stream12_0 = null;
     }
     if (this.memoryStream_0 != null)
     {
         this.memoryStream_0.Dispose();
         this.memoryStream_0 = null;
     }
     if (this.memoryStream_1 != null)
     {
         this.memoryStream_1.Dispose();
         this.memoryStream_1 = null;
     }
     if (this.memoryStream_2 != null)
     {
         this.memoryStream_2.Dispose();
         this.memoryStream_2 = null;
     }
     if (this.memoryStream_3 != null)
     {
         this.memoryStream_3.Dispose();
         this.memoryStream_3 = null;
     }
     if (this.memoryStream_6 != null)
     {
         this.memoryStream_6.Dispose();
         this.memoryStream_6 = null;
     }
     if (this.binaryWriter_0 != null)
     {
         this.binaryWriter_0.Close();
         this.binaryWriter_0 = null;
     }
     if (this.binaryWriter_1 != null)
     {
         this.binaryWriter_1.Close();
         this.binaryWriter_1 = null;
     }
     if (this.binaryWriter_2 != null)
     {
         this.binaryWriter_2.Close();
         this.binaryWriter_2 = null;
     }
     if (this.binaryReader_0 != null)
     {
         this.binaryReader_0.Close();
         this.binaryReader_0 = null;
     }
     if (this.binaryReader_1 != null)
     {
         this.binaryReader_1.Close();
         this.binaryReader_1 = null;
     }
     if (this.binaryReader_2 != null)
     {
         this.binaryReader_2.Close();
         this.binaryReader_2 = null;
     }
 }