Beispiel #1
0
 internal DnThread TryAdd(ICorDebugThread comThread)
 {
     return(threads.Add(comThread));
 }
Beispiel #2
0
 internal DnAssembly TryAdd(ICorDebugAssembly comAssembly) => assemblies.Add(comAssembly);
Beispiel #3
0
 internal DnAppDomain TryAdd(ICorDebugAppDomain comAppDomain)
 {
     return(appDomains.Add(comAppDomain));
 }
Beispiel #4
0
 internal DnThread TryAdd(ICorDebugThread comThread) => threads.Add(comThread);
Beispiel #5
0
 internal DnAppDomain TryAdd(ICorDebugAppDomain comAppDomain) => appDomains.Add(comAppDomain);
Beispiel #6
0
 internal DnAssembly TryAdd(ICorDebugAssembly comAssembly)
 {
     return(assemblies.Add(comAssembly));
 }
Beispiel #7
0
 internal DnModule TryAdd(ICorDebugModule comModule) => modules.Add(comModule);
Beispiel #8
0
 internal DnModule TryAdd(ICorDebugModule comModule)
 {
     return(modules.Add(comModule));
 }