This is a migrated thread and some comments may be shown as answers.

What exactly is this just decompile code doing *obj = new object();

0 Answers 96 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Noel
Top achievements
Rank 1
Noel asked on 13 Aug 2019, 06:36 PM
[MethodImpl(MethodImplOptions.NoInlining)]
internal static void Yg319Q8iWu5T64xrKe(object obj)
{
    *obj = new object();
}

I get this code generated quite a bit in the dll's we are trying to understand. What exactly is it doing, or trying to do. 

Tags
General Discussions
Asked by
Noel
Top achievements
Rank 1
Share this question
or