public static string GetAssmPath() { return System.Reflection.Assembly.GetExecutingAssembly().GetName().CodeBase; }
Public Shared Function GetAssmPath() As String Return System.Reflection.Assembly.GetExecutingAssembly().GetName().CodeBase End Function