Property DIType
DIType
Gets or sets the Debug information type for this binding
Declaration
public TDebug DIType { get; set; }
Property Value
public TDebug DIType { get; set; }
TDebug |
Implements
Remarks
Setting the debug type is only allowed when the debug type is null or IsTemporary is true. If the debug type node is a temporary setting the type will replace all uses of the temporary type automatically, via ReplaceAllUsesWith(LlvmMetadata)
Exceptions
InvalidOperationException | The type is not null or not a temporary |