C# Class OleViewDotNet.COMRegistry.SecurityBinder

Inheritance: System.Runtime.Serialization.SerializationBinder
Datei anzeigen Open project: tyranid/oleviewdotnet

Public Methods

Method Description
BindToType ( string assemblyName, string typeName ) : Type

Private Methods

Method Description
AllowedTypeOrAssembly ( Type type ) : bool
SecurityBinder ( SerializationBinder delegateBinder ) : System

Method Details

BindToType() public method

public BindToType ( string assemblyName, string typeName ) : Type
assemblyName string
typeName string
return System.Type