![]() | BasicBlock Properties |
[This is preliminary documentation and is subject to change.]
The BasicBlock type exposes the following members.
Name | Description | |
---|---|---|
![]() | ContainingFunction | Function containing the block |
![]() | Context | (Inherited from Value.) |
![]() | FirstInstruction | First instruction in the block |
![]() | Instructions | Enumerable collection of all instructions in the block |
![]() | IsNull | Determines if the Value represents the NULL value for the values type (Inherited from Value.) |
![]() | IsUndefined | Indicates if this value is Undefined (Inherited from Value.) |
![]() | LastInstruction | Last instruction in the block |
![]() | Name | Name of the value (if any) (Inherited from Value.) |
![]() | NativeType | Type of the value (Inherited from Value.) |
![]() | Terminator | Terminator instruction for the block |