Skip to content

Instantly share code, notes, and snippets.

@soc
Created May 29, 2014 22:06
Show Gist options
  • Select an option

  • Save soc/77c99bdfcddcd4279754 to your computer and use it in GitHub Desktop.

Select an option

Save soc/77c99bdfcddcd4279754 to your computer and use it in GitHub Desktop.
scala> cilly.MembersTest.main(Array("/usr/lib/mono/4.0/mscorlib.dll", "System.Object"))
[System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)2)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
public class System.Object{
[System.Runtime.ConstrainedExecution.ReliabilityContractAttribute((System.Runtime.ConstrainedExecution.Consistency)3, (System.Runtime.ConstrainedExecution.Cer)1)]
Constructor: public hidebysig specialname rtspecialname System.Void System.Object::.ctor()
Method: public virtual hidebysig newslot System.Boolean System.Object::Equals(System.Object)
Method: public static hidebysig System.Boolean System.Object::Equals(System.Object, System.Object)
Method: public virtual hidebysig newslot System.Int32 System.Object::GetHashCode()
Method: public hidebysig System.Type System.Object::GetType()
Method: public virtual hidebysig newslot System.String System.Object::ToString()
[System.Runtime.ConstrainedExecution.ReliabilityContractAttribute((System.Runtime.ConstrainedExecution.Consistency)3, (System.Runtime.ConstrainedExecution.Cer)2)]
Method: public static hidebysig System.Boolean System.Object::ReferenceEquals(System.Object, System.Object)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment