ICodeInjectionService.CreateMethod, méthode
Crée une méthode avec la signature spécifiée.
Espace de noms : Microsoft.Windows.Design.Services
Assembly : Microsoft.Windows.Design.Interaction (dans Microsoft.Windows.Design.Interaction.dll)
Syntaxe
'Déclaration
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
Paramètres
- method
Type : System.CodeDom.CodeMemberMethod
CodeMemberMethod qui spécifie la taille de la signature.
Valeur de retour
Type : System.Boolean
true si la méthode est créée ; sinon, false.
Notes
CreateMethod retourne false si le nom de la méthode n'est pas unique.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.