Girl.PEAnalyzer.PEData.Init C# (CSharp) Method

Init() private method

private Init ( ) : void
return void
        private void Init()
        {
            this.data = null;
            this.rva = null;
            this.idxm = null;
            this.pe1 = null;
            this.pe2 = null;
            this.pe3 = null;
            this.pe4 = null;
            this.imptbl = null;
            this.sects = null;
            this.cli = null;
            this.mdroot = null;
        }