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