ILGenerator.CreateLabel(Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
创建具有给定 ID 的 Label。
protected:
static System::Reflection::Emit::Label CreateLabel(int id);
protected static System.Reflection.Emit.Label CreateLabel (int id);
static member CreateLabel : int -> System.Reflection.Emit.Label
Protected Shared Function CreateLabel (id As Integer) As Label
参数
- id
- Int32
标签的唯一 ID。
返回
创建的 Label。