C# Class System.Runtime.InteropServices.ExtensibleClassFactory

Afficher le fichier Open project: runefs/Marvin

Méthodes publiques

Méthode Description
RegisterObjectCreationCallback ( ObjectCreationDelegate callback ) : void

Private Methods

Méthode Description
ExtensibleClassFactory ( ) : System.Diagnostics
GetObjectCreationCallback ( Type t ) : ObjectCreationDelegate

Method Details

RegisterObjectCreationCallback() public static méthode

public static RegisterObjectCreationCallback ( ObjectCreationDelegate callback ) : void
callback ObjectCreationDelegate
Résultat void