NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

System.ComponentModel.Design.CodeModel Namespace

Classes

Class Description
DelegateTypeInfo Stores and gets the type information of a delegate.

Interfaces

Interface Description
ICodeArrayCreateExpression Represents an array creation expression.
ICodeBlockComment Represents a block comment in the code.
ICodeClass Represents a single class.
ICodeClassImport Represents the import of a single class into the source file's namespace.
ICodeConstructor Represents a constructor in the class.
ICodeDataMember Represents a data member declaration in the class.
ICodeDelegate Represents a delegate in the class.
ICodeDOMStatement Represents a CodeDOM model based statement.
ICodeElement Base interface for all code elements.
ICodeElementLocation Temporary
ICodeElements Collection of ICodeElement objects.
ICodeLocalVariableStatement Represents a local variable declaration statement in a method.
ICodeMember Base interface used by all members inside of a class.
ICodeMembers Collection of ICodeMember objects.
ICodeMethod Represents a method declaration inside of a class.
ICodeMethodInvokeExpression Represents a method invoke expression. The documentation for ICodeSourceFile has information about expressions.
ICodeMethodInvokeStatement Represents a method invoke statment.
ICodeNameReferenceExpression Represents a reference to any name or literal expression.
ICodeNamespaceImport Represents the import of a namespace into the source file's namespace.
ICodeObjectCreateExpression Represents an object creation expression. The documentation for ICodeSourceFile has information about expressions.
ICodeParameter Represents a single parameter.
ICodeParameters Collection of ICodeParameter objects.
ICodeProperty Represents a property declaration in a class.
ICodePropertySetStatement Represents a property set statement inside a method.
ICodeReturnValueStatement Represents a single return value statement.
ICodeSourceFile Provides a logical representation of a single source file.
ICodeStatement Represents a single statement in the source file.
ICodeStatements Collection of ICodeStatement objects.