_ConstructorInfo.GetMethodImplementationFlags 方法
定义
为 COM 对象提供对 GetMethodImplementationFlags() 成员的版本无关的访问。Provides COM objects with version-independent access to the GetMethodImplementationFlags() member.
public:
System::Reflection::MethodImplAttributes GetMethodImplementationFlags();
public System.Reflection.MethodImplAttributes GetMethodImplementationFlags ();
abstract member GetMethodImplementationFlags : unit -> System.Reflection.MethodImplAttributes
Public Function GetMethodImplementationFlags () As MethodImplAttributes
返回
MethodImplAttributes 标志。The MethodImplAttributes flags.
注解
此方法用于从非托管代码访问托管类,不应从托管代码调用。This method is for access to managed classes from unmanaged code, and should not be called from managed code.
GetMethodImplementationFlags成员返回 MethodImplAttributes 标志。The GetMethodImplementationFlags member returns the MethodImplAttributes flags.