[This is preliminary documentation and is subject to change.]

Namespace:  Phoenix.Runtime.Reflection
Assembly:  Phoenix (in Phoenix.dll) Version: 0.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public class Executable : Method
Public Class Executable _
	Inherits Method
public ref class Executable : public Method

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
Executable(MethodInfo, Object, ExecutableAttribute)
Initializes a new instance of the Executable class
Assembly (Inherited from Method.)
Invoke(array<ParameterData>[]()[]) (Inherited from Method.)
MaxParameterCount (Inherited from Method.)
MethodInfo (Inherited from Method.)
MinParameterCount (Inherited from Method.)
Name (Overrides Method..::.Name.)
Parameters (Inherited from Method.)
Target (Inherited from Method.)
ToString()()() (Overrides Method..::.ToString()()().)

Inheritance Hierarchy

System..::.Object
  Phoenix.Runtime.Reflection..::.Method
    Phoenix.Runtime.Reflection..::.Executable

See Also