PERWAPI.PDBWriter.SetEntryPoint C# (CSharp) Метод

SetEntryPoint() публичный Метод

Set the entry method of the applicaiton
public SetEntryPoint ( int token ) : void
token int The token for the entry method.
Результат void
        public void SetEntryPoint(int token)
        {
            entryPoint = new SymbolToken(token);
        }