Skip to content

Conversation

@debashish2014
Copy link

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

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
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