Identifies the method that the user has defined as the entry point for the current module.
[Visual Basic] Sub SetUserEntryPoint( _ ByVal entryMethod As SymbolToken _ ) [C#] void SetUserEntryPoint( SymbolToken entryMethod ); [C++] void SetUserEntryPoint( SymbolToken entryMethod ) = 0; [JScript] function SetUserEntryPoint( entryMethod : SymbolToken );
This would be, perhaps, the user's main method rather than the compiler generated stubs before main.
ISymbolWriter Interface | ISymbolWriter Members | System.Diagnostics.SymbolStore Namespace