Name

IExpando

Synopsis

This interface indicates a type whose members can be removed or added. The members are represented as System.Reflection.MemberInfo objects.

Public Interface IExpando : Implements System.Reflection.IReflect
' Public Instance Methods
   Public Function AddField(
        ByVal name As String) As FieldInfo  
   Public Function AddMethod(ByVal name As String, 
        ByVal method As Delegate) As MethodInfo  
   Public Function AddProperty(
        ByVal name As String) As PropertyInfo  
   Public Sub RemoveMember(
        ByVal m As System.Reflection.MemberInfo) 
End Interface

Get VB.NET Core Classes in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.