In order to provide easier access to the Field Signature notes, here is an index of some of the notes and all examples:
Calling Conventions
Element Types
Vectors and Arrays
Example 1: Private field of a value type declared in same assembly
Example 2: Decoding a private field signature of a reference type declared in another assembly
Example 3: Decoding a field signature of a generic type declared in another assembly
Example 4: Decoding a field signature of a generic type that is a struct (value type)
Example 5: Decoding a field signature of a generic type with 2 generic arguments
Example 6: Decoding a field signature of a boolean type
Example 7: Decoding a field signature of a char type
Example 8: Decoding a field signature of a SByte type
Example 9: Decoding a field signature of a Byte type
Example 10: Decoding a field signature of a Int16 type
Example 11: Decoding a field signature of a UInt16 type
Example 12: Decoding a field signature of a Int32 type
Example 13: Decoding a field signature of a UInt32 type
Example 14: Decoding a field signature of a Int64 type
Example 15: Decoding a field signature of a UInt64 type
Example 16: Decoding a field signature of a Single type
Example 17: Decoding a field signature of a Double type
Example 18: Decoding a field signature of a IntPtr type
Example 19: Decoding a field signature of a UIntPtr type
Example 20: Decoding a field signature of a Object type
Example 21: Decoding a field signature of a String type
Example 22: Decoding a field signature of a string array (vector)
Example 23: Decoding a field signature of an int array (vector)
Example 24: Decoding a field signature of an array of objects declared in current assembly (vector)
Example 25: Decoding a field signature of an multi-dimensional array of strings
Example 26: Decoding a field signature of an multi-dimensional array of integers
Example 27: Decoding a field signature of an multi-dimensional array of an object declared in the same assembly
Comments (0) | Post RSS |
Categories: Tags: