C# .NET framework, can't find comment in the .dll class - c#

In the video Siemens posted online, I saw a code. This code is part of the EngineeringInternalExtension.dll library. Please find the library here.
info from internet
They always have a comment for each method. This is really helpful for me to understand the API. But in my current code, please find it below, I found no comment at all. I don't know why this happens, I think it might be that I use the wrong reference, could you please help me?
my info

I guess you don't have the related EngineeringInternalExtension.xml file.
Comments should be stored there.

Related

Where is the source code for `ForEach` method of a List<T> object?

I can't seem to find it in their github repository. If someone could be so kind as to find the definitions to it, I'd appreciate it.
Closest I've got is the following partial class definition (method definition at L340.)
EDIT: I don't see why this was closed. I'm not asking for any recommendations. I'm asking for help in finding a given line of code, in a huge open source project.
That can be found in Microsoft's Reference Source for the .NET Framework. A quick search for .NET ForEach source came up with it. Here's the bit you might be interested in
The .NET Core version is also available as a convenient source browser.
You can also find it where you were looking for, in the dotnet/runtime repo over here. Apparently, mscorlib is, as far as I can tell (didn't investigate profusely), mapped to System.Private.CoreLib. That's where you'll probably find the sources for any mscorlib related things (e.g. code for List<T>).
https://github.com/dotnet/runtime/blob/master/src/libraries/System.Private.CoreLib/src/System/Collections/Generic/List.cs
i think this is what you want.

Is there any scripting documentation for the new MRTK v2?

I'm using Unity 2018.3 and am building an application in which I'm trying to do something very simple: turn off the pointer, after some command.
I can't find any scripting documentation in the GitHub repository and am wondering if it exist somewhere. What I'm finding is how to use the Unity Inspector to configure anything, half of it not working yet (e.g. controller model), but after anything is configured, can't find anything on how to use scripting to control it. Am I out to lunch? Anyone knows where to look?
Thanks!
From another example, I've chosen the following path, but maybe I'm wrong... let me know.
The API documentation for MRTK is available at https://microsoft.github.io/MixedRealityToolkit-Unity/api/Microsoft.MixedReality.Toolkit.html
It looks like you are also asking a second question here, if you could please post a separate question about your specific issue, it would be great. Here is a guide for how to ask good questions on stackoverflow, which might help give ideas for how to frame your question: https://stackoverflow.com/help/how-to-ask.

Deploying api documentation from .chm files

I am currently working on documenting our now massive code base. I can use sandcastle to generate .chm files that contain the xml comments I have inserted into the code. My question now I guess is: What next? I would like to be able to host them on our server as a website instead of me having to pass out the documentation to the people that may need it now or in the future. I know the question is vague (I'm not 100% sure what I'm even looking for) but any tips or help in the right direction would be greatly appreciated.
The Sandcastle Help File Builder allows for output to Website via the HelpFileFormat setting. In this mode, a complete ASP.NET website is generated from the documentation. The look and feel is extremely similar to the .chm.

Clear "Temporary Internet Files" from a server

Basically I use http://support.microsoft.com/kb/326201 for clearing the cache.
But in a article http://msdn.microsoft.com/en-us/library/windows/desktop/aa383990(v=vs.85).aspx it is mentioned that the above KB cannot be used from the server.
They asked to use WinHTTP, can anyone suggest me a way to implement this.
I searched in net but can't get any proper article for this implementation.
I am a beginner too, so find it difficult for implementing.
Please help me anyone...
Thanks in advance

ArcGis and GeoCortex

we are tying to set-up GeoCortex with our ArcGis server but can't seem to get it right.
We do see some of the requests that have been made to the application, but we don't have a lot of details about it, only the number of image requested,
I was wondering if you guys had any problem with this (if you ever tried it) and if I could get a checklist of things to look for.
Thanks
p.s.: I know that this is a very precise subject, any help will be appreciated.
Problem solved.
Seems like our GeoCortex version was outdated and there was bug in it.

Categories

Resources