ModuleBuilderFactory.Create(String, Int32) Method
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.
public:
static System::Reflection::Emit::ModuleBuilder ^ Create(System::String ^ name, int version);
public static System.Reflection.Emit.ModuleBuilder Create (string name, int version);
static member Create : string * int -> System.Reflection.Emit.ModuleBuilder
Public Shared Function Create (name As String, version As Integer) As ModuleBuilder
Parameters
- name
- String
- version
- Int32