Skip to content

Instantly share code, notes, and snippets.

@dsibinski
Last active August 14, 2018 17:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dsibinski/e209c3fb74bd5f940d2c44bc140582a5 to your computer and use it in GitHub Desktop.
Save dsibinski/e209c3fb74bd5f940d2c44bc140582a5 to your computer and use it in GitHub Desktop.
class MyClass
{
string Test="Hello world Wazzup!"; // 19 characters
byte[] data=new byte[86000]; // 86000 bytes (>85K - goes on LOH)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment