_MethodBase.Name プロパティ
定義
public:
property System::String ^ Name { System::String ^ get(); };
public string Name { get; }
member this.Name : string
Public ReadOnly Property Name As String
プロパティ値
注釈
このプロパティは、アンマネージコードからマネージクラスにアクセスするためのものであり、マネージコードからは呼び出さないでください。This property is for access to managed classes from unmanaged code and should not be called from managed code.
プロパティNameは、現在のメンバーの名前を取得します。The Name property gets the name of the current member.