Signature Type Specifications

Signature Type Specifications

<type> ::= class <classRef>            object            string            value class <classRef>            valuetype <classRef>            <type> [ ]            <type> <bounds> ]            <type> &           <type> *           <type> pinned           <type> modreq(<classRef>)           <type> modopt(<classRef>)           method <callConv> <type>*(<sigArgs>)           typedref           char           void           bool           int8           int16           int32           int64           float32           float64           unsigned int8           unsigned int16           unsigned int32           unsigned int64           native int           native unsigned int  <bounds> ::= <bound>             <bounds>,<bound>  <bound> ::= /* EMPTY */            ...            <int32>             <int32> ... <int32>               <int32> ...   <callConv> ::= instance <callConv>               explicit <callConv>               <callKind>  <callKind> ::= /* EMPTY */               default               vararg               unmanaged cdecl               unmanaged stdcall               unmanaged thiscall               unmanaged fastcall 



Inside Microsoft. NET IL Assembler
Inside Microsoft .NET IL Assembler
ISBN: 0735615470
EAN: 2147483647
Year: 2005
Pages: 147
Authors: SERGE LIDIN

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net