System
[00 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00]
1.0.3300.0
1.0.5000.0
2.0.0.0
4.0.0.0
Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.
System.CodeDom.CodeExpression
System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)
System.Runtime.InteropServices.ComVisible(true)
can be used to represent an expression cast to a different data type or interface.
The property indicates the to cast. The property indicates the type to cast to.
Represents an expression cast to a data type or interface.
Constructor
1.0.5000.0
2.0.0.0
4.0.0.0
To be added
Initializes a new instance of the class.
Constructor
1.0.5000.0
2.0.0.0
4.0.0.0
To be added
Initializes a new instance of the class using the specified destination type and expression.
A that indicates the destination type of the cast.
The to cast.
Constructor
1.0.5000.0
2.0.0.0
4.0.0.0
To be added
Initializes a new instance of the class using the specified destination type and expression.
The name of the destination type of the cast.
The to cast.
Constructor
1.0.5000.0
2.0.0.0
4.0.0.0
To be added
Initializes a new instance of the class using the specified destination type and expression.
The destination data type of the cast.
The to cast.
Property
1.0.5000.0
2.0.0.0
4.0.0.0
System.CodeDom.CodeExpression
To be added: an object of type 'CodeExpression'
To be added
Gets or sets the expression to cast.
Property
1.0.5000.0
2.0.0.0
4.0.0.0
System.CodeDom.CodeTypeReference
To be added: an object of type 'CodeTypeReference'
To be added
Gets or sets the destination type of the cast.