x


IOS : Which parts of the System namespace can you use with ' micro mscorlib' stripping

I am developing a game on IOS

I have been looking at the docs on stripping and it suggests that when using 'micro mscorlib', the greatest level of code stripping, you should be careful about using calls implemented in System.dll

it says...

"Microo mscorlib level: .... but it is not compatible with some System and System.Xml assembly classes, so use it with care."

Later on it says

"Don't use anything that lives in System.dll or System.Xml.dll in your code. These libraries are not compatible with micro mscorlib."

So does anyone know if you can use anything at all from the System namespace when using Micro level stripping? I would really like to use the double precision floating point maths stuff in System.

Thanks in advance for any help.

more ▼

asked Apr 11 '12 at 10:22 AM

Jumblegreen gravatar image

Jumblegreen
91 1 4 6

really, it's just incredible this is undocumented

Feb 20 at 07:17 AM Fattie
(comments are locked)
10|3000 characters needed characters left

0 answers: sort voted first
Be the first one to answer this question
toggle preview:

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Topics:

x1953
x204
x12

asked: Apr 11 '12 at 10:22 AM

Seen: 499 times

Last Updated: Feb 20 at 07:17 AM