Compartir a través de


ICodeInjectionService.CreateMethod (Método)

Crea un método con la firma especificada.

Espacio de nombres:  Microsoft.Windows.Design.Services
Ensamblado:  Microsoft.Windows.Design.Interaction (en Microsoft.Windows.Design.Interaction.dll)

Sintaxis

'Declaración
Function CreateMethod ( _
    method As CodeMemberMethod _
) As Boolean
bool CreateMethod(
    CodeMemberMethod method
)
bool CreateMethod(
    CodeMemberMethod^ method
)
abstract CreateMethod : 
        method:CodeMemberMethod -> bool 
function CreateMethod(
    method : CodeMemberMethod
) : boolean

Parámetros

Valor devuelto

Tipo: System.Boolean
true si se ha creado el método; de lo contrario, false.

Comentarios

CreateMethod devuelve false si el nombre del método no es único.

Seguridad de .NET Framework

Vea también

Referencia

ICodeInjectionService Interfaz

Microsoft.Windows.Design.Services (Espacio de nombres)