c# - Look at decompiled source and ran across byte* -


दुनिया में क्या है एक बाइट *?

उदाहरण कोड:

  बाइट * numPointer = (बाइट *) 0; बाइट * numPointer1 = (बाइट *) 0; Uint * numPointer2 = (uint *) 0;    

बाइट * ( बाइट * ) एक सूचक को एक बाइट चर में है। आप लगभग सी # में पॉइंटर्स का प्रयोग नहीं करते हैं, इसलिए आपने इसे पहले कभी नहीं देखा है।

अधिक विशेष रूप से, एक सूचक एक वेरिएबल है जो किसी अन्य चर का स्मृति स्थान रखता है।

इसके बावजूद, इसके बारे में चिंता न करें जब तक कि आप सी + + या किसी अन्य मूल भाषा में जाने की योजना बना रहे हों।

अधिक जानकारी के लिए देखें।


Comments

Popular posts from this blog

apache - 504 Gateway Time-out The server didn't respond in time. How to fix it? -

c# - .net WebSocket: CloseOutputAsync vs CloseAsync -

c++ - How to properly scale qgroupbox title with stylesheet for high resolution display? -