EN
Il contenuto non è disponibile nella lingua di destinazione, ma solo in inglese.
ModuleBuilder Methods
.NET Framework 3.0
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| CreateGlobalFunctions | Completes the global function definitions and global data definitions for this dynamic module. |
| DefineDocument | Defines a document for source. |
| DefineEnum | Defines an enumeration type that is a value type with a single non-static field called value__ of the specified type. |
| DefineGlobalMethod | Overloaded. Defines a global method. |
| DefineInitializedData | Defines an initialized data field in the .sdata section of the portable executable (PE) file. |
| DefineManifestResource | Defines a manifest resource blob to be embedded in the dynamic assembly. |
| DefinePInvokeMethod | Overloaded. Defines a PInvoke method. |
| DefineResource | Overloaded. Defines a managed embedded resource to be stored in this module. |
| DefineType | Overloaded. Constructs a TypeBuilder. To define a value type, define a type that is derives ValueType. |
| DefineUninitializedData | Defines an uninitialized data field in the .sdata section of the portable executable (PE) file. |
| DefineUnmanagedResource | Overloaded. Defines an unmanaged resource in this module. The blob must have the right format for a Win32 resource. |
| Equals | Overloaded. Determines whether two Object instances are equal. (inherited from Object) |
| FindTypes | Returns an array of classes accepted by the given filter and filter criteria. (inherited from Module) |
| GetArrayMethod | Returns the named method on an array class. |
| GetArrayMethodToken | Returns the token for the named method on an array class. |
| GetConstructorToken | Returns the token used to identify the specified constructor within this module. |
| GetCustomAttributes | Overloaded. Returns custom attributes. (inherited from Module) |
| GetField | Overloaded. Returns a specified field. (inherited from Module) |
| GetFields | Overloaded. Returns the global fields defined on the module. (inherited from Module) |
| GetFieldToken | Returns the token used to identify the specified field within this module. |
| GetHashCode | Serves as a hash function for a particular type. (inherited from Object) |
| GetMethod | Overloaded. Returns a method having the specified criteria. (inherited from Module) |
| GetMethods | Overloaded. Returns the global methods defined on the module (inherited from Module) |
| GetMethodToken | Returns the token used to identify the specified method within this module. |
| GetObjectData | Provides an ISerializable implementation for serialized objects. (inherited from Module) |
| GetPEKind | Gets a pair of values indicating the nature of the code in a module and the platform targeted by the module. (inherited from Module) |
| GetSignatureToken | Overloaded. Defines a signature token. |
| GetSignerCertificate | Returns an X509Certificate object corresponding to the certificate included in the Authenticode signature of the assembly which this module belongs to. If the assembly has not been Authenticode signed, a null reference (Nothing in Visual Basic) is returned. (inherited from Module) |
| GetStringConstant | Returns the token of the given string in the module’s constant pool. |
| GetSymWriter | Returns the symbol writer associated with this dynamic module. |
| GetType | Overloaded. Gets a named type defined in the module. |
| GetTypes | Overridden. Returns all the classes defined within this module. |
| GetTypeToken | Overloaded. Returns a type token. |
| IsDefined | Determines if the specified attributeType is defined on this module. (inherited from Module) |
| IsResource | Gets a value indicating whether the object is a resource. (inherited from Module) |
| IsTransient | Checks if this dynamic module is transient. |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) |
| ResolveField | Overloaded. Returns the field identified by a metadata token. (inherited from Module) |
| ResolveMember | Overloaded. Returns the type or member identified by a metadata token. (inherited from Module) |
| ResolveMethod | Overloaded. Returns the method identified by a metadata token. (inherited from Module) |
| ResolveSignature | Returns the signature blob identified by a metadata token. (inherited from Module) |
| ResolveString | Returns the string identified by the specified metadata token. (inherited from Module) |
| ResolveType | Overloaded. Returns the type identified by a metadata token. (inherited from Module) |
| SetCustomAttribute | Overloaded. Sets a custom attribute. |
| SetSymCustomAttribute | This method does nothing. |
| SetUserEntryPoint | Sets the user entry point. |
| ToString | Returns the name of the module. (inherited from Module) |
| Name | Description | |
|---|---|---|
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object) |
| GetMethodImpl | Returns the method implementation in accordance with the specified criteria. (inherited from Module) |
| MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object) |