Click here to Skip to main content
15,889,863 members
Home / Discussions / C#
   

C#

 
GeneralRe: the timer is slowed Pin
Eddy Vluggen3-Feb-19 1:44
professionalEddy Vluggen3-Feb-19 1:44 
GeneralRe: the timer is slowed Pin
OriginalGriff3-Feb-19 1:59
mveOriginalGriff3-Feb-19 1:59 
GeneralRe: the timer is slowed Pin
Eddy Vluggen3-Feb-19 2:04
professionalEddy Vluggen3-Feb-19 2:04 
GeneralRe: the timer is slowed Pin
OriginalGriff3-Feb-19 2:23
mveOriginalGriff3-Feb-19 2:23 
AnswerRe: the timer is slowed Pin
Gerry Schmitz4-Feb-19 6:41
mveGerry Schmitz4-Feb-19 6:41 
QuestionUsing Clang in c# project Pin
areejmayar1-Feb-19 23:57
areejmayar1-Feb-19 23:57 
AnswerRe: Using Clang in c# project Pin
OriginalGriff2-Feb-19 0:50
mveOriginalGriff2-Feb-19 0:50 
AnswerRe: Using Clang in c# project Pin
jschell2-Feb-19 6:13
jschell2-Feb-19 6:13 
I cannot decipher what that question is intended to answer.

Far as I can tell Clang has nothing to do with C#.

You can certainly use Clang just as you can any other compiler in a Visual Studio (not C#) solution/project to do custom stuff, for example creating a dll from C++ code.

But in that case the specifics of that are in the csproj file. I suppose that the project file could be mapping the C++ code files so you could look in that project and see those files. But Clang also does C and I am not sure Visual Studio is going to take to that. Might though.

Other than that I couldn't tell you how to find (list) all methods in a C# code base. I suspect there is probably a VS addin for that that. If so there might be a C++ one also and if your code base is in the project and is C++ then that would do it. If it exists.

But not sure what the point of that is. Conversely if what you want is the exposed API of the dll that is constructed by the build then there are tools that do that. Those don't care how you built it originally. So that would give you a starting point to find those in the code.
GeneralRe: Using Clang in c# project Pin
areejmayar2-Feb-19 7:01
areejmayar2-Feb-19 7:01 
GeneralRe: Using Clang in c# project Pin
OriginalGriff2-Feb-19 19:32
mveOriginalGriff2-Feb-19 19:32 
GeneralRe: Using Clang in c# project Pin
jschell17-Feb-19 5:33
jschell17-Feb-19 5:33 
GeneralRe: Using Clang in c# project Pin
OriginalGriff17-Feb-19 6:02
mveOriginalGriff17-Feb-19 6:02 
QuestionPassing Json from Winforms to console app for writing to file Pin
jkirkerx31-Jan-19 9:58
professionaljkirkerx31-Jan-19 9:58 
AnswerRe: Passing Json from Winforms to console app for writing to file Pin
jkirkerx31-Jan-19 10:18
professionaljkirkerx31-Jan-19 10:18 
AnswerRe: Passing Json from Winforms to console app for writing to file Pin
Dave Kreskowiak31-Jan-19 13:52
mveDave Kreskowiak31-Jan-19 13:52 
GeneralRe: Passing Json from Winforms to console app for writing to file Pin
jkirkerx1-Feb-19 7:50
professionaljkirkerx1-Feb-19 7:50 
QuestionC# MongoDB Guid Problem Pin
Kevin Marois31-Jan-19 7:49
professionalKevin Marois31-Jan-19 7:49 
AnswerRe: C# MongoDB Guid Problem Pin
BillWoodruff31-Jan-19 12:26
professionalBillWoodruff31-Jan-19 12:26 
AnswerRe: C# MongoDB Guid Problem Pin
Richard Deeming1-Feb-19 1:12
mveRichard Deeming1-Feb-19 1:12 
QuestionExtracting string between quotes Pin
Priya Karthish31-Jan-19 0:08
Priya Karthish31-Jan-19 0:08 
AnswerRe: Extracting string between quotes Pin
lmoelleb31-Jan-19 0:23
lmoelleb31-Jan-19 0:23 
AnswerRe: Extracting string between quotes Pin
OriginalGriff31-Jan-19 0:53
mveOriginalGriff31-Jan-19 0:53 
JokeRe: Extracting string between quotes Pin
Richard Deeming1-Feb-19 1:08
mveRichard Deeming1-Feb-19 1:08 
AnswerRe: Extracting string between quotes Pin
AFell231-Jan-19 5:35
AFell231-Jan-19 5:35 
QuestionC# Winforms, Installation Folder Permission, parameter settings file is always admin read/write, user read only Pin
jkirkerx30-Jan-19 9:54
professionaljkirkerx30-Jan-19 9:54 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.