ILGenerator.CreateLabel(Int32) Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Cria um Label com o ID indicado.
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
Parâmetros
- id
- Int32
O ID único da etiqueta.
Devoluções
Criou Label .