C# Class System.Runtime.InteropServices.ExtensibleClassFactory

ファイルを表示 Open project: runefs/Marvin

Public Methods

Method Description
RegisterObjectCreationCallback ( ObjectCreationDelegate callback ) : void

Private Methods

Method Description
ExtensibleClassFactory ( ) : System.Diagnostics
GetObjectCreationCallback ( Type t ) : ObjectCreationDelegate

Method Details

RegisterObjectCreationCallback() public static method

public static RegisterObjectCreationCallback ( ObjectCreationDelegate callback ) : void
callback ObjectCreationDelegate
return void