Debugger Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Debugger() | |
Debugger(Guid, String, String) |
Debugger()
public:
Debugger();
public Debugger ();
Public Sub New ()
Applies to
Debugger(Guid, String, String)
public:
Debugger(Guid appID, System::String ^ appName, System::String ^ initString);
public Debugger (Guid appID, string appName, string initString);
new Microsoft.Crm.UnifiedServiceDesk.Dynamics.Debugger : Guid * string * string -> Microsoft.Crm.UnifiedServiceDesk.Dynamics.Debugger
Public Sub New (appID As Guid, appName As String, initString As String)
Parameters
- appID
- Guid
- appName
- String
- initString
- String