PERWAPI.PDBWriter.SetEntryPoint C# (CSharp) Method

SetEntryPoint() public method

Set the entry method of the applicaiton
public SetEntryPoint ( int token ) : void
token int The token for the entry method.
return void
        public void SetEntryPoint(int token)
        {
            entryPoint = new SymbolToken(token);
        }