System.Runtime.InteropServices.ManagedToNativeComInteropStubAttribute.ManagedToNativeComInteropStubAttribute C# (CSharp) Method

ManagedToNativeComInteropStubAttribute() public method

public ManagedToNativeComInteropStubAttribute ( Type classType, string methodName ) : System
classType System.Type
methodName string
return System
        public ManagedToNativeComInteropStubAttribute(Type classType, string methodName)
        {
            ClassType = classType;
            MethodName = methodName;
        }
ManagedToNativeComInteropStubAttribute