PrivateType Class

Definition

This class represents a private class for the Private Accessors functionality.

public ref class PrivateType
public class PrivateType
type PrivateType = class
Public Class PrivateType
Inheritance
PrivateType

Constructors

PrivateType(String, String)

Initializes a new instance of the PrivateType class that contains the private type.

PrivateType(Type)

Initializes a new instance of the PrivateType class that contains the private type from the type object

Properties

ReferencedType

Gets the referenced type

Methods

GetStaticArrayElement(String, BindingFlags, Int32[])

Gets the element in static array

GetStaticArrayElement(String, Int32[])

Gets the element in static array

GetStaticField(String)

Gets the static field

GetStaticField(String, BindingFlags)

Gets the static field using specified InvokeHelper attributes

GetStaticFieldOrProperty(String)

Gets the static field or property

GetStaticFieldOrProperty(String, BindingFlags)

Gets the static field or property using specified InvokeHelper attributes

GetStaticProperty(String, BindingFlags, Object[])

Gets the static property

GetStaticProperty(String, BindingFlags, Type[], Object[])

Gets the static property

GetStaticProperty(String, Object[])

Gets the static property

InvokeStatic(String, BindingFlags, Object[])

Invokes the static method

InvokeStatic(String, BindingFlags, Object[], CultureInfo)

Invokes the static method

InvokeStatic(String, BindingFlags, Type[], Object[])

Invokes the static method

InvokeStatic(String, BindingFlags, Type[], Object[], CultureInfo)

Invokes the static method

InvokeStatic(String, BindingFlags, Type[], Object[], CultureInfo, Type[])

Invokes the static method

InvokeStatic(String, Object[])

Invokes static member

InvokeStatic(String, Object[], CultureInfo)

Invokes the static method

InvokeStatic(String, Type[], Object[])

Invokes static member

InvokeStatic(String, Type[], Object[], CultureInfo)

Invokes the static method

InvokeStatic(String, Type[], Object[], Type[])

Invokes static member

SetStaticArrayElement(String, BindingFlags, Object, Int32[])

Sets the member of the static array

SetStaticArrayElement(String, Object, Int32[])

Sets the member of the static array

SetStaticField(String, BindingFlags, Object)

Sets the static field using binding attributes

SetStaticField(String, Object)

Sets the static field

SetStaticFieldOrProperty(String, BindingFlags, Object)

Sets the static field or property using binding attributes

SetStaticFieldOrProperty(String, Object)

Sets the static field or property

SetStaticProperty(String, BindingFlags, Object, Object[])

Sets the static property

SetStaticProperty(String, BindingFlags, Object, Type[], Object[])

Sets the static property

SetStaticProperty(String, Object, Object[])

Sets the static property

SetStaticProperty(String, Object, Type[], Object[])

Sets the static property

Applies to