I
Igor
I need to take an unmanaged address of the StringBuilder's internal
string buffer without tricks like writing native function or accessing
private field m_StringValue through reflection. Does anysone know less
"evil" way to do this?
Thanks
string buffer without tricks like writing native function or accessing
private field m_StringValue through reflection. Does anysone know less
"evil" way to do this?
Thanks