Struct StbUndoRecordPtr
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Assembly: ImGui.NET.dll
Syntax
public struct StbUndoRecordPtr
Constructors
|
Improve this Doc
View Source
StbUndoRecordPtr(StbUndoRecord*)
Declaration
public StbUndoRecordPtr(StbUndoRecord*nativePtr)
Parameters
|
Improve this Doc
View Source
StbUndoRecordPtr(IntPtr)
Declaration
public StbUndoRecordPtr(IntPtr nativePtr)
Parameters
| Type |
Name |
Description |
| System.IntPtr |
nativePtr |
|
Properties
|
Improve this Doc
View Source
char_storage
Declaration
public int char_storage { get; }
Property Value
| Type |
Description |
| System.Int32 |
|
|
Improve this Doc
View Source
delete_length
Declaration
public int delete_length { get; }
Property Value
| Type |
Description |
| System.Int32 |
|
|
Improve this Doc
View Source
insert_length
Declaration
public int insert_length { get; }
Property Value
| Type |
Description |
| System.Int32 |
|
|
Improve this Doc
View Source
NativePtr
Declaration
public StbUndoRecord*NativePtr { get; }
Property Value
|
Improve this Doc
View Source
where
Declaration
public int where { get; }
Property Value
| Type |
Description |
| System.Int32 |
|
Operators
|
Improve this Doc
View Source
Implicit(StbUndoRecord* to StbUndoRecordPtr)
Declaration
public static implicit operator StbUndoRecordPtr(StbUndoRecord*nativePtr)
Parameters
Returns
|
Improve this Doc
View Source
Implicit(StbUndoRecordPtr to StbUndoRecord*)
Declaration
public static implicit operator StbUndoRecord*(StbUndoRecordPtr wrappedPtr)
Parameters
Returns
|
Improve this Doc
View Source
Implicit(IntPtr to StbUndoRecordPtr)
Declaration
public static implicit operator StbUndoRecordPtr(IntPtr nativePtr)
Parameters
| Type |
Name |
Description |
| System.IntPtr |
nativePtr |
|
Returns