Skip to content

added c++/cli library for easy integration in managed dotnet code - #2

Open
debashish2014 wants to merge 4 commits into
jonatan1024:masterfrom
debashish2014:master
Open

added c++/cli library for easy integration in managed dotnet code#2
debashish2014 wants to merge 4 commits into
jonatan1024:masterfrom
debashish2014:master

Conversation

@debashish2014

Copy link
Copy Markdown

I have created a c++/cli library atop clrinject, so that it can be easily consumed in dotnet managed code.

Comment thread clrinject-cli/cli.cpp
int index = 1;
for (int i = 0; i < result.numRuntimes; i++) {
const Runtime& runtime = result.runtimes[i];
const RuntimeInfo& runtime = result.runtimes[i];

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Renamed Runtime and AppDomain to avoid conflicts with dotnet namespace

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant