DebugData
(
assemblyName
, types
)
|
Constructor of the DebugData.
Signature
DebugData(string assemblyName, List< string > types) Parameters assemblyName: string
String of the assembly, should be full name so it's identifiable
types: List< string >
A list of strings of the class names, each should be full name containing namespaces
|
AssemblyName
: string |
String of the assembly, should be full name so it's identifiable.
Signature
string AssemblyName |
DebugTypes
: List< string > |
A list of strings of the class names, each should be full name containing namespaces.
Signature
List<string> DebugTypes |