ManagedToNativeComInteropStubAttribute::MethodName Property

.NET Framework (current version)
 

Gets the name of the stub method.

Namespace:   System.Runtime.InteropServices
Assembly:  mscorlib (in mscorlib.dll)

public:
property String^ MethodName {
	String^ get();
}

Property Value

Type: System::String^

The name of a customized interop stub.

.NET Framework
Available since 4.0
Return to top
Show: