C# Class System.Runtime.InteropServices.ComSourceInterfacesAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: runefs/Marvin

Méthodes publiques

Méthode 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 méthode

public ComSourceInterfacesAttribute ( Type sourceInterface ) : System
sourceInterface System.Type
Résultat System

ComSourceInterfacesAttribute() public méthode

public ComSourceInterfacesAttribute ( Type sourceInterface1, Type sourceInterface2 ) : System
sourceInterface1 System.Type
sourceInterface2 System.Type
Résultat System

ComSourceInterfacesAttribute() public méthode

public ComSourceInterfacesAttribute ( Type sourceInterface1, Type sourceInterface2, Type sourceInterface3 ) : System
sourceInterface1 System.Type
sourceInterface2 System.Type
sourceInterface3 System.Type
Résultat System

ComSourceInterfacesAttribute() public méthode

public ComSourceInterfacesAttribute ( Type sourceInterface1, Type sourceInterface2, Type sourceInterface3, Type sourceInterface4 ) : System
sourceInterface1 System.Type
sourceInterface2 System.Type
sourceInterface3 System.Type
sourceInterface4 System.Type
Résultat System

ComSourceInterfacesAttribute() public méthode

public ComSourceInterfacesAttribute ( string sourceInterfaces ) : System
sourceInterfaces string
Résultat System