ICodeInjectionService.CreateMethod メソッド

指定されたシグネチャでメソッドを作成します。

名前空間:  Microsoft.Windows.Design.Services
アセンブリ:  Microsoft.Windows.Design.Interaction (Microsoft.Windows.Design.Interaction.dll 内)

構文

'宣言
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

パラメーター

戻り値

型: System.Boolean
メソッドが作成された場合は true。それ以外の場合は false。

解説

メソッド名が一意でない場合、CreateMethod は false を返します。

.NET Framework セキュリティ

  • 直前の呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されているコードから使用することはできません。 詳細については、「部分信頼コードからのライブラリの使用」を参照してください。

参照

参照

ICodeInjectionService インターフェイス

Microsoft.Windows.Design.Services 名前空間