PERWAPI.CloseScope.Write C# (CSharp) Method

Write() private method

Write this instruction. This instruction does not get written to the PE file. It only applys to the PDB file.
private Write ( PEWriter output ) : void
output PEWriter The PEWriter that is writing the PE file.
return void
        internal override void Write(PEWriter output)
        {
            if (output.pdbWriter != null)
             output.pdbWriter.CloseScope((int) offset);
        }