mscorlib(4.0.0.0) API with additions
CodeDirective.cs
1
using
System
.
Runtime
.
InteropServices
;
2
3
namespace
System.CodeDom
4
{
6
[
Serializable
]
7
[ClassInterface(
ClassInterfaceType
.AutoDispatch)]
8
[ComVisible(
true
)]
9
public
class
CodeDirective
:
CodeObject
10
{
11
}
12
}
System.Runtime.InteropServices
Definition:
_Activator.cs:1
System.Runtime
Definition:
AssemblyTargetedPatchBandAttribute.cs:1
System
Definition:
__Canon.cs:3
System.CodeDom.CodeDirective
Serves as the base class for code directive classes.
Definition:
CodeDirective.cs:9
System.Reflection.TypeAttributes.Serializable
Specifies that the class can be serialized.
System.Runtime.InteropServices.ClassInterfaceType
ClassInterfaceType
Identifies the type of class interface that is generated for a class.
Definition:
ClassInterfaceType.cs:7
System.CodeDom
Definition:
CodeArgumentReferenceExpression.cs:3
System.CodeDom.CodeObject
Provides a common base class for most Code Document Object Model (CodeDOM) objects.
Definition:
CodeObject.cs:11
All cs
System.CodeDom
CodeDirective.cs
Generated by
1.8.15