CodeClass Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
In this article
public ref class CodeClass
public class CodeClass
type CodeClass = class
Public Class CodeClass
Inheritance
Constructors
Properties
Methods
CreateConstructor(MethodAttributes, Type[])
CreateConstructor(Type[])
CreateCustomAttribute(Type)
CreateCustomAttribute(Type, Type[], CodeLiteral[], FieldInfo[], CodeLiteral[])
CreateCustomAttribute(Type, Type[], Object[], String[], Object[])
CreateMethod(String, MethodAttributes, Type, Type[])
CreateMethod(String, Type, Type[])
CreateProperty(String, Type, MethodAttributes, Type[])
CreateProperty(String, Type, Type[])
CreateStaticMethod(String, Type, Type[])
CreateType()
CreateVirtualMethod(String, Type, Type[])
DefineField(String, Type, CodeCustomAttribute[])
DefineField(String, Type, FieldAttributes, CodeExpression, CodeCustomAttribute[])
DefineStaticField(CodeExpression, CodeCustomAttribute[])
DefineStaticField(String, Type, CodeExpression, CodeCustomAttribute[])
Equals(Object)
Determines whether the specified object is equal to the current object.
(Inherited from Object )
GetDefaultConstructor()
GetHashCode()
Serves as the default hash function.
(Inherited from Object )
GetStaticConstructor()
GetType()
Gets the Type of the current instance.
(Inherited from Object )
ImplementMethod(MethodInfo)
ImplementMethod(Type, MethodInfo)
ImplementMethod(Type, String)
MemberwiseClone()
Creates a shallow copy of the current Object .
(Inherited from Object )
PrintCode()
PrintCode(CodeWriter)
ToString()
Returns a string that represents the current object.
(Inherited from Object )
Applies to