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

CoClassAttribute() public method

public CoClassAttribute ( Type coClass )
coClass Type
		public CoClassAttribute (Type coClass)
		{
			klass = coClass;
		}
CoClassAttribute