C# Class Cocoa.MethodSignature

Inheritance: Cocoa.Object
Afficher le fichier Open project: mono/cocoa-sharp

Méthodes publiques

Méthode Description
MethodSignature ( ) : System
MethodSignature ( IntPtr native_object ) : System
SignatureWithObjCTypes ( string types ) : MethodSignature

Method Details

MethodSignature() public méthode

public MethodSignature ( ) : System
Résultat System

MethodSignature() public méthode

public MethodSignature ( IntPtr native_object ) : System
native_object System.IntPtr
Résultat System

SignatureWithObjCTypes() public static méthode

public static SignatureWithObjCTypes ( string types ) : MethodSignature
types string
Résultat MethodSignature