C# Class System.Runtime.InteropServices.ComSourceInterfacesAttribute

Inheritance: System.Attribute
ファイルを表示 Open project: runefs/Marvin

Public Methods

Method Description
ComSourceInterfacesAttribute ( Type sourceInterface ) : System
ComSourceInterfacesAttribute ( Type sourceInterface1, Type sourceInterface2 ) : System
ComSourceInterfacesAttribute ( Type sourceInterface1, Type sourceInterface2, Type sourceInterface3 ) : System
ComSourceInterfacesAttribute ( Type sourceInterface1, Type sourceInterface2, Type sourceInterface3, Type sourceInterface4 ) : System
ComSourceInterfacesAttribute ( string sourceInterfaces ) : System

Method Details

ComSourceInterfacesAttribute() public method

public ComSourceInterfacesAttribute ( Type sourceInterface ) : System
sourceInterface System.Type
return System

ComSourceInterfacesAttribute() public method

public ComSourceInterfacesAttribute ( Type sourceInterface1, Type sourceInterface2 ) : System
sourceInterface1 System.Type
sourceInterface2 System.Type
return System

ComSourceInterfacesAttribute() public method

public ComSourceInterfacesAttribute ( Type sourceInterface1, Type sourceInterface2, Type sourceInterface3 ) : System
sourceInterface1 System.Type
sourceInterface2 System.Type
sourceInterface3 System.Type
return System

ComSourceInterfacesAttribute() public method

public ComSourceInterfacesAttribute ( Type sourceInterface1, Type sourceInterface2, Type sourceInterface3, Type sourceInterface4 ) : System
sourceInterface1 System.Type
sourceInterface2 System.Type
sourceInterface3 System.Type
sourceInterface4 System.Type
return System

ComSourceInterfacesAttribute() public method

public ComSourceInterfacesAttribute ( string sourceInterfaces ) : System
sourceInterfaces string
return System