C# Class PEAPI.CustomMarshaller

Inheritance: NativeType
ファイルを表示 Open project: kumpera/mono

Public Methods

Method Description
CustomMarshaller ( string marshallerName, string optCookie ) : System
CustomMarshaller ( string typeNameOrGUID, string marshallerName, string optCookie ) : System

Private Methods

Method Description
ToBlob ( ) : byte[]

Method Details

CustomMarshaller() public method

public CustomMarshaller ( string marshallerName, string optCookie ) : System
marshallerName string
optCookie string
return System

CustomMarshaller() public method

public CustomMarshaller ( string typeNameOrGUID, string marshallerName, string optCookie ) : System
typeNameOrGUID string
marshallerName string
optCookie string
return System