Guid Constructor (Int32, Int16, Int16, Byte, Byte, Byte, Byte, Byte, Byte, Byte, Byte)
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Initializes a new instance of the Guid structure by using the specified integers and bytes.
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
public: Guid( int a, short b, short c, unsigned char d, unsigned char e, unsigned char f, unsigned char g, unsigned char h, unsigned char i, unsigned char j, unsigned char k )
Parameters
- a
- Type: System..::..Int32
The first 4 bytes of the GUID.
- b
- Type: System..::..Int16
The next 2 bytes of the GUID.
- c
- Type: System..::..Int16
The next 2 bytes of the GUID.
- d
- Type: System..::..Byte
The next byte of the GUID.
- e
- Type: System..::..Byte
The next byte of the GUID.
- f
- Type: System..::..Byte
The next byte of the GUID.
- g
- Type: System..::..Byte
The next byte of the GUID.
- h
- Type: System..::..Byte
The next byte of the GUID.
- i
- Type: System..::..Byte
The next byte of the GUID.
- j
- Type: System..::..Byte
The next byte of the GUID.
- k
- Type: System..::..Byte
The next byte of the GUID.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.
Show: