Your XML comments are properly configured. You will begin to see them when you put the first "(" in your code. You can see all the comments through "View", "Object Browser". It looks like this:
Public Shared Function Pause_Thread(ByRef Process_Name As String, Optional Thread_Number As Integer = 0, Optional Recursive As Boolean = False) As Boolean Member of VB_NET_TEST.WebForm1 Summary: Function to pause a thread. Parameters: Process_Name: The name of the process, ex: cmd.exe Thread_Number: The thread to pause, ex: 0 Recursive: Pause the thread in all processes recursively Return Values: True if the process is found, otherwise, False. Remarks:
source share