The methods of the ICodeObjectCreateExpression interface are listed below. For a complete list of ICodeObjectCreateExpression interface members, see the ICodeObjectCreateExpression Members topic.
GetArguments | Gets the array of objects that will be used to construct the class object. |
GetCodeType | Gets the class type that will be constructed. |
SetArguments | Sets the array of values that will be used to construct the object. |
SetCodeType | Sets the class type that will be constructed. |
ICodeObjectCreateExpression Interface | System.ComponentModel.Design.CodeModel Namespace