Click here to Skip to main content
15,885,767 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
VB
AddressOf MFS100_OnCodeline


This function also MFS100_OnCodeline a function are also parametreleride. Is easily done VB.6.0 but I could do this with C #
Thanks for your help
Posted
Updated 3-Mar-10 6:38am
v2

It's not a physical address

Adresses are not fixed in managed code, so there is no purpose for an AdressOf operator, except for very special cases, e.g. interop with unmanaged code.

WHat the heck is a parametreleride?
 
Share this answer
 
I think you need the & operator. This returns the address of something when in usafe code.

& Operator (C# Reference)[^]

This stack overflow article also mentions other details regarding memory referencing

http://stackoverflow.com/questions/588817/c-memory-address-and-variable[^]
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900