次の方法で共有


ModuleServiceMethodAttribute クラス

定義

オブジェクトのメソッドを ModuleService 、クライアントが直接呼び出し可能としてマークします。

public ref class ModuleServiceMethodAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Method)]
public sealed class ModuleServiceMethodAttribute : Attribute
type ModuleServiceMethodAttribute = class
    inherit Attribute
Public NotInheritable Class ModuleServiceMethodAttribute
Inherits Attribute
継承
ModuleServiceMethodAttribute
属性

コンストラクター

ModuleServiceMethodAttribute()

ModuleServiceMethodAttribute クラスの新しいインスタンスを初期化します。

プロパティ

PassThrough

モジュール サービス メソッドがクライアントから直接呼び出し可能かどうかを示す値を取得または設定します。

適用対象