C# Class FakeHttpContext.Switchers.PrivateFieldSwitcher

Inheritance: IDisposable
Afficher le fichier Open project: vadimzozulya/FakeHttpContext

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

PrivateFieldSwitcher ( object tartget, string fieldName, object value ) : System

Method Details

Dispose() public méthode

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
Résultat void

PrivateFieldSwitcher() public méthode

public PrivateFieldSwitcher ( object tartget, string fieldName, object value ) : System
tartget object
fieldName string
value object
Résultat System